cyber_pipette_v0.1 / README.md
JasonY159's picture
Update README.md
d9c8a25 verified
|
raw
history blame
1.08 kB
metadata
license: mit

CyberOrigin Dataset

Our data includes information from home services, the logistics industry, and laboratory scenarios. For more details, please refer to our Offical Data Website

contents of dataset:

cyber_pipette # dataset root path
  └── data/
      ├── metadata_ID1_240808.json
      ├── 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).
      ├── 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.
      ├── ...
  └── ...

meta.json

{
    "task": "cyber_pipette",
    "robot_type": "unknown",
    "total_episodes": 8589,
    "total_frames": 3352047,
    "token_dtype": "uint32",
    "vocab_size": 262144,
    "hz": 30
}