Datasets:
CarolinePascal HF Staff
Standalone copy of 00ri/so100_battery from lerobot/community_dataset_v3
47a7573 verified | license: apache-2.0 | |
| task_categories: | |
| - robotics | |
| tags: | |
| - LeRobot | |
| - so100 | |
| configs: | |
| - config_name: default | |
| data_files: data/*/*.parquet | |
| This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). | |
| <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=00ri/so100_battery"> | |
| <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> | |
| <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> | |
| </a> | |
| ## 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": "v3.0", | |
| "fps": 30, | |
| "features": { | |
| "action": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 6 | |
| ], | |
| "names": [ | |
| "main_shoulder_pan", | |
| "main_shoulder_lift", | |
| "main_elbow_flex", | |
| "main_wrist_flex", | |
| "main_wrist_roll", | |
| "main_gripper" | |
| ], | |
| "fps": 30 | |
| }, | |
| "observation.state": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 6 | |
| ], | |
| "names": [ | |
| "main_shoulder_pan", | |
| "main_shoulder_lift", | |
| "main_elbow_flex", | |
| "main_wrist_flex", | |
| "main_wrist_roll", | |
| "main_gripper" | |
| ], | |
| "fps": 30 | |
| }, | |
| "observation.images.laptop": { | |
| "dtype": "video", | |
| "shape": [ | |
| 480, | |
| 640, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.fps": 30.0, | |
| "video.height": 480, | |
| "video.width": 640, | |
| "video.channels": 3, | |
| "video.codec": "av1", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| }, | |
| "observation.images.phone": { | |
| "dtype": "video", | |
| "shape": [ | |
| 480, | |
| 640, | |
| 3 | |
| ], | |
| "names": [ | |
| "height", | |
| "width", | |
| "channels" | |
| ], | |
| "info": { | |
| "video.fps": 30.0, | |
| "video.height": 480, | |
| "video.width": 640, | |
| "video.channels": 3, | |
| "video.codec": "av1", | |
| "video.pix_fmt": "yuv420p", | |
| "video.is_depth_map": false, | |
| "has_audio": false | |
| } | |
| }, | |
| "timestamp": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 30 | |
| }, | |
| "frame_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 30 | |
| }, | |
| "episode_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 30 | |
| }, | |
| "index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 30 | |
| }, | |
| "task_index": { | |
| "dtype": "int64", | |
| "shape": [ | |
| 1 | |
| ], | |
| "names": null, | |
| "fps": 30 | |
| } | |
| }, | |
| "total_episodes": 50, | |
| "total_frames": 24263, | |
| "total_tasks": 1, | |
| "chunks_size": 1000, | |
| "data_files_size_in_mb": 100, | |
| "video_files_size_in_mb": 200, | |
| "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", | |
| "robot_type": "so100", | |
| "splits": { | |
| "train": "0:50" | |
| } | |
| } | |
| ``` | |
| ## Citation | |
| **BibTeX:** | |
| ```bibtex | |
| [More Information Needed] | |
| ``` | |
| ## Migration to LeRobotDataset v3.0 | |
| Migrated to LeRobotDataset **v3.0** with SO-100/101 joint state/action mapped to the post-#777 physical frame (in degrees). | |
| - Source: [`00ri/so100_battery`](https://huggingface.co/datasets/00ri/so100_battery) | |
| - Codebase version: v2.1 -> v3.0 | |
| - Original joint encoding: legacy degrees (old community frame, pre-#777 convention) | |
| - Joint values: per-joint offsets and axis directions corrected to the post-#777 frame (values stay in degrees) | |
| - Robot type: `so100` | |
| - Action dimension: 6 | |