stack_the_cups / meta /info.json
adk111's picture
Upload folder using huggingface_hub
c0b6af2 verified
Raw
History Blame Contribute Delete
2.79 kB
{
"codebase_version": "v3.0",
"robot_type": "piper",
"total_episodes": 60,
"total_frames": 37459,
"total_tasks": 1,
"chunks_size": 1000,
"fps": 30,
"splits": {
"train": "0:60"
},
"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": {
"observation.images.cam_high": {
"dtype": "image",
"shape": [
3,
480,
640
],
"names": [
"channels",
"height",
"width"
],
"fps": 30
},
"observation.images.cam_left_wrist": {
"dtype": "image",
"shape": [
3,
480,
640
],
"names": [
"channels",
"height",
"width"
],
"fps": 30
},
"observation.images.cam_right_wrist": {
"dtype": "image",
"shape": [
3,
480,
640
],
"names": [
"channels",
"height",
"width"
],
"fps": 30
},
"observation.state": {
"dtype": "float64",
"shape": [
14
],
"names": [
"l1,l2,l3,l4,l5,l6,gl,r1,r2,r3,r4,r5,r6,gr"
],
"fps": 30
},
"action": {
"dtype": "float64",
"shape": [
14
],
"names": [
"l1,l2,l3,l4,l5,l6,gl,r1,r2,r3,r4,r5,r6,gr"
],
"fps": 30
},
"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
}
},
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200
}