dataset0 / README.md
ToFour's picture
Upload README.md with huggingface_hub
ec6100d verified
metadata
license: apache-2.0
task_categories:
  - robotics
tags:
  - LeRobot
configs:
  - config_name: default
    data_files: data/*/*.parquet

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:

{
    "codebase_version": "v3.0",
    "robot_type": "double_piperx",
    "total_episodes": 1,
    "total_frames": 713,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "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": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
    "features": {
        "observation.state": {
            "dtype": "float64",
            "shape": [
                26
            ],
            "names": [
                [
                    "arm.jointStatePosition.puppetLeft.joint0",
                    "arm.jointStatePosition.puppetLeft.joint1",
                    "arm.jointStatePosition.puppetLeft.joint2",
                    "arm.jointStatePosition.puppetLeft.joint3",
                    "arm.jointStatePosition.puppetLeft.joint4",
                    "arm.jointStatePosition.puppetLeft.joint5",
                    "arm.jointStatePosition.puppetLeft.joint6",
                    "arm.jointStatePosition.puppetRight.joint0",
                    "arm.jointStatePosition.puppetRight.joint1",
                    "arm.jointStatePosition.puppetRight.joint2",
                    "arm.jointStatePosition.puppetRight.joint3",
                    "arm.jointStatePosition.puppetRight.joint4",
                    "arm.jointStatePosition.puppetRight.joint5",
                    "arm.jointStatePosition.puppetRight.joint6",
                    "arm.endPose.puppetLeft.joint0",
                    "arm.endPose.puppetLeft.joint1",
                    "arm.endPose.puppetLeft.joint2",
                    "arm.endPose.puppetLeft.joint3",
                    "arm.endPose.puppetLeft.joint4",
                    "arm.endPose.puppetLeft.joint5",
                    "arm.endPose.puppetLeft.joint6",
                    "arm.endPose.puppetRight.joint0",
                    "arm.endPose.puppetRight.joint1",
                    "arm.endPose.puppetRight.joint2",
                    "arm.endPose.puppetRight.joint3",
                    "arm.endPose.puppetRight.joint4",
                    "arm.endPose.puppetRight.joint5",
                    "arm.endPose.puppetRight.joint6"
                ]
            ]
        },
        "action": {
            "dtype": "float64",
            "shape": [
                14
            ],
            "names": [
                [
                    "arm.jointStatePosition.masterLeft.joint0",
                    "arm.jointStatePosition.masterLeft.joint1",
                    "arm.jointStatePosition.masterLeft.joint2",
                    "arm.jointStatePosition.masterLeft.joint3",
                    "arm.jointStatePosition.masterLeft.joint4",
                    "arm.jointStatePosition.masterLeft.joint5",
                    "arm.jointStatePosition.masterLeft.joint6",
                    "arm.jointStatePosition.masterRight.joint0",
                    "arm.jointStatePosition.masterRight.joint1",
                    "arm.jointStatePosition.masterRight.joint2",
                    "arm.jointStatePosition.masterRight.joint3",
                    "arm.jointStatePosition.masterRight.joint4",
                    "arm.jointStatePosition.masterRight.joint5",
                    "arm.jointStatePosition.masterRight.joint6"
                ]
            ]
        },
        "observation.images.left": {
            "dtype": "video",
            "shape": [
                3,
                480,
                640
            ],
            "names": [
                "channels",
                "height",
                "width"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.front": {
            "dtype": "video",
            "shape": [
                3,
                480,
                640
            ],
            "names": [
                "channels",
                "height",
                "width"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.right": {
            "dtype": "video",
            "shape": [
                3,
                480,
                640
            ],
            "names": [
                "channels",
                "height",
                "width"
            ],
            "info": {
                "video.height": 480,
                "video.width": 640,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 30,
                "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:

[More Information Needed]