JasonY159 commited on
Commit
ea16928
·
verified ·
1 Parent(s): f42c657

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ contents of dataset:
13
  cyber_pipette # dataset root path
14
  └── data/
15
  ├── metadata_ID1_240808.json
16
- ├── segment_ids_ID1_240808.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).
17
  ├── videos_ID1_240808.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 magvit2.ckpt weights.
18
  ├── ...
19
  └── ...
 
13
  cyber_pipette # dataset root path
14
  └── data/
15
  ├── metadata_ID1_240808.json
16
+ ├── segment_ids_ID1_240808.bin # for each frame segment_ids 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).
17
  ├── videos_ID1_240808.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 magvit2.ckpt weights.
18
  ├── ...
19
  └── ...