CoolFace
Datasetpublic

pepijn223/task_384

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "a2d", "total_episodes": 808, "total_frames": 1133387, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 500, "fps": 30, "splits": { "train": "0:808" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/pepijn223/task_384.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes35downloads
Dataset Card

This dataset was created using LeRobot.

Dataset Description

  • Homepage: [More Information Needed]
  • Paper: [More Information Needed]
  • License: cc-by-4.0

Dataset Structure

meta/info.json:

json
{
    "codebase_version": "v3.0",
    "robot_type": "a2d",
    "total_episodes": 808,
    "total_frames": 1133387,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 500,
    "fps": 30,
    "splits": {
        "train": "0:808"
    },
    "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.images.head": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "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.head_center_fisheye": {
            "dtype": "video",
            "shape": [
                768,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "info": {
                "video.height": 768,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.head_left_fisheye": {
            "dtype": "video",
            "shape": [
                768,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "info": {
                "video.height": 768,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.head_right_fisheye": {
            "dtype": "video",
            "shape": [
                768,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "info": {
                "video.height": 768,
                "video.width": 960,
                "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": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "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.hand_right": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "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.back_left_fisheye": {
            "dtype": "video",
            "shape": [
                768,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "info": {
                "video.height": 768,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.back_right_fisheye": {
            "dtype": "video",
            "shape": [
                768,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "rgb"
            ],
            "info": {
                "video.height": 768,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.states.effector.position": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": {
                "motors": [
                    "left_gripper",
                    "right_gripper"
                ]
            }
        },
        "observation.states.end.orientation": {
            "dtype": "float32",
            "shape": [
                2,
                4
            ],
            "names": {
                "motors": [
                    "left_xyzw",
                    "right_xyzw"
                ]
            }
        },
        "observation.states.end.position": {
            "dtype": "float32",
            "shape": [
                2,
                3
            ],
            "names": {
                "motors": [
                    "left_xyz",
                    "right_xyz"
                ]
            }
        },
        "observation.states.head.position": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": {
                "motors": [
                    "yaw",
                    "patch"
                ]
            }
        },
        "observation.states.joint.current_value": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": {
                "motors": [
                    "left_arm_0",
                    "left_arm_1",
                    "left_arm_2",
                    "left_arm_3",
                    "left_arm_4",
                    "left_arm_5",
                    "left_arm_6",
                    "right_arm_0",
                    "right_arm_1",
                    "right_arm_2",
                    "right_arm_3",
                    "right_arm_4",
                    "right_arm_5",
                    "right_arm_6"
                ]
            }
        },
        "observation.states.joint.position": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": {
                "motors": [
                    "left_arm_0",
                    "left_arm_1",
                    "left_arm_2",
                    "left_arm_3",
                    "left_arm_4",
                    "left_arm_5",
                    "left_arm_6",
                    "right_arm_0",
                    "right_arm_1",
                    "right_arm_2",
                    "right_arm_3",
                    "right_arm_4",
                    "right_arm_5",
                    "right_arm_6"
                ]
            }
        },
        "observation.states.robot.orientation": {
            "dtype": "float32",
            "shape": [
                4
            ],
            "names": {
                "motors": [
                    "x",
                    "y",
                    "z",
                    "w"
                ]
            }
        },
        "observation.states.robot.position": {
            "dtype": "float32",
            "shape": [
                3
            ],
            "names": {
                "motors": [
                    "x",
                    "y",
                    "z"
                ]
            }
        },
        "observation.states.waist.position": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": {
                "motors": [
                    "pitch",
                    "lift"
                ]
            }
        },
        "actions.effector.position": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": {
                "motors": [
                    "left_gripper",
                    "right_gripper"
                ]
            }
        },
        "actions.end.orientation": {
            "dtype": "float32",
            "shape": [
                2,
                4
            ],
            "names": {
                "motors": [
                    "left_xyzw",
                    "right_xyzw"
                ]
            }
        },
        "actions.end.position": {
            "dtype": "float32",
            "shape": [
                2,
                3
            ],
            "names": {
                "motors": [
                    "left_xyz",
                    "right_xyz"
                ]
            }
        },
        "actions.head.position": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": {
                "motors": [
                    "yaw",
                    "patch"
                ]
            }
        },
        "actions.joint.position": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": {
                "motors": [
                    "left_arm_0",
                    "left_arm_1",
                    "left_arm_2",
                    "left_arm_3",
                    "left_arm_4",
                    "left_arm_5",
                    "left_arm_6",
                    "right_arm_0",
                    "right_arm_1",
                    "right_arm_2",
                    "right_arm_3",
                    "right_arm_4",
                    "right_arm_5",
                    "right_arm_6"
                ]
            }
        },
        "actions.robot.velocity": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": {
                "motors": [
                    "x_vel",
                    "yaw_vel"
                ]
            }
        },
        "actions.waist.position": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": {
                "motors": [
                    "pitch",
                    "lift"
                ]
            }
        },
        "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]