ACT_record_01 / meta /info.json
YoungTO's picture
Upload folder using huggingface_hub
10fbabf verified
Raw
History Blame Contribute Delete
2 kB
{
"codebase_version": "v3.0",
"robot_type": "Alicia-d",
"fps": 30,
"total_episodes": 7,
"total_frames": 634,
"total_tasks": 1,
"total_videos": 1,
"total_chunks": 1,
"chunks_size": 634,
"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",
"splits": {
"train": "0:7"
},
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
7
],
"names": [
"j0",
"j1",
"j2",
"j3",
"j4",
"j5",
"gripper"
]
},
"action": {
"dtype": "float32",
"shape": [
7
],
"names": [
"j0",
"j1",
"j2",
"j3",
"j4",
"j5",
"gripper"
]
},
"observation.images.cam_head": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channel"
],
"info": {
"video.fps": 30,
"video.codec": "libsvtav1",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"timestamp": {
"dtype": "float64",
"shape": [
1
],
"names": null
},
"episode_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"frame_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"task": {
"dtype": "string",
"shape": [
1
],
"names": null
},
"task_index": {
"dtype": "int64",
"shape": [
1
],
"names": null
},
"next.done": {
"dtype": "bool",
"shape": [
1
],
"names": null
}
}
}