CoolFace
Datasetpublic

YOLO2431/clean_up_table_v2.1

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "yam_bimanual", "total_episodes": 194, "total_frames": 148588, "total_tasks": 5, "total_videos": 582, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:194" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/YOLO2431/clean_up_table_v2.1.

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes637downloads
Dataset Card

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:

json
{
    "codebase_version": "v2.1",
    "robot_type": "yam_bimanual",
    "total_episodes": 194,
    "total_frames": 148588,
    "total_tasks": 5,
    "total_videos": 582,
    "total_chunks": 1,
    "chunks_size": 1000,
    "fps": 30,
    "splits": {
        "train": "0:194"
    },
    "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.state": {
            "dtype": "float32",
            "shape": [
                32
            ],
            "names": [
                [
                    "left_pos_x",
                    "left_pos_y",
                    "left_pos_z",
                    "left_rot6d_0",
                    "left_rot6d_1",
                    "left_rot6d_2",
                    "left_rot6d_3",
                    "left_rot6d_4",
                    "left_rot6d_5",
                    "right_pos_x",
                    "right_pos_y",
                    "right_pos_z",
                    "right_rot6d_0",
                    "right_rot6d_1",
                    "right_rot6d_2",
                    "right_rot6d_3",
                    "right_rot6d_4",
                    "right_rot6d_5",
                    "left_gripper",
                    "right_gripper",
                    "left_joint_0",
                    "left_joint_1",
                    "left_joint_2",
                    "left_joint_3",
                    "left_joint_4",
                    "left_joint_5",
                    "right_joint_0",
                    "right_joint_1",
                    "right_joint_2",
                    "right_joint_3",
                    "right_joint_4",
                    "right_joint_5"
                ]
            ]
        },
        "action": {
            "dtype": "float32",
            "shape": [
                32
            ],
            "names": [
                [
                    "left_pos_x",
                    "left_pos_y",
                    "left_pos_z",
                    "left_rot6d_0",
                    "left_rot6d_1",
                    "left_rot6d_2",
                    "left_rot6d_3",
                    "left_rot6d_4",
                    "left_rot6d_5",
                    "right_pos_x",
                    "right_pos_y",
                    "right_pos_z",
                    "right_rot6d_0",
                    "right_rot6d_1",
                    "right_rot6d_2",
                    "right_rot6d_3",
                    "right_rot6d_4",
                    "right_rot6d_5",
                    "left_gripper",
                    "right_gripper",
                    "left_joint_0",
                    "left_joint_1",
                    "left_joint_2",
                    "left_joint_3",
                    "left_joint_4",
                    "left_joint_5",
                    "right_joint_0",
                    "right_joint_1",
                    "right_joint_2",
                    "right_joint_3",
                    "right_joint_4",
                    "right_joint_5"
                ]
            ]
        },
        "observation.images.head": {
            "dtype": "video",
            "shape": [
                3,
                720,
                1280
            ],
            "names": [
                "channels",
                "height",
                "width"
            ],
            "info": {
                "video.height": 720,
                "video.width": 1280,
                "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": [
                3,
                720,
                1280
            ],
            "names": [
                "channels",
                "height",
                "width"
            ],
            "info": {
                "video.height": 720,
                "video.width": 1280,
                "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": [
                3,
                720,
                1280
            ],
            "names": [
                "channels",
                "height",
                "width"
            ],
            "info": {
                "video.height": 720,
                "video.width": 1280,
                "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
        },
        "observation.depth_ffv1.head": {
            "dtype": "depth_video",
            "shape": [
                720,
                1280,
                1
            ],
            "names": [
                "height",
                "width",
                "depth"
            ],
            "info": {
                "video.height": 720,
                "video.width": 1280,
                "video.codec": "ffv1",
                "video.pix_fmt": "gray16le",
                "video.is_depth_map": true,
                "video.fps": 30,
                "video.channels": 1,
                "has_audio": false,
                "depth_unit": "mm",
                "depth_dtype": "uint16",
                "depth_encoder": "ffv1",
                "depth_ext": ".mkv",
                "depth_packing": "gray16le"
            }
        },
        "observation.depth_ffv1.left_wrist": {
            "dtype": "depth_video",
            "shape": [
                720,
                1280,
                1
            ],
            "names": [
                "height",
                "width",
                "depth"
            ],
            "info": {
                "video.height": 720,
                "video.width": 1280,
                "video.codec": "ffv1",
                "video.pix_fmt": "gray16le",
                "video.is_depth_map": true,
                "video.fps": 30,
                "video.channels": 1,
                "has_audio": false,
                "depth_unit": "mm",
                "depth_dtype": "uint16",
                "depth_encoder": "ffv1",
                "depth_ext": ".mkv",
                "depth_packing": "gray16le"
            }
        },
        "observation.depth_ffv1.right_wrist": {
            "dtype": "depth_video",
            "shape": [
                720,
                1280,
                1
            ],
            "names": [
                "height",
                "width",
                "depth"
            ],
            "info": {
                "video.height": 720,
                "video.width": 1280,
                "video.codec": "ffv1",
                "video.pix_fmt": "gray16le",
                "video.is_depth_map": true,
                "video.fps": 30,
                "video.channels": 1,
                "has_audio": false,
                "depth_unit": "mm",
                "depth_dtype": "uint16",
                "depth_encoder": "ffv1",
                "depth_ext": ".mkv",
                "depth_packing": "gray16le"
            }
        }
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]