CoolFace
Datasetpublic

dylanmcguir3/twoarm-needle-pick-3

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

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes98downloads
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": "v3.0",
    "robot_type": "TwoArm",
    "total_episodes": 29,
    "total_frames": 29388,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 500,
    "fps": 100,
    "splits": {
        "train": "0:30"
    },
    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
    "video_path": null,
    "features": {
        "observation.images.WRIST_LEFT": {
            "dtype": "image",
            "shape": [
                720,
                720,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ]
        },
        "observation.images.WRIST_RIGHT": {
            "dtype": "image",
            "shape": [
                720,
                720,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ]
        },
        "observation.images.SURGEON_VIEW": {
            "dtype": "image",
            "shape": [
                720,
                720,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ]
        },
        "observation.images.FRONT_VIEW": {
            "dtype": "image",
            "shape": [
                720,
                720,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ]
        },
        "success": {
            "dtype": "bool",
            "shape": [
                1
            ],
            "names": null
        },
        "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]