pick-cubes / meta /info.json
SailnMobula's picture
Upload folder using huggingface_hub
ca2a2cd verified
Raw
History Blame Contribute Delete
5.31 kB
{
"codebase_version": "v3.0",
"robot_type": "so101",
"total_episodes": 2,
"total_frames": 2034,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:2"
},
"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": "float32",
"shape": [
24
],
"names": [
"idx01_body_joint1",
"idx02_body_joint2",
"idx03_body_joint3",
"idx04_body_joint4",
"idx05_body_joint5",
"idx11_head_joint1",
"idx12_head_joint2",
"idx13_head_joint3",
"idx21_arm_l_joint1",
"idx22_arm_l_joint2",
"idx23_arm_l_joint3",
"idx24_arm_l_joint4",
"idx25_arm_l_joint5",
"idx26_arm_l_joint6",
"idx27_arm_l_joint7",
"idx31_gripper_l_inner_joint1",
"idx61_arm_r_joint1",
"idx62_arm_r_joint2",
"idx63_arm_r_joint3",
"idx64_arm_r_joint4",
"idx65_arm_r_joint5",
"idx66_arm_r_joint6",
"idx67_arm_r_joint7",
"idx71_gripper_r_inner_joint1"
]
},
"action": {
"dtype": "float32",
"shape": [
24
],
"names": [
"idx01_body_joint1",
"idx02_body_joint2",
"idx03_body_joint3",
"idx04_body_joint4",
"idx05_body_joint5",
"idx11_head_joint1",
"idx12_head_joint2",
"idx13_head_joint3",
"idx21_arm_l_joint1",
"idx22_arm_l_joint2",
"idx23_arm_l_joint3",
"idx24_arm_l_joint4",
"idx25_arm_l_joint5",
"idx26_arm_l_joint6",
"idx27_arm_l_joint7",
"idx31_gripper_l_inner_joint1",
"idx61_arm_r_joint1",
"idx62_arm_r_joint2",
"idx63_arm_r_joint3",
"idx64_arm_r_joint4",
"idx65_arm_r_joint5",
"idx66_arm_r_joint6",
"idx67_arm_r_joint7",
"idx71_gripper_r_inner_joint1"
]
},
"observation.images.head_color": {
"dtype": "video",
"shape": [
3,
400,
640
],
"names": [
"channels",
"height",
"width"
],
"info": {
"video.height": 400,
"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.wrist_left": {
"dtype": "video",
"shape": [
3,
1056,
1280
],
"names": [
"channels",
"height",
"width"
],
"info": {
"video.height": 1056,
"video.width": 1280,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.wrist_right": {
"dtype": "video",
"shape": [
3,
1056,
1280
],
"names": [
"channels",
"height",
"width"
],
"info": {
"video.height": 1056,
"video.width": 1280,
"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
}
}
}