UrCubeStack / meta /info.json
sk1700's picture
Add UR5e cube stacking teleop dataset
303a771 verified
{
"codebase_version": "v2.1",
"robot_type": "ur5e",
"total_episodes": 1,
"total_frames": 803,
"total_tasks": 1,
"total_videos": 2,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 30,
"splits": {
"train": "0:1"
},
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
"camera_keys": [
"observation.images.wrist",
"observation.images.front"
],
"features": {
"action": {
"dtype": "float32",
"shape": [
7
],
"names": [
"shoulder_pan.next_pos",
"shoulder_lift.next_pos",
"elbow_flex.next_pos",
"wrist_1.next_pos",
"wrist_2.next_pos",
"wrist_3.next_pos",
"gripper.next_pos"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
7
],
"names": [
"shoulder_pan.pos",
"shoulder_lift.pos",
"elbow_flex.pos",
"wrist_1.pos",
"wrist_2.pos",
"wrist_3.pos",
"gripper.pos"
]
},
"observation.images.wrist": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "avc1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": false
}
},
"observation.images.front": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "avc1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"has_audio": 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
}
},
"stats": {
"action": {
"min": [
-0.4582837224006653,
-1.0700711011886597,
1.034899115562439,
-2.090411424636841,
-1.5941447019577026,
-0.9122803807258606,
45.79999923706055
],
"max": [
-0.23623734712600708,
-0.7735782265663147,
1.5556496381759644,
-1.8442116975784302,
-1.5862668752670288,
-0.017135445028543472,
101.30000305175781
],
"mean": [
-0.3428954881422249,
-0.8384033572183897,
1.158679481906582,
-1.924902959897242,
-1.5903754223922122,
-0.5668870355344724,
58.49090854079459
],
"std": [
0.08960543205762056,
0.05877984482605197,
0.11141874876471755,
0.06442294443822082,
0.003206262676393901,
0.21607498909384287,
14.388609058023627
]
},
"observation.state": {
"min": [
-0.4582837224006653,
-1.0700711011886597,
1.034899115562439,
-2.090411424636841,
-1.5941447019577026,
-0.9122803807258606,
45.79999923706055
],
"max": [
-0.23623734712600708,
-0.7735782265663147,
1.5556496381759644,
-1.8442116975784302,
-1.5862668752670288,
-0.017135445028543472,
101.30000305175781
],
"mean": [
-0.3428340123718138,
-0.8387668662023723,
1.1593171016662236,
-1.925176092132388,
-1.5903784930334888,
-0.5667821877725321,
58.442340665558355
],
"std": [
0.08958222660848777,
0.05928673471347038,
0.11218018737812349,
0.06464226787051472,
0.0032053912512283607,
0.21615871076093685,
14.30963191641381
]
},
"timestamp": {
"min": [
0.0
],
"max": [
26.733333587646484
],
"mean": [
13.366666793823242
],
"std": [
7.726865291595459
]
}
}
}