skyzos's picture
Duplicate from USC-GVL/Humanoid-Everyday-G1
86b38ff verified
{
"codebase_version": "v2.1",
"robot_type": "g1",
"total_episodes": 4064,
"total_frames": 1779287,
"total_tasks": 247,
"total_videos": 4064,
"total_chunks": 5,
"chunks_size": 1000,
"fps": 30,
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path": "videos/chunk-{episode_chunk:03d}/egocentric/episode_{episode_index:06d}.mp4",
"features": {
"observation.images.egocentric": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channel"
],
"video_info": {
"video.fps": 30.0,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"has_audio": false
}
},
"observation.arm_joints": {
"dtype": "float32",
"shape": [
-1
]
},
"observation.leg_joints": {
"dtype": "float32",
"shape": [
-1
]
},
"observation.hand_joints": {
"dtype": "float32",
"shape": [
-1
]
},
"action": {
"dtype": "float32",
"shape": [
-1
]
},
"timestamp": {
"dtype": "float32",
"shape": [
1
]
},
"frame_index": {
"dtype": "int64",
"shape": [
1
]
},
"episode_index": {
"dtype": "int64",
"shape": [
1
]
},
"index": {
"dtype": "int64",
"shape": [
1
]
},
"next.done": {
"dtype": "bool",
"shape": [
1
]
},
"task_index": {
"dtype": "int64",
"shape": [
1
]
}
}
}