demo_data / meta /info.json
mkkimuser's picture
Add files using upload-large-folder tool
2a1c38b verified
Raw
History Blame Contribute Delete
3.97 kB
{
"codebase_version": "v2.0",
"robot_type": "ALICEM1",
"total_episodes": 78,
"total_frames": 31736,
"total_tasks": 1,
"total_videos": 78,
"total_chunks": 1,
"chunks_size": 100,
"fps": 30,
"splits": {
"train": "0:79"
},
"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",
"features": {
"observation.state": {
"dtype": "float32",
"shape": [
26
],
"names": [
[
"l_sh_p",
"l_sh_r",
"l_sh_y",
"l_el_p",
"l_wr_y",
"l_wr_p",
"l_wr_r",
"l_hand_index",
"l_hand_middle",
"l_hand_pinky",
"l_hand_ring",
"l_hand_thumb_y",
"l_hand_thumb_p",
"r_sh_p",
"r_sh_r",
"r_sh_y",
"r_el_p",
"r_wr_y",
"r_wr_p",
"r_wr_r",
"r_hand_index",
"r_hand_middle",
"r_hand_pinky",
"r_hand_ring",
"r_hand_thumb_y",
"r_hand_thumb_p"
]
]
},
"action": {
"dtype": "float32",
"shape": [
26
],
"names": [
[
"l_sh_p",
"l_sh_r",
"l_sh_y",
"l_el_p",
"l_wr_y",
"l_wr_p",
"l_wr_r",
"l_hand_index",
"l_hand_middle",
"l_hand_pinky",
"l_hand_ring",
"l_hand_thumb_y",
"l_hand_thumb_p",
"r_sh_p",
"r_sh_r",
"r_sh_y",
"r_el_p",
"r_wr_y",
"r_wr_p",
"r_wr_r",
"r_hand_index",
"r_hand_middle",
"r_hand_pinky",
"r_hand_ring",
"r_hand_thumb_y",
"r_hand_thumb_p"
]
]
},
"observation.images.left_view": {
"dtype": "video",
"shape": [
3,
360,
640
],
"names": [
"channels",
"height",
"width"
],
"info": {
"video.fps": 30,
"video.height": 360,
"video.width": 640,
"video.channels": 3,
"video.codec": "libx264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"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
}
}
}