TacRich-Manip / meta /info.json
Tachintech's picture
Publish complete audited TacRich-Manip LeRobot v3 release
15fd275
Raw
History Blame Contribute Delete
7.41 kB
{
"codebase_version": "v3.0",
"robot_type": "rm75b-pika-tachin",
"total_episodes": 823,
"total_frames": 1315682,
"total_tasks": 15,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 40,
"splits": {
"train": "0:823"
},
"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.images.cam_front": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 40,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.cam_side": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 40,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.cam_fisheye": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 40,
"video.channels": 3,
"has_audio": false
}
},
"observation.depth.cam_front": {
"dtype": "image",
"shape": [
480,
640,
1
],
"names": [
"height",
"width",
"channel"
]
},
"observation.tactile": {
"dtype": "float32",
"shape": [
2,
32,
58
],
"names": [
"finger",
"row",
"col"
]
},
"observation.joint_position": {
"dtype": "float32",
"shape": [
7
],
"names": [
"arm_j1",
"arm_j2",
"arm_j3",
"arm_j4",
"arm_j5",
"arm_j6",
"arm_j7"
]
},
"observation.ee_pose": {
"dtype": "float32",
"shape": [
7
],
"names": [
"x_m",
"y_m",
"z_m",
"qx",
"qy",
"qz",
"qw"
]
},
"observation.gripper_distance": {
"dtype": "float32",
"shape": [
1
],
"names": [
"distance_mm"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
15
],
"names": [
"arm_j1",
"arm_j2",
"arm_j3",
"arm_j4",
"arm_j5",
"arm_j6",
"arm_j7",
"flange_x_m",
"flange_y_m",
"flange_z_m",
"flange_qx",
"flange_qy",
"flange_qz",
"flange_qw",
"gripper_distance_mm"
]
},
"observation.state_gripper": {
"dtype": "float32",
"shape": [
10
],
"names": [
"tip_x_m",
"tip_y_m",
"tip_z_m",
"R00",
"R10",
"R20",
"R01",
"R11",
"R21",
"gripper_distance_mm"
]
},
"observation.timestamp": {
"dtype": "float64",
"shape": [
1
],
"names": [
"time"
]
},
"observation.source_timestamp_tactile": {
"dtype": "float64",
"shape": [
1
],
"names": [
"time"
]
},
"observation.source_timestamp_proprio": {
"dtype": "float64",
"shape": [
1
],
"names": [
"time"
]
},
"observation.source_timestamp_vision": {
"dtype": "float64",
"shape": [
1
],
"names": [
"time"
]
},
"action": {
"dtype": "float32",
"shape": [
8
],
"names": [
"target_flange_x_m",
"target_flange_y_m",
"target_flange_z_m",
"target_flange_qx",
"target_flange_qy",
"target_flange_qz",
"target_flange_qw",
"target_gripper_distance_mm"
]
},
"action_gripper": {
"dtype": "float32",
"shape": [
10
],
"names": [
"target_tip_x_m",
"target_tip_y_m",
"target_tip_z_m",
"target_R00",
"target_R10",
"target_R20",
"target_R01",
"target_R11",
"target_R21",
"target_gripper_distance_mm"
]
},
"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
}
}
}