ugo_basic_task_v3 / README.md
k-matsui-ugo's picture
Upload README.md with huggingface_hub
c5a7e67 verified
|
Raw
History Blame Contribute Delete
5.17 kB
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": "ugo_pro",
    "total_episodes": 16,
    "total_frames": 6824,
    "total_tasks": 1,
    "chunks_size": 1000,
    "data_files_size_in_mb": 100,
    "video_files_size_in_mb": 200,
    "fps": 15,
    "splits": {
        "train": "0:16"
    },
    "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": {
        "action": {
            "dtype": "float32",
            "names": [
                "joint_11.target_deg",
                "joint_12.target_deg",
                "joint_13.target_deg",
                "joint_14.target_deg",
                "joint_15.target_deg",
                "joint_16.target_deg",
                "joint_17.target_deg",
                "joint_18.target_deg",
                "joint_21.target_deg",
                "joint_22.target_deg",
                "joint_23.target_deg",
                "joint_24.target_deg",
                "joint_25.target_deg",
                "joint_26.target_deg",
                "joint_27.target_deg",
                "joint_28.target_deg"
            ],
            "shape": [
                16
            ]
        },
        "observation.state": {
            "dtype": "float32",
            "names": [
                "joint_11.pos_deg",
                "joint_12.pos_deg",
                "joint_13.pos_deg",
                "joint_14.pos_deg",
                "joint_15.pos_deg",
                "joint_16.pos_deg",
                "joint_17.pos_deg",
                "joint_18.pos_deg",
                "joint_21.pos_deg",
                "joint_22.pos_deg",
                "joint_23.pos_deg",
                "joint_24.pos_deg",
                "joint_25.pos_deg",
                "joint_26.pos_deg",
                "joint_27.pos_deg",
                "joint_28.pos_deg"
            ],
            "shape": [
                16
            ]
        },
        "observation.images.camera_front": {
            "dtype": "video",
            "shape": [
                1080,
                1920,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 1080,
                "video.width": 1920,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 15,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.camera_left": {
            "dtype": "video",
            "shape": [
                1080,
                1920,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 1080,
                "video.width": 1920,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 15,
                "video.channels": 3,
                "has_audio": false
            }
        },
        "observation.images.camera_right": {
            "dtype": "video",
            "shape": [
                1080,
                1920,
                3
            ],
            "names": [
                "height",
                "width",
                "channels"
            ],
            "info": {
                "video.height": 1080,
                "video.width": 1920,
                "video.codec": "av1",
                "video.pix_fmt": "yuv420p",
                "video.is_depth_map": false,
                "video.fps": 15,
                "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]