CoolFace
Datasetpublic

carrot-fever/tl_ts_prompted_merged_image_v3_smoke_ep0

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": null, "total_episodes": 1, "total_frames": 315, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 1024, "video_files_size_in_mb": 200, "fps": 30, "splits": { "train": "0:1" }, "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/carrot-fever/tl_ts_prompted_merged_image_v3_smoke_ep0.

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes16downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=carrot-fever/tltspromptedmergedimagev3smokeep0"> <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": null,
    "total_episodes": 1,
    "total_frames": 315,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 1024,
    "video_files_size_in_mb": 200,
    "fps": 30,
    "splits": {
        "train": "0:1"
    },
    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
    "video_path": null,
    "features": {
        "observation.state": {
            "dtype": "float32",
            "shape": [
                12
            ],
            "names": [
                "left_shoulder_pan",
                "left_shoulder_lift",
                "left_elbow_flex",
                "left_wrist_flex",
                "left_wrist_roll",
                "left_gripper",
                "right_shoulder_pan",
                "right_shoulder_lift",
                "right_elbow_flex",
                "right_wrist_flex",
                "right_wrist_roll",
                "right_gripper"
            ]
        },
        "action": {
            "dtype": "float32",
            "shape": [
                12
            ],
            "names": [
                "left_shoulder_pan",
                "left_shoulder_lift",
                "left_elbow_flex",
                "left_wrist_flex",
                "left_wrist_roll",
                "left_gripper",
                "right_shoulder_pan",
                "right_shoulder_lift",
                "right_elbow_flex",
                "right_wrist_flex",
                "right_wrist_roll",
                "right_gripper"
            ]
        },
        "observation.images.top_rgb": {
            "dtype": "image",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ]
        },
        "observation.images.left_rgb": {
            "dtype": "image",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ]
        },
        "observation.images.right_rgb": {
            "dtype": "image",
            "shape": [
                480,
                640,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ]
        },
        "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]