full_test / meta /info.json
H2Ozone's picture
Upload folder using huggingface_hub
30d5f88 verified
Raw
History Blame Contribute Delete
3.07 kB
{
"codebase_version" : "v3.0",
"robot_type" : "alex",
"total_episodes" : 2,
"total_frames" : 135,
"total_tasks" : 1,
"total_chunks" : 1,
"chunks_size" : 1000,
"fps" : 30.0,
"splits" : {
"train" : "0:2"
},
"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_zed_left" : {
"dtype" : "video",
"shape" : [ 480, 640, 3 ],
"names" : [ "height", "width", "channel" ],
"fps" : 30.0,
"video_info" : {
"video.fps" : 30.0,
"video.codec" : "h264",
"video.pix_fmt" : "yuv420p",
"video.is_depth_map" : false,
"has_audio" : false
}
},
"observation.images.cam_zed_right" : {
"dtype" : "video",
"shape" : [ 480, 640, 3 ],
"names" : [ "height", "width", "channel" ],
"fps" : 30.0,
"video_info" : {
"video.fps" : 30.0,
"video.codec" : "h264",
"video.pix_fmt" : "yuv420p",
"video.is_depth_map" : false,
"has_audio" : false
}
},
"observation.state" : {
"dtype" : "float32",
"shape" : [ 29 ],
"names" : {
"motors" : [ "left_hip_x", "left_hip_z", "left_hip_y", "left_knee_y", "left_ankle_y", "left_ankle_x", "right_hip_x", "right_hip_z", "right_hip_y", "right_knee_y", "right_ankle_y", "right_ankle_x", "spine_z", "left_shoulder_y", "left_shoulder_x", "left_shoulder_z", "left_elbow_y", "left_wrist_z", "left_wrist_x", "right_shoulder_y", "right_shoulder_x", "right_shoulder_z", "right_elbow_y", "right_wrist_z", "right_wrist_x", "left_gripper_z", "right_gripper_z", "neck_z", "neck_y" ]
},
"fps" : 30.0
},
"action" : {
"dtype" : "float32",
"shape" : [ 27 ],
"names" : {
"motors" : [ "left_hip_x", "left_hip_z", "left_hip_y", "left_knee_y", "left_ankle_y", "left_ankle_x", "right_hip_x", "right_hip_z", "right_hip_y", "right_knee_y", "right_ankle_y", "right_ankle_x", "spine_z", "left_shoulder_y", "left_shoulder_x", "left_shoulder_z", "left_elbow_y", "left_wrist_z", "left_wrist_x", "right_shoulder_y", "right_shoulder_x", "right_shoulder_z", "right_elbow_y", "right_wrist_z", "right_wrist_x", "left_gripper_z", "right_gripper_z" ]
},
"fps" : 30.0
},
"episode_index" : {
"dtype" : "int64",
"shape" : [ 1 ],
"names" : null,
"fps" : 30.0
},
"frame_index" : {
"dtype" : "int64",
"shape" : [ 1 ],
"names" : null,
"fps" : 30.0
},
"timestamp" : {
"dtype" : "float32",
"shape" : [ 1 ],
"names" : null,
"fps" : 30.0
},
"next.done" : {
"dtype" : "bool",
"shape" : [ 1 ],
"names" : null,
"fps" : 30.0
},
"index" : {
"dtype" : "int64",
"shape" : [ 1 ],
"names" : null,
"fps" : 30.0
},
"task_index" : {
"dtype" : "int64",
"shape" : [ 1 ],
"names" : null,
"fps" : 30.0
}
}
}