pi05_item_data / meta /info.json
ChoCoFly's picture
Add files using upload-large-folder tool
93a9d7f verified
Raw
History Blame Contribute Delete
2.45 kB
{
"codebase_version": "v3.0",
"robot_type": "realman",
"total_episodes": 101,
"total_frames": 114592,
"total_tasks": 1,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:101"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path": null,
"features": {
"observation.images.rgb_fix": {
"dtype": "image",
"shape": [
240,
320,
3
],
"names": [
"height",
"width",
"channel"
]
},
"observation.images.rgb_arm": {
"dtype": "image",
"shape": [
240,
320,
3
],
"names": [
"height",
"width",
"channel"
]
},
"observation.state": {
"dtype": "float32",
"shape": [
7
],
"names": [
"pos_0",
"pos_1",
"pos_2",
"pos_3",
"pos_4",
"pos_5",
"gripper_state"
]
},
"action": {
"dtype": "float32",
"shape": [
7
],
"names": [
"action_0",
"action_1",
"action_2",
"action_3",
"action_4",
"action_5",
"gripper_action"
]
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"timestamp": {
"dtype": "float32",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
}
}
}