five

xhaka3456/openarm_pick_strawberry_and_place_on_white_plate3

收藏
Hugging Face2026-03-18 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/xhaka3456/openarm_pick_strawberry_and_place_on_white_plate3
下载链接
链接失效反馈
官方服务:
资源简介:
--- 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": "v3.0", "robot_type": "openarm_bimanual", "total_episodes": 143, "total_frames": 153452, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 30, "splits": { "train": "0:143" }, "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": { "observation.state": { "dtype": "float32", "shape": [ 16 ], "names": [ "left_joint1.pos", "left_joint2.pos", "left_joint3.pos", "left_joint4.pos", "left_joint5.pos", "left_joint6.pos", "left_joint7.pos", "right_joint1.pos", "right_joint2.pos", "right_joint3.pos", "right_joint4.pos", "right_joint5.pos", "right_joint6.pos", "right_joint7.pos", "left_gripper.pos", "right_gripper.pos" ] }, "observation.velocity": { "dtype": "float32", "shape": [ 16 ], "names": [ "left_joint1.vel", "left_joint2.vel", "left_joint3.vel", "left_joint4.vel", "left_joint5.vel", "left_joint6.vel", "left_joint7.vel", "right_joint1.vel", "right_joint2.vel", "right_joint3.vel", "right_joint4.vel", "right_joint5.vel", "right_joint6.vel", "right_joint7.vel", "left_gripper.vel", "right_gripper.vel" ] }, "observation.effort": { "dtype": "float32", "shape": [ 16 ], "names": [ "left_joint1.tau", "left_joint2.tau", "left_joint3.tau", "left_joint4.tau", "left_joint5.tau", "left_joint6.tau", "left_joint7.tau", "right_joint1.tau", "right_joint2.tau", "right_joint3.tau", "right_joint4.tau", "right_joint5.tau", "right_joint6.tau", "right_joint7.tau", "left_gripper.tau", "right_gripper.tau" ] }, "observation.images.head": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "height", "width", "channels" ], "info": { "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false } }, "observation.images.right_wrist": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "height", "width", "channels" ], "info": { "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false } }, "observation.images.left_wrist": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "height", "width", "channels" ], "info": { "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false } }, "observation.left_eef_pose": { "dtype": "float32", "shape": [ 7 ], "names": [ "x", "y", "z", "qx", "qy", "qz", "qw" ] }, "observation.right_eef_pose": { "dtype": "float32", "shape": [ 7 ], "names": [ "x", "y", "z", "qx", "qy", "qz", "qw" ] }, "action": { "dtype": "float32", "shape": [ 16 ], "names": [ "left_joint1.pos", "left_joint2.pos", "left_joint3.pos", "left_joint4.pos", "left_joint5.pos", "left_joint6.pos", "left_joint7.pos", "right_joint1.pos", "right_joint2.pos", "right_joint3.pos", "right_joint4.pos", "right_joint5.pos", "right_joint6.pos", "right_joint7.pos", "left_gripper.pos", "right_gripper.pos" ] }, "action.joint_positions": { "dtype": "float32", "shape": [ 16 ], "names": [ "left_joint1.pos", "left_joint2.pos", "left_joint3.pos", "left_joint4.pos", "left_joint5.pos", "left_joint6.pos", "left_joint7.pos", "right_joint1.pos", "right_joint2.pos", "right_joint3.pos", "right_joint4.pos", "right_joint5.pos", "right_joint6.pos", "right_joint7.pos", "left_gripper.pos", "right_gripper.pos" ] }, "action.left_eef_delta": { "dtype": "float32", "shape": [ 7 ], "names": [ "dx", "dy", "dz", "dqx", "dqy", "dqz", "dqw" ] }, "action.right_eef_delta": { "dtype": "float32", "shape": [ 7 ], "names": [ "dx", "dy", "dz", "dqx", "dqy", "dqz", "dqw" ] }, "action.left_gripper": { "dtype": "float32", "shape": [ 1 ], "names": [ "gripper" ] }, "action.right_gripper": { "dtype": "float32", "shape": [ 1 ], "names": [ "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] ```
提供机构:
xhaka3456
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作