vortex_realsense / meta /info.json
smerkd's picture
Add files using upload-large-folder tool
e85f18a verified
Raw
History Blame Contribute Delete
3.78 kB
{
"codebase_version": "v3.0",
"robot_type": "xarm6",
"ee_frame": "tcp",
"ee_tcp_offset_m": 0.172,
"ee_tcp_offset_frame": "local +Z of link6/toolhead frame",
"ee_tcp_offset_note": "observation.state/action xyz are defined at the TCP/tool point, 0.172 m (172 mm) from link6 along local +Z",
"total_episodes": 193,
"total_frames": 44230,
"total_tasks": 3,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 30.0,
"splits": {
"train": "0:193"
},
"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": {
"action": {
"dtype": "float32",
"shape": [
10
],
"names": [
"x",
"y",
"z",
"rot_6d_0",
"rot_6d_1",
"rot_6d_2",
"rot_6d_3",
"rot_6d_4",
"rot_6d_5",
"gripper"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
16
],
"names": [
"x",
"y",
"z",
"rot_6d_0",
"rot_6d_1",
"rot_6d_2",
"rot_6d_3",
"rot_6d_4",
"rot_6d_5",
"gripper",
"joint_1",
"joint_2",
"joint_3",
"joint_4",
"joint_5",
"joint_6"
]
},
"timestamp": {
"dtype": "float64",
"shape": [
1
]
},
"frame_index": {
"dtype": "int64",
"shape": [
1
]
},
"task_index": {
"dtype": "int64",
"shape": [
1
]
},
"episode_index": {
"dtype": "int64",
"shape": [
1
]
},
"index": {
"dtype": "int64",
"shape": [
1
]
},
"next.reward": {
"dtype": "float64",
"shape": [
1
]
},
"next.done": {
"dtype": "bool",
"shape": [
1
]
},
"observation.images.wrist": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"video_info": {
"video.fps": 30.0,
"video.height": 480,
"video.width": 640,
"video.codec": "avc1",
"has_audio": false
},
"camera_metadata": {
"source_camera": "realsense",
"camera_model": null,
"view": "mono",
"output_width": 640,
"output_height": 480,
"intrinsics": {
"K": [
[
387.070068359375,
0.0,
318.5110168457031
],
[
0.0,
386.609130859375,
241.79486083984375
],
[
0.0,
0.0,
1.0
]
],
"D": [
-0.054098453372716904,
0.06449777632951736,
-0.0003094110288657248,
0.0006409400375559926,
-0.02116817608475685
],
"R": [
[
1.0,
0.0,
0.0
],
[
0.0,
1.0,
0.0
],
[
0.0,
0.0,
1.0
]
],
"P": [
[
387.070068359375,
0.0,
318.5110168457031,
0.0
],
[
0.0,
386.609130859375,
241.79486083984375,
0.0
],
[
0.0,
0.0,
1.0,
0.0
]
]
}
}
}
}
}