CoolFace
Datasetpublic

Makolon0321/unitree_g1_block_stack

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes129downloads
info.json262 linesDownload Raw Back to meta
1{2    "codebase_version": "v2.0",3    "robot_type": "unitree_g1",4    "total_episodes": 21,5    "total_frames": 13726,6    "total_tasks": 1,7    "total_videos": 21,8    "total_chunks": 1,9    "chunks_size": 1000,10    "fps": 10,11    "splits": {12        "train": "0:21"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.image.front": {18            "dtype": "video",19            "shape": [20                480,21                640,22                323            ],24            "names": [25                "height",26                "width",27                "channel"28            ],29            "video_info": {30                "video.fps": 5.0,31                "video.codec": "av1",32                "video.pix_fmt": "yuv420p",33                "video.is_depth_map": "false",34                "has_audio": "false"35            },36            "info": {37                "video.fps": 10.0,38                "video.height": 480,39                "video.width": 640,40                "video.channels": 3,41                "video.codec": "hevc",42                "video.pix_fmt": "yuv420p",43                "video.is_depth_map": false,44                "has_audio": false45            }46        },47        "observation.state": {48            "dtype": "float32",49            "shape": [50                7451            ],52            "names": {53                "joint_pos": [54                    "left_hip_pitch_joint",55                    "left_knee_joint",56                    "left_ankle_pitch_joint",57                    "left_elbow_pitch_joint",58                    "left_elbow_roll_joint",59                    "left_shoulder_roll_joint",60                    "left_shoulder_pitch_joint",61                    "left_shoulder_yaw_joint",62                    "left_five_joint",63                    "left_three_joint",64                    "left_six_joint",65                    "left_four_joint",66                    "left_zero_joint",67                    "left_one_joint",68                    "left_two_joint",69                    "right_hip_pitch_joint",70                    "right_knee_joint",71                    "right_ankle_pitch_joint",72                    "right_elbow_pitch_joint",73                    "right_elbow_roll_joint",74                    "right_shoulder_roll_joint",75                    "right_shoulder_pitch_joint",76                    "right_shoulder_yaw_joint",77                    "right_five_joint",78                    "right_three_joint",79                    "right_six_joint",80                    "right_four_joint",81                    "right_zero_joint",82                    "right_one_joint",83                    "right_two_joint"84                ],85                "joint_vel": [86                    "left_hip_pitch_joint",87                    "left_knee_joint",88                    "left_ankle_pitch_joint",89                    "left_elbow_pitch_joint",90                    "left_elbow_roll_joint",91                    "left_shoulder_roll_joint",92                    "left_shoulder_pitch_joint",93                    "left_shoulder_yaw_joint",94                    "left_five_joint",95                    "left_three_joint",96                    "left_six_joint",97                    "left_four_joint",98                    "left_zero_joint",99                    "left_one_joint",100                    "left_two_joint",101                    "right_hip_pitch_joint",102                    "right_knee_joint",103                    "right_ankle_pitch_joint",104                    "right_elbow_pitch_joint",105                    "right_elbow_roll_joint",106                    "right_shoulder_roll_joint",107                    "right_shoulder_pitch_joint",108                    "right_shoulder_yaw_joint",109                    "right_five_joint",110                    "right_three_joint",111                    "right_six_joint",112                    "right_four_joint",113                    "right_zero_joint",114                    "right_one_joint",115                    "right_two_joint"116                ],117                "object_postion": [118                    "x",119                    "y",120                    "z",121                    "w",122                    "x",123                    "y",124                    "z"125                ],126                "target_object_position": [127                    "x",128                    "y",129                    "z",130                    "w",131                    "x",132                    "y",133                    "z"134                ],135                "actions": {136                    "left_ee_pose": [137                        "x",138                        "y",139                        "z",140                        "w",141                        "x",142                        "y",143                        "z"144                    ],145                    "left_gripper": [146                        "left_five_joint",147                        "left_three_joint",148                        "left_six_joint",149                        "left_four_joint",150                        "left_zero_joint",151                        "left_one_joint",152                        "left_two_joint"153                    ],154                    "right_ee_pose": [155                        "x",156                        "y",157                        "z",158                        "w",159                        "x",160                        "y",161                        "z"162                    ],163                    "right_gripper": [164                        "right_five_joint",165                        "right_three_joint",166                        "right_six_joint",167                        "right_four_joint",168                        "right_zero_joint",169                        "right_one_joint",170                        "right_two_joint"171                    ]172                }173            }174        },175        "action": {176            "dtype": "float32",177            "shape": [178                28179            ],180            "names": {181                "left_ee_pose": [182                    "x",183                    "y",184                    "z",185                    "w",186                    "x",187                    "y",188                    "z"189                ],190                "left_gripper": [191                    "left_five_joint",192                    "left_three_joint",193                    "left_six_joint",194                    "left_four_joint",195                    "left_zero_joint",196                    "left_one_joint",197                    "left_two_joint"198                ],199                "right_ee_pose": [200                    "x",201                    "y",202                    "z",203                    "w",204                    "x",205                    "y",206                    "z"207                ],208                "right_gripper": [209                    "right_five_joint",210                    "right_three_joint",211                    "right_six_joint",212                    "right_four_joint",213                    "right_zero_joint",214                    "right_one_joint",215                    "right_two_joint"216                ]217            }218        },219        "next.done": {220            "dtype": "bool",221            "shape": [222                1223            ],224            "names": null225        },226        "timestamp": {227            "dtype": "float32",228            "shape": [229                1230            ],231            "names": null232        },233        "frame_index": {234            "dtype": "int64",235            "shape": [236                1237            ],238            "names": null239        },240        "episode_index": {241            "dtype": "int64",242            "shape": [243                1244            ],245            "names": null246        },247        "index": {248            "dtype": "int64",249            "shape": [250                1251            ],252            "names": null253        },254        "task_index": {255            "dtype": "int64",256            "shape": [257                1258            ],259            "names": null260        }261    }262}