iros106 / meta /info.json
sk1700's picture
Upload folder using huggingface_hub
aa0e1f2 verified
{
"codebase_version": "v3.0",
"robot_type": "ur5e",
"total_episodes": 24,
"total_frames": 5077,
"total_tasks": 1,
"chunks_size": 1000,
"fps": 30,
"splits": {
"train": "0:24"
},
"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",
"camera_keys": [
"observation.images.wrist",
"observation.images.front"
],
"features": {
"action": {
"dtype": "float32",
"shape": [
6
],
"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"
],
"fps": 30
},
"observation.state": {
"dtype": "float32",
"shape": [
6
],
"names": [
"shoulder_pan.pos",
"shoulder_lift.pos",
"elbow_flex.pos",
"wrist_1.pos",
"wrist_2.pos",
"wrist_3.pos"
],
"fps": 30
},
"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,
"fps": 30
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null,
"fps": 30
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null,
"fps": 30
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null,
"fps": 30
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null,
"fps": 30
}
},
"stats": {
"action": {
"min": [
-0.290818989276886,
-1.4124791622161865,
1.2035726308822632,
-1.9911452531814575,
-1.5907596349716187,
2.836477756500244
],
"max": [
0.03707665205001831,
-1.1130238771438599,
1.599699854850769,
-1.5778180360794067,
-1.572727084159851,
3.164029121398926
],
"mean": [
-0.10521494769555516,
-1.2426519764204629,
1.4810178826732008,
-1.8634241901562631,
-1.583161377427802,
3.0224118113447322
],
"std": [
0.04853103733669282,
0.030715187754365356,
0.09052931769648127,
0.09641395470127394,
0.002786332165586055,
0.04875469794981839
]
},
"observation.state": {
"min": [
-0.2915700078010559,
-1.4126757383346558,
1.2035726308822632,
-1.9911452531814575,
-1.5907596349716187,
2.8356597423553467
],
"max": [
0.03707665205001831,
-1.1127923727035522,
1.599699854850769,
-1.5778180360794067,
-1.5726913213729858,
3.164029121398926
],
"mean": [
-0.10568083837621635,
-1.2428450150965986,
1.4802088008425662,
-1.8624271795414835,
-1.5831350248724498,
3.0219360663943906
],
"std": [
0.04916139839447557,
0.031082532941347028,
0.0906240141322007,
0.09633875881917704,
0.0028188688934121194,
0.0493817953124039
]
},
"timestamp": {
"min": [
0.0
],
"max": [
17.700000762939453
],
"mean": [
4.101759433746338
],
"std": [
3.274747848510742
]
}
},
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200
}