cable-box / meta /info.json
chrisvtom's picture
Upload folder using huggingface_hub
08d1db6 verified
Raw
History Blame Contribute Delete
5.72 kB
{
"codebase_version": "v3.0",
"robot_type": "g1d",
"total_episodes": 61,
"total_frames": 100143,
"total_tasks": 4,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:61"
},
"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": [
26
],
"names": [
"left_shoulder_pitch.pos",
"left_shoulder_roll.pos",
"left_shoulder_yaw.pos",
"left_elbow.pos",
"left_wrist_roll.pos",
"left_wrist_pitch.pos",
"left_wrist_yaw.pos",
"right_shoulder_pitch.pos",
"right_shoulder_roll.pos",
"right_shoulder_yaw.pos",
"right_elbow.pos",
"right_wrist_roll.pos",
"right_wrist_pitch.pos",
"right_wrist_yaw.pos",
"left_thumb.pos",
"left_thumb_aux.pos",
"left_index.pos",
"left_middle.pos",
"left_ring.pos",
"left_pinky.pos",
"right_thumb.pos",
"right_thumb_aux.pos",
"right_index.pos",
"right_middle.pos",
"right_ring.pos",
"right_pinky.pos"
]
},
"action": {
"dtype": "float32",
"shape": [
26
],
"names": [
"left_shoulder_pitch.pos",
"left_shoulder_roll.pos",
"left_shoulder_yaw.pos",
"left_elbow.pos",
"left_wrist_roll.pos",
"left_wrist_pitch.pos",
"left_wrist_yaw.pos",
"right_shoulder_pitch.pos",
"right_shoulder_roll.pos",
"right_shoulder_yaw.pos",
"right_elbow.pos",
"right_wrist_roll.pos",
"right_wrist_pitch.pos",
"right_wrist_yaw.pos",
"left_thumb.pos",
"left_thumb_aux.pos",
"left_index.pos",
"left_middle.pos",
"left_ring.pos",
"left_pinky.pos",
"right_thumb.pos",
"right_thumb_aux.pos",
"right_index.pos",
"right_middle.pos",
"right_ring.pos",
"right_pinky.pos"
]
},
"observation.images.head": {
"dtype": "video",
"shape": [
480,
1280,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 1280,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.left_wrist": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.right_wrist": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"segment_index": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"phase": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"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
}
}
}