CoolFace
Datasetpublic

naavox/red-dot

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "fps": 30, "features": { "action": { "dtype": "float32", "shape": [ 11 ], "names": [ "vel_x", "vel_y", "vel_z", "room_vel_x", "room_vel_y", "wrist_speed", "finger_speed"… See the full description on the dataset page: https://huggingface.co/datasets/naavox/red-dot.

sourceHugging Faceapache-2.0updated 3d agoView on Hugging Face
0likes56downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=naavox/red-dot"> <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:

json
{
    "codebase_version": "v3.0",
    "fps": 30,
    "features": {
        "action": {
            "dtype": "float32",
            "shape": [
                11
            ],
            "names": [
                "vel_x",
                "vel_y",
                "vel_z",
                "room_vel_x",
                "room_vel_y",
                "wrist_speed",
                "finger_speed",
                "contact_vec_x",
                "contact_vec_y",
                "contact_vec_z",
                "episode_end"
            ]
        },
        "observation.state": {
            "dtype": "float32",
            "shape": [
                44
            ],
            "names": [
                "vel_x",
                "vel_y",
                "vel_z",
                "wrist_speed",
                "finger_speed",
                "gripper_pos_x",
                "gripper_pos_y",
                "gripper_pos_z",
                "gripper_rot_0",
                "gripper_rot_1",
                "gripper_rot_2",
                "gripper_rot_3",
                "gripper_rot_4",
                "gripper_rot_5",
                "spin",
                "finger_angle",
                "laser_rangefinder",
                "finger_pressure",
                "wrist_angle",
                "target_force",
                "hamper_bearing",
                "hamper_distance",
                "toybox_bearing",
                "toybox_distance",
                "trashcan_bearing",
                "trashcan_distance",
                "gamepad_bearing",
                "gamepad_distance",
                "parking_location_bearing",
                "parking_location_distance",
                "swing_cancellation_on",
                "tension_0",
                "tension_1",
                "tension_2",
                "tension_3",
                "gantry_position_x",
                "gantry_position_y",
                "gantry_position_z",
                "visual_pos_x",
                "visual_pos_y",
                "visual_pos_z",
                "hang_pos_x",
                "hang_pos_y",
                "hang_pos_z"
            ]
        },
        "observation.images.gripper_camera": {
            "dtype": "video",
            "shape": [
                384,
                684,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 384,
                "video.width": 684,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "observation.images.overhead_camera": {
            "dtype": "video",
            "shape": [
                512,
                512,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 512,
                "video.width": 512,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "observation.images.anchor_camera_0": {
            "dtype": "video",
            "shape": [
                544,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 544,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "observation.images.anchor_camera_1": {
            "dtype": "video",
            "shape": [
                544,
                960,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "is_depth_map": false,
                "video.height": 544,
                "video.width": 960,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false,
                "video.g": 2,
                "video.crf": 30,
                "video.preset": 12,
                "video.fast_decode": 0,
                "video.video_backend": "pyav",
                "video.extra_options": {}
            }
        },
        "anchor_poses": {
            "dtype": "float32",
            "shape": [
                12
            ],
            "names": [
                "anchor_0_rx",
                "anchor_0_ry",
                "anchor_0_rz",
                "anchor_0_x",
                "anchor_0_y",
                "anchor_0_z",
                "anchor_1_rx",
                "anchor_1_ry",
                "anchor_1_rz",
                "anchor_1_x",
                "anchor_1_y",
                "anchor_1_z"
            ]
        },
        "anchor_cam_tilt": {
            "dtype": "float32",
            "shape": [
                2
            ],
            "names": [
                "anchor_0_cam_tilt",
                "anchor_1_cam_tilt"
            ]
        },
        "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
        }
    },
    "total_episodes": 1,
    "total_frames": 858,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 200,
    "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",
    "robot_type": "stringman",
    "splits": {
        "train": "0:1"
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]