CoolFace
Datasetpublic

LGG100/Stack-the-cubes

sourceHugging Faceupdated 3mo agoView on Hugging Face
2likes496downloads
info.json174 linesDownload Raw Back to meta
1{2    "codebase_version": "v2.1",3    "robot_type": "Unitree_G1_Dex1_Sim",4    "total_episodes": 100,5    "total_frames": 95966,6    "total_tasks": 1,7    "total_videos": 300,8    "total_chunks": 1,9    "chunks_size": 1000,10    "fps": 30,11    "splits": {12        "train": "0:100"13    },14    "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",15    "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",16    "features": {17        "observation.state": {18            "dtype": "float32",19            "shape": [20                1621            ],22            "names": [23                [24                    "kLeftShoulderPitch",25                    "kLeftShoulderRoll",26                    "kLeftShoulderYaw",27                    "kLeftElbow",28                    "kLeftWristRoll",29                    "kLeftWristPitch",30                    "kLeftWristYaw",31                    "kRightShoulderPitch",32                    "kRightShoulderRoll",33                    "kRightShoulderYaw",34                    "kRightElbow",35                    "kRightWristRoll",36                    "kRightWristPitch",37                    "kRightWristYaw",38                    "kLeftGripper",39                    "kRightGripper"40                ]41            ]42        },43        "action": {44            "dtype": "float32",45            "shape": [46                1647            ],48            "names": [49                [50                    "kLeftShoulderPitch",51                    "kLeftShoulderRoll",52                    "kLeftShoulderYaw",53                    "kLeftElbow",54                    "kLeftWristRoll",55                    "kLeftWristPitch",56                    "kLeftWristYaw",57                    "kRightShoulderPitch",58                    "kRightShoulderRoll",59                    "kRightShoulderYaw",60                    "kRightElbow",61                    "kRightWristRoll",62                    "kRightWristPitch",63                    "kRightWristYaw",64                    "kLeftGripper",65                    "kRightGripper"66                ]67            ]68        },69        "observation.images.cam_left_high": {70            "dtype": "video",71            "shape": [72                480,73                640,74                375            ],76            "names": [77                "height",78                "width",79                "channel"80            ],81            "info": {82                "video.height": 480,83                "video.width": 640,84                "video.codec": "av1",85                "video.pix_fmt": "yuv420p",86                "video.is_depth_map": false,87                "video.fps": 30,88                "video.channels": 3,89                "has_audio": false90            }91        },92        "observation.images.cam_left_wrist": {93            "dtype": "video",94            "shape": [95                480,96                640,97                398            ],99            "names": [100                "height",101                "width",102                "channel"103            ],104            "info": {105                "video.height": 480,106                "video.width": 640,107                "video.codec": "av1",108                "video.pix_fmt": "yuv420p",109                "video.is_depth_map": false,110                "video.fps": 30,111                "video.channels": 3,112                "has_audio": false113            }114        },115        "observation.images.cam_right_wrist": {116            "dtype": "video",117            "shape": [118                480,119                640,120                3121            ],122            "names": [123                "height",124                "width",125                "channel"126            ],127            "info": {128                "video.height": 480,129                "video.width": 640,130                "video.codec": "av1",131                "video.pix_fmt": "yuv420p",132                "video.is_depth_map": false,133                "video.fps": 30,134                "video.channels": 3,135                "has_audio": false136            }137        },138        "timestamp": {139            "dtype": "float32",140            "shape": [141                1142            ],143            "names": null144        },145        "frame_index": {146            "dtype": "int64",147            "shape": [148                1149            ],150            "names": null151        },152        "episode_index": {153            "dtype": "int64",154            "shape": [155                1156            ],157            "names": null158        },159        "index": {160            "dtype": "int64",161            "shape": [162                1163            ],164            "names": null165        },166        "task_index": {167            "dtype": "int64",168            "shape": [169                1170            ],171            "names": null172        }173    }174}