CoolFace
Datasetpublic

unitreerobotics/Z1_StackBox_Dataset

This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "Unitree_Z1_Single", "total_episodes": 1265, "total_frames": 989335, "total_tasks": 1, "total_videos": 2530, "total_chunks": 2, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:1265" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/unitreerobotics/Z1_StackBox_Dataset.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
7likes627downloads
info.json140 linesDownload Raw Back to meta
1{2    "codebase_version": "v3.0",3    "robot_type": "Unitree_Z1_Single",4    "total_episodes": 1265,5    "total_frames": 989335,6    "total_tasks": 1,7    "chunks_size": 1000,8    "fps": 30.0,9    "splits": {10        "train": "0:1265"11    },12    "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",13    "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",14    "features": {15        "observation.state": {16            "dtype": "float32",17            "shape": [18                719            ],20            "names": [21                [22                    "kWaist",23                    "kShoulder",24                    "kElbow",25                    "kForearmRoll",26                    "kWristAngle",27                    "kWristRotate",28                    "kGripper"29                ]30            ],31            "fps": 30.032        },33        "action": {34            "dtype": "float32",35            "shape": [36                737            ],38            "names": [39                [40                    "kWaist",41                    "kShoulder",42                    "kElbow",43                    "kForearmRoll",44                    "kWristAngle",45                    "kWristRotate",46                    "kGripper"47                ]48            ],49            "fps": 30.050        },51        "observation.images.cam_high": {52            "dtype": "video",53            "shape": [54                3,55                480,56                64057            ],58            "names": [59                "channels",60                "height",61                "width"62            ],63            "info": {64                "video.fps": 30.0,65                "video.height": 480,66                "video.width": 640,67                "video.channels": 3,68                "video.codec": "av1",69                "video.pix_fmt": "yuv420p",70                "video.is_depth_map": false,71                "has_audio": false72            }73        },74        "observation.images.cam_wrist": {75            "dtype": "video",76            "shape": [77                3,78                480,79                64080            ],81            "names": [82                "channels",83                "height",84                "width"85            ],86            "info": {87                "video.fps": 30.0,88                "video.height": 480,89                "video.width": 640,90                "video.channels": 3,91                "video.codec": "av1",92                "video.pix_fmt": "yuv420p",93                "video.is_depth_map": false,94                "has_audio": false95            }96        },97        "timestamp": {98            "dtype": "float32",99            "shape": [100                1101            ],102            "names": null,103            "fps": 30.0104        },105        "frame_index": {106            "dtype": "int64",107            "shape": [108                1109            ],110            "names": null,111            "fps": 30.0112        },113        "episode_index": {114            "dtype": "int64",115            "shape": [116                1117            ],118            "names": null,119            "fps": 30.0120        },121        "index": {122            "dtype": "int64",123            "shape": [124                1125            ],126            "names": null,127            "fps": 30.0128        },129        "task_index": {130            "dtype": "int64",131            "shape": [132                1133            ],134            "names": null,135            "fps": 30.0136        }137    },138    "data_files_size_in_mb": 100,139    "video_files_size_in_mb": 500140}