agibot_data / README.md
aimandanial's picture
Upload README.md with huggingface_hub
c72c3f1 verified
|
Raw
History Blame Contribute Delete
5.94 kB
metadata
license: apache-2.0
task_categories:
  - robotics
tags:
  - LeRobot
configs:
  - config_name: default
    data_files: data/*/*.parquet

This dataset was created using LeRobot.

Dataset Description

  • Homepage: [More Information Needed]
  • Paper: [More Information Needed]
  • License: apache-2.0

Dataset Structure

meta/info.json:

{
    "codebase_version": "v3.0",
    "robot_type": "agibot_g2",
    "total_episodes": 3,
    "total_frames": 1561,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 200,
    "fps": 30,
    "splits": {
        "train": "0:3"
    },
    "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": [
                24
            ],
            "names": [
                "waist_0",
                "waist_1",
                "waist_2",
                "waist_3",
                "waist_4",
                "head_0",
                "head_1",
                "head_2",
                "arm_l_joint1",
                "arm_l_joint2",
                "arm_l_joint3",
                "arm_l_joint4",
                "arm_l_joint5",
                "arm_l_joint6",
                "arm_l_joint7",
                "arm_r_joint1",
                "arm_r_joint2",
                "arm_r_joint3",
                "arm_r_joint4",
                "arm_r_joint5",
                "arm_r_joint6",
                "arm_r_joint7",
                "left_effector",
                "right_effector"
            ]
        },
        "action": {
            "dtype": "float32",
            "shape": [
                21
            ],
            "names": [
                "waist_0",
                "waist_1",
                "waist_2",
                "waist_3",
                "waist_4",
                "arm_l_joint1",
                "arm_l_joint2",
                "arm_l_joint3",
                "arm_l_joint4",
                "arm_l_joint5",
                "arm_l_joint6",
                "arm_l_joint7",
                "arm_r_joint1",
                "arm_r_joint2",
                "arm_r_joint3",
                "arm_r_joint4",
                "arm_r_joint5",
                "arm_r_joint6",
                "arm_r_joint7",
                "left_effector",
                "right_effector"
            ]
        },
        "observation.images.head": {
            "dtype": "video",
            "shape": [
                400,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 400,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.hand_left": {
            "dtype": "video",
            "shape": [
                1056,
                1280,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 1056,
                "video.width": 1280,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.hand_right": {
            "dtype": "video",
            "shape": [
                1056,
                1280,
                3
            ],
            "names": [
                "height",
                "width",
                "channel"
            ],
            "info": {
                "video.height": 1056,
                "video.width": 1280,
                "video.codec": "av1",
                "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:

[More Information Needed]