Datasets:
Size:
10M<n<100M
License:
Kevin Zhao
commited on
Commit
β’
d8857ab
1
Parent(s):
9c4f5a7
v1.1
Browse files- README.md +5 -5
- {train_v1.0 β train_v1.1}/actions/driving_command.bin +2 -2
- {train_v1.0 β train_v1.1}/actions/joint_pos.bin +2 -2
- {train_v1.0 β train_v1.1}/actions/l_hand_closure.bin +2 -2
- {train_v1.0 β train_v1.1}/actions/neck_desired.bin +2 -2
- {train_v1.0 β train_v1.1}/actions/r_hand_closure.bin +2 -2
- {train_v1.0 β train_v1.1}/metadata.json +1 -1
- {train_v1.0 β train_v1.1}/segment_ids.bin +2 -2
- {train_v1.0 β train_v1.1}/video.bin +2 -2
- {val_v1.0 β val_v1.1}/actions/driving_command.bin +2 -2
- {val_v1.0 β val_v1.1}/actions/joint_pos.bin +2 -2
- {val_v1.0 β val_v1.1}/actions/l_hand_closure.bin +2 -2
- {val_v1.0 β val_v1.1}/actions/neck_desired.bin +2 -2
- {val_v1.0 β val_v1.1}/actions/r_hand_closure.bin +2 -2
- {val_v1.0 β val_v1.1}/metadata.json +1 -1
- {val_v1.0 β val_v1.1}/segment_ids.bin +2 -2
- {val_v1.0 β val_v1.1}/video.bin +2 -2
README.md
CHANGED
@@ -12,13 +12,13 @@ Download with:
|
|
12 |
huggingface-cli download 1x-technologies/worldmodel --repo-type dataset --local-dir data
|
13 |
```
|
14 |
|
15 |
-
Current version: v1.
|
16 |
|
17 |
-
- **magvit2.ckpt** - weights for [
|
18 |
|
19 |
-
Contents of train/val_v1.
|
20 |
- **video.bin** - 16x16 image patches at 30hz, each patch is vector-quantized into 2^18 possible integer values. These can be decoded into 256x256 RGB images using the provided `magvig2.ckpt` weights.
|
21 |
-
- **segment_ids.bin** - for each frame `segment_ids[i]` uniquely points to the
|
22 |
- **actions/** - a folder of action arrays stored in `np.float32` format. For frame `i`, the corresponding action is given by `driving_command[i]`, `joint_pos[i]`, `l_hand_closure[i]`, and so on. The shapes of the arrays are as follows (N is the number of frames):
|
23 |
```
|
24 |
{
|
@@ -32,4 +32,4 @@ Contents of train/val_v1.0:
|
|
32 |
|
33 |
|
34 |
|
35 |
-
We also provide a small `val_v1.
|
|
|
12 |
huggingface-cli download 1x-technologies/worldmodel --repo-type dataset --local-dir data
|
13 |
```
|
14 |
|
15 |
+
Current version: v1.1
|
16 |
|
17 |
+
- **magvit2.ckpt** - weights for [MAGVIT2](https://github.com/TencentARC/Open-MAGVIT2) image tokenizer we used. We provide the encoder (tokenizer) and decoder (de-tokenizer) weights.
|
18 |
|
19 |
+
Contents of train/val_v1.1:
|
20 |
- **video.bin** - 16x16 image patches at 30hz, each patch is vector-quantized into 2^18 possible integer values. These can be decoded into 256x256 RGB images using the provided `magvig2.ckpt` weights.
|
21 |
+
- **segment_ids.bin** - for each frame `segment_ids[i]` uniquely points to the segment index that frame `i` came from. You may want to use this to separate non-contiguous frames from different videos (transitions).
|
22 |
- **actions/** - a folder of action arrays stored in `np.float32` format. For frame `i`, the corresponding action is given by `driving_command[i]`, `joint_pos[i]`, `l_hand_closure[i]`, and so on. The shapes of the arrays are as follows (N is the number of frames):
|
23 |
```
|
24 |
{
|
|
|
32 |
|
33 |
|
34 |
|
35 |
+
We also provide a small `val_v1.1` data split containing held-out examples not seen in the training set, in case you want to try evaluating your model on held-out frames.
|
{train_v1.0 β train_v1.1}/actions/driving_command.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a640b146582d2f41a4186b7b8094e050439fea3fd5da0b136838697e0b5be6c0
|
3 |
+
size 86660672
|
{train_v1.0 β train_v1.1}/actions/joint_pos.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93112b9540ef28009d11b370462b9b925575966f87e82e35fac2429f0839326b
|
3 |
+
size 909937056
|
{train_v1.0 β train_v1.1}/actions/l_hand_closure.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:990c30658ea9da44b80a67b6aef85c77b34aa5069e354e8586163ee53e852f55
|
3 |
+
size 43330336
|
{train_v1.0 β train_v1.1}/actions/neck_desired.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f339fe53d40ea5d6d9014abbd397d4e74a96728b76a10eb6c0f7009a4648e77d
|
3 |
+
size 129991008
|
{train_v1.0 β train_v1.1}/actions/r_hand_closure.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01b255b71f0b5a60b05458bcc832bca7f8a6a96f7dc943179a38ffe260715197
|
3 |
+
size 43330336
|
{train_v1.0 β train_v1.1}/metadata.json
RENAMED
@@ -1 +1 @@
|
|
1 |
-
{"token_dtype": "uint32", "s": 16, "h": 16, "w": 16, "vocab_size": 262144, "hz": 30, "
|
|
|
1 |
+
{"token_dtype": "uint32", "s": 16, "h": 16, "w": 16, "vocab_size": 262144, "hz": 30, "tokenizer_ckpt": "data/magvit2.ckpt", "num_images": 10832584}
|
{train_v1.0 β train_v1.1}/segment_ids.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a913ee5eefc54e997fb7e113d14db3b58a359dd234db26583ed2959ffb24df2
|
3 |
+
size 43330336
|
{train_v1.0 β train_v1.1}/video.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d08bc89dfb07486ab5d53696b6cecc249768e47a82b7e2701e6fffd5b3d15874
|
3 |
+
size 11092566016
|
{val_v1.0 β val_v1.1}/actions/driving_command.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff5129e5399225d9299ba2e78c941242bf5cfe5069786e08a0eef4cbe9d750b6
|
3 |
+
size 439344
|
{val_v1.0 β val_v1.1}/actions/joint_pos.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:300f55ae33e78f0d830b3a91e9fe268af17ccdda1d7e707f8d3a9fe6132c6ad3
|
3 |
+
size 4613112
|
{val_v1.0 β val_v1.1}/actions/l_hand_closure.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c64b9a4455f012f2c452da0ce34cfe615737b54728801f2ea9b275cfc15ce863
|
3 |
+
size 219672
|
{val_v1.0 β val_v1.1}/actions/neck_desired.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fcc5523ab8b98ff2f4e1aeef0a70dff559e95eee44f5af55c0f8d85fddd8e47
|
3 |
+
size 659016
|
{val_v1.0 β val_v1.1}/actions/r_hand_closure.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5017b0477597313804a9c47b7964e5ddbe7bfad7f1e495f00c6896d393a24af
|
3 |
+
size 219672
|
{val_v1.0 β val_v1.1}/metadata.json
RENAMED
@@ -1 +1 @@
|
|
1 |
-
{"token_dtype": "uint32", "s": 16, "h": 16, "w": 16, "vocab_size": 262144, "hz": 30, "num_images":
|
|
|
1 |
+
{"token_dtype": "uint32", "s": 16, "h": 16, "w": 16, "vocab_size": 262144, "hz": 30, "num_images": 54918, "tokenizer_ckpt": "data/magvit2.ckpt"}
|
{val_v1.0 β val_v1.1}/segment_ids.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39bfd5a2a2fbf04221fc9d52263523af286c1a20b15ec111ffb88a476ba1ed7f
|
3 |
+
size 219672
|
{val_v1.0 β val_v1.1}/video.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee5fcf7120398663caf2e8bdf44667c0fb15acf253ab50a41be06a92a38c04d9
|
3 |
+
size 56236032
|