Datasets:
| { | |
| "robot_type": "ned2", | |
| "codebase_version": "v3.0", | |
| "total_episodes": 30, | |
| "total_frames": 12142, | |
| "total_tasks": 1, | |
| "chunks_size": 1000, | |
| "fps": 10, | |
| "splits": { | |
| "train": "0:30" | |
| }, | |
| "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", | |
| "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", | |
| "features": { | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 7 | |
| ], | |
| "names": [ | |
| "base_to_arm.pos", | |
| "arm_to_elbow.pos", | |
| "elbow_to_forearm.pos", | |
| "forearm_to_hand.pos", | |
| "hand_to_shoulder.pos", | |
| "shoulder_to_wrist.pos", | |
| "gripper.pos" | |
| ], | |
| "fps": 10 | |
| }, | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 7 | |
| ], | |
| "names": [ | |
| "base_to_arm.pos", | |
| "arm_to_elbow.pos", | |
| "elbow_to_forearm.pos", | |
| "forearm_to_hand.pos", | |
| "hand_to_shoulder.pos", | |
| "shoulder_to_wrist.pos", | |
| "gripper.pos" | |
| ], | |
| "fps": 10 | |
| }, | |
| "timestamp": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 10 | |
| }, | |
| "episode_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 10 | |
| }, | |
| "frame_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 10 | |
| }, | |
| "task_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 10 | |
| }, | |
| "index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 10 | |
| }, | |
| "observation.images.front": { | |
| "dtype": "video", | |
| "shape": [ | |
| 480, | |
| 640, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.fps": 10, | |
| "video.codec": "av1", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| }, | |
| "observation.images.left": { | |
| "dtype": "video", | |
| "shape": [ | |
| 480, | |
| 640, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.fps": 10, | |
| "video.codec": "av1", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| }, | |
| "observation.images.top": { | |
| "dtype": "video", | |
| "shape": [ | |
| 480, | |
| 640, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.fps": 10, | |
| "video.codec": "av1", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| } | |
| }, | |
| "data_files_size_in_mb": 100, | |
| "video_files_size_in_mb": 500 | |
| } |