jmonas commited on
Commit
2c68dec
1 Parent(s): 278db99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ Contents of train/val_v2.0:
17
 
18
  The training dataset is shareded into 100 independent shards. The definitions are as follows:
19
 
20
- - **video_{shard}.mp4**: Raw 512x512 video.
21
  - **segment_idx_{shard}.bin** - Maps each frame `i` to its corresponding segment index. You may want to use this to separate non-contiguous frames from different videos (transitions).
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.
 
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.
21
  - **segment_idx_{shard}.bin** - Maps each frame `i` to its corresponding segment index. You may want to use this to separate non-contiguous frames from different videos (transitions).
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.