sim_cube_stack_50 / meta /info.json
Dimios45's picture
Upload folder using huggingface_hub
e02e6aa verified
Raw
History Blame Contribute Delete
7.6 kB
{
"codebase_version": "v3.0",
"fps": 20,
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
14
],
"names": [
"left_joint_1",
"left_joint_2",
"left_joint_3",
"left_joint_4",
"left_joint_5",
"left_joint_6",
"left_gripper",
"right_joint_1",
"right_joint_2",
"right_joint_3",
"right_joint_4",
"right_joint_5",
"right_joint_6",
"right_gripper"
]
},
"action": {
"dtype": "float32",
"shape": [
14
],
"names": [
"left_joint_1",
"left_joint_2",
"left_joint_3",
"left_joint_4",
"left_joint_5",
"left_joint_6",
"left_gripper",
"right_joint_1",
"right_joint_2",
"right_joint_3",
"right_joint_4",
"right_joint_5",
"right_joint_6",
"right_gripper"
]
},
"observation.blocks": {
"dtype": "float32",
"shape": [
21
],
"names": [
"cube_left_x",
"cube_left_y",
"cube_left_z",
"cube_left_qw",
"cube_left_qx",
"cube_left_qy",
"cube_left_qz",
"cube_centre_x",
"cube_centre_y",
"cube_centre_z",
"cube_centre_qw",
"cube_centre_qx",
"cube_centre_qy",
"cube_centre_qz",
"cube_right_x",
"cube_right_y",
"cube_right_z",
"cube_right_qw",
"cube_right_qx",
"cube_right_qy",
"cube_right_qz"
]
},
"observation.ee": {
"dtype": "float32",
"shape": [
20
],
"names": [
"left_ee_pos_x",
"left_ee_pos_y",
"left_ee_pos_z",
"left_ee_rot6d_1",
"left_ee_rot6d_2",
"left_ee_rot6d_3",
"left_ee_rot6d_4",
"left_ee_rot6d_5",
"left_ee_rot6d_6",
"left_gripper",
"right_ee_pos_x",
"right_ee_pos_y",
"right_ee_pos_z",
"right_ee_rot6d_1",
"right_ee_rot6d_2",
"right_ee_rot6d_3",
"right_ee_rot6d_4",
"right_ee_rot6d_5",
"right_ee_rot6d_6",
"right_gripper"
]
},
"action.ee": {
"dtype": "float32",
"shape": [
20
],
"names": [
"left_ee_pos_x",
"left_ee_pos_y",
"left_ee_pos_z",
"left_ee_rot6d_1",
"left_ee_rot6d_2",
"left_ee_rot6d_3",
"left_ee_rot6d_4",
"left_ee_rot6d_5",
"left_ee_rot6d_6",
"left_gripper",
"right_ee_pos_x",
"right_ee_pos_y",
"right_ee_pos_z",
"right_ee_rot6d_1",
"right_ee_rot6d_2",
"right_ee_rot6d_3",
"right_ee_rot6d_4",
"right_ee_rot6d_5",
"right_ee_rot6d_6",
"right_gripper"
]
},
"observation.images.top": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.fps": 20,
"video.channels": 3,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": 12,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"observation.images.left_wrist": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.fps": 20,
"video.channels": 3,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": 12,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": false
}
},
"observation.images.right_wrist": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "av1",
"video.pix_fmt": "yuv420p",
"video.fps": 20,
"video.channels": 3,
"has_audio": false,
"video.g": 2,
"video.crf": 30,
"video.preset": 12,
"video.fast_decode": 0,
"video.video_backend": "pyav",
"video.extra_options": {},
"is_depth_map": 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
}
},
"total_episodes": 50,
"total_frames": 28723,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"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",
"robot_type": "bi_yam_sim",
"splits": {
"train": "0:50"
}
}