CoolFace
Datasetpublic

shirasu206/dual_arm_ur5e_ur3e_20260530_v14

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": "dual_arm_ur5e_ur3e", "total_episodes": 32, "total_frames": 21312, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 0.0001, "video_files_size_in_mb": 0.0001, "fps": 15, "splits": { "train": "0:32" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet"… See the full description on the dataset page: https://huggingface.co/datasets/shirasu206/dual_arm_ur5e_ur3e_20260530_v14.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes71downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=shirasu206/dualarmur5eur3e20260530v14"> <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",
    "robot_type": "dual_arm_ur5e_ur3e",
    "total_episodes": 32,
    "total_frames": 21312,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 0.0001,
    "video_files_size_in_mb": 0.0001,
    "fps": 15,
    "splits": {
        "train": "0:32"
    },
    "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.base_image": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "H",
                "W",
                "C"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.codec": "h264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 15,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.ur5e_image": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "H",
                "W",
                "C"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.codec": "h264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 15,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.ur3e_image": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "H",
                "W",
                "C"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.codec": "h264",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 15,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.state": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": [
                "ur5e_j0",
                "ur5e_j1",
                "ur5e_j2",
                "ur5e_j3",
                "ur5e_j4",
                "ur5e_j5",
                "ur5e_grip",
                "ur3e_j0",
                "ur3e_j1",
                "ur3e_j2",
                "ur3e_j3",
                "ur3e_j4",
                "ur3e_j5",
                "ur3e_grip"
            ]
        },
        "action": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": [
                "a_ur5e_j0",
                "a_ur5e_j1",
                "a_ur5e_j2",
                "a_ur5e_j3",
                "a_ur5e_j4",
                "a_ur5e_j5",
                "a_ur5e_grip",
                "a_ur3e_j0",
                "a_ur3e_j1",
                "a_ur3e_j2",
                "a_ur3e_j3",
                "a_ur3e_j4",
                "a_ur3e_j5",
                "a_ur3e_grip"
            ]
        },
        "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]