CoolFace
Datasetpublic

io-intelligence/realman_aidal_desktop_cleanup

The dataset was collected and open-sourced by IO Intelligence, and exported in the LeRobot format provided by the IO Data Platform. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "custom_arm", "total_episodes": 1099, "total_frames": 246816, "total_tasks": 323, "total_videos": 4396, "total_chunks": 2, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:1099" }, "data_path":… See the full description on the dataset page: https://huggingface.co/datasets/io-intelligence/realman_aidal_desktop_cleanup.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes326downloads
Dataset Card

The dataset was collected and open-sourced by IO Intelligence, and exported in the LeRobot format provided by the IO Data Platform.

Dataset Description

Dataset Structure

meta/info.json:

json
{
    "codebase_version": "v2.1",
    "robot_type": "custom_arm",
    "total_episodes": 1099,
    "total_frames": 246816,
    "total_tasks": 323,
    "total_videos": 4396,
    "total_chunks": 2,
    "chunks_size": 1000,
    "fps": 30,
    "splits": {
        "train": "0:1099"
    },
    "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.camera_01": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "info": {
                "video.height": 480,
                "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.camera_02": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "info": {
                "video.height": 480,
                "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.camera_03": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "info": {
                "video.height": 480,
                "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.camera_04": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "info": {
                "video.height": 480,
                "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.state": {
            "dtype": "float64",
            "shape": [
                37
            ],
            "names": [
                "r_joint1",
                "r_joint2",
                "r_joint3",
                "r_joint4",
                "r_joint5",
                "r_joint6",
                "l_joint1",
                "l_joint2",
                "l_joint3",
                "l_joint4",
                "l_joint5",
                "l_joint6",
                "R_thumb_MCP_joint1",
                "R_thumb_MCP_joint2",
                "R_thumb_PIP_joint",
                "R_thumb_DIP_joint",
                "R_index_MCP_joint",
                "R_index_DIP_joint",
                "R_middle_MCP_joint",
                "R_middle_DIP_joint",
                "R_ring_MCP_joint",
                "R_ring_DIP_joint",
                "R_pinky_MCP_joint",
                "R_pinky_DIP_joint",
                "L_thumb_MCP_joint1",
                "L_thumb_MCP_joint2",
                "L_thumb_PIP_joint",
                "L_thumb_DIP_joint",
                "L_index_MCP_joint",
                "L_index_DIP_joint",
                "L_middle_MCP_joint",
                "L_middle_DIP_joint",
                "L_ring_MCP_joint",
                "L_ring_DIP_joint",
                "L_pinky_MCP_joint",
                "L_pinky_DIP_joint",
                "platform_joint"
            ]
        },
        "action": {
            "dtype": "float64",
            "shape": [
                12
            ],
            "names": [
                "l_joint1",
                "l_joint2",
                "l_joint3",
                "l_joint4",
                "l_joint5",
                "l_joint6",
                "r_joint1",
                "r_joint2",
                "r_joint3",
                "r_joint4",
                "r_joint5",
                "r_joint6"
            ]
        },
        "observation.gripper": {
            "dtype": "float64",
            "shape": [
                2
            ],
            "names": [
                "right_gripper",
                "left_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
        }
    }
}