hamed-starpilot's picture
Upload README.md with huggingface_hub
2354101 verified
|
Raw
History Blame Contribute Delete
7.74 kB
---
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).
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=nodogoro/freezer_filling">
<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",
"robot_type": "starpilot_yam_gripper",
"total_episodes": 1,
"total_frames": 1398,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:1"
},
"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",
"names": [
"arm1_x",
"arm1_y",
"arm1_z",
"arm1_rx",
"arm1_ry",
"arm1_rz",
"arm1_grip_width",
"arm2_x",
"arm2_y",
"arm2_z",
"arm2_rx",
"arm2_ry",
"arm2_rz",
"arm2_grip_width"
],
"shape": [
14
]
},
"observation.state": {
"dtype": "float32",
"names": [
"arm1_enc_deg",
"arm1_imu_ax",
"arm1_imu_ay",
"arm1_imu_az",
"arm1_imu_gx",
"arm1_imu_gy",
"arm1_imu_gz",
"arm1_pose_x",
"arm1_pose_y",
"arm1_pose_z",
"arm1_pose_qx",
"arm1_pose_qy",
"arm1_pose_qz",
"arm1_pose_qw",
"arm1_gripper_open",
"arm1_gripper_distance_m",
"arm2_enc_deg",
"arm2_imu_ax",
"arm2_imu_ay",
"arm2_imu_az",
"arm2_imu_gx",
"arm2_imu_gy",
"arm2_imu_gz",
"arm2_pose_x",
"arm2_pose_y",
"arm2_pose_z",
"arm2_pose_qx",
"arm2_pose_qy",
"arm2_pose_qz",
"arm2_pose_qw",
"arm2_gripper_open",
"arm2_gripper_distance_m"
],
"shape": [
32
]
},
"observation.images.realsense_rgb": {
"dtype": "video",
"shape": [
480,
848,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 848,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.realsense_rgb_depth": {
"dtype": "video",
"shape": [
480,
848,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 848,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.arm2_realsense_rgb": {
"dtype": "video",
"shape": [
480,
848,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 848,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.arm2_realsense_rgb_depth": {
"dtype": "video",
"shape": [
480,
848,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 848,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.scene_rgb": {
"dtype": "video",
"shape": [
1024,
1024,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 1024,
"video.width": 1024,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.scene_rgb_2": {
"dtype": "video",
"shape": [
1024,
1024,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 1024,
"video.width": 1024,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"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]
```