CoolFace
Datasetpublic

BobShan/double_insert_v2.1

Merged LeRobot Dataset This dataset was created by merging multiple LeRobot datasets using the LeRobot Data Studio merge tool. Source Datasets This merged dataset combines the following 2 datasets: BobShan/double_insert_oringal BobShan/insert_double_bu Merge Details Merge Date: Generated automatically Source Count: 2 datasets Episode Renumbering: Episodes are renumbered sequentially starting from 0 Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/BobShan/double_insert_v2.1.

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes89downloads
Dataset Card

Merged LeRobot Dataset

This dataset was created by merging multiple LeRobot datasets using the LeRobot Data Studio merge tool.

Source Datasets

This merged dataset combines the following 2 datasets:

Merge Details

  • —Merge Date: Generated automatically
  • —Source Count: 2 datasets
  • —Episode Renumbering: Episodes are renumbered sequentially starting from 0

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": "FRarm",
    "total_episodes": 73,
    "total_frames": 25710,
    "total_tasks": 1,
    "total_videos": 0,
    "total_chunks": 0,
    "chunks_size": 1000,
    "fps": 10,
    "splits": {
        "train": "0:73"
    },
    "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": {
        "action": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": [
                "left_shoulder_pan",
                "left_shoulder_lift",
                "left_elbow_flex",
                "left_wrist_1",
                "left_wrist_2",
                "left_wrist_3",
                "left_gripper",
                "right_shoulder_pan",
                "right_shoulder_lift",
                "right_elbow_flex",
                "right_wrist_1",
                "right_wrist_2",
                "right_wrist_3",
                "right_gripper"
            ]
        },
        "observation.state": {
            "dtype": "float32",
            "shape": [
                14
            ],
            "names": [
                "left_shoulder_pan",
                "left_shoulder_lift",
                "left_elbow_flex",
                "left_wrist_1",
                "left_wrist_2",
                "left_wrist_3",
                "left_gripper",
                "right_shoulder_pan",
                "right_shoulder_lift",
                "right_elbow_flex",
                "right_wrist_1",
                "right_wrist_2",
                "right_wrist_3",
                "right_gripper"
            ]
        },
        "observation.images.top": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 10,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.right_wrist": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 10,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.left_wrist": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 10,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.angle": {
            "dtype": "video",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 10,
                "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
        }
    }
}

Citation

BibTeX:

bibtex
[More Information Needed]