CoolFace
Datasetpublic

axiboai/piperx-scripted-stack-real2sim-v1

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v3.0", "robot_type": null, "total_episodes": 250, "total_frames": 147831, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 50, "splits": { "train": "0:250" }, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/axiboai/piperx-scripted-stack-real2sim-v1.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes38downloads
Dataset Card

This dataset was created using LeRobot.

<a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=axiboai/piperx-scripted-stack-real2sim-v1"> <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": 250,
    "total_frames": 147831,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 200,
    "fps": 50,
    "splits": {
        "train": "0:250"
    },
    "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.images.wrist_left": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.fps": 50,
                "video.channels": 3
            }
        },
        "observation.images.wrist_right": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.fps": 50,
                "video.channels": 3
            }
        },
        "observation.images.scene_top": {
            "dtype": "video",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 224,
                "video.width": 224,
                "video.fps": 50,
                "video.channels": 3
            }
        },
        "observation.depth.wrist_left": {
            "dtype": "image",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "image.mode": "RGB",
                "image.dtype": "uint8",
                "image.format": "png"
            }
        },
        "observation.depth.wrist_right": {
            "dtype": "image",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "image.mode": "RGB",
                "image.dtype": "uint8",
                "image.format": "png"
            }
        },
        "observation.depth.scene_top": {
            "dtype": "image",
            "shape": [
                224,
                224,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "image.mode": "RGB",
                "image.dtype": "uint8",
                "image.format": "png"
            }
        },
        "observation.state": {
            "dtype": "float32",
            "shape": [
                7
            ],
            "names": [
                "q1",
                "q2",
                "q3",
                "q4",
                "q5",
                "q6",
                "gripper"
            ]
        },
        "action": {
            "dtype": "float32",
            "shape": [
                7
            ],
            "names": [
                "joint_target_1",
                "joint_target_2",
                "joint_target_3",
                "joint_target_4",
                "joint_target_5",
                "joint_target_6",
                "joint_target_7"
            ]
        },
        "metadata.demonstrator_id": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": [
                "demonstrator_id"
            ]
        },
        "metadata.station_id": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": [
                "station_id"
            ]
        },
        "metadata.task_variant": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": [
                "task_variant"
            ]
        },
        "metadata.towel_id": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": [
                "towel_id"
            ]
        },
        "metadata.lighting": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": [
                "lighting"
            ]
        },
        "metadata.mat_id": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": [
                "mat_id"
            ]
        },
        "metadata.success": {
            "dtype": "int64",
            "shape": [
                1
            ],
            "names": [
                "success"
            ]
        },
        "metadata.notes": {
            "dtype": "string",
            "shape": [
                1
            ],
            "names": [
                "notes"
            ]
        },
        "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]