Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ size_categories:
|
|
| 5 |
- 10M<n<100M
|
| 6 |
viewer: false
|
| 7 |
---
|
| 8 |
-
Raw Dataset for the [1X World Model Challenge](https://
|
| 9 |
|
| 10 |
Download with:
|
| 11 |
```
|
|
@@ -13,8 +13,7 @@ huggingface-cli download 1x-technologies/worldmodel_raw_data --repo-type dataset
|
|
| 13 |
```
|
| 14 |
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
The training dataset is shareded into 100 independent shards. The definitions are as follows:
|
| 19 |
|
| 20 |
- **video_{shard}.mp4**: Raw video with a resolution of 512x512.
|
|
@@ -22,6 +21,12 @@ The training dataset is shareded into 100 independent shards. The definitions ar
|
|
| 22 |
- **states_{shard}.bin** - States arrays (defined below in `Index-to-State Mapping`) stored in `np.float32` format. For frame `i`, the corresponding state is represented by `states_{shard}[i]`.
|
| 23 |
- **metadata** - The `metadata.json` file provides high-level information about the entire dataset, while `metadata_{shard}.json` files contain specific details for each shard.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
#### Index-to-State Mapping (NEW)
|
| 26 |
```
|
| 27 |
{
|
|
|
|
| 5 |
- 10M<n<100M
|
| 6 |
viewer: false
|
| 7 |
---
|
| 8 |
+
Raw Dataset for the [1X World Model Sammpling Challenge](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Sampling).
|
| 9 |
|
| 10 |
Download with:
|
| 11 |
```
|
|
|
|
| 13 |
```
|
| 14 |
|
| 15 |
|
| 16 |
+
## Train/Val v2.0
|
|
|
|
| 17 |
The training dataset is shareded into 100 independent shards. The definitions are as follows:
|
| 18 |
|
| 19 |
- **video_{shard}.mp4**: Raw video with a resolution of 512x512.
|
|
|
|
| 21 |
- **states_{shard}.bin** - States arrays (defined below in `Index-to-State Mapping`) stored in `np.float32` format. For frame `i`, the corresponding state is represented by `states_{shard}[i]`.
|
| 22 |
- **metadata** - The `metadata.json` file provides high-level information about the entire dataset, while `metadata_{shard}.json` files contain specific details for each shard.
|
| 23 |
|
| 24 |
+
## Test v2.0
|
| 25 |
+
|
| 26 |
+
We provide a 250 sample **test_v2.0** dataset for the [World Model Compression Challenge](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Sampling) with a similar structure (`video_{shard}.bin`, `states_{shard}.bin`). Use:
|
| 27 |
+
- `unpack_data_test.py` to read the test set
|
| 28 |
+
- `unpack_data_train_val.py` to read train/val
|
| 29 |
+
---
|
| 30 |
#### Index-to-State Mapping (NEW)
|
| 31 |
```
|
| 32 |
{
|