Datasets:
Add PRICE benchmark overview to dataset card
Browse files- .gitattributes +1 -0
- README.md +9 -1
- assets/PRICE.pdf +3 -0
- assets/price_overview.png +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
assets/PRICE.pdf filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -26,6 +26,14 @@ Given an initial-state image and a natural-language instruction, a model predict
|
|
| 26 |
|
| 27 |
The evaluation code and protocol live in [`evaluation/image_gen/PRICE/` in orca-wm/Orca](https://github.com/orca-wm/Orca/tree/main/evaluation/image_gen/PRICE).
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
## Dataset structure
|
| 30 |
|
| 31 |
The dataset contains one `test` split with 100 samples and the following principal columns:
|
|
@@ -50,7 +58,7 @@ Additional provenance fields, timestamps, indices, random seed, and image checks
|
|
| 50 |
|
| 51 |
## Usage
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
```python
|
| 56 |
from datasets import load_dataset
|
|
|
|
| 26 |
|
| 27 |
The evaluation code and protocol live in [`evaluation/image_gen/PRICE/` in orca-wm/Orca](https://github.com/orca-wm/Orca/tree/main/evaluation/image_gen/PRICE).
|
| 28 |
|
| 29 |
+
## Benchmark overview
|
| 30 |
+
|
| 31 |
+
Each PRICE example pairs a natural-language instruction and an initial-state image with a reference target-state image. The examples below illustrate the benchmark's diverse robot and egocentric interaction scenes, viewpoints, and action outcomes.
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
*Examples from PRICE. Each pair shows the initial state and the target state corresponding to the instruction. [View the original PDF figure](assets/PRICE.pdf).*
|
| 36 |
+
|
| 37 |
## Dataset structure
|
| 38 |
|
| 39 |
The dataset contains one `test` split with 100 samples and the following principal columns:
|
|
|
|
| 58 |
|
| 59 |
## Usage
|
| 60 |
|
| 61 |
+
Load PRICE directly from Hugging Face:
|
| 62 |
|
| 63 |
```python
|
| 64 |
from datasets import load_dataset
|
assets/PRICE.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:134a588ab0b4fd89188058653d7a4a30783dbb00db417201fcd15203a38c8fd3
|
| 3 |
+
size 2370302
|
assets/price_overview.png
ADDED
|
Git LFS Details
|