Kevin Zhao commited on
Commit
d8857ab
β€’
1 Parent(s): 9c4f5a7
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.0
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.0:
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 log 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,4 +32,4 @@ Contents of train/val_v1.0:
32
 
33
 
34
 
35
- We also provide a small `val_v1.0` 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.
 
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:b62cbbc9bf19a39a73625b34bbe9017dbaf4cd74520e7e1e121129bc271881ff
3
- size 93213320
 
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:0384195873966e758424f4c0ac29c39ed7580ad78790d76cd3b384688a1e12ec
3
- size 978739860
 
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:4854dc91d387e6136c504566f5eebd76acb77f2b823b5c1099bd1447a88c2390
3
- size 46606660
 
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:4854dc91d387e6136c504566f5eebd76acb77f2b823b5c1099bd1447a88c2390
3
- size 46606660
 
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:4854dc91d387e6136c504566f5eebd76acb77f2b823b5c1099bd1447a88c2390
3
- size 46606660
 
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, "num_images": 11651665, "tokenizer_ckpt": "data/magvit2.ckpt"}
 
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:125b3d118c9a629cb3b4588a14391526491ee7f087fe2296ec38318ede34e392
3
- size 46606660
 
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:432b07445c1e3a701c7c0c8fb2b3887175f81e89c12490e364fbcc1edf13f2e0
3
- size 11931304960
 
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:010928b46bb6bf8bb3cee61ac400e2d808ef5064a1eb9e6a83ceb008d68b80a7
3
- size 26880
 
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:9167e8f256c4e8e93ef39f72b0586002dc4429b7c717d2b4dd23971cf7b9a3f2
3
- size 282240
 
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:953ffcf77c936413d6c71eeabf56baa1406a6f39939aa44730532586fae7dabd
3
- size 13440
 
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:9e8e4d1848b6146e3a4ad37c38a8de9ea2dcc5cfec426df9bc9136268477c3dc
3
- size 13440
 
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:9e8e4d1848b6146e3a4ad37c38a8de9ea2dcc5cfec426df9bc9136268477c3dc
3
- size 13440
 
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": 3360, "tokenizer_ckpt": "data/magvit2.ckpt"}
 
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:6d49dc30e2bd0b614cc6f91854fbca0f8a5ab8fc7ef326f15cd1a91529b9cc00
3
- size 13440
 
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:efd0b5d6e1e93e441eabd2dd09eaa0d90bfb98b77668549792879dc2d2262b19
3
- size 3440640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee5fcf7120398663caf2e8bdf44667c0fb15acf253ab50a41be06a92a38c04d9
3
+ size 56236032