task3_all / meta /info.json
ycwang11's picture
Upload merged Task3 all dataset
64d9ed5 verified
Raw
History Blame Contribute Delete
3.41 kB
{
"codebase_version": "v3.0",
"robot_type": "so_follower",
"total_episodes": 135,
"total_frames": 47215,
"total_tasks": 9,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:135"
},
"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": {
"action": {
"dtype": "float32",
"names": [
"shoulder_pan.pos",
"shoulder_lift.pos",
"elbow_flex.pos",
"wrist_flex.pos",
"wrist_roll.pos",
"gripper.pos"
],
"shape": [
6
]
},
"observation.state": {
"dtype": "float32",
"names": [
"shoulder_pan.pos",
"shoulder_lift.pos",
"elbow_flex.pos",
"wrist_flex.pos",
"wrist_roll.pos",
"gripper.pos"
],
"shape": [
6
]
},
"observation.images.main": {
"dtype": "video",
"shape": [
480,
640,
3
],
"names": [
"height",
"width",
"channels"
],
"info": {
"video.height": 480,
"video.width": 640,
"video.codec": "h264",
"video.pix_fmt": "yuv420p",
"video.is_depth_map": false,
"video.fps": 30,
"video.channels": 3,
"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
}
},
"task3_all_merge": {
"description": "Merged Task3 dataset from 2026-05-09 and camera-pose-fixed Task3 extra from 2026-05-16.",
"source_datasets": [
{
"name": "task3_20260509",
"repo_id": "ethrl2026/so101_pickup_20260509_185350_task3"
},
{
"name": "task3_extra_20260516_camera_pose_fixed",
"repo_id": "ethrl2026/so101_pickup_20260516_182617_task3_extra_camera_pose_fixed"
}
],
"video_codec": "h264",
"video_note": "Older AV1 source videos were re-encoded to H.264; already-H.264 source videos were hardlinked or copied.",
"image_stats_note": "Action/state/index stats are recomputed. Image stats are copied from the first source dataset."
}
}