| --- |
| license: apache-2.0 |
| task_categories: |
| - robotics |
| tags: |
| - LeRobot |
| configs: |
| - config_name: default |
| data_files: data/*/*.parquet |
| --- |
| |
| This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). |
|
|
| ## Dataset Description |
|
|
|
|
|
|
| - **Homepage:** [More Information Needed] |
| - **Paper:** [More Information Needed] |
| - **License:** apache-2.0 |
|
|
| ## Dataset Structure |
|
|
| [meta/info.json](meta/info.json): |
| ```json |
| { |
| "codebase_version": "v2.1", |
| "robot_type": "aloha_franka", |
| "total_episodes": 0, |
| "total_frames": 0, |
| "total_tasks": 0, |
| "total_videos": 0, |
| "total_chunks": 0, |
| "chunks_size": 1000, |
| "fps": 30, |
| "splits": {}, |
| "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": { |
| "observation.images.primary": { |
| "dtype": "video", |
| "shape": [ |
| 256, |
| 256, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "video_info": { |
| "video.fps": 30, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "has_audio": false |
| } |
| }, |
| "observation.images.wrist": { |
| "dtype": "video", |
| "shape": [ |
| 256, |
| 256, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "video_info": { |
| "video.fps": 30, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "has_audio": false |
| } |
| }, |
| "observation.images.left_finger": { |
| "dtype": "video", |
| "shape": [ |
| 256, |
| 256, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "video_info": { |
| "video.fps": 30, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "has_audio": false |
| } |
| }, |
| "observation.images.right_finger": { |
| "dtype": "video", |
| "shape": [ |
| 256, |
| 256, |
| 3 |
| ], |
| "names": [ |
| "height", |
| "width", |
| "channels" |
| ], |
| "video_info": { |
| "video.fps": 30, |
| "video.codec": "av1", |
| "video.pix_fmt": "yuv420p", |
| "video.is_depth_map": false, |
| "has_audio": false |
| } |
| }, |
| "observation.state.joint": { |
| "dtype": "float32", |
| "shape": [ |
| 7 |
| ], |
| "names": [ |
| "joint_0", |
| "joint_1", |
| "joint_2", |
| "joint_3", |
| "joint_4", |
| "joint_5", |
| "joint_6" |
| ] |
| }, |
| "observation.state": { |
| "dtype": "float32", |
| "shape": [ |
| 7 |
| ], |
| "names": [ |
| "x", |
| "y", |
| "z", |
| "roll", |
| "pitch", |
| "yaw", |
| "gripper" |
| ] |
| }, |
| "observation.state.sensor_left_finger": { |
| "dtype": "float32", |
| "shape": [ |
| 5 |
| ], |
| "names": [ |
| "left_finger_0", |
| "left_finger_1", |
| "left_finger_2", |
| "left_finger_3", |
| "left_finger_4" |
| ] |
| }, |
| "observation.state.sensor_right_finger": { |
| "dtype": "float32", |
| "shape": [ |
| 5 |
| ], |
| "names": [ |
| "right_finger_0", |
| "right_finger_1", |
| "right_finger_2", |
| "right_finger_3", |
| "right_finger_4" |
| ] |
| }, |
| "observation.state.sensor_external_wrench": { |
| "dtype": "float32", |
| "shape": [ |
| 6 |
| ], |
| "names": [ |
| "external_wrench_0", |
| "external_wrench_1", |
| "external_wrench_2", |
| "external_wrench_3", |
| "external_wrench_4", |
| "external_wrench_5" |
| ] |
| }, |
| "action": { |
| "dtype": "float32", |
| "shape": [ |
| 7 |
| ], |
| "names": [ |
| "x", |
| "y", |
| "z", |
| "roll", |
| "pitch", |
| "yaw", |
| "gripper" |
| ] |
| }, |
| "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 |
| } |
| } |
| } |
| ``` |
|
|
|
|
| ## Citation |
|
|
| **BibTeX:** |
|
|
| ```bibtex |
| [More Information Needed] |
| ``` |