umi-test / meta /info.json
jainajeet29's picture
Upload folder using huggingface_hub
eb721f5 verified
{
"codebase_version": "v3.0",
"robot_type": "umi_gripper",
"total_episodes": 2,
"total_frames": 1392,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 500,
"video_files_size_in_mb": 500,
"fps": 30,
"splits": {},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": "videos/chunk-{chunk_index:03d}/{video_key}/file-{file_index:03d}.mp4",
"features": {
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"observation.state": {
"dtype": "float32",
"shape": [
10
],
"names": [
"robot0_x",
"robot0_y",
"robot0_z",
"robot0_rot6d_0",
"robot0_rot6d_1",
"robot0_rot6d_2",
"robot0_rot6d_3",
"robot0_rot6d_4",
"robot0_rot6d_5",
"robot0_gripper"
]
},
"action": {
"dtype": "float32",
"shape": [
10
],
"names": [
"action_robot0_x",
"action_robot0_y",
"action_robot0_z",
"action_robot0_rot6d_0",
"action_robot0_rot6d_1",
"action_robot0_rot6d_2",
"action_robot0_rot6d_3",
"action_robot0_rot6d_4",
"action_robot0_rot6d_5",
"action_robot0_gripper"
]
},
"observation.images.camera0": {
"dtype": "video",
"shape": [
224,
224,
3
],
"names": null,
"video_info": {
"video.fps": 30.0,
"video.codec": "libx264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
}
}
}