Datasets:
| { | |
| "codebase_version": "v2.1", | |
| "robot_type": "Franka", | |
| "total_episodes": 50, | |
| "total_frames": 16825, | |
| "total_tasks": 1, | |
| "total_videos": 100, | |
| "total_chunks": 1, | |
| "chunks_size": 1000, | |
| "fps": 10, | |
| "splits": { | |
| "train": "0:50" | |
| }, | |
| "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", | |
| "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", | |
| "features": { | |
| "action": { | |
| "dtype": "float64", | |
| "shape": [ | |
| 8 | |
| ], | |
| "names": [ | |
| "joint_0", | |
| "joint_1", | |
| "joint_2", | |
| "joint_3", | |
| "joint_4", | |
| "joint_5", | |
| "joint_6", | |
| "gripper" | |
| ] | |
| }, | |
| "observation.state": { | |
| "dtype": "float64", | |
| "shape": [ | |
| 8 | |
| ], | |
| "names": [ | |
| "joint_0", | |
| "joint_1", | |
| "joint_2", | |
| "joint_3", | |
| "joint_4", | |
| "joint_5", | |
| "joint_6", | |
| "gripper" | |
| ] | |
| }, | |
| "observation.images.wrist_camera": { | |
| "shape": [ | |
| 720, | |
| 1280, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.height": 720, | |
| "video.width": 1280, | |
| "video.codec": "h264", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "video.fps": 10, | |
| "video.channels": 3, | |
| "has_audio": false | |
| }, | |
| "dtype": "video" | |
| }, | |
| "observation.images.side_camera": { | |
| "shape": [ | |
| 720, | |
| 1280, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.height": 720, | |
| "video.width": 1280, | |
| "video.codec": "h264", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "video.fps": 10, | |
| "video.channels": 3, | |
| "has_audio": false | |
| }, | |
| "dtype": "video" | |
| }, | |
| "timestamp": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "frame_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "episode_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "task_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null | |
| }, | |
| "wrist_camera.samdino": { | |
| "shape": [ | |
| 10, | |
| 768 | |
| ], | |
| "names": [ | |
| "slots", | |
| "dim_slot" | |
| ], | |
| "dtype": "float32" | |
| }, | |
| "side_camera.samdino": { | |
| "shape": [ | |
| 10, | |
| 768 | |
| ], | |
| "names": [ | |
| "slots", | |
| "dim_slot" | |
| ], | |
| "dtype": "float32" | |
| } | |
| } | |
| } |