diff --git a/AaronNewman/screwdriver_task_batch1/meta/info.json b/AaronNewman/screwdriver_task_batch1/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d28305b73639e6c10a42dfd897a7b79c17401a6f --- /dev/null +++ b/AaronNewman/screwdriver_task_batch1/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 3576, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/AaronNewman/screwdriver_task_batch1/meta/stats.json b/AaronNewman/screwdriver_task_batch1/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..1a9be4240638bba0463cd7ad01249bf3e66608f9 --- /dev/null +++ b/AaronNewman/screwdriver_task_batch1/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.state": { + "min": [ + -46.7578125, + 58.271484375, + 52.119140625, + 11.42578125, + -87.978515625, + 0.27397260069847107 + ], + "max": [ + 57.12890625, + 191.953125, + 181.318359375, + 86.572265625, + 40.517578125, + 45.68492889404297 + ], + "mean": [ + 11.671683261458506, + 130.99171280914237, + 133.07418951678864, + 46.74313937150925, + -15.207388144211482, + 7.646121021618512 + ], + "std": [ + 18.265949774461898, + 47.80219593040517, + 40.21371134849134, + 12.77754097764092, + 29.08887494614164, + 8.260185055819532 + ], + "count": [ + 3576 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3575 + ], + "mean": [ + 1787.5 + ], + "std": [ + 1032.3022409481957 + ], + "count": [ + 3576 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3576 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.899999618530273 + ], + "mean": [ + 5.943362977414057 + ], + "std": [ + 3.4410456202260202 + ], + "count": [ + 3576 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.40766358375549316 + ] + ], + [ + [ + 0.41237139105796816 + ] + ], + [ + [ + 0.415546253323555 + ] + ] + ], + "std": [ + [ + [ + 0.2602376721508397 + ] + ], + [ + [ + 0.24171753469069088 + ] + ], + [ + [ + 0.25090063117443717 + ] + ] + ], + "count": [ + 1000 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 357 + ], + "mean": [ + 178.30089485458612 + ], + "std": [ + 103.23137095855228 + ], + "count": [ + 3576 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.504474272930649 + ], + "std": [ + 2.87071967196737 + ], + "count": [ + 3576 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4681341528892517 + ] + ], + [ + [ + 0.47930768430233 + ] + ], + [ + [ + 0.4459979712963104 + ] + ] + ], + "std": [ + [ + [ + 0.255352857209412 + ] + ], + [ + [ + 0.2582857941457476 + ] + ], + [ + [ + 0.25222717402223505 + ] + ] + ], + "count": [ + 1000 + ] + }, + "action": { + "min": [ + -47.724609375, + 60.205078125, + 45.615234375, + 10.634765625, + -94.833984375, + 0.0 + ], + "max": [ + 58.095703125, + 192.216796875, + 182.98828125, + 89.560546875, + 41.66015625, + 48.57143020629883 + ], + "mean": [ + 11.973082263197675, + 133.76614732336944, + 131.5755906073039, + 46.86639753124058, + -15.418193029677308, + 5.984236396665808 + ], + "std": [ + 18.727078163493967, + 46.6336042967073, + 42.3373840128472, + 13.348898407446411, + 29.712311166512006, + 9.307714411624977 + ], + "count": [ + 3576 + ] + } +} \ No newline at end of file diff --git a/AaronNewman/screwdriver_task_batch2/meta/info.json b/AaronNewman/screwdriver_task_batch2/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d28305b73639e6c10a42dfd897a7b79c17401a6f --- /dev/null +++ b/AaronNewman/screwdriver_task_batch2/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 3576, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/AaronNewman/screwdriver_task_batch2/meta/stats.json b/AaronNewman/screwdriver_task_batch2/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..a34bb6b86f113539f0be510b6e477053e873d98f --- /dev/null +++ b/AaronNewman/screwdriver_task_batch2/meta/stats.json @@ -0,0 +1,307 @@ +{ + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3576 + ] + }, + "observation.state": { + "min": [ + -85.25390625, + 47.28515625, + 41.923828125, + 18.369140625, + -87.890625, + 0.4109588861465454 + ], + "max": [ + 56.07421875, + 194.677734375, + 182.109375, + 86.8359375, + 26.19140625, + 30.75342559814453 + ], + "mean": [ + 11.635750298598735, + 127.83475537481458, + 127.85397540269548, + 50.357911524889985, + -19.09450864768535, + 7.0131361688543485 + ], + "std": [ + 23.011542081625365, + 51.4319498632996, + 46.01661580163516, + 12.132810610562899, + 26.762000073183508, + 8.302244282862516 + ], + "count": [ + 3576 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.4960850111856825 + ], + "std": [ + 2.871402290835543 + ], + "count": [ + 3576 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3575 + ], + "mean": [ + 1787.5 + ], + "std": [ + 1032.3022409481957 + ], + "count": [ + 3576 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 357 + ], + "mean": [ + 178.30061521252796 + ], + "std": [ + 103.23088823591019 + ], + "count": [ + 3576 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.47087627053260805 + ] + ], + [ + [ + 0.48803336918354034 + ] + ], + [ + [ + 0.4582915484905243 + ] + ] + ], + "std": [ + [ + [ + 0.2530892822407811 + ] + ], + [ + [ + 0.2558655321121857 + ] + ], + [ + [ + 0.25065277103029016 + ] + ] + ], + "count": [ + 1000 + ] + }, + "action": { + "min": [ + -88.2421875, + 49.482421875, + 35.244140625, + 16.962890625, + -127.177734375, + -0.0892857164144516 + ], + "max": [ + 56.6015625, + 195.99609375, + 183.076171875, + 96.85546875, + 26.89453125, + 32.232139587402344 + ], + "mean": [ + 11.939238282424759, + 130.8415958225327, + 126.4565123274289, + 50.520002945424196, + -20.073766395716326, + 5.48604544950545 + ], + "std": [ + 23.39505614116536, + 50.01680928355521, + 48.28108434123094, + 12.703534061087955, + 30.02433421527951, + 9.214480042737096 + ], + "count": [ + 3576 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.899999618530273 + ], + "mean": [ + 5.943353703624717 + ], + "std": [ + 3.4410295056627156 + ], + "count": [ + 3576 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.386213493347168 + ] + ], + [ + [ + 0.37585763037204745 + ] + ], + [ + [ + 0.36287212669849395 + ] + ] + ], + "std": [ + [ + [ + 0.2527032548388106 + ] + ], + [ + [ + 0.23182194856196503 + ] + ], + [ + [ + 0.24907371328589878 + ] + ] + ], + "count": [ + 1000 + ] + } +} \ No newline at end of file diff --git a/AaronNewman/screwdriver_task_batch3/meta/info.json b/AaronNewman/screwdriver_task_batch3/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..eaf1b762cda3248f63c30e020a381d628cdaa659 --- /dev/null +++ b/AaronNewman/screwdriver_task_batch3/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 3565, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/AaronNewman/screwdriver_task_batch3/meta/stats.json b/AaronNewman/screwdriver_task_batch3/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..6a2c63aeb6b96c2bbf8b520825bbd2722dd7943f --- /dev/null +++ b/AaronNewman/screwdriver_task_batch3/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.state": { + "min": [ + -42.71484375, + 45.615234375, + 28.740234375, + 4.04296875, + -87.36328125, + 0.4794520437717438 + ], + "max": [ + 78.837890625, + 194.94140625, + 181.494140625, + 83.935546875, + 58.623046875, + 41.780818939208984 + ], + "mean": [ + 10.229211400769035, + 132.72645761455092, + 134.78690801034637, + 45.036315392578466, + -8.90473804219742, + 6.116973532132313 + ], + "std": [ + 20.1421966342122, + 51.42001091560521, + 44.430544570879235, + 13.211240588889751, + 30.28387686756217, + 7.44762273332416 + ], + "count": [ + 3565 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.46621776819229127 + ] + ], + [ + [ + 0.4900548279285431 + ] + ], + [ + [ + 0.46703027188777924 + ] + ] + ], + "std": [ + [ + [ + 0.25372503956270115 + ] + ], + [ + [ + 0.2578129565115324 + ] + ], + [ + [ + 0.2532674062204359 + ] + ] + ], + "count": [ + 1000 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.49929873772791 + ], + "std": [ + 2.87159754135351 + ], + "count": [ + 3565 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3564 + ], + "mean": [ + 1782.0 + ], + "std": [ + 1029.126814343111 + ], + "count": [ + 3565 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3565 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.866666793823242 + ], + "mean": [ + 5.925030435719965 + ], + "std": [ + 3.4304618067188155 + ], + "count": [ + 3565 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.3416172653436661 + ] + ], + [ + [ + 0.3464044988155365 + ] + ], + [ + [ + 0.3428904294967651 + ] + ] + ], + "std": [ + [ + [ + 0.24976261665452235 + ] + ], + [ + [ + 0.23610569621188962 + ] + ], + [ + [ + 0.24755350621422206 + ] + ] + ], + "count": [ + 1000 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 356 + ], + "mean": [ + 177.75091164095372 + ], + "std": [ + 102.91385688117559 + ], + "count": [ + 3565 + ] + }, + "action": { + "min": [ + -43.330078125, + 46.93359375, + 23.5546875, + 2.021484375, + -102.568359375, + 0.0 + ], + "max": [ + 79.1015625, + 195.908203125, + 183.076171875, + 85.95703125, + 59.58984375, + 42.23214340209961 + ], + "mean": [ + 10.512236406559028, + 135.63457260880864, + 133.5234749407454, + 44.97776154655895, + -9.157167639337784, + 4.365422929119094 + ], + "std": [ + 20.507608799144915, + 50.182007744753705, + 46.7502788457911, + 13.778104112366155, + 31.78309580295238, + 8.207483932564715 + ], + "count": [ + 3565 + ] + } +} \ No newline at end of file diff --git a/Congying1112/so100_place_blue_bottle_with_single_camera/meta/info.json b/Congying1112/so100_place_blue_bottle_with_single_camera/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..78bbaeffd763018b2919d4ef48cc877b6c8d2da8 --- /dev/null +++ b/Congying1112/so100_place_blue_bottle_with_single_camera/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 5927, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Congying1112/so100_place_blue_bottle_with_single_camera/meta/stats.json b/Congying1112/so100_place_blue_bottle_with_single_camera/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..f1f1bb343cb63f3a22598c99140e6444582c2f02 --- /dev/null +++ b/Congying1112/so100_place_blue_bottle_with_single_camera/meta/stats.json @@ -0,0 +1,234 @@ +{ + "action": { + "min": [ + -29.70703125, + 15.8203125, + 16.875, + -71.015625, + -120.322265625, + -0.3253796100616455 + ], + "max": [ + 49.5703125, + 188.96484375, + 177.36328125, + 105.205078125, + -86.1328125, + 101.95227813720703 + ], + "mean": [ + 7.0943318052921, + 129.41565149679582, + 108.82504647172722, + 17.045620831949265, + -96.4322277974656, + 66.18160069328708 + ], + "std": [ + 17.01446117465639, + 53.07741875975705, + 34.55651876805049, + 61.70798303420178, + 4.941993005819983, + 39.10561524353257 + ], + "count": [ + 5927 + ] + }, + "observation.state": { + "min": [ + -29.091796875, + 13.974609375, + 18.369140625, + -69.521484375, + -119.53125, + 0.5076141953468323 + ], + "max": [ + 49.130859375, + 189.052734375, + 177.275390625, + 103.271484375, + -86.220703125, + 99.41986846923828 + ], + "mean": [ + 6.89943636567914, + 128.217057158739, + 109.3653838272056, + 17.383362771930955, + -95.9084786250496, + 67.77427969144613 + ], + "std": [ + 16.69683572163426, + 54.02260499632552, + 34.5846034079417, + 60.90645181098624, + 4.825306628732559, + 34.202068619539865 + ], + "count": [ + 5927 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 592 + ], + "mean": [ + 295.8501771553906 + ], + "std": [ + 171.09781545281982 + ], + "count": [ + 5927 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.733333333333334 + ], + "mean": [ + 9.861672571846352 + ], + "std": [ + 5.7032605150939935 + ], + "count": [ + 5927 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 5926 + ], + "mean": [ + 2963.0 + ], + "std": [ + 1710.977498390905 + ], + "count": [ + 5927 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5632779438997821 + ] + ], + [ + [ + 0.5286285901756536 + ] + ], + [ + [ + 0.522719675755719 + ] + ] + ], + "std": [ + [ + [ + 0.28447495399983774 + ] + ], + [ + [ + 0.31426576583566 + ] + ], + [ + [ + 0.33390312344647266 + ] + ] + ], + "count": [ + 1200 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.500590517968618 + ], + "std": [ + 2.8725162152101715 + ], + "count": [ + 5927 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 5927 + ] + } +} \ No newline at end of file diff --git a/Congying1112/so100_place_blue_bottle_with_two_cameras/meta/info.json b/Congying1112/so100_place_blue_bottle_with_two_cameras/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..466565d999340f3b87d44c98c5008fd39389831a --- /dev/null +++ b/Congying1112/so100_place_blue_bottle_with_two_cameras/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 5919, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Congying1112/so100_place_blue_bottle_with_two_cameras/meta/stats.json b/Congying1112/so100_place_blue_bottle_with_two_cameras/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..3da93040d6963fd6678adc44f3ac24afa317f00d --- /dev/null +++ b/Congying1112/so100_place_blue_bottle_with_two_cameras/meta/stats.json @@ -0,0 +1,307 @@ +{ + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.499746578813989 + ], + "std": [ + 2.8728694514238753 + ], + "count": [ + 5919 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 5918 + ], + "mean": [ + 2959.0 + ], + "std": [ + 1708.6680972812323 + ], + "count": [ + 5919 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 592 + ], + "mean": [ + 295.45041392127047 + ], + "std": [ + 170.8672853226355 + ], + "count": [ + 5919 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 5919 + ] + }, + "action": { + "min": [ + -6.85546875, + 0.087890625, + -15.380859375, + -109.775390625, + -125.771484375, + -0.7592191100120544 + ], + "max": [ + 55.8984375, + 192.041015625, + 177.978515625, + 79.189453125, + -79.27734375, + 56.616050720214844 + ], + "mean": [ + 21.599726255932136, + 89.96768767222659, + 100.75012651982591, + -28.941110410527575, + -97.94578108454822, + 15.31055403263268 + ], + "std": [ + 17.032817329633303, + 49.383727401339875, + 46.88524916542467, + 24.66837207612678, + 8.394689431005277, + 17.344677139919007 + ], + "count": [ + 5919 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5645742312275785 + ] + ], + [ + [ + 0.5364840909804468 + ] + ], + [ + [ + 0.5233952523260766 + ] + ] + ], + "std": [ + [ + [ + 0.29729082822857705 + ] + ], + [ + [ + 0.32045714232300404 + ] + ], + [ + [ + 0.3317208846705136 + ] + ] + ], + "count": [ + 1197 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5890284263559225 + ] + ], + [ + [ + 0.5695747352791019 + ] + ], + [ + [ + 0.5332324578466865 + ] + ] + ], + "std": [ + [ + [ + 0.24939216997817706 + ] + ], + [ + [ + 0.2679030047763569 + ] + ], + [ + [ + 0.2843142033659868 + ] + ] + ], + "count": [ + 1197 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.733333333333334 + ], + "mean": [ + 9.848347130709016 + ], + "std": [ + 5.695576177421183 + ], + "count": [ + 5919 + ] + }, + "observation.state": { + "min": [ + -5.9765625, + -0.966796875, + -14.23828125, + -107.75390625, + -124.62890625, + 0.435097873210907 + ], + "max": [ + 55.107421875, + 191.42578125, + 177.275390625, + 72.685546875, + -79.1015625, + 55.62001419067383 + ], + "mean": [ + 21.310113382573103, + 87.67332028174525, + 102.13159541500482, + -28.10676540211057, + -97.35845977814138, + 19.435153725461834 + ], + "std": [ + 16.856266100613077, + 50.18414313397741, + 45.937672347991324, + 24.367357615561627, + 8.317832293615886, + 14.015168761318243 + ], + "count": [ + 5919 + ] + } +} \ No newline at end of file diff --git a/Congying1112/so100_place_blue_bottle_with_two_cameras2/meta/info.json b/Congying1112/so100_place_blue_bottle_with_two_cameras2/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d4b6dfbecdbb367f26ae59f9a73f6d4613e9ce52 --- /dev/null +++ b/Congying1112/so100_place_blue_bottle_with_two_cameras2/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 5920, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Congying1112/so100_place_blue_bottle_with_two_cameras2/meta/stats.json b/Congying1112/so100_place_blue_bottle_with_two_cameras2/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..ba41b4b5d11442bec323a5eb3e5ea5abe3874716 --- /dev/null +++ b/Congying1112/so100_place_blue_bottle_with_two_cameras2/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5617511759186578 + ] + ], + [ + [ + 0.5316646953888589 + ] + ], + [ + [ + 0.5222193041450663 + ] + ] + ], + "std": [ + [ + [ + 0.28298201779111815 + ] + ], + [ + [ + 0.31144420082657964 + ] + ], + [ + [ + 0.3322183887961481 + ] + ] + ], + "count": [ + 1199 + ] + }, + "action": { + "min": [ + -35.5078125, + 25.6640625, + 12.3046875, + -70.3125, + -124.189453125, + -0.21691974997520447 + ], + "max": [ + 44.912109375, + 189.228515625, + 178.154296875, + 105.46875, + -59.94140625, + 100.21692657470703 + ], + "mean": [ + 3.690634250439502, + 123.93561985686019, + 129.7987582644901, + -15.270342871546745, + -93.95637037818496, + 37.457421002516874 + ], + "std": [ + 17.452390821837245, + 53.64048566151407, + 38.90114238014965, + 41.7448980230488, + 8.014109235837402, + 36.15010689006705 + ], + "count": [ + 5920 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 5920 + ] + }, + "observation.state": { + "min": [ + -34.8046875, + 23.90625, + 11.77734375, + -68.994140625, + -122.958984375, + 0.435097873210907 + ], + "max": [ + 43.9453125, + 189.140625, + 178.154296875, + 103.095703125, + -59.677734375, + 98.6947021484375 + ], + "mean": [ + 3.5746095711113632, + 122.18291719281996, + 130.65375325744216, + -14.695431439135525, + -93.38578482318569, + 39.70735841474018 + ], + "std": [ + 17.077532771196772, + 54.509684440950124, + 38.381880897912744, + 41.14832603054613, + 7.960000284569777, + 32.99692134574564 + ], + "count": [ + 5920 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 592 + ], + "mean": [ + 295.5001689189189 + ], + "std": [ + 170.89572844273044 + ], + "count": [ + 5920 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6321728510141893 + ] + ], + [ + [ + 0.6160057095850573 + ] + ], + [ + [ + 0.5773489691504904 + ] + ] + ], + "std": [ + [ + [ + 0.2305837021790167 + ] + ], + [ + [ + 0.24932042320710607 + ] + ], + [ + [ + 0.26352109515063377 + ] + ] + ], + "count": [ + 1199 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.500168918918919 + ], + "std": [ + 2.872398935931789 + ], + "count": [ + 5920 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 5919 + ], + "mean": [ + 2959.5 + ], + "std": [ + 1708.9567724199462 + ], + "count": [ + 5920 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.733333333333334 + ], + "mean": [ + 9.85000563063063 + ], + "std": [ + 5.696524281424348 + ], + "count": [ + 5920 + ] + } +} \ No newline at end of file diff --git a/Congying1112/so100_simplepick_with_2_cameras_from_top/meta/info.json b/Congying1112/so100_simplepick_with_2_cameras_from_top/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..efed3b45d1d6f18dbaf1dc211de3d3c35dbe52d9 --- /dev/null +++ b/Congying1112/so100_simplepick_with_2_cameras_from_top/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 16, + "total_frames": 9584, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:16" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Congying1112/so100_simplepick_with_2_cameras_from_top/meta/stats.json b/Congying1112/so100_simplepick_with_2_cameras_from_top/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe052231ad8109e52446201b859a7e88f6c5ac0 --- /dev/null +++ b/Congying1112/so100_simplepick_with_2_cameras_from_top/meta/stats.json @@ -0,0 +1,307 @@ +{ + "index": { + "min": [ + 0 + ], + "max": [ + 9583 + ], + "mean": [ + 4791.5 + ], + "std": [ + 2766.6624748964227 + ], + "count": [ + 9584 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5838547583117268 + ] + ], + [ + [ + 0.5788244020038283 + ] + ], + [ + [ + 0.5458406639084697 + ] + ] + ], + "std": [ + [ + [ + 0.23300440711472953 + ] + ], + [ + [ + 0.23382030490029576 + ] + ], + [ + [ + 0.23152328961330582 + ] + ] + ], + "count": [ + 1936 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.933333333333334 + ], + "mean": [ + 9.966666666666665 + ], + "std": [ + 5.7638721552635275 + ], + "count": [ + 9584 + ] + }, + "action": { + "min": [ + -39.90234375, + 40.078125, + -15.205078125, + 36.73828125, + -116.630859375, + -0.21691973507404327 + ], + "max": [ + 54.580078125, + 191.865234375, + 110.830078125, + 104.94140625, + -39.814453125, + 99.45770263671875 + ], + "mean": [ + 3.1309842988848686, + 155.43286323547363, + 86.47238206863403, + 87.80254411697388, + -95.27901983261108, + 28.689730048179626 + ], + "std": [ + 16.86718651504763, + 44.795334417704055, + 13.397382096125519, + 13.82985084378404, + 12.510917313487719, + 35.21209411050255 + ], + "count": [ + 9584 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 15 + ], + "mean": [ + 7.5 + ], + "std": [ + 4.6097722286464435 + ], + "count": [ + 9584 + ] + }, + "observation.state": { + "min": [ + -38.759765625, + 38.759765625, + -12.392578125, + 36.9140625, + -115.751953125, + 3.190717935562134 + ], + "max": [ + 53.61328125, + 191.513671875, + 110.21484375, + 103.88671875, + -39.462890625, + 97.96954345703125 + ], + "mean": [ + 3.186108418740332, + 154.7360324859619, + 86.7035903930664, + 87.72624969482422, + -94.74221420288086, + 31.80671536922455 + ], + "std": [ + 16.526839404124523, + 45.41144444316212, + 13.136267706239757, + 13.822979834788546, + 12.490256135317527, + 32.471576160339694 + ], + "count": [ + 9584 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 9584 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5720440154173755 + ] + ], + [ + [ + 0.5406182652899314 + ] + ], + [ + [ + 0.513033185295468 + ] + ] + ], + "std": [ + [ + [ + 0.26719508992181834 + ] + ], + [ + [ + 0.2791527337120657 + ] + ], + [ + [ + 0.30999746087437946 + ] + ] + ], + "count": [ + 1936 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 598 + ], + "mean": [ + 299.0 + ], + "std": [ + 172.91616465790582 + ], + "count": [ + 9584 + ] + } +} \ No newline at end of file diff --git a/Congying1112/so100_switch_with_onhand_camera/meta/info.json b/Congying1112/so100_switch_with_onhand_camera/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a43a1a4c78022240c6aa66fcc7959b78ee0acbe6 --- /dev/null +++ b/Congying1112/so100_switch_with_onhand_camera/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 5918, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Congying1112/so100_switch_with_onhand_camera/meta/stats.json b/Congying1112/so100_switch_with_onhand_camera/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..82c218b0d12307f39e8301e215f5a0077db1c180 --- /dev/null +++ b/Congying1112/so100_switch_with_onhand_camera/meta/stats.json @@ -0,0 +1,234 @@ +{ + "action": { + "min": [ + -39.19921875, + 57.65625, + 54.4921875, + -77.6953125, + -112.67578125, + -0.3253796100616455 + ], + "max": [ + 44.12109375, + 191.865234375, + 178.06640625, + 104.94140625, + -83.3203125, + 101.84381866455078 + ], + "mean": [ + -0.996603648982446, + 132.37545978382417, + 116.37150124965305, + 14.640294088085344, + -97.4785761290122, + 63.777167397924835 + ], + "std": [ + 19.722742851473, + 47.62265114303306, + 28.998868330130332, + 62.9882383412203, + 4.693305490274658, + 44.67805128146427 + ], + "count": [ + 5918 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.50118283203785 + ], + "std": [ + 2.8722810797184124 + ], + "count": [ + 5918 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 5918 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.571649575327207 + ] + ], + [ + [ + 0.5495254588677576 + ] + ], + [ + [ + 0.5406426300295947 + ] + ] + ], + "std": [ + [ + [ + 0.2916565446343007 + ] + ], + [ + [ + 0.31379748651964207 + ] + ], + [ + [ + 0.32297841442850495 + ] + ] + ], + "count": [ + 1197 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 5917 + ], + "mean": [ + 2958.5 + ], + "std": [ + 1708.379422142517 + ], + "count": [ + 5918 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.733333333333334 + ], + "mean": [ + 9.846676805226991 + ], + "std": [ + 5.694607587048721 + ], + "count": [ + 5918 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 592 + ], + "mean": [ + 295.40030415680974 + ], + "std": [ + 170.8382276114616 + ], + "count": [ + 5918 + ] + }, + "observation.state": { + "min": [ + -38.84765625, + 56.07421875, + 54.404296875, + -75.673828125, + -111.708984375, + 0.5076141953468323 + ], + "max": [ + 43.76953125, + 189.66796875, + 178.154296875, + 104.0625, + -83.232421875, + 99.34735107421875 + ], + "mean": [ + -1.0895289179842873, + 130.99660783041244, + 116.87290604060549, + 15.216870318195554, + -96.99331323791895, + 66.17724294942873 + ], + "std": [ + 19.29521709296509, + 48.4220707525384, + 29.234462401303777, + 62.28976905144039, + 4.6616070299545616, + 39.83367864665555 + ], + "count": [ + 5918 + ] + } +} \ No newline at end of file diff --git a/HITHY/so100-kiwi/data/chunk-000/file-000.parquet b/HITHY/so100-kiwi/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f261c59c7e920c55e4d7f59fad2b4c270a8f4e11 --- /dev/null +++ b/HITHY/so100-kiwi/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38deb0ea8243e12401d96d9db16bb3e0ec4b43caf019f6c224397319249be678 +size 353917 diff --git a/HITHY/so100-kiwi/meta/episodes/chunk-000/file-000.parquet b/HITHY/so100-kiwi/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72896891e81028a779932d2a33439ab8e6ea1828 --- /dev/null +++ b/HITHY/so100-kiwi/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1894755ed8e8984ef544ec547e9f64b53a2fc972dac632aaa7b95cf2e009e88 +size 64789 diff --git a/HITHY/so100-kiwi/meta/tasks.parquet b/HITHY/so100-kiwi/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48b5ecb4d3310967c3a4a552e51307a889cb0afd --- /dev/null +++ b/HITHY/so100-kiwi/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd00eac7cc5cb62988c90e49aeda33ea04b41f4a0a1e6a6d4807059cde4a866 +size 2161 diff --git a/HITHY/so100_peach/data/chunk-000/file-000.parquet b/HITHY/so100_peach/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2f334a0cd09e2247030fca31b4a43dd271b9df8 --- /dev/null +++ b/HITHY/so100_peach/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9dec07f1328158974b6ea98f536702412b174ca40e99721d4fdb567f20e9a3 +size 350584 diff --git a/HITHY/so100_peach/meta/episodes/chunk-000/file-000.parquet b/HITHY/so100_peach/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40463511e1877ca8083e53e2192c9e70d4a7c555 --- /dev/null +++ b/HITHY/so100_peach/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0a732b413519a063623845f2a76ebbf788e8229ca977665fdcf89fb01dc3b5 +size 74606 diff --git a/HITHY/so100_peach/meta/tasks.parquet b/HITHY/so100_peach/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99b6098b650fc8d54b6d3789b5f1a590609f2fde --- /dev/null +++ b/HITHY/so100_peach/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7dcfae5e240d16089174f97e7a5e546ca7ae05da7084940c780c93911fbdd6 +size 2163 diff --git a/HITHY/so100_peach1/data/chunk-000/file-000.parquet b/HITHY/so100_peach1/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecd8310802a2e74ee54bb03f08aa951bba720740 --- /dev/null +++ b/HITHY/so100_peach1/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0eacdbcf99ae8a943c09d2fb2fbb5e1c27660755349bce21c432c0ae0756c7 +size 309987 diff --git a/HITHY/so100_peach1/meta/episodes/chunk-000/file-000.parquet b/HITHY/so100_peach1/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3cb98e9ba2c592175a396e54a64cb276298800b --- /dev/null +++ b/HITHY/so100_peach1/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aaee82f11d397ce1bdd6f6d05a745e60172d37b801512fcd3687006cbc24f5 +size 64750 diff --git a/HITHY/so100_peach1/meta/tasks.parquet b/HITHY/so100_peach1/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99b6098b650fc8d54b6d3789b5f1a590609f2fde --- /dev/null +++ b/HITHY/so100_peach1/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7dcfae5e240d16089174f97e7a5e546ca7ae05da7084940c780c93911fbdd6 +size 2163 diff --git a/HITHY/so100_redstrawberry/data/chunk-000/file-000.parquet b/HITHY/so100_redstrawberry/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e17c848a221fa3890d2162640b67ee26f1c23cef --- /dev/null +++ b/HITHY/so100_redstrawberry/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ca7a8e63370631e94c4f6a0777010948b8469208570d72617b144fbf1921a6 +size 257969 diff --git a/HITHY/so100_redstrawberry/meta/episodes/chunk-000/file-000.parquet b/HITHY/so100_redstrawberry/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..366ab6c3cbb25efafb9bc605091f06aaf91aaebf --- /dev/null +++ b/HITHY/so100_redstrawberry/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609822bc9d7cf33db3997153fb06aeaa1ad9c0d64f1aefe3b2580b4742e76fbc +size 64737 diff --git a/HITHY/so100_redstrawberry/meta/tasks.parquet b/HITHY/so100_redstrawberry/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..615a613c945e8094cebaf5e99a66edfdac45258e --- /dev/null +++ b/HITHY/so100_redstrawberry/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346518fd441ff9d137653baaada56bffc7780d3a4d14e17d480aa5c48d81c45f +size 2228 diff --git a/Loki0929/so100_100/meta/info.json b/Loki0929/so100_100/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d621f19f77ee719f579a3a434f43a4f0f40b4c1f --- /dev/null +++ b/Loki0929/so100_100/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 100, + "total_frames": 38280, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:100" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Loki0929/so100_100/meta/stats.json b/Loki0929/so100_100/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..7f62e6cac7e5b759f3e4706ee875563400aec2d0 --- /dev/null +++ b/Loki0929/so100_100/meta/stats.json @@ -0,0 +1,307 @@ +{ + "episode_index": { + "min": [ + 0 + ], + "max": [ + 99 + ], + "mean": [ + 44.74056948798328 + ], + "std": [ + 29.005454120659685 + ], + "count": [ + 38280 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 38279 + ], + "mean": [ + 19139.5 + ], + "std": [ + 11050.484148518863 + ], + "count": [ + 38280 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 29.53333282470703 + ], + "mean": [ + 6.845975181749996 + ], + "std": [ + 4.59912769916401 + ], + "count": [ + 38280 + ] + }, + "action": { + "min": [ + -79.62890625, + 21.97265625, + -2.724609375, + -5.80078125, + -60.99609375, + -0.2700270116329193 + ], + "max": [ + 62.2265625, + 191.25, + 179.208984375, + 98.96484375, + 22.32421875, + 81.09810638427734 + ], + "mean": [ + 1.3881139482621614, + 133.8246592193811, + 119.33752077216265, + 65.67958873302337, + -7.922299730557707, + 12.172924196670298 + ], + "std": [ + 31.621765903785086, + 52.91760208468126, + 50.50868540997972, + 17.56232361182265, + 18.73529788583916, + 21.132085087572943 + ], + "count": [ + 38280 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4318658800893823 + ] + ], + [ + [ + 0.4375476693288941 + ] + ], + [ + [ + 0.43320123873004956 + ] + ] + ], + "std": [ + [ + [ + 0.20124101090731844 + ] + ], + [ + [ + 0.1929977018915491 + ] + ], + [ + [ + 0.1917079998547419 + ] + ] + ], + "count": [ + 10229 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 886 + ], + "mean": [ + 205.3792580982236 + ], + "std": [ + 137.9738325647107 + ], + "count": [ + 38280 + ] + }, + "observation.state": { + "min": [ + -78.310546875, + 20.478515625, + 6.943359375, + -2.548828125, + -59.326171875, + -0.9685230255126953 + ], + "max": [ + 60.380859375, + 188.26171875, + 175.341796875, + 98.26171875, + 21.708984375, + 78.69249725341797 + ], + "mean": [ + 1.4820476560123546, + 130.8411290303293, + 121.12441900466553, + 65.68787888005734, + -7.843769916148551, + 14.64210295912614 + ], + "std": [ + 31.040344667665366, + 53.142432448009366, + 48.34326325986123, + 17.05577943023703, + 18.07026361663132, + 19.445305734334813 + ], + "count": [ + 38280 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0117647061124444 + ] + ], + [ + [ + 0.0117647061124444 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.7087528500718704 + ] + ], + [ + [ + 0.7352199562834276 + ] + ], + [ + [ + 0.7133400496738213 + ] + ] + ], + "std": [ + [ + [ + 0.16981794813719026 + ] + ], + [ + [ + 0.1733657398230858 + ] + ], + [ + [ + 0.2045299391490152 + ] + ] + ], + "count": [ + 10229 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 38280 + ] + } +} \ No newline at end of file diff --git a/Loki0929/so100_100/videos/observation.images.image/chunk-000/file-000.mp4 b/Loki0929/so100_100/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef9eddb78639ac66a3f6bb17cf4ceebf87fcdc7b --- /dev/null +++ b/Loki0929/so100_100/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71ed29a30f6214f7fbc1ab1430bbdb62f5d18227e48f7c8cf392d5878bb7c37 +size 98100255 diff --git a/Loki0929/so100_100/videos/observation.images.image2/chunk-000/file-000.mp4 b/Loki0929/so100_100/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc0d196ddb96e508673432dd53bf17a76842a874 --- /dev/null +++ b/Loki0929/so100_100/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ea6f4d0a946c3f93f2476711ad8ee761ebbc112a80bad1c1271b0326006db7 +size 83930498 diff --git a/Pi-robot/barbecue_flip/meta/info.json b/Pi-robot/barbecue_flip/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..b981c870d68d65e5492c5bd469e0ef19774caef1 --- /dev/null +++ b/Pi-robot/barbecue_flip/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 99, + "total_frames": 44316, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:99" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Pi-robot/barbecue_flip/meta/stats.json b/Pi-robot/barbecue_flip/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..eccddb691c423def40b2353d059bfd95faa914e7 --- /dev/null +++ b/Pi-robot/barbecue_flip/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.49392807062226113 + ] + ], + [ + [ + 0.4711723348709068 + ] + ], + [ + [ + 0.4572932238530631 + ] + ] + ], + "std": [ + [ + [ + 0.16485577185701678 + ] + ], + [ + [ + 0.19259001726432887 + ] + ], + [ + [ + 0.22183382270953642 + ] + ] + ], + "count": [ + 9900 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 98 + ], + "mean": [ + 48.993568914161926 + ], + "std": [ + 28.5791155313004 + ], + "count": [ + 44316 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 14.899999618530273 + ], + "mean": [ + 7.443961026113551 + ], + "std": [ + 4.307409364941017 + ], + "count": [ + 44316 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 44316 + ] + }, + "action": { + "min": [ + -11.953125, + 94.921875, + 103.53515625, + -83.935546875, + -5.09765625, + -1.5961692333221436 + ], + "max": [ + 32.255859375, + 188.701171875, + 181.93359375, + 95.2734375, + 174.375, + 87.8691177368164 + ], + "mean": [ + 7.543719221166415, + 153.09459043162448, + 159.39675372313351, + 3.570228485491082, + 91.91326477308331, + 30.658802641224632 + ], + "std": [ + 5.31163895206803, + 30.588138594996845, + 17.107624267338753, + 48.40596311069488, + 56.41994923324875, + 18.115942187395223 + ], + "count": [ + 44316 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 447 + ], + "mean": [ + 223.3188239010741 + ], + "std": [ + 129.22227425058884 + ], + "count": [ + 44316 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 44315 + ], + "mean": [ + 22157.5 + ], + "std": [ + 12792.927261446719 + ], + "count": [ + 44316 + ] + }, + "observation.state": { + "min": [ + -10.810546875, + 91.669921875, + 112.587890625, + -80.5078125, + -4.833984375, + 3.554661273956299 + ], + "max": [ + 31.640625, + 187.91015625, + 178.59375, + 94.833984375, + 173.671875, + 86.72032165527344 + ], + "mean": [ + 6.958364755811002, + 150.4740756116024, + 161.63907507255905, + 4.745821987205877, + 91.16304305477988, + 31.293596939335167 + ], + "std": [ + 5.187399909332, + 31.53021512491102, + 14.799686404011053, + 47.243354658805394, + 56.365532593112775, + 16.314618055473712 + ], + "count": [ + 44316 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4575892310551923 + ] + ], + [ + [ + 0.44663551841119326 + ] + ], + [ + [ + 0.3985343412919478 + ] + ] + ], + "std": [ + [ + [ + 0.2048893326035716 + ] + ], + [ + [ + 0.20945865597097585 + ] + ], + [ + [ + 0.23104466314846495 + ] + ] + ], + "count": [ + 9900 + ] + } +} \ No newline at end of file diff --git a/Pi-robot/barbecue_put/meta/info.json b/Pi-robot/barbecue_put/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..b4df170022232ba6cce915891d23c8e599648368 --- /dev/null +++ b/Pi-robot/barbecue_put/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 100, + "total_frames": 44735, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:100" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Pi-robot/barbecue_put/meta/stats.json b/Pi-robot/barbecue_put/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..90bf5292fe70dc858a1694b926dca894cd797481 --- /dev/null +++ b/Pi-robot/barbecue_put/meta/stats.json @@ -0,0 +1,307 @@ +{ + "action": { + "min": [ + -64.423828125, + 35.771484375, + 80.859375, + -110.654296875, + 79.541015625, + -1.276935338973999 + ], + "max": [ + 30.9375, + 188.96484375, + 182.197265625, + 80.419921875, + 174.19921875, + 61.53232192993164 + ], + "mean": [ + -9.518689284082683, + 132.39080707997306, + 156.96533688056718, + -16.672070576258047, + 116.25398790763053, + 26.57585703827515 + ], + "std": [ + 24.359584707242323, + 49.043016947927384, + 24.067627391158926, + 57.51323096350048, + 32.8021484633926, + 17.797022902363157 + ], + "count": [ + 44735 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 44734 + ], + "mean": [ + 22367.0 + ], + "std": [ + 12913.882142872453 + ], + "count": [ + 44735 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4981582108139992 + ] + ], + [ + [ + 0.4717131078243256 + ] + ], + [ + [ + 0.45706111639738084 + ] + ] + ], + "std": [ + [ + [ + 0.15966453202568587 + ] + ], + [ + [ + 0.1836009609291863 + ] + ], + [ + [ + 0.21637588827939502 + ] + ] + ], + "count": [ + 10000 + ] + }, + "observation.state": { + "min": [ + -63.6328125, + 32.607421875, + 88.76953125, + -107.138671875, + 79.013671875, + 1.408450722694397 + ], + "max": [ + 29.53125, + 187.646484375, + 178.76953125, + 79.8046875, + 173.49609375, + 60.69751739501953 + ], + "mean": [ + -9.77581083499827, + 128.9060585097866, + 157.98768853805473, + -15.438265799200973, + 115.69067735383135, + 27.45970400921843 + ], + "std": [ + 23.944147977031747, + 50.34706627210778, + 22.33266941145104, + 56.471310160884435, + 32.7028880715912, + 15.868189008967985 + ], + "count": [ + 44735 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 99 + ], + "mean": [ + 49.48919190790209 + ], + "std": [ + 28.867478558112097 + ], + "count": [ + 44735 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 447 + ], + "mean": [ + 223.17614842964122 + ], + "std": [ + 129.14048293739822 + ], + "count": [ + 44735 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 14.899999618530273 + ], + "mean": [ + 7.439205127574085 + ], + "std": [ + 4.304682928484487 + ], + "count": [ + 44735 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4617592278122902 + ] + ], + [ + [ + 0.451896353662014 + ] + ], + [ + [ + 0.4014763477444649 + ] + ] + ], + "std": [ + [ + [ + 0.20377768143015101 + ] + ], + [ + [ + 0.20769349104159068 + ] + ], + [ + [ + 0.22857805598299138 + ] + ] + ], + "count": [ + 10000 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 44735 + ] + } +} \ No newline at end of file diff --git a/RasmusP/so100_dataset50ep/meta/info.json b/RasmusP/so100_dataset50ep/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..918462ae3094d482818a7eac522d0d4d735b0490 --- /dev/null +++ b/RasmusP/so100_dataset50ep/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 50, + "total_frames": 22134, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:50" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/RasmusP/so100_dataset50ep/meta/stats.json b/RasmusP/so100_dataset50ep/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..e5f26b134044594b158b2f3511563a91b4e31c19 --- /dev/null +++ b/RasmusP/so100_dataset50ep/meta/stats.json @@ -0,0 +1,307 @@ +{ + "frame_index": { + "min": [ + 0 + ], + "max": [ + 445 + ], + "mean": [ + 220.85949218397036 + ], + "std": [ + 127.82342332808116 + ], + "count": [ + 22134 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 22133 + ], + "mean": [ + 11066.5 + ], + "std": [ + 6389.535422600509 + ], + "count": [ + 22134 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 14.833333333333334 + ], + "mean": [ + 7.361983072799013 + ], + "std": [ + 4.260780777602705 + ], + "count": [ + 22134 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 49 + ], + "mean": [ + 24.464534200777084 + ], + "std": [ + 14.42961132505381 + ], + "count": [ + 22134 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 22134 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6070843248366016 + ] + ], + [ + [ + 0.5775741440767974 + ] + ], + [ + [ + 0.5457321546977125 + ] + ] + ], + "std": [ + [ + [ + 0.2395686518709336 + ] + ], + [ + [ + 0.2199633095142736 + ] + ], + [ + [ + 0.20745407522938764 + ] + ] + ], + "count": [ + 5000 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.45419531658496737 + ] + ], + [ + [ + 0.4223328566176472 + ] + ], + [ + [ + 0.4175242499183008 + ] + ] + ], + "std": [ + [ + [ + 0.24263332395945403 + ] + ], + [ + [ + 0.24106071224884562 + ] + ], + [ + [ + 0.2506255771724648 + ] + ] + ], + "count": [ + 5000 + ] + }, + "action": { + "min": [ + -83.583984375, + 19.3359375, + -7.20703125, + -10.8984375, + -30.41015625, + -5.106382846832275 + ], + "max": [ + 71.630859375, + 194.150390625, + 184.5703125, + 100.1953125, + 82.529296875, + 101.17021942138672 + ], + "mean": [ + 4.682457091196062, + 112.70669157924912, + 105.51394652923918, + 65.73342520294231, + 13.603669160732121, + 31.93965714098671 + ], + "std": [ + 33.45779780613587, + 51.044935655217174, + 51.81220219176246, + 19.491473380908584, + 11.931893398683975, + 25.354029852218268 + ], + "count": [ + 22134 + ] + }, + "observation.state": { + "min": [ + -83.583984375, + 18.544921875, + -5.9765625, + -9.404296875, + -29.970703125, + -1.177625060081482 + ], + "max": [ + 71.630859375, + 192.919921875, + 182.021484375, + 98.701171875, + 82.265625, + 100.88322448730469 + ], + "mean": [ + 4.6369908368715675, + 111.86208044486263, + 106.83685453243778, + 65.89007258206253, + 13.585260292858335, + 33.18485342416809 + ], + "std": [ + 33.40653523366806, + 51.44994538400733, + 51.2788937383224, + 19.275521100751675, + 11.904407882946321, + 24.76870230363979 + ], + "count": [ + 22134 + ] + } +} \ No newline at end of file diff --git a/RasmusP/so100_dataset50ep_a/meta/info.json b/RasmusP/so100_dataset50ep_a/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..3252fcc64ac61572513ddd9bb032c6151fe2d9ea --- /dev/null +++ b/RasmusP/so100_dataset50ep_a/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 4434, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/RasmusP/so100_dataset50ep_a/meta/stats.json b/RasmusP/so100_dataset50ep_a/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..c53b64a2b87ba34147b49fa9d9ae0437ff87d2e0 --- /dev/null +++ b/RasmusP/so100_dataset50ep_a/meta/stats.json @@ -0,0 +1,307 @@ +{ + "index": { + "min": [ + 0 + ], + "max": [ + 4433 + ], + "mean": [ + 2216.5 + ], + "std": [ + 1279.985514240949 + ], + "count": [ + 4434 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 4434 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.500451059990978 + ], + "std": [ + 2.871888663682837 + ], + "count": [ + 4434 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5061694789624184 + ] + ], + [ + [ + 0.4828038308823529 + ] + ], + [ + [ + 0.47797149591503274 + ] + ] + ], + "std": [ + [ + [ + 0.21534474886773614 + ] + ], + [ + [ + 0.21574490467258012 + ] + ], + [ + [ + 0.2205682677914687 + ] + ] + ], + "count": [ + 1000 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5740715294117646 + ] + ], + [ + [ + 0.5229459119689542 + ] + ], + [ + [ + 0.4899529722222222 + ] + ] + ], + "std": [ + [ + [ + 0.25923026973262125 + ] + ], + [ + [ + 0.2393873538303429 + ] + ], + [ + [ + 0.2173653476292093 + ] + ] + ], + "count": [ + 1000 + ] + }, + "observation.state": { + "min": [ + -27.94921875, + 57.83203125, + 47.4609375, + 29.53125, + -24.9609375, + -1.177625060081482 + ], + "max": [ + 42.099609375, + 190.01953125, + 179.47265625, + 98.4375, + 33.310546875, + 72.3258056640625 + ], + "mean": [ + 0.5672850669586395, + 136.10772049507688, + 130.87542901148817, + 64.8351538765253, + 1.1423203997821436, + 28.2170250952432 + ], + "std": [ + 16.53131711664029, + 42.76034845201936, + 38.34483456109927, + 12.99940150023192, + 12.27176391282214, + 20.039710117278574 + ], + "count": [ + 4434 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 14.766666666666667 + ], + "mean": [ + 7.373357389866186 + ], + "std": [ + 4.266649263165369 + ], + "count": [ + 4434 + ] + }, + "action": { + "min": [ + -28.30078125, + 58.271484375, + 45.3515625, + 28.30078125, + -25.224609375, + -3.829787254333496 + ], + "max": [ + 42.099609375, + 192.392578125, + 179.208984375, + 98.96484375, + 33.310546875, + 72.65957641601562 + ], + "mean": [ + 0.6198727225848668, + 136.91589395732132, + 129.64149510543197, + 64.72656964588982, + 1.0731615227019944, + 27.04796316519373 + ], + "std": [ + 16.57999419173073, + 42.680480643273604, + 38.9110100019536, + 13.057340833346098, + 12.272320894530846, + 20.439702555308674 + ], + "count": [ + 4434 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 443 + ], + "mean": [ + 221.20072169598558 + ], + "std": [ + 127.99947789496109 + ], + "count": [ + 4434 + ] + } +} \ No newline at end of file diff --git a/Setchii/so100_grab_ball/meta/info.json b/Setchii/so100_grab_ball/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..1225ced840b0895d18e7e508bb8583b9441ad56f --- /dev/null +++ b/Setchii/so100_grab_ball/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 30, + "total_frames": 13031, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:30" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/Setchii/so100_grab_ball/meta/stats.json b/Setchii/so100_grab_ball/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..d816bed839e91a5e1dcb42d43a63b524a37ebe99 --- /dev/null +++ b/Setchii/so100_grab_ball/meta/stats.json @@ -0,0 +1,307 @@ +{ + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 14.5 + ], + "mean": [ + 7.2228097101782955 + ], + "std": [ + 4.179739430687208 + ], + "count": [ + 13031 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 29 + ], + "mean": [ + 14.492901542475636 + ], + "std": [ + 8.658278182796053 + ], + "count": [ + 13031 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 13031 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 13030 + ], + "mean": [ + 6515.0 + ], + "std": [ + 3761.72566782853 + ], + "count": [ + 13031 + ] + }, + "observation.state": { + "min": [ + -63.984375, + 17.05078125, + 16.259765625, + 23.5546875, + 6.328125, + 0.0 + ], + "max": [ + 21.357421875, + 190.546875, + 178.76953125, + 104.23828125, + 113.994140625, + 98.90625 + ], + "mean": [ + -7.88841124896228, + 132.61870947550872, + 122.63157117918423, + 72.12976815378335, + 79.78255698185232, + 19.68886096577589 + ], + "std": [ + 16.321652145877945, + 53.299597058532015, + 51.40634713383182, + 13.878689261512111, + 18.025650034721753, + 19.436690695024556 + ], + "count": [ + 13031 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5910008956971676 + ] + ], + [ + [ + 0.5846417462554466 + ] + ], + [ + [ + 0.5487226461737472 + ] + ] + ], + "std": [ + [ + [ + 0.25529163592899606 + ] + ], + [ + [ + 0.1810679041054318 + ] + ], + [ + [ + 0.18002032200485332 + ] + ] + ], + "count": [ + 3000 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 435 + ], + "mean": [ + 216.68429130534878 + ], + "std": [ + 125.39218292061622 + ], + "count": [ + 13031 + ] + }, + "action": { + "min": [ + -64.072265625, + 17.666015625, + 13.88671875, + 22.587890625, + 6.240234375, + -0.10822510719299316 + ], + "max": [ + 21.884765625, + 190.546875, + 178.41796875, + 104.765625, + 114.08203125, + 100.0 + ], + "mean": [ + -7.82911828187616, + 133.4445028479966, + 121.77389444692678, + 72.13949879516105, + 79.70175192444114, + 18.884200829224962 + ], + "std": [ + 16.348726061001564, + 52.634717177257656, + 51.974787721751646, + 14.114642076009101, + 18.021627783208977, + 19.27683189657968 + ], + "count": [ + 13031 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5603331791938998 + ] + ], + [ + [ + 0.5599314541802831 + ] + ], + [ + [ + 0.5484935461601308 + ] + ] + ], + "std": [ + [ + [ + 0.23774042361552022 + ] + ], + [ + [ + 0.22142647115165956 + ] + ], + [ + [ + 0.23898545981298752 + ] + ] + ], + "count": [ + 3000 + ] + } +} \ No newline at end of file diff --git a/ZCM5115/so100_1210/videos/observation.images.image/chunk-000/file-000.mp4 b/ZCM5115/so100_1210/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fdbea00da9945389f6fa2367a4cbcd84eef6ea1 --- /dev/null +++ b/ZCM5115/so100_1210/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcd438fb122ee37df548aa844da55b04836145f9c296a2eeb9908c90790f894 +size 70421281 diff --git a/ZCM5115/so100_1210/videos/observation.images.image2/chunk-000/file-000.mp4 b/ZCM5115/so100_1210/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f10cef8a7841ca001647ae350cdda7beed6f9925 --- /dev/null +++ b/ZCM5115/so100_1210/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7678bff9f162e41f3ac141fbc491c4f59c5fe9edd73e9dd8dca8ce0bfa204ec +size 61681744 diff --git a/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image/chunk-000/file-000.mp4 b/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e528ebf7c9c26541d7923bcddcc29ab20b36975 --- /dev/null +++ b/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6491fddc0e2fa76139286b0bdae9df72cc72cc8a6f12e2af6665f94fed720901 +size 86334448 diff --git a/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image2/chunk-000/file-000.mp4 b/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8042249bf1da55275ba1552c2a4c1ae2f6a26ab3 --- /dev/null +++ b/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f79a020230e687412f90754a901f309b53607c814ef70e72f8663c1ede3624 +size 61352208 diff --git a/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image3/chunk-000/file-000.mp4 b/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image3/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..293b2d4c247a63a889aadf3772f0d7127d170471 --- /dev/null +++ b/ZCM5115/so100_2Arm3cameras_movebox/videos/observation.images.image3/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b41b4f1a3e2a01ed497f3dcabe28085538cdbae71e2d9059ede7d816cd44cc8 +size 60058108 diff --git a/ZGGZZG/so100_drop1/data/chunk-000/file-000.parquet b/ZGGZZG/so100_drop1/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1751ac0009b50b9eb1d2cf7989183a261875f1f1 --- /dev/null +++ b/ZGGZZG/so100_drop1/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d750263f76b24e5f17f59d03fc52e68c66e8b2aca0fc21c52c95f17139034d46 +size 349119 diff --git a/ZGGZZG/so100_drop1/meta/episodes/chunk-000/file-000.parquet b/ZGGZZG/so100_drop1/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20873699c35ae27607f8440aae94dd06ec48757c --- /dev/null +++ b/ZGGZZG/so100_drop1/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0dfdd9c64c0c86d291e4822dba4746703dce8ded7913171710a731b3a8d686 +size 70299 diff --git a/ZGGZZG/so100_drop1/meta/tasks.parquet b/ZGGZZG/so100_drop1/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4584e8afa1d61a8101b7324ac550f150953a3941 --- /dev/null +++ b/ZGGZZG/so100_drop1/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565a240be068e20ea7c85417daf6d79afcd5e6db26bca27005563079775e954c +size 2198 diff --git a/ZGGZZG/so100_drop1/videos/observation.images.image2/chunk-000/file-000.mp4 b/ZGGZZG/so100_drop1/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05ca398105e6f13671106794e8ee7fa6e879acc2 --- /dev/null +++ b/ZGGZZG/so100_drop1/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d10ac7fa7bd506c35d78cf3a1758ea39902bd7af57255cfcd13e42cd65528db +size 39932309 diff --git a/Zak-Y/so100_grap_dataset/data/chunk-000/file-000.parquet b/Zak-Y/so100_grap_dataset/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39eb7eba72eed1ad1c390e53850098a39af0dc84 --- /dev/null +++ b/Zak-Y/so100_grap_dataset/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6ba6b67fd2ddc5ddefc8560fac0ed68c0874ec3327d8c42f21807a6afdf64c +size 459426 diff --git a/Zak-Y/so100_grap_dataset/videos/observation.images.image/chunk-000/file-000.mp4 b/Zak-Y/so100_grap_dataset/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc10a587d6a94b94e03520b9467b3b70004d785c --- /dev/null +++ b/Zak-Y/so100_grap_dataset/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb47747dcd08d393128a2dd4705a2992cd213651acc3e0d2af0104f070b0bc41 +size 63003215 diff --git a/Zak-Y/so100_grap_dataset/videos/observation.images.image2/chunk-000/file-000.mp4 b/Zak-Y/so100_grap_dataset/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cd7d6adac6bb75950fe85f4da985dc5c3148d03 --- /dev/null +++ b/Zak-Y/so100_grap_dataset/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac3e9b49889553b4c951ae4c12440b9b1e4067b6b19eeeda0c4a800ed4a52d7 +size 39796000 diff --git a/Zak-Y/so100_grap_dataset/videos/observation.images.image3/chunk-000/file-000.mp4 b/Zak-Y/so100_grap_dataset/videos/observation.images.image3/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0cfbfb1b2d67c25face5739bcc85cdebcc5242d --- /dev/null +++ b/Zak-Y/so100_grap_dataset/videos/observation.images.image3/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c34e4280863865c6bdc2ad151fde863eb2dfd8074b2acb564e146d82176ea22 +size 38126339 diff --git a/Zak-Y/so100_three_cameras_dataset/meta/episodes/chunk-000/file-000.parquet b/Zak-Y/so100_three_cameras_dataset/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e336937fc07cefb90615fce8a7f3ae871196773a --- /dev/null +++ b/Zak-Y/so100_three_cameras_dataset/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952c6287c21bee8c8068cb2b3a530eebae6202eefea0ab2bc89d3c618e09c961 +size 51842 diff --git a/Zak-Y/so100_three_cameras_dataset/videos/observation.images.image/chunk-000/file-000.mp4 b/Zak-Y/so100_three_cameras_dataset/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a440d6bc4a2e27f18ac508b70dc7aed6c2b4597 --- /dev/null +++ b/Zak-Y/so100_three_cameras_dataset/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5678470d2626aad23567a0422c94f24e1b1bf4ad85effd126261fb436fd90366 +size 24331656 diff --git a/Zak-Y/so100_three_cameras_dataset/videos/observation.images.image2/chunk-000/file-000.mp4 b/Zak-Y/so100_three_cameras_dataset/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a58b603a4d6e606bd7e35cbb7d6e5175e33b2e8 --- /dev/null +++ b/Zak-Y/so100_three_cameras_dataset/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60fccd7c331ea6a299950c1f60f8006d8dfc5e89bc22441f4f0b27fda0b52ed +size 25219315 diff --git a/abhisb/so100_51_ep/data/chunk-000/file-000.parquet b/abhisb/so100_51_ep/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd69f5859a0df7d4a838d85f9a169751f636822c --- /dev/null +++ b/abhisb/so100_51_ep/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a712e1b4ace14a84605e778f936bb2a5a8167692f18a66601e6ba479ff434c +size 967709 diff --git a/abhisb/so100_51_ep/meta/episodes/chunk-000/file-000.parquet b/abhisb/so100_51_ep/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbde8c8f420e7a450e671fd9677d7be08f3dfbdb --- /dev/null +++ b/abhisb/so100_51_ep/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fff73ef89c8782e48e6ef61508a6639e231c4fcb481c0f8e556f65b594fdf65 +size 101407 diff --git a/abhisb/so100_51_ep/meta/tasks.parquet b/abhisb/so100_51_ep/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9f878ec6e9202b5c70ce256673ec135ef505ca7 --- /dev/null +++ b/abhisb/so100_51_ep/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c81fdb8e53accf7155bf8046b52dadd2e2e6654786a4f5bf432120aa8a88d90 +size 2188 diff --git a/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-000.mp4 b/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7c657ca9dd23cc94319b142fdda4f4d8ed02c2e --- /dev/null +++ b/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785d70471445ace9d45914975cc6053b9c71342a21365924695f5fb65c27482b +size 96186937 diff --git a/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-001.mp4 b/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f206e33312a811eaca91a30b18cd2d1e8069ec3 --- /dev/null +++ b/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f6e333acec7235bbb126d7cb34245f1dc5ab5a3554ab14e8f9c58886a3be78 +size 100338082 diff --git a/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-002.mp4 b/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76ce2969fbd0d6fc7555b14a6001fa21c4999f68 --- /dev/null +++ b/acrampette/third_arm_01/videos/observation.images.image2/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51041435acfdf4ece9ab2ca4e67440263fa58928eb40da6b60329420592992d6 +size 90341766 diff --git a/acrampette/third_arm_02/videos/observation.images.image2/chunk-000/file-000.mp4 b/acrampette/third_arm_02/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca7ebe76f5c1b716cbe9961d48e1104e4b76d2f4 --- /dev/null +++ b/acrampette/third_arm_02/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90491e53a50c1763c3d524ab9415067428d151dd933886fc2f3f5fd69214cd5a +size 94259619 diff --git a/allenchienxxx/so100Test/meta/info.json b/allenchienxxx/so100Test/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a00e1c4ce127d963a337ae95b0543bc05d91962d --- /dev/null +++ b/allenchienxxx/so100Test/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 2, + "total_frames": 1791, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "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": { + "action": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/allenchienxxx/so100Test/meta/stats.json b/allenchienxxx/so100Test/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..c7dcbee988a1ddd1ad91ebf7fbf06f78305710a8 --- /dev/null +++ b/allenchienxxx/so100Test/meta/stats.json @@ -0,0 +1,307 @@ +{ + "action": { + "min": [ + -24.345703125, + 49.5703125, + 16.34765625, + 23.466796875, + -1.318359375, + -0.18433180451393127 + ], + "max": [ + 43.9453125, + 181.23046875, + 176.8359375, + 102.216796875, + 72.861328125, + 44.976959228515625 + ], + "mean": [ + 4.8744209024375005, + 158.43254148141423, + 144.05749792016996, + 70.13577363798566, + 7.0499962596903964, + 3.2721541770538893 + ], + "std": [ + 10.397609617161716, + 44.02322798250403, + 48.726037444697575, + 14.598707024199033, + 9.484410668127621, + 9.1393889873247 + ], + "count": [ + 1791 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 895 + ], + "mean": [ + 447.250139586823 + ], + "std": [ + 258.5086636200946 + ], + "count": [ + 1791 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 29.833333333333332 + ], + "mean": [ + 14.908337986227435 + ], + "std": [ + 8.61695545400315 + ], + "count": [ + 1791 + ] + }, + "observation.state": { + "min": [ + -24.2578125, + 48.955078125, + 18.80859375, + 25.576171875, + -0.615234375, + 0.3212851583957672 + ], + "max": [ + 43.330078125, + 181.845703125, + 175.78125, + 102.216796875, + 69.9609375, + 44.497989654541016 + ], + "mean": [ + 4.8316779533356415, + 158.25752157768278, + 144.72201370247777, + 69.99385978149209, + 7.274114915740217, + 4.456101317967469 + ], + "std": [ + 10.310762879667777, + 44.69545635290946, + 48.02206727862622, + 14.626900561424442, + 9.256368534022116, + 9.096300832067499 + ], + "count": [ + 1791 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 1 + ], + "mean": [ + 0.4997208263539922 + ], + "std": [ + 0.4999999220620693 + ], + "count": [ + 1791 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 1791 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 1790 + ], + "mean": [ + 895.0 + ], + "std": [ + 517.0170854688138 + ], + "count": [ + 1791 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.00392156862745098 + ] + ], + [ + [ + 0.00784313725490196 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 0.996078431372549 + ] + ], + [ + [ + 0.996078431372549 + ] + ] + ], + "mean": [ + [ + [ + 0.44991605642768356 + ] + ], + [ + [ + 0.4474591421819239 + ] + ], + [ + [ + 0.44190333726793374 + ] + ] + ], + "std": [ + [ + [ + 0.19832784312534596 + ] + ], + [ + [ + 0.22080295150355386 + ] + ], + [ + [ + 0.21614315774905496 + ] + ] + ], + "count": [ + 326 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.00392156862745098 + ] + ], + [ + [ + 0.00392156862745098 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.44548165523878264 + ] + ], + [ + [ + 0.4577430261087052 + ] + ], + [ + [ + 0.45401268783331333 + ] + ] + ], + "std": [ + [ + [ + 0.19102537516456033 + ] + ], + [ + [ + 0.2034713163554253 + ] + ], + [ + [ + 0.19479405999808216 + ] + ] + ], + "count": [ + 326 + ] + } +} \ No newline at end of file diff --git a/andrewcole712/so100_tape_bin_place/data/chunk-000/file-000.parquet b/andrewcole712/so100_tape_bin_place/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5042de4448707ba91ae18402cc62b3a5370961e --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e7bdb11a40ae7791479e2d2ca953d4e181e210786fd711e89f52d5090e0c58 +size 736458 diff --git a/andrewcole712/so100_tape_bin_place/meta/episodes/chunk-000/file-000.parquet b/andrewcole712/so100_tape_bin_place/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b24c421f003a17303382a1a09d7606ed4f0951a --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e34c0ccd9fac2f1b3d9da0bbde53b041cf8e3e11e69278222d9f6cd2ee314c +size 73771 diff --git a/andrewcole712/so100_tape_bin_place/meta/tasks.parquet b/andrewcole712/so100_tape_bin_place/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7394b587ce37c7dc1b187681d9360cdde7a2ad7b --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e34680259ea66b2a2ec86832fd638ab27943185e50c079036818cb49605906 +size 2146 diff --git a/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-000.mp4 b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f614b2cb462fc472ce80d808ecf0bdb373ea0a --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f825a4450173aeafd825f109b196c29260d720eb873b6c5fac1702a22ad45ff6 +size 37383310 diff --git a/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-001.mp4 b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf71140b4226e14f19b35e78b0fb1582251a887d --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cba45e54b43a7e19a15a378768518594d57b349d0b0c35fe2e752ac006f1fc +size 37873833 diff --git a/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-002.mp4 b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31a796942173976fd8571961b7696799a649e575 --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3dd332a2dcc866d7af6cd62705830904decea7ad4c9c19845a308e026f87b4b +size 34778851 diff --git a/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-003.mp4 b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34e0b5e2d15a5e9e0060a0533dd16b30b1bf8231 --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6cc6ce574f0fd532246793b9787193ffd65217aff9a5dd68aa74cd8007d63a +size 35199125 diff --git a/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-004.mp4 b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..331b950c2fc9f731192473c1039f9508f8ea29a0 --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf5745722a1793b3225742aad5f8d2338d4c4a784aa6d4615058a846faf71ea +size 37802590 diff --git a/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-005.mp4 b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..757d1d5423eed20644c18749faed606fa9e64c09 --- /dev/null +++ b/andrewcole712/so100_tape_bin_place/videos/observation.images.image/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930be350a5ed50714f035b8909e0c2bfdf41f9ed5dae72970135e5481e1ce16c +size 3654766 diff --git a/baladhurgesh97/so100_final_picking_3/meta/info.json b/baladhurgesh97/so100_final_picking_3/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..09914a98f8e7532cc7b69f7fed0f4713ca7064e2 --- /dev/null +++ b/baladhurgesh97/so100_final_picking_3/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 30, + "total_frames": 16889, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:30" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/baladhurgesh97/so100_final_picking_3/meta/stats.json b/baladhurgesh97/so100_final_picking_3/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..0ee37391d1f7cbf5a810a11db418fdf9780ecc10 --- /dev/null +++ b/baladhurgesh97/so100_final_picking_3/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.state": { + "min": [ + -37.705078125, + 33.662109375, + 23.115234375, + 41.572265625, + -58.88671875, + 2.6315789222717285 + ], + "max": [ + 53.0859375, + 189.66796875, + 180.615234375, + 100.1953125, + 39.111328125, + 55.857383728027344 + ], + "mean": [ + 6.064270994839557, + 103.70426200520217, + 90.50584770074795, + 75.24300464207978, + 4.5197293633176345, + 25.099608819532286 + ], + "std": [ + 20.346622733920977, + 46.558327752838665, + 44.52369926512962, + 14.568972069136327, + 19.457397783960456, + 12.27742698746182 + ], + "count": [ + 16889 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5874398771999618 + ] + ], + [ + [ + 0.5902188077637677 + ] + ], + [ + [ + 0.5994646862355245 + ] + ] + ], + "std": [ + [ + [ + 0.1818384894024483 + ] + ], + [ + [ + 0.16660037737670533 + ] + ], + [ + [ + 0.1788618978890049 + ] + ] + ], + "count": [ + 3472 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 29 + ], + "mean": [ + 14.643969447569424 + ], + "std": [ + 8.293773388860485 + ], + "count": [ + 16889 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 16888 + ], + "mean": [ + 8444.0 + ], + "std": [ + 4875.434339625548 + ], + "count": [ + 16889 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 16889 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5599150074997805 + ] + ], + [ + [ + 0.5527173709210162 + ] + ], + [ + [ + 0.5733937819398218 + ] + ] + ], + "std": [ + [ + [ + 0.30345478429070327 + ] + ], + [ + [ + 0.3115624748361816 + ] + ], + [ + [ + 0.3053946321065622 + ] + ] + ], + "count": [ + 3472 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 29.733333587646484 + ], + "mean": [ + 9.731343792742498 + ], + "std": [ + 6.087517426315708 + ], + "count": [ + 16889 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 892 + ], + "mean": [ + 291.9403161821304 + ], + "std": [ + 182.62552378372357 + ], + "count": [ + 16889 + ] + }, + "action": { + "min": [ + -38.935546875, + 37.529296875, + 18.369140625, + 40.166015625, + -60.46875, + -1.2931034564971924 + ], + "max": [ + 54.580078125, + 193.0078125, + 181.669921875, + 100.283203125, + 41.1328125, + 57.586204528808594 + ], + "mean": [ + 6.480009474094515, + 107.6884201834021, + 86.85828327515725, + 75.13905162067041, + 5.009416907427543, + 23.503380824069907 + ], + "std": [ + 20.867551875203446, + 45.57428767693418, + 45.767779212811426, + 14.791024321949369, + 19.8150956951555, + 13.41219714073851 + ], + "count": [ + 16889 + ] + } +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_0_0/meta/info.json b/bnarin/so100_tic_tac_toe_move_0_0/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..04ffba65b7b767e44787870da3c538ad562199aa --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_0_0/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 4977, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_0_0/meta/stats.json b/bnarin/so100_tic_tac_toe_move_0_0/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..2a96bec7674980b08a690fbefff942085efbfda6 --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_0_0/meta/stats.json @@ -0,0 +1,307 @@ +{ + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.296162346795258 + ], + "std": [ + 2.881333183156995 + ], + "count": [ + 4977 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 0.9215686321258545 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6126347543586667 + ] + ], + [ + [ + 0.6111917200759539 + ] + ], + [ + [ + 0.6284340277855794 + ] + ] + ], + "std": [ + [ + [ + 0.2326856907680249 + ] + ], + [ + [ + 0.2336735027378222 + ] + ], + [ + [ + 0.22458567704550783 + ] + ] + ], + "count": [ + 1073 + ] + }, + "observation.state": { + "min": [ + -64.248046875, + 10.1953125, + -11.77734375, + 51.416015625, + -78.57421875, + 0.366568922996521 + ], + "max": [ + 7.119140625, + 103.271484375, + 96.85546875, + 109.51171875, + 117.685546875, + 52.6392936706543 + ], + "mean": [ + -34.769509564400295, + 45.181467466716526, + 19.36760081539725, + 98.35736890305758, + 22.938189249190074, + 24.034050026882692 + ], + "std": [ + 15.79051825862435, + 16.516812233467512, + 22.00396393426265, + 11.742706183875889, + 55.952819448724995, + 12.072032730132678 + ], + "count": [ + 4977 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 4977 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.03333282470703 + ], + "mean": [ + 8.414064776880664 + ], + "std": [ + 5.004840522789319 + ], + "count": [ + 4977 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 571 + ], + "mean": [ + 252.42194092827003 + ], + "std": [ + 150.1452153048282 + ], + "count": [ + 4977 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6031254386635218 + ] + ], + [ + [ + 0.6048657366413994 + ] + ], + [ + [ + 0.6066939875775148 + ] + ] + ], + "std": [ + [ + [ + 0.24946843656182485 + ] + ], + [ + [ + 0.24960481805127688 + ] + ], + [ + [ + 0.24469330339308493 + ] + ] + ], + "count": [ + 1073 + ] + }, + "action": { + "min": [ + -64.599609375, + 13.623046875, + -16.5234375, + 53.26171875, + -79.013671875, + -1.9810508489608765 + ], + "max": [ + 7.470703125, + 101.25, + 82.001953125, + 110.0390625, + 118.65234375, + 53.229976654052734 + ], + "mean": [ + -34.976619064364776, + 52.19391466830182, + 15.731450546882419, + 98.47041387023374, + 23.433831304389596, + 21.01709982121065 + ], + "std": [ + 15.856357023048465, + 17.473560838510398, + 22.85964857371549, + 11.94148557815458, + 56.52252439958609, + 15.949787518866803 + ], + "count": [ + 4977 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 4976 + ], + "mean": [ + 2488.0 + ], + "std": [ + 1436.7361158774659 + ], + "count": [ + 4977 + ] + } +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_1_0/meta/info.json b/bnarin/so100_tic_tac_toe_move_1_0/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..3686eb8e5417ae10e98cb340040767c75ccb0bd3 --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_1_0/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 4760, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_1_0/meta/stats.json b/bnarin/so100_tic_tac_toe_move_1_0/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..1711a27f08b21ae3d23f1484860f499d280f32c4 --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_1_0/meta/stats.json @@ -0,0 +1,307 @@ +{ + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.56827731092437 + ], + "std": [ + 2.8754908194098645 + ], + "count": [ + 4760 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 0.95686274766922 + ] + ], + [ + [ + 0.9450980424880981 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.614950440126412 + ] + ], + [ + [ + 0.613883997338095 + ] + ], + [ + [ + 0.6312961201654391 + ] + ] + ], + "std": [ + [ + [ + 0.23061290456807224 + ] + ], + [ + [ + 0.23036275942920256 + ] + ], + [ + [ + 0.22271651194849215 + ] + ] + ], + "count": [ + 1068 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 4759 + ], + "mean": [ + 2379.5 + ], + "std": [ + 1374.0936103482907 + ], + "count": [ + 4760 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.57300674055846 + ] + ], + [ + [ + 0.5776539905910635 + ] + ], + [ + [ + 0.5824602706713623 + ] + ] + ], + "std": [ + [ + [ + 0.30526165585079584 + ] + ], + [ + [ + 0.30406603331058596 + ] + ], + [ + [ + 0.2951190007547638 + ] + ] + ], + "count": [ + 1068 + ] + }, + "action": { + "min": [ + -59.853515625, + 13.359375, + -17.40234375, + 0.3515625, + 30.76171875, + -1.9810508489608765 + ], + "max": [ + 7.119140625, + 102.48046875, + 89.82421875, + 110.21484375, + 113.994140625, + 54.866493225097656 + ], + "mean": [ + -30.832252755686014, + 65.20546982228255, + 40.667768288460096, + 87.09056953943076, + 75.79718542339421, + 20.96408324542166 + ], + "std": [ + 16.984797914086815, + 18.22560364727167, + 23.952578382158222, + 31.199735683026585, + 14.466861702756242, + 15.223359730469891 + ], + "count": [ + 4760 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 22.96666717529297 + ], + "mean": [ + 8.30959373682487 + ], + "std": [ + 5.230763346434261 + ], + "count": [ + 4760 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 4760 + ] + }, + "observation.state": { + "min": [ + -59.58984375, + 11.07421875, + -13.0078125, + 1.58203125, + 30.322265625, + 0.733137845993042 + ], + "max": [ + 7.119140625, + 94.74609375, + 90.0, + 109.51171875, + 112.763671875, + 53.73900604248047 + ], + "mean": [ + -30.69539484056104, + 58.0992076729526, + 43.67288873416035, + 86.9992617070174, + 75.29048555838962, + 24.391236621391872 + ], + "std": [ + 16.829625274689416, + 17.266621655095317, + 23.014374702544824, + 30.85499518769897, + 14.41541485083813, + 10.848463201187052 + ], + "count": [ + 4760 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 689 + ], + "mean": [ + 249.28781512605042 + ], + "std": [ + 156.92290009497634 + ], + "count": [ + 4760 + ] + } +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_2_1/meta/info.json b/bnarin/so100_tic_tac_toe_move_2_1/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..e8e06967e9f7a13e91a738bdce7ee13d521f6abb --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_2_1/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 5298, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_2_1/meta/stats.json b/bnarin/so100_tic_tac_toe_move_2_1/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..6f1127b0322ec842ef48563a36a5dfdb416d1159 --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_2_1/meta/stats.json @@ -0,0 +1,307 @@ +{ + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 26.366666793823242 + ], + "mean": [ + 9.30810364231428 + ], + "std": [ + 5.991372798382087 + ], + "count": [ + 5298 + ] + }, + "observation.state": { + "min": [ + -72.59765625, + -0.087890625, + -17.314453125, + -50.009765625, + -18.896484375, + 12.536657333374023 + ], + "max": [ + 7.91015625, + 187.998046875, + 173.408203125, + 109.599609375, + 92.197265625, + 40.249267578125 + ], + "mean": [ + -29.795236983898675, + 61.28104815837706, + 47.97345264705454, + 73.55423639476771, + 56.9094243227828, + 24.484133148337364 + ], + "std": [ + 17.08264623891781, + 33.657138857808725, + 51.53333607411611, + 42.32823749448567, + 30.30459372220064, + 8.93117975069282 + ], + "count": [ + 5298 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 5297 + ], + "mean": [ + 2648.5 + ], + "std": [ + 1529.4008358395345 + ], + "count": [ + 5298 + ] + }, + "action": { + "min": [ + -73.125, + 3.427734375, + -19.423828125, + -52.3828125, + -20.7421875, + -2.4978466033935547 + ], + "max": [ + 8.61328125, + 190.37109375, + 176.30859375, + 110.56640625, + 92.109375, + 40.91300582885742 + ], + "mean": [ + -29.99401121942355, + 72.65734077156962, + 44.03042566537767, + 73.38185651683051, + 57.41439297029143, + 21.858162975707295 + ], + "std": [ + 17.13573764876489, + 37.415598501858746, + 52.52145830046852, + 42.87143934160991, + 30.463049394028953, + 13.508253752509132 + ], + "count": [ + 5298 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 5298 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.562784482166171 + ] + ], + [ + [ + 0.5689162198986326 + ] + ], + [ + [ + 0.576397677777069 + ] + ] + ], + "std": [ + [ + [ + 0.2942669348455739 + ] + ], + [ + [ + 0.2933227367076313 + ] + ], + [ + [ + 0.2837336657841098 + ] + ] + ], + "count": [ + 1120 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 791 + ], + "mean": [ + 279.24311060777654 + ], + "std": [ + 179.7411842959578 + ], + "count": [ + 5298 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 0.8980392217636108 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6067829173590455 + ] + ], + [ + [ + 0.6061856278351375 + ] + ], + [ + [ + 0.6226163842848369 + ] + ] + ], + "std": [ + [ + [ + 0.23050931124538637 + ] + ], + [ + [ + 0.22913083808957782 + ] + ], + [ + [ + 0.22313948134068118 + ] + ] + ], + "count": [ + 1120 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.56719516798792 + ], + "std": [ + 2.9362349615411274 + ], + "count": [ + 5298 + ] + } +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_4_0/meta/info.json b/bnarin/so100_tic_tac_toe_move_4_0/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..9cc642a938a73362fbccb7e2f89a74dec578a85a --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_4_0/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 4225, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_move_4_0/meta/stats.json b/bnarin/so100_tic_tac_toe_move_4_0/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..ffa9bf7ccbf83a786ca276a9a54aeea8abf8fc09 --- /dev/null +++ b/bnarin/so100_tic_tac_toe_move_4_0/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.state": { + "min": [ + -59.853515625, + 9.052734375, + -14.501953125, + 0.0, + 62.40234375, + 0.8797653913497925 + ], + "max": [ + 7.822265625, + 101.337890625, + 83.14453125, + 109.599609375, + 130.78125, + 36.73020553588867 + ], + "mean": [ + -33.73115363036387, + 54.082953551704364, + 39.416521371694714, + 84.93977881256646, + 103.0701892270421, + 22.047668517524674 + ], + "std": [ + 17.250588307317567, + 18.567061567524117, + 27.127866190132302, + 24.92518317908376, + 12.774926211991776, + 8.73387504812113 + ], + "count": [ + 4225 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5485564157800767 + ] + ], + [ + [ + 0.564673067296593 + ] + ], + [ + [ + 0.5748708902053463 + ] + ] + ], + "std": [ + [ + [ + 0.3111512028983878 + ] + ], + [ + [ + 0.30563745581677704 + ] + ], + [ + [ + 0.299581112556779 + ] + ] + ], + "count": [ + 1030 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 0.9058823585510254 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6102593176573226 + ] + ], + [ + [ + 0.6110525362699935 + ] + ], + [ + [ + 0.6278973707875002 + ] + ] + ], + "std": [ + [ + [ + 0.23348019123539002 + ] + ], + [ + [ + 0.23085520633240925 + ] + ], + [ + [ + 0.22381020022902698 + ] + ] + ], + "count": [ + 1030 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 4224 + ], + "mean": [ + 2112.0 + ], + "std": [ + 1219.652409500346 + ], + "count": [ + 4225 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 4225 + ] + }, + "action": { + "min": [ + -60.029296875, + 12.3046875, + -18.544921875, + -0.966796875, + 66.533203125, + -1.9810508489608765 + ], + "max": [ + 8.349609375, + 109.423828125, + 82.44140625, + 110.390625, + 131.66015625, + 37.03703689575195 + ], + "mean": [ + -33.866827277008596, + 61.527507005499665, + 35.357222809199044, + 85.26774373071433, + 103.73159859922511, + 19.206781188693977 + ], + "std": [ + 17.39456035618712, + 19.418823796206354, + 28.250143566787695, + 25.01440082456621, + 12.690436619723757, + 13.286216616601687 + ], + "count": [ + 4225 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.151715976331361 + ], + "std": [ + 2.8993265922557474 + ], + "count": [ + 4225 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.899999618530273 + ], + "mean": [ + 7.261656510731172 + ], + "std": [ + 4.501829015283782 + ], + "count": [ + 4225 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 597 + ], + "mean": [ + 217.84970414201183 + ], + "std": [ + 135.0548742843434 + ], + "count": [ + 4225 + ] + } +} \ No newline at end of file diff --git a/bnarin/so100_tic_tac_toe_we_do_it_live/meta/info.json b/bnarin/so100_tic_tac_toe_we_do_it_live/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d63d07336912c14a21b2fe41d3df57a67a084ab0 --- /dev/null +++ b/bnarin/so100_tic_tac_toe_we_do_it_live/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 50, + "total_frames": 29756, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:50" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/danmac1/real_real332/data/chunk-000/file-000.parquet b/danmac1/real_real332/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f521df1976b752bdc9789624c48318c102bc655d --- /dev/null +++ b/danmac1/real_real332/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee72a5a4faff39624a59de6c2aa4344bf8147874a9880306301020ef0f6b007 +size 134047 diff --git a/danmac1/real_real332/meta/episodes/chunk-000/file-000.parquet b/danmac1/real_real332/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..357af522c3cfe6b1efd9f341ed48abb473152e47 --- /dev/null +++ b/danmac1/real_real332/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b1823ee170baf3830b9bfbb0632fccef913e69c90bcd39e4efc42ae476e341 +size 51251 diff --git a/danmac1/real_real332/videos/observation.images.image/chunk-000/file-000.mp4 b/danmac1/real_real332/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55a701828795bb0a08e1020bf30eefd2d062327a --- /dev/null +++ b/danmac1/real_real332/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a86204a3dab5eeeabe7981ce64ac3b8005b542ef9bcd29119b50e0e2339737b +size 40898033 diff --git a/danmac1/real_real332/videos/observation.images.image2/chunk-000/file-000.mp4 b/danmac1/real_real332/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6741594298d6c1e852aa29d4920c6a8cdbedb8a7 --- /dev/null +++ b/danmac1/real_real332/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83795c3904fc8f10d3b72bd371987f03e6a6d9d4e407bbd5b00f08b1b570dc37 +size 27571402 diff --git a/isadev/bougies1/videos/observation.images.image/chunk-000/file-000.mp4 b/isadev/bougies1/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9ae2503eb9087d08cab10dfc8fb381d689ca86f --- /dev/null +++ b/isadev/bougies1/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026eb3f0f61e0ad9989f85c55aba631a585a52adfeb0d00ac411f911783de7c9 +size 101685238 diff --git a/isadev/bougies1/videos/observation.images.image/chunk-000/file-001.mp4 b/isadev/bougies1/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f4c8108a77bcd6f765e08fdd8c5312925959f5c --- /dev/null +++ b/isadev/bougies1/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d43001034ac048a46ed374a1870f7f35b81985363c9e3bb56e9f01c414f8bb +size 100302620 diff --git a/isadev/bougies2/videos/observation.images.image/chunk-000/file-002.mp4 b/isadev/bougies2/videos/observation.images.image/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffee112171119afa73818491ea9a0a7b3eb2f60a --- /dev/null +++ b/isadev/bougies2/videos/observation.images.image/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebed3b07516c990abcd5e8b3bc90e8d1d45f2228535b7ba2f9140b9a33bf06e +size 108559052 diff --git a/joaoocruz00/so100_makeitD1/data/chunk-000/file-000.parquet b/joaoocruz00/so100_makeitD1/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72c02eb5c3d2b9604434ae9ab8b6bdf2f7669bed --- /dev/null +++ b/joaoocruz00/so100_makeitD1/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fc375ed56738905017d96db38cdd116c8ea9036481681ef1e0069fa845bf27 +size 817664 diff --git a/joaoocruz00/so100_makeitD1/meta/episodes/chunk-000/file-000.parquet b/joaoocruz00/so100_makeitD1/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57f9aa2d253edf0ebabe27faaebaedcb7a95aee0 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06ebf46c14969bd9ed76058475770e74a34a4965a8a103b4083940f6d9ec47e +size 87239 diff --git a/joaoocruz00/so100_makeitD1/meta/info.json b/joaoocruz00/so100_makeitD1/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..17efe50bdb471f04cfbd9505c48e42310efa4098 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 50, + "total_frames": 44698, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:50" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/joaoocruz00/so100_makeitD1/meta/stats.json b/joaoocruz00/so100_makeitD1/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..ae32d1ce40e041b2d4160af418833f3589bb1b05 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/meta/stats.json @@ -0,0 +1,307 @@ +{ + "action": { + "min": [ + -83.49609375, + -0.087890625, + -12.3046875, + -90.791015625, + -171.73828125, + -2.101576089859009 + ], + "max": [ + 94.306640625, + 192.041015625, + 181.142578125, + 101.07421875, + 101.6015625, + 42.2066535949707 + ], + "mean": [ + -1.438769043273342, + 124.03819857151899, + 132.55763094867604, + 40.19297048762755, + -78.85864360276268, + 3.970648850011657 + ], + "std": [ + 27.567319717058137, + 68.633610675004, + 57.80584719663376, + 47.86319539367328, + 42.27011716492386, + 8.02254993514533 + ], + "count": [ + 44698 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 44697 + ], + "mean": [ + 22348.5 + ], + "std": [ + 12903.201162889773 + ], + "count": [ + 44698 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 29.766666666666666 + ], + "mean": [ + 14.882668128327888 + ], + "std": [ + 8.602131256837218 + ], + "count": [ + 44698 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 893 + ], + "mean": [ + 446.4800438498367 + ], + "std": [ + 258.06393770511653 + ], + "count": [ + 44698 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 49 + ], + "mean": [ + 24.498948498814265 + ], + "std": [ + 14.430336333806478 + ], + "count": [ + 44698 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 44698 + ] + }, + "observation.state": { + "min": [ + -82.177734375, + -1.93359375, + -8.61328125, + -88.154296875, + -170.33203125, + 0.8415147066116333 + ], + "max": [ + 91.58203125, + 189.931640625, + 180.791015625, + 99.84375, + 86.572265625, + 40.95371627807617 + ], + "mean": [ + -1.7149918888775506, + 121.66334578343283, + 133.1274935318547, + 40.17494567322077, + -78.46111824810225, + 6.119026368595331 + ], + "std": [ + 27.22016501239097, + 69.03371834413038, + 56.975391609416384, + 46.96347778913624, + 41.583603062690905, + 6.799334462024935 + ], + "count": [ + 44698 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.37459537230843276 + ] + ], + [ + [ + 0.441088382829103 + ] + ], + [ + [ + 0.41765292987389224 + ] + ] + ], + "std": [ + [ + [ + 0.304915598511156 + ] + ], + [ + [ + 0.24062412436607958 + ] + ], + [ + [ + 0.24765180790411756 + ] + ] + ], + "count": [ + 8150 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.535972673548458 + ] + ], + [ + [ + 0.530250388297446 + ] + ], + [ + [ + 0.5310942125536309 + ] + ] + ], + "std": [ + [ + [ + 0.2436149092821015 + ] + ], + [ + [ + 0.22449728984811096 + ] + ], + [ + [ + 0.22149160672955046 + ] + ] + ], + "count": [ + 8150 + ] + } +} \ No newline at end of file diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-000.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7810e47a0671b48067dc7b4c082b1d5e3ea4daa7 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ea36f7a805e0949445879f47c210f6b64295996cc1ac3279a45746ce85d87b +size 66540313 diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-001.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8c184bc7792bb5e7b1f63e6a54b3834498cb12e --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5487cad5ef4895c568a8111a3255965e0f380dcab2a4868d57cad3519b675bd7 +size 66821471 diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-002.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63d4b1f088d48676232738d0625ed907aec7a951 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a412f8f76c4acf672795c74951caddec86f7e4b4a0772c81bd6b105ef38be5a +size 66288953 diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-004.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d87685722e8dcdecd606e3e398fa8b87761b9913 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdb283d53c219a84d6442f281cbbb33c3c86ef22bd1c1f06c0f3251019dfcb9 +size 11558528 diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-000.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..064fe464bddcb2b8e910823abb028c3fdc2e0e67 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896a844b0e4a9f56e689a811ad6c2e4c89cc7bba291b665e00c089d97fb632bc +size 77218811 diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-001.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..962146ade929110485d37c1da7eb85d01b424295 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795171586de133ef37e395cf0c3e5a8d480d2958b614ea7bab4957787867f96e +size 77316438 diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-003.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93d745d6f25b7fe991e567f8e35c492855da7738 --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e842570211b0e99f8fa690ccd53f73e486113ad64b9e1542d7a54444ed0ae2 +size 76825460 diff --git a/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-004.mp4 b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ab2ee09184721a78ba2a8c5e3c5a190f2d520de --- /dev/null +++ b/joaoocruz00/so100_makeitD1/videos/observation.images.image2/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd386aad919b92c891676623ddf39f2f850240aff6e728e03b5a5cbbf445bf68 +size 12840216 diff --git a/kumarhans/so100_tape_task/data/chunk-000/file-000.parquet b/kumarhans/so100_tape_task/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9679a91950975262bde34d780b238f50cb9809ff --- /dev/null +++ b/kumarhans/so100_tape_task/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e766e192947b174616b042f5981a00204ba48da3077043b00127c9eda171ae +size 336624 diff --git a/kumarhans/so100_tape_task/meta/episodes/chunk-000/file-000.parquet b/kumarhans/so100_tape_task/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..336e301f61af7fa09e65af786dd6714c9729f522 --- /dev/null +++ b/kumarhans/so100_tape_task/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cd95087a7e443d072a9e57bc1ecf944dd5ea0fa5df9e87fd82b8e9f3b5b9a0 +size 89078 diff --git a/kumarhans/so100_tape_task/meta/tasks.parquet b/kumarhans/so100_tape_task/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4be228429372ddbb9055183cf2533a9ce12c9a76 --- /dev/null +++ b/kumarhans/so100_tape_task/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fa43fd075b997aeae15eeb52eb9ef09b13c45d11216476b99740d1e0d76ad6 +size 2248 diff --git a/kumarhans/so100_tape_task/videos/observation.images.image/chunk-000/file-001.mp4 b/kumarhans/so100_tape_task/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fedc41a26441ad02aab4c5c76d308b8055354e1e --- /dev/null +++ b/kumarhans/so100_tape_task/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840659612cb6537bb65075308c77dbf43e89267edb72f401424ed326d6796bc2 +size 5020889 diff --git a/maximilienroberti/so100_lego_red_box/data/chunk-000/file-000.parquet b/maximilienroberti/so100_lego_red_box/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf0ec76481dae6f3f92d85ecda5f7eeb253e05b7 --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4700779c1ad6155f86ec7690bccbd3d402e4725df0eaaabd76cbdd5f80f5fb14 +size 994079 diff --git a/maximilienroberti/so100_lego_red_box/meta/episodes/chunk-000/file-000.parquet b/maximilienroberti/so100_lego_red_box/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e37af00f20dd2e88d5b610dc39498bcd208069af --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873765a69d3ff38ddf65c58d590748c0cc357c58e29d9ba430ac3b564e287d0f +size 205489 diff --git a/maximilienroberti/so100_lego_red_box/meta/tasks.parquet b/maximilienroberti/so100_lego_red_box/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e51b07cfd0a6d1939affb129cb6cf36530c9d969 --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34923960b045d5d4ad82a27726891ea643f41ff645d70ab738b0410f05a4edf +size 2177 diff --git a/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-001.mp4 b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b39168be14b738a330ae1941fec0ae984e009c1c --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfdb2b1aaa9ea69551e24e7965b143b3e41af052fb6654eaece47f9cf22a62e +size 69126356 diff --git a/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-002.mp4 b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9050d0ae7c5717fe31851a6749cdea166053ecfe --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7d9bd3da708692a31c7173576d96104a6f7dd9b03c359ff3f760ced337222f +size 68007080 diff --git a/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-003.mp4 b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..124a20479805a36c407b93a8cc42cb6713953919 --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e9bfa07e60c84b6a956684815022d96880901848285ca809c7b9630873a78f +size 68874731 diff --git a/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-004.mp4 b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ec1a9e2175d30da4b0d71d1179d57e3f8126ef8 --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/videos/observation.images.image/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853485f6b3598a8b41ac34b9052ddc0cf9cca8c0bcefdbce11f832be3ece9440 +size 10402791 diff --git a/maximilienroberti/so100_lego_red_box/videos/observation.images.image2/chunk-000/file-000.mp4 b/maximilienroberti/so100_lego_red_box/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c12a6d9a94ca66ef484bfb64610f590571449a --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93eee2cda3ffb96afb263d51b3b00346e1ad0d10c9da67757f1541d595d0556a +size 103685615 diff --git a/maximilienroberti/so100_lego_red_box/videos/observation.images.image2/chunk-000/file-001.mp4 b/maximilienroberti/so100_lego_red_box/videos/observation.images.image2/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217904a282af034ef2fe15893069fa2e29aa3610 --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/videos/observation.images.image2/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d895a301266fc77edcd0f6249eb787991888f6d8ab74c634bde8000cba69ee +size 80722311 diff --git a/maximilienroberti/so100_lego_red_box/videos/observation.images.image3/chunk-000/file-000.mp4 b/maximilienroberti/so100_lego_red_box/videos/observation.images.image3/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4824e66dd6829aa2bcf77449bb1084802b51f035 --- /dev/null +++ b/maximilienroberti/so100_lego_red_box/videos/observation.images.image3/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2cda7c0cde997d8552bc9b3855159bb1b7b2c8568a8cd4fe75339fd711539a +size 123853808 diff --git a/mikechambers/block_cup_5/data/chunk-000/file-000.parquet b/mikechambers/block_cup_5/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6733f4a5f60961a2b7a9da3de8597380eef02f90 --- /dev/null +++ b/mikechambers/block_cup_5/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d5a4e1426ef05fd349513aaf574b13eefa9aca44153d848cfa61f4b39a0dd4 +size 207750 diff --git a/mikechambers/block_cup_5/meta/episodes/chunk-000/file-000.parquet b/mikechambers/block_cup_5/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef234a29db2c7199a3240240fd771baef2ffc3d0 --- /dev/null +++ b/mikechambers/block_cup_5/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a331ff54413949c181d716b08e02673dfd4ae5f4a72773a73bbba1c088380913 +size 60565 diff --git a/mikechambers/block_cup_5/meta/tasks.parquet b/mikechambers/block_cup_5/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..978ef3e6b8c70d58c7c34717df01e79ac8357de2 --- /dev/null +++ b/mikechambers/block_cup_5/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0070ad781e7b0e0317f41d032fc787b934eab4c1fd1c4d18c743b3b0b8af4c +size 2128 diff --git a/mikechambers/block_cup_5/videos/observation.images.image2/chunk-000/file-001.mp4 b/mikechambers/block_cup_5/videos/observation.images.image2/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af0b9b14f00f95e1b9aa09876d0ab421db7de5d8 --- /dev/null +++ b/mikechambers/block_cup_5/videos/observation.images.image2/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0385691ce09754666dd64198781ca8588ac4c37ef86daccb46b136286cd7ce9 +size 2644822 diff --git a/pandaRQ/pickmed/videos/observation.images.image3/chunk-000/file-000.mp4 b/pandaRQ/pickmed/videos/observation.images.image3/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d364dac230adc4b9a1a208099ab5ef43641d45cc --- /dev/null +++ b/pandaRQ/pickmed/videos/observation.images.image3/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3ff7ec7a6a49cd7ab83aee4750e18b252c7971d1c6c2de59057cefca81644c +size 100945485 diff --git a/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-000.mp4 b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21ffa988169690c4f663459a8539c20142b1717e --- /dev/null +++ b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ff1aa577a77bdcdf1a0d7ee38adb98b0332e76a529273607806536cee39b52 +size 70244891 diff --git a/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-001.mp4 b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..769a3ada0d525e36c3a85cc26b4869621077ae1a --- /dev/null +++ b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4d1441f9e2afbcdfb03774f8d9049c59781955d0ce0dbec002c3d871d63e62 +size 70161912 diff --git a/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-002.mp4 b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8331c883e02678de69538b4fee1e00e54f83fe93 --- /dev/null +++ b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d4df359238744ba648fd2374661abd6b9d974ef049f1caf3022ccfcc26144d +size 70219231 diff --git a/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-003.mp4 b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bb522c654ee09a7e01f011a470c9095f07726f6 --- /dev/null +++ b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937eee8f9f1e0bbbfa58924a03eeffa7144f553702a940ba1a368dc4c6cce101 +size 69196886 diff --git a/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-004.mp4 b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96529437c1afecc2a6b6b6e7a0013a4c3008a70f --- /dev/null +++ b/paszea/so100_lego_mix/videos/observation.images.image/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a2f17c88665ea76d39e504822b5c0f2090f3828540a64f90958ef44d028caa +size 72581915 diff --git a/paszea/so100_whale_grab/videos/observation.images.image/chunk-000/file-000.mp4 b/paszea/so100_whale_grab/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bcc9f6a259510c9b1c36a58b6e2ff351977ed58 --- /dev/null +++ b/paszea/so100_whale_grab/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9199189afe220a30ccdcd5849a27396b37f83560649ef35aecbbe2787c12bd09 +size 87047470 diff --git a/paszea/so100_whale_grab/videos/observation.images.image/chunk-000/file-001.mp4 b/paszea/so100_whale_grab/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd9179f8244ebc08e4b6674e13a00ec839c9b617 --- /dev/null +++ b/paszea/so100_whale_grab/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a813103a50c44228fb31ab47f346b5254be4aa82f0526d0dc60f88202914470 +size 87950186 diff --git a/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-000.mp4 b/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cd3f8d434e3666cf52d0b99694f1e6b7d79ac1e --- /dev/null +++ b/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b534951dd9066068f49540cfd1d4e97533412a58a4725131a1e0b4b355e8f440 +size 73516004 diff --git a/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-001.mp4 b/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2a0b3b7e75ff8da2993bbeaa366ea38adbe92e8 --- /dev/null +++ b/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907214c37c3909764c74822342fdc4fd66a56a4dcfa0d6d8073cc7fd24b31713 +size 73599866 diff --git a/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-002.mp4 b/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a207847015a5625959976e6750a15650893775be --- /dev/null +++ b/paszea/so100_whale_grab/videos/observation.images.image2/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87e8f6fda2ba6b389c0bb69cccb60ec0dbc77070734bb8ef9323831338502d6 +size 73088086 diff --git a/pengjunkun/so100_push_to_hole/meta/info.json b/pengjunkun/so100_push_to_hole/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..8e396dc9cae22ae91b544aec89619f7c3d71cc09 --- /dev/null +++ b/pengjunkun/so100_push_to_hole/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 50, + "total_frames": 22446, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:50" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/pengjunkun/so100_push_to_hole/meta/stats.json b/pengjunkun/so100_push_to_hole/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..631d18b17f56f7cacf959b05a6a0f168a0565d15 --- /dev/null +++ b/pengjunkun/so100_push_to_hole/meta/stats.json @@ -0,0 +1,234 @@ +{ + "action": { + "min": [ + -48.955078125, + -9.228515625, + -12.216796875, + -54.755859375, + -219.287109375, + -0.09276437759399414 + ], + "max": [ + 75.146484375, + 142.20703125, + 160.927734375, + 100.8984375, + -34.453125, + 15.120594024658203 + ], + "mean": [ + 8.799603500467942, + 22.49513671775611, + 41.261977755639954, + 0.567451696557114, + -100.72747711573206, + 0.3322505445840313 + ], + "std": [ + 16.500299954943774, + 38.385810459520954, + 37.287973908875614, + 45.07503911502758, + 25.139411079726667, + 1.1345779614127565 + ], + "count": [ + 22446 + ] + }, + "observation.state": { + "min": [ + -48.076171875, + -10.458984375, + -10.1953125, + -50.537109375, + -177.451171875, + -0.3417634963989258 + ], + "max": [ + 74.35546875, + 139.21875, + 159.9609375, + 100.01953125, + -37.177734375, + 13.602187156677246 + ], + "mean": [ + 8.642844365179608, + 21.565703002530007, + 41.61090123690588, + 0.990564839645077, + -99.80276351530348, + 0.4394621460561705 + ], + "std": [ + 16.22405262090215, + 37.38018689889781, + 37.18139371113317, + 43.928242829228175, + 23.87566721810516, + 0.9330164437401921 + ], + "count": [ + 22446 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 49 + ], + "mean": [ + 24.501069232825447 + ], + "std": [ + 14.431091928668941 + ], + "count": [ + 22446 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 22446 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.583793261051178 + ] + ], + [ + [ + 0.586555449962616 + ] + ], + [ + [ + 0.4266370171308517 + ] + ] + ], + "std": [ + [ + [ + 0.2143663647172604 + ] + ], + [ + [ + 0.2144774817923672 + ] + ], + [ + [ + 0.18391972275033888 + ] + ] + ], + "count": [ + 5000 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 448 + ], + "mean": [ + 223.9600819745166 + ], + "std": [ + 129.59186170726235 + ], + "count": [ + 22446 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 14.933333396911621 + ], + "mean": [ + 7.465336117909722 + ], + "std": [ + 4.319728657054781 + ], + "count": [ + 22446 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 22445 + ], + "mean": [ + 11222.5 + ], + "std": [ + 6479.602064684734 + ], + "count": [ + 22446 + ] + } +} \ No newline at end of file diff --git a/pepijn223/yellow_lego_in_box1/meta/info.json b/pepijn223/yellow_lego_in_box1/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..709184da10f72147b98630cfc9fb165a4ce35193 --- /dev/null +++ b/pepijn223/yellow_lego_in_box1/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 25, + "total_frames": 7455, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:25" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/pepijn223/yellow_lego_in_box1/meta/stats.json b/pepijn223/yellow_lego_in_box1/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..b9ddb61c2a6572e9bf397456d9661f126afbb237 --- /dev/null +++ b/pepijn223/yellow_lego_in_box1/meta/stats.json @@ -0,0 +1,234 @@ +{ + "action": { + "min": [ + -30.498046875, + 85.78125, + 76.025390625, + 45.439453125, + -24.43359375, + -9.336099624633789 + ], + "max": [ + 12.041015625, + 184.658203125, + 168.57421875, + 103.974609375, + 100.810546875, + 49.06639099121094 + ], + "mean": [ + -5.900390697373071, + 136.25609131882769, + 133.10638784489163, + 66.07926051026618, + 34.256818534446836, + 0.5872421848472136 + ], + "std": [ + 9.538574702192788, + 32.55959666530861, + 21.815916601338003, + 9.179441709573325, + 33.318914102823285, + 14.296636043831247 + ], + "count": [ + 7455 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 7454 + ], + "mean": [ + 3727.0 + ], + "std": [ + 2152.073109043154 + ], + "count": [ + 7455 + ] + }, + "observation.state": { + "min": [ + -28.65234375, + 83.583984375, + 83.056640625, + 45.703125, + -23.466796875, + -3.2028470039367676 + ], + "max": [ + 11.42578125, + 183.955078125, + 170.15625, + 101.337890625, + 99.931640625, + 45.9786491394043 + ], + "mean": [ + -5.775315982139326, + 133.44403823862774, + 135.8236910763081, + 66.01349939746716, + 34.02493078384041, + 5.579870816831377 + ], + "std": [ + 9.032991443853188, + 33.477834085205295, + 21.029363560816254, + 8.883367941770997, + 32.77657804130348, + 10.85052934175429 + ], + "count": [ + 7455 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5610140252113343 + ] + ], + [ + [ + 0.5316727375984192 + ] + ], + [ + [ + 0.4947479522228241 + ] + ] + ], + "std": [ + [ + [ + 0.24630108840924156 + ] + ], + [ + [ + 0.23750941755204683 + ] + ], + [ + [ + 0.23204889002916054 + ] + ] + ], + "count": [ + 2500 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 7455 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 9.933333396911621 + ], + "mean": [ + 4.954192302404515 + ], + "std": [ + 2.870839889147986 + ], + "count": [ + 7455 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 24 + ], + "mean": [ + 12.032193158953723 + ], + "std": [ + 7.193896675785063 + ], + "count": [ + 7455 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 298 + ], + "mean": [ + 148.62575452716297 + ], + "std": [ + 86.12520003559429 + ], + "count": [ + 7455 + ] + } +} \ No newline at end of file diff --git a/pietroom/first_task_short/videos/observation.images.image2/chunk-000/file-000.mp4 b/pietroom/first_task_short/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a8d0520107e4b162cd363071efc7dfd0cdafb33 --- /dev/null +++ b/pietroom/first_task_short/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c9f0a00833d3b9901bf2cb6eebfcd8aa3f1cc1e22e788e1aaafd8f72b6dec1 +size 160925909 diff --git a/rabhishek100/so100_train_dataset/data/chunk-000/file-000.parquet b/rabhishek100/so100_train_dataset/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30046ce32428a8054e8bc03f973ca051f066209c --- /dev/null +++ b/rabhishek100/so100_train_dataset/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982285ab2827a02e41abd6e608973a7f5bcd29aba46289e15d1b92874d3520bd +size 960561 diff --git a/rabhishek100/so100_train_dataset/meta/episodes/chunk-000/file-000.parquet b/rabhishek100/so100_train_dataset/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..372c41295c41283064f9ee2fdfab63a4beb9bc5f --- /dev/null +++ b/rabhishek100/so100_train_dataset/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73c258b4b69564cb4c14cf7876a63f719aa64c430125e903fa1c878f15d3643 +size 87003 diff --git a/rabhishek100/so100_train_dataset/meta/tasks.parquet b/rabhishek100/so100_train_dataset/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8799a4804e670c015a3ef659a84948b25692fdb8 --- /dev/null +++ b/rabhishek100/so100_train_dataset/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a86cb9c0818e0e7a2ae821a6acbf92dba1ec12e838fe0c98af2c370f97d0a9e +size 2153 diff --git a/rabhishek100/so100_train_dataset/videos/observation.images.image/chunk-000/file-002.mp4 b/rabhishek100/so100_train_dataset/videos/observation.images.image/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da822c2937a267c6f4b824d3a2d45981f0193ffd --- /dev/null +++ b/rabhishek100/so100_train_dataset/videos/observation.images.image/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02df0027e424f23a7b11040fc6c24e2bcfc40a0b924cc40cf5863bf9d6ae5f0 +size 11969530 diff --git a/roboticshack/team10-red-block/meta/info.json b/roboticshack/team10-red-block/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..1e6242b06ac107ac6f8f5e77c3ea8b018c190236 --- /dev/null +++ b/roboticshack/team10-red-block/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 57, + "total_frames": 13620, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:57" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/roboticshack/team10-red-block/meta/stats.json b/roboticshack/team10-red-block/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..a06747bd00a93fcb442fdb3bee47b65efecfbfde --- /dev/null +++ b/roboticshack/team10-red-block/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.state": { + "min": [ + -12.83203125, + 39.55078125, + 39.111328125, + -19.86328125, + -130.4296875, + 0.2793295979499817 + ], + "max": [ + 93.427734375, + 190.01953125, + 183.603515625, + 80.068359375, + -37.79296875, + 40.15363311767578 + ], + "mean": [ + 8.515149660504775, + 138.22817561391867, + 145.93813217095865, + 47.68392251108536, + -81.56887600488425, + 11.910288524067525 + ], + "std": [ + 21.04769963826942, + 46.06021734018023, + 37.804884919196034, + 21.646206914937835, + 13.772477321323787, + 11.264659718997818 + ], + "count": [ + 13620 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 239 + ], + "mean": [ + 118.97393538913363 + ], + "std": [ + 68.97799333407168 + ], + "count": [ + 13620 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6194378413097694 + ] + ], + [ + [ + 0.5912894274954134 + ] + ], + [ + [ + 0.6018300033324733 + ] + ] + ], + "std": [ + [ + [ + 0.32954552732932235 + ] + ], + [ + [ + 0.3382189543657999 + ] + ], + [ + [ + 0.328805958679583 + ] + ] + ], + "count": [ + 5700 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 13619 + ], + "mean": [ + 6809.5 + ], + "std": [ + 3931.7553225838797 + ], + "count": [ + 13620 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 56 + ], + "mean": [ + 27.99324522760646 + ], + "std": [ + 16.452283557475404 + ], + "count": [ + 13620 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 7.966666666666667 + ], + "mean": [ + 3.9657978463044534 + ], + "std": [ + 2.299266444469056 + ], + "count": [ + 13620 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.42601570447769743 + ] + ], + [ + [ + 0.40813396098497867 + ] + ], + [ + [ + 0.3893661130460956 + ] + ] + ], + "std": [ + [ + [ + 0.1944532137545282 + ] + ], + [ + [ + 0.20489828176360161 + ] + ], + [ + [ + 0.22566621650209692 + ] + ] + ], + "count": [ + 5700 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 13620 + ] + }, + "action": { + "min": [ + -13.18359375, + 41.748046875, + 33.310546875, + -21.4453125, + -130.869140625, + 0.0 + ], + "max": [ + 93.515625, + 191.513671875, + 184.658203125, + 80.419921875, + -36.9140625, + 40.27640914916992 + ], + "mean": [ + 8.583216505422204, + 139.92756383058432, + 144.1586252781088, + 47.188037747398525, + -81.51057905065505, + 8.664772718068262 + ], + "std": [ + 21.215331886847093, + 45.545236880304834, + 40.093639854765705, + 21.86773455904803, + 13.943028063311237, + 11.749567903805431 + ], + "count": [ + 13620 + ] + } +} \ No newline at end of file diff --git a/roboticshack/team11_pianobot/meta/info.json b/roboticshack/team11_pianobot/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..c347ef589c2223c1fa5d84efc03eded55343f26e --- /dev/null +++ b/roboticshack/team11_pianobot/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 40, + "total_frames": 11526, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:40" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/roboticshack/team11_pianobot/meta/stats.json b/roboticshack/team11_pianobot/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..f7af455b6d0f146479152914558c019d25d3be48 --- /dev/null +++ b/roboticshack/team11_pianobot/meta/stats.json @@ -0,0 +1,234 @@ +{ + "frame_index": { + "min": [ + 0 + ], + "max": [ + 289 + ], + "mean": [ + 143.5813812250564 + ], + "std": [ + 83.19224591277336 + ], + "count": [ + 11526 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 11526 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 9.633333333333333 + ], + "mean": [ + 4.786046040835212 + ], + "std": [ + 2.7730748637591125 + ], + "count": [ + 11526 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.027450980392156862 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6802898521752452 + ] + ], + [ + [ + 0.53491056592116 + ] + ], + [ + [ + 0.4603298496221406 + ] + ] + ], + "std": [ + [ + [ + 0.24169813563124415 + ] + ], + [ + [ + 0.2309206048516841 + ] + ], + [ + [ + 0.1993089426823655 + ] + ] + ], + "count": [ + 4000 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 11525 + ], + "mean": [ + 5762.5 + ], + "std": [ + 3327.269588817033 + ], + "count": [ + 11526 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 39 + ], + "mean": [ + 19.554485511018566 + ], + "std": [ + 11.53054353637492 + ], + "count": [ + 11526 + ] + }, + "action": { + "min": [ + -68.73046875, + 29.443359375, + -12.919921875, + -116.19140625, + -246.62109375, + -0.46168053150177 + ], + "max": [ + 37.529296875, + 161.806640625, + 162.509765625, + 19.775390625, + -11.337890625, + 100.83101654052734 + ], + "mean": [ + 0.35369002382601794, + 97.32390419402181, + 119.30236421296648, + -41.91067421022604, + -171.15503306854689, + 92.56104881871435 + ], + "std": [ + 20.837552411111222, + 24.82343971566454, + 45.310801232145025, + 20.81540845664828, + 27.924942605195636, + 23.378195736499364 + ], + "count": [ + 11526 + ] + }, + "observation.state": { + "min": [ + -66.26953125, + 29.443359375, + -10.986328125, + -115.3125, + -244.423828125, + 0.0 + ], + "max": [ + 37.08984375, + 162.158203125, + 163.212890625, + 17.2265625, + -13.623046875, + 101.08969116210938 + ], + "mean": [ + 0.2821406414271766, + 94.8695587990248, + 121.22346246720353, + -41.455917016884406, + -171.1672978358986, + 92.60413124113266 + ], + "std": [ + 20.77556172997093, + 25.965905587821453, + 45.091894584599835, + 20.759325576612195, + 27.825344970891685, + 22.92951901190054 + ], + "count": [ + 11526 + ] + } +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_less_ligth/meta/info.json b/roboticshack/team2-guess_who_less_ligth/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..878196614ef1abffea04f066c367d785fd2c46f5 --- /dev/null +++ b/roboticshack/team2-guess_who_less_ligth/meta/info.json @@ -0,0 +1,119 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 72, + "total_frames": 17420, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:72" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "grid_position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_less_ligth/meta/stats.json b/roboticshack/team2-guess_who_less_ligth/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..8bb66877103b858bc18224ec4616d0f2c968a52b --- /dev/null +++ b/roboticshack/team2-guess_who_less_ligth/meta/stats.json @@ -0,0 +1,255 @@ +{ + "frame_index": { + "min": [ + 0 + ], + "max": [ + 315 + ], + "mean": [ + 122.58714121699197 + ], + "std": [ + 73.3974556348129 + ], + "count": [ + 17420 + ] + }, + "grid_position": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 7 + ], + "mean": [ + 1.019402985074627, + 3.4838691159586683 + ], + "std": [ + 0.8162191191474336, + 2.3082797509869883 + ], + "count": [ + 17420 + ] + }, + "observation.state": { + "min": [ + -23.291015625, + 22.060546875, + -2.373046875, + -2.548828125, + -107.40234375, + 0.6306937336921692 + ], + "max": [ + 21.708984375, + 151.611328125, + 124.013671875, + 99.052734375, + -49.74609375, + 2.1723897457122803 + ], + "mean": [ + -2.0240272575127545, + 83.32495427794079, + 58.39961219058382, + 62.48128379204243, + -80.94448565057169, + 1.649383107043298 + ], + "std": [ + 8.946190360563062, + 36.555230692242134, + 30.258186323676128, + 20.923661472443133, + 10.178091815287653, + 0.6642530189129793 + ], + "count": [ + 17420 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5783972969714508 + ] + ], + [ + [ + 0.45230306670411213 + ] + ], + [ + [ + 0.5058353913625635 + ] + ] + ], + "std": [ + [ + [ + 0.21333536351227914 + ] + ], + [ + [ + 0.26842466677340376 + ] + ], + [ + [ + 0.2886176346952 + ] + ] + ], + "count": [ + 7200 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 71 + ], + "mean": [ + 35.39661308840413 + ], + "std": [ + 20.126618140154573 + ], + "count": [ + 17420 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 17420 + ] + }, + "action": { + "min": [ + -23.642578125, + 23.642578125, + -7.91015625, + -4.04296875, + -111.62109375, + -0.06770480424165726 + ], + "max": [ + 21.533203125, + 152.666015625, + 123.22265625, + 99.31640625, + -49.5703125, + 2.2342586517333984 + ], + "mean": [ + -2.162336367505563, + 86.65589855338621, + 54.3816581755637, + 61.678951591027456, + -81.06693725585937, + 1.5509392606417929 + ], + "std": [ + 8.928852332695199, + 35.7713316283314, + 31.102945251041152, + 21.130365513258376, + 10.177289087122775, + 1.0293032556986093 + ], + "count": [ + 17420 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 17419 + ], + "mean": [ + 8709.5 + ], + "std": [ + 5028.720836355902 + ], + "count": [ + 17420 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 10.5 + ], + "mean": [ + 4.086238040566399 + ], + "std": [ + 2.446581854493764 + ], + "count": [ + 17420 + ] + } +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_so100/meta/info.json b/roboticshack/team2-guess_who_so100/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a45f43f6c7943e8b2e21dd5bbb5517bab4ed3138 --- /dev/null +++ b/roboticshack/team2-guess_who_so100/meta/info.json @@ -0,0 +1,119 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 96, + "total_frames": 23114, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:96" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "grid_position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_so100/meta/stats.json b/roboticshack/team2-guess_who_so100/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..89e4cd1384da3554c9f80d4ae3306e61242e9328 --- /dev/null +++ b/roboticshack/team2-guess_who_so100/meta/stats.json @@ -0,0 +1,255 @@ +{ + "episode_index": { + "min": [ + 0 + ], + "max": [ + 95 + ], + "mean": [ + 45.544648265120706 + ], + "std": [ + 27.487694528275973 + ], + "count": [ + 23114 + ] + }, + "grid_position": { + "min": [ + 0, + 0 + ], + "max": [ + 11, + 7 + ], + "mean": [ + 5.2628709872804365, + 3.4416803668772173 + ], + "std": [ + 3.4236931809125486, + 2.3204576892180877 + ], + "count": [ + 23114 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 23113 + ], + "mean": [ + 11556.5 + ], + "std": [ + 6672.43705477991 + ], + "count": [ + 23114 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.466666666666667 + ], + "mean": [ + 4.080113062790228 + ], + "std": [ + 2.461567751620429 + ], + "count": [ + 23114 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.6046484193091299 + ] + ], + [ + [ + 0.5190358311206428 + ] + ], + [ + [ + 0.5089977280986178 + ] + ] + ], + "std": [ + [ + [ + 0.19498791953195488 + ] + ], + [ + [ + 0.3004881310522592 + ] + ], + [ + [ + 0.32470406212381747 + ] + ] + ], + "count": [ + 9600 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 344 + ], + "mean": [ + 122.40339188370685 + ], + "std": [ + 73.84703254861287 + ], + "count": [ + 23114 + ] + }, + "observation.state": { + "min": [ + -28.212890625, + 45.87890625, + 34.27734375, + -33.92578125, + -113.466796875, + 0.6306937336921692 + ], + "max": [ + 36.03515625, + 188.26171875, + 170.5078125, + 98.96484375, + -60.029296875, + 3.714085578918457 + ], + "mean": [ + 0.22069612766896562, + 134.15274616243767, + 120.25677295670621, + 41.953418963289884, + -93.59619154092132, + 0.9382453185263684 + ], + "std": [ + 10.723931820053412, + 45.62383930126152, + 23.377139938149202, + 28.81696227621126, + 5.1857055931819644, + 0.6579893417143553 + ], + "count": [ + 23114 + ] + }, + "action": { + "min": [ + -28.4765625, + 48.251953125, + 29.00390625, + -35.33203125, + -113.73046875, + -0.06770480424165726 + ], + "max": [ + 36.298828125, + 187.646484375, + 169.365234375, + 99.580078125, + -59.58984375, + 3.791469097137451 + ], + "mean": [ + 0.10563682884743772, + 135.69131481873387, + 116.83630804501057, + 41.22811423097297, + -93.70523212528914, + 0.5559061521415576 + ], + "std": [ + 10.72914425176423, + 44.29723930066975, + 24.037861684587956, + 28.980663758990932, + 5.2148461460785125, + 0.8938793705853416 + ], + "count": [ + 23114 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 23114 + ] + } +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_so100_edge_case/meta/info.json b/roboticshack/team2-guess_who_so100_edge_case/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..3fe6e2ff32f39e7d42bd8b652529426801a358d3 --- /dev/null +++ b/roboticshack/team2-guess_who_so100_edge_case/meta/info.json @@ -0,0 +1,119 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 24, + "total_frames": 3978, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:24" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "grid_position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_so100_edge_case/meta/stats.json b/roboticshack/team2-guess_who_so100_edge_case/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..d3e25762c4281b27d21f7d9ac9d67027b4de0739 --- /dev/null +++ b/roboticshack/team2-guess_who_so100_edge_case/meta/stats.json @@ -0,0 +1,255 @@ +{ + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 6.833333333333333 + ], + "mean": [ + 2.804776269482152 + ], + "std": [ + 1.6916013390158706 + ], + "count": [ + 3978 + ] + }, + "grid_position": { + "min": [ + 1, + 0 + ], + "max": [ + 1, + 7 + ], + "mean": [ + 1.0, + 3.426596279537456 + ], + "std": [ + 0.0, + 2.3108737056501583 + ], + "count": [ + 3978 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.7065548000068083 + ] + ], + [ + [ + 0.6228949712350218 + ] + ], + [ + [ + 0.6160054233047384 + ] + ] + ], + "std": [ + [ + [ + 0.209413091345818 + ] + ], + [ + [ + 0.31489578934654 + ] + ], + [ + [ + 0.334294874114167 + ] + ] + ], + "count": [ + 2400 + ] + }, + "observation.state": { + "min": [ + -21.533203125, + 27.861328125, + -3.33984375, + 5.80078125, + -100.107421875, + 0.6306937336921692 + ], + "max": [ + 20.302734375, + 144.404296875, + 114.345703125, + 99.140625, + -37.177734375, + 0.6306937336921692 + ], + "mean": [ + -0.0747225337018914, + 82.67728381782635, + 51.195250570144765, + 65.28013184491326, + -77.84531031474808, + 0.6306933236667533 + ], + "std": [ + 9.074385646482602, + 30.802515471647144, + 25.079180568710182, + 20.502933662544713, + 12.17512126114767, + 5.562520925791837e-07 + ], + "count": [ + 3978 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3977 + ], + "mean": [ + 1988.5 + ], + "std": [ + 1148.3496491342116 + ], + "count": [ + 3978 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 23 + ], + "mean": [ + 10.630216189039718 + ], + "std": [ + 6.807838767278961 + ], + "count": [ + 3978 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3978 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 205 + ], + "mean": [ + 84.14328808446456 + ], + "std": [ + 50.748040170476116 + ], + "count": [ + 3978 + ] + }, + "action": { + "min": [ + -22.1484375, + 30.146484375, + -8.96484375, + 3.076171875, + -100.634765625, + 0.0 + ], + "max": [ + 20.478515625, + 145.37109375, + 111.181640625, + 99.052734375, + -36.5625, + 0.0 + ], + "mean": [ + -0.3257565528618864, + 86.14653369947676, + 47.30097546296961, + 64.39435545939067, + -78.13925092840027, + 0.0 + ], + "std": [ + 9.059890690669834, + 29.86363282066845, + 25.427264878322354, + 20.83988175546545, + 12.299982011177725, + 0.0 + ], + "count": [ + 3978 + ] + } +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_so100_light/meta/info.json b/roboticshack/team2-guess_who_so100_light/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..80b7f8b8b72764c6951e10cc29a88e4c70b0a1f0 --- /dev/null +++ b/roboticshack/team2-guess_who_so100_light/meta/info.json @@ -0,0 +1,119 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 96, + "total_frames": 19853, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:96" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "grid_position": { + "dtype": "float32", + "shape": [ + 2 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/roboticshack/team2-guess_who_so100_light/meta/stats.json b/roboticshack/team2-guess_who_so100_light/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..d06a1c6be331967828f424e07d2877db2a6b17cf --- /dev/null +++ b/roboticshack/team2-guess_who_so100_light/meta/stats.json @@ -0,0 +1,255 @@ +{ + "action": { + "min": [ + -21.005859375, + 55.810546875, + 42.275390625, + -29.443359375, + -118.125, + -0.06770480424165726 + ], + "max": [ + 28.916015625, + 160.400390625, + 153.28125, + 90.791015625, + -73.564453125, + 0.27081921696662903 + ], + "mean": [ + 2.342778964373937, + 112.23606951646359, + 96.72009315504172, + 37.260201834181615, + -94.06974351694919, + 0.028421541498179763 + ], + "std": [ + 9.196971518652674, + 23.71977396832806, + 18.466972934498344, + 25.66991829248378, + 5.745358500783254, + 0.038857928981624525 + ], + "count": [ + 19853 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 19852 + ], + "mean": [ + 9926.0 + ], + "std": [ + 5731.067439840505 + ], + "count": [ + 19853 + ] + }, + "observation.state": { + "min": [ + -20.654296875, + 53.525390625, + 46.669921875, + -27.509765625, + -117.59765625, + 0.6306937336921692 + ], + "max": [ + 28.740234375, + 159.521484375, + 154.3359375, + 90.263671875, + -74.35546875, + 0.6306937336921692 + ], + "mean": [ + 2.4953535873646855, + 109.54795440656919, + 100.82241142779064, + 38.289176946394164, + -93.99389910795212, + 0.6306929878069761 + ], + "std": [ + 9.301484271562625, + 24.452915287853173, + 18.237748491430875, + 25.530834155494123, + 5.743313888546929, + 7.911397119395035e-07 + ], + "count": [ + 19853 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 95 + ], + "mean": [ + 46.96781342870095 + ], + "std": [ + 27.66063967800475 + ], + "count": [ + 19853 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 304 + ], + "mean": [ + 104.93325945700902 + ], + "std": [ + 63.29785680183384 + ], + "count": [ + 19853 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 19853 + ] + }, + "grid_position": { + "min": [ + 0, + 0 + ], + "max": [ + 2, + 7 + ], + "mean": [ + 1.033848788596182, + 3.5160429154283985 + ], + "std": [ + 0.8132179337361737, + 2.319146079883633 + ], + "count": [ + 19853 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.7243677801181241 + ] + ], + [ + [ + 0.6211494461252383 + ] + ], + [ + [ + 0.6004765467133034 + ] + ] + ], + "std": [ + [ + [ + 0.1967939887440873 + ] + ], + [ + [ + 0.3141959397388164 + ] + ], + [ + [ + 0.34592312037143746 + ] + ] + ], + "count": [ + 9600 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 10.133333333333333 + ], + "mean": [ + 3.497775315233634 + ], + "std": [ + 2.1099285600611277 + ], + "count": [ + 19853 + ] + } +} \ No newline at end of file diff --git a/roboticshack/team_5-QuiEstCe_everyBox/meta/info.json b/roboticshack/team_5-QuiEstCe_everyBox/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..8f102cbe65e7cb0e3325f87d03246843b4934d2b --- /dev/null +++ b/roboticshack/team_5-QuiEstCe_everyBox/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 24, + "total_frames": 7152, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:24" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/roboticshack/team_5-QuiEstCe_everyBox/meta/stats.json b/roboticshack/team_5-QuiEstCe_everyBox/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..d96e804a9109c9d47c5b383a74aac43d689327e2 --- /dev/null +++ b/roboticshack/team_5-QuiEstCe_everyBox/meta/stats.json @@ -0,0 +1,307 @@ +{ + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 7152 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4707378758169935 + ] + ], + [ + [ + 0.46944233370778854 + ] + ], + [ + [ + 0.5596741272637527 + ] + ] + ], + "std": [ + [ + [ + 0.24641226615894044 + ] + ], + [ + [ + 0.2222096597026552 + ] + ], + [ + [ + 0.2420976579261781 + ] + ] + ], + "count": [ + 2400 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 9.9 + ], + "mean": [ + 4.949999999999999 + ], + "std": [ + 2.867490191787933 + ], + "count": [ + 7152 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 7151 + ], + "mean": [ + 3575.5 + ], + "std": [ + 2064.6045424406743 + ], + "count": [ + 7152 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 297 + ], + "mean": [ + 148.5 + ], + "std": [ + 86.024705753638 + ], + "count": [ + 7152 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4161972290305011 + ] + ], + [ + [ + 0.38999580712145965 + ] + ], + [ + [ + 0.45974116106685725 + ] + ] + ], + "std": [ + [ + [ + 0.2361793648470259 + ] + ], + [ + [ + 0.20734333122792298 + ] + ], + [ + [ + 0.2706920175546575 + ] + ] + ], + "count": [ + 2400 + ] + }, + "action": { + "min": [ + -21.09375, + 38.232421875, + 28.212890625, + -110.478515625, + 138.1640625, + -0.191938579082489 + ], + "max": [ + 34.716796875, + 188.96484375, + 179.384765625, + 85.693359375, + 203.994140625, + 9.021113395690918 + ], + "mean": [ + 0.7983152453477184, + 144.94751834869385, + 141.06709257761636, + -44.53395342826843, + 182.00623639424643, + -0.09986097280246516 + ], + "std": [ + 7.875852410794182, + 45.27082740113594, + 43.68011323580844, + 66.03978081748572, + 9.750377982474363, + 0.2406152501128674 + ], + "count": [ + 7152 + ] + }, + "observation.state": { + "min": [ + -20.654296875, + 37.177734375, + 29.619140625, + -110.390625, + 138.603515625, + 1.201923131942749 + ], + "max": [ + 33.662109375, + 188.7890625, + 179.384765625, + 85.517578125, + 174.375, + 6.8108978271484375 + ], + "mean": [ + 0.6604331322014332, + 144.315580368042, + 142.00100898742676, + -44.36588978767395, + 172.89235051472983, + 1.2485873103141785 + ], + "std": [ + 7.806293447836776, + 45.98438469143019, + 43.08957486674154, + 66.02772286741325, + 4.132882719649281, + 0.15085939353713124 + ], + "count": [ + 7152 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 23 + ], + "mean": [ + 11.5 + ], + "std": [ + 6.922186552431729 + ], + "count": [ + 7152 + ] + } +} \ No newline at end of file diff --git a/shreyasgite/so100_base_left/videos/observation.images.image2/chunk-000/file-001.mp4 b/shreyasgite/so100_base_left/videos/observation.images.image2/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc4c2a89a778f4fda642b4e9637cafa111233cf9 --- /dev/null +++ b/shreyasgite/so100_base_left/videos/observation.images.image2/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02ec4296fc7675292fcdf7b391760cc893e81e5d35616935ae939b048b48078 +size 53265860 diff --git a/thedevansh/mar16_1336/data/chunk-000/file-000.parquet b/thedevansh/mar16_1336/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07b0db612cb9197436820d500d078d58f876a2af --- /dev/null +++ b/thedevansh/mar16_1336/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0432c92b2a51716d668535fee57783838042ff034d5c72dbfe4ebcefd5bbfb94 +size 470081 diff --git a/thedevansh/mar16_1336/meta/episodes/chunk-000/file-000.parquet b/thedevansh/mar16_1336/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d44d358fe82f282972e476d8c1dbc7a0f29c3313 --- /dev/null +++ b/thedevansh/mar16_1336/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edcd09bd5849f40f0c9caed388ae4bf9852c94a5e0d9b26830cd59f66b37fe1 +size 74719 diff --git a/thedevansh/mar16_1336/meta/tasks.parquet b/thedevansh/mar16_1336/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92a69584ea0c84f7cda6ce6d2557ce7e54077bdd --- /dev/null +++ b/thedevansh/mar16_1336/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f901d7f322e31b38dc4613162f9793a881e237a0b8f18f3b933c3e694d007c5c +size 2188 diff --git a/vaishanthr/toy_pick_place/meta/info.json b/vaishanthr/toy_pick_place/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..773fe249e626efecab6cc44e5904466c02b3ad91 --- /dev/null +++ b/vaishanthr/toy_pick_place/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 200, + "total_frames": 45210, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 15, + "splits": { + "train": "0:200" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 15 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 15 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 15.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 15.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/vaishanthr/toy_pick_place/meta/stats.json b/vaishanthr/toy_pick_place/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..150405685b4f097180fdab10957296c4e65dda21 --- /dev/null +++ b/vaishanthr/toy_pick_place/meta/stats.json @@ -0,0 +1,307 @@ +{ + "index": { + "min": [ + 0 + ], + "max": [ + 45209 + ], + "mean": [ + 22604.5 + ], + "std": [ + 13051.002831838887 + ], + "count": [ + 45210 + ] + }, + "action": { + "min": [ + -48.69140625, + 23.203125, + 7.734375, + 21.357421875, + -118.388671875, + -3.6674816608428955 + ], + "max": [ + 60.380859375, + 186.50390625, + 171.03515625, + 103.88671875, + 103.18359375, + 93.88752746582031 + ], + "mean": [ + 3.085027037864665, + 114.6412985660154, + 102.25007337651614, + 79.83312704959187, + -1.9744052267765424, + 14.366739650986622 + ], + "std": [ + 19.196499608378833, + 54.40947403218673, + 51.721685501883755, + 12.88258998289991, + 23.986746903362626, + 24.741324809798517 + ], + "count": [ + 45210 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 199 + ], + "mean": [ + 102.85538597655386 + ], + "std": [ + 58.80861752414323 + ], + "count": [ + 45210 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5343614307045936 + ] + ], + [ + [ + 0.5071905702352524 + ] + ], + [ + [ + 0.5225262010097503 + ] + ] + ], + "std": [ + [ + [ + 0.20932743861524222 + ] + ], + [ + [ + 0.193660404981113 + ] + ], + [ + [ + 0.1948599169174501 + ] + ] + ], + "count": [ + 20000 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 45210 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.46833604529500006 + ] + ], + [ + [ + 0.4923268784582615 + ] + ], + [ + [ + 0.4705847889184952 + ] + ] + ], + "std": [ + [ + [ + 0.24759413751612416 + ] + ], + [ + [ + 0.24878952650678557 + ] + ], + [ + [ + 0.29308418192649655 + ] + ] + ], + "count": [ + 20000 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 28.33333396911621 + ], + "mean": [ + 7.790662842381188 + ], + "std": [ + 4.942206660007016 + ], + "count": [ + 45210 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 425 + ], + "mean": [ + 116.85994249059942 + ], + "std": [ + 74.1330993264508 + ], + "count": [ + 45210 + ] + }, + "observation.state": { + "min": [ + -47.900390625, + 20.302734375, + 10.458984375, + 23.291015625, + -89.560546875, + -1.9340158700942993 + ], + "max": [ + 59.765625, + 186.416015625, + 172.265625, + 103.095703125, + 102.65625, + 92.71900177001953 + ], + "mean": [ + 3.2438580769781016, + 112.17591042623033, + 103.97742759942534, + 79.46587810419324, + -2.06579709679475, + 22.388131737260792 + ], + "std": [ + 18.73315641985499, + 55.849611558520245, + 51.173801017198734, + 12.670213994162422, + 23.32465710378509, + 24.288807358032614 + ], + "count": [ + 45210 + ] + } +} \ No newline at end of file diff --git a/vaishanthr/toy_pickplace/meta/info.json b/vaishanthr/toy_pickplace/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..7ad371a53e13e0583757eaaf394659151db92bde --- /dev/null +++ b/vaishanthr/toy_pickplace/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 200, + "total_frames": 42643, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 15, + "splits": { + "train": "0:200" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 15 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 15 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 15.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 15.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/vaishanthr/toy_pickplace/meta/stats.json b/vaishanthr/toy_pickplace/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..aa853fe43f4e88ae3e43c70a897bed54a109f7a1 --- /dev/null +++ b/vaishanthr/toy_pickplace/meta/stats.json @@ -0,0 +1,307 @@ +{ + "action": { + "min": [ + -65.0390625, + 16.875, + -13.271484375, + 21.181640625, + -121.2890625, + -6.7237162590026855 + ], + "max": [ + 70.224609375, + 193.095703125, + 174.7265625, + 109.599609375, + 94.306640625, + 73.83863067626953 + ], + "mean": [ + 3.280645431729362, + 111.49739959754726, + 96.40615006393098, + 79.27175364254916, + 0.4900793710206043, + 13.676021803986123 + ], + "std": [ + 22.99130347873924, + 56.60771002414065, + 56.809708648263374, + 12.345754839970176, + 27.590335762892582, + 23.573975883407854 + ], + "count": [ + 42643 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5452468413114547 + ] + ], + [ + [ + 0.5132491995394229 + ] + ], + [ + [ + 0.5290650099515914 + ] + ] + ], + "std": [ + [ + [ + 0.20132797293581775 + ] + ], + [ + [ + 0.19351979147166368 + ] + ], + [ + [ + 0.198708143203572 + ] + ] + ], + "count": [ + 20000 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 25.46666717529297 + ], + "mean": [ + 7.293606536421888 + ], + "std": [ + 4.528113350540491 + ], + "count": [ + 42643 + ] + }, + "observation.state": { + "min": [ + -64.599609375, + 13.271484375, + -0.52734375, + 22.763671875, + -89.6484375, + -3.1854379177093506 + ], + "max": [ + 69.9609375, + 188.7890625, + 174.90234375, + 102.919921875, + 93.69140625, + 72.69624328613281 + ], + "mean": [ + 3.4593554197918284, + 108.6157088267983, + 98.32880631443193, + 78.8737780774028, + 0.3602891407899671, + 21.37647369702247 + ], + "std": [ + 22.525695069278996, + 57.77537376251666, + 56.0522119495969, + 12.131772881637557, + 26.940243466580423, + 22.821987444222927 + ], + "count": [ + 42643 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.34979327335953714 + ] + ], + [ + [ + 0.3569365641474724 + ] + ], + [ + [ + 0.36953155264258386 + ] + ] + ], + "std": [ + [ + [ + 0.23030475416716809 + ] + ], + [ + [ + 0.23227730981284767 + ] + ], + [ + [ + 0.2625698329497679 + ] + ] + ], + "count": [ + 20000 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 382 + ], + "mean": [ + 109.40409914874657 + ], + "std": [ + 67.9217003283967 + ], + "count": [ + 42643 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 42642 + ], + "mean": [ + 21321.0 + ], + "std": [ + 12309.973761141817 + ], + "count": [ + 42643 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 42643 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 199 + ], + "mean": [ + 98.6058438665197 + ], + "std": [ + 57.05653582597909 + ], + "count": [ + 42643 + ] + } +} \ No newline at end of file diff --git a/vaishanthr/toy_pickplace_50ep/meta/info.json b/vaishanthr/toy_pickplace_50ep/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..4d48cd2dd4ec7e23172c3f7ac0fbf2d178ad5f5f --- /dev/null +++ b/vaishanthr/toy_pickplace_50ep/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 51, + "total_frames": 11125, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 15, + "splits": { + "train": "0:51" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 15 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 15 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 15.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 15.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 15 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/vaishanthr/toy_pickplace_50ep/meta/stats.json b/vaishanthr/toy_pickplace_50ep/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..11c0fabc98f9343096375678e1505ab54ecbc243 --- /dev/null +++ b/vaishanthr/toy_pickplace_50ep/meta/stats.json @@ -0,0 +1,307 @@ +{ + "index": { + "min": [ + 0 + ], + "max": [ + 11124 + ], + "mean": [ + 5562.0 + ], + "std": [ + 3211.51085939313 + ], + "count": [ + 11125 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 287 + ], + "mean": [ + 109.85644943820225 + ], + "std": [ + 65.2477496273891 + ], + "count": [ + 11125 + ] + }, + "action": { + "min": [ + -45.703125, + 19.599609375, + -5.888671875, + 35.947265625, + -93.8671875, + -4.034229755401611 + ], + "max": [ + 64.51171875, + 186.50390625, + 170.771484375, + 103.18359375, + 94.306640625, + 71.88263702392578 + ], + "mean": [ + 3.4595646168087306, + 106.77325267731742, + 93.46180844424816, + 80.783429454332, + 2.889843829851472, + 15.05799444065737 + ], + "std": [ + 22.758123155678565, + 52.59066599258669, + 52.60229998187108, + 12.21607859441505, + 27.387152713460424, + 24.362175130637326 + ], + "count": [ + 11125 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 11125 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5562955877360176 + ] + ], + [ + [ + 0.5152648786703745 + ] + ], + [ + [ + 0.5544758906551436 + ] + ] + ], + "std": [ + [ + [ + 0.21722316748590248 + ] + ], + [ + [ + 0.19867740574851636 + ] + ], + [ + [ + 0.20853779212000634 + ] + ] + ], + "count": [ + 5100 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 50 + ], + "mean": [ + 24.365752808988763 + ], + "std": [ + 14.882904005075417 + ], + "count": [ + 11125 + ] + }, + "observation.state": { + "min": [ + -44.6484375, + 17.05078125, + 3.8671875, + 37.44140625, + -89.384765625, + -1.7064846754074097 + ], + "max": [ + 63.984375, + 186.50390625, + 171.123046875, + 102.65625, + 93.69140625, + 70.7622299194336 + ], + "mean": [ + 3.6259760829531746, + 104.08379951871379, + 95.40393533908116, + 80.4289596214723, + 2.6508209179991415, + 23.26165524120545 + ], + "std": [ + 22.281512245937968, + 53.943917298479164, + 52.023789053762165, + 12.064586878472117, + 27.046072737634493, + 23.36108806585538 + ], + "count": [ + 11125 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.2942485476241392 + ] + ], + [ + [ + 0.28545528182796404 + ] + ], + [ + [ + 0.2986985111937803 + ] + ] + ], + "std": [ + [ + [ + 0.24681133744591255 + ] + ], + [ + [ + 0.251833787445969 + ] + ], + [ + [ + 0.283859968713147 + ] + ] + ], + "count": [ + 5100 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 19.133333206176758 + ], + "mean": [ + 7.323763228169987 + ], + "std": [ + 4.34984997752803 + ], + "count": [ + 11125 + ] + } +} \ No newline at end of file diff --git a/vladfatu/so100_ds/meta/info.json b/vladfatu/so100_ds/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..f6f223c99d2df51dd9f7a98579302176c8675871 --- /dev/null +++ b/vladfatu/so100_ds/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 60, + "total_frames": 71734, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:60" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/vladfatu/so100_ds/meta/stats.json b/vladfatu/so100_ds/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..dca55d7e2e84cd3b95184b09e38060729ddeb86c --- /dev/null +++ b/vladfatu/so100_ds/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.state": { + "min": [ + -49.04296875, + 54.4921875, + 41.8359375, + 13.359375, + -42.5390625, + 0.34106412529945374 + ], + "max": [ + 71.54296875, + 193.359375, + 179.736328125, + 107.490234375, + 148.7109375, + 50.13642501831055 + ], + "mean": [ + 36.710709828982395, + 161.89955534828508, + 155.31349745713283, + 60.31718536796211, + 78.23422979140602, + 6.237694474948634 + ], + "std": [ + 25.382914719286838, + 41.774685289993926, + 37.91334483461544, + 11.710085016834476, + 19.79680443525064, + 10.480933058893854 + ], + "count": [ + 71734 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5498999804258347 + ] + ], + [ + [ + 0.5177592446406682 + ] + ], + [ + [ + 0.4690119211872419 + ] + ] + ], + "std": [ + [ + [ + 0.24722622454937035 + ] + ], + [ + [ + 0.23388409049775766 + ] + ], + [ + [ + 0.22106875820354996 + ] + ] + ], + "count": [ + 12180 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 71734 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 1195 + ], + "mean": [ + 597.2834499679371 + ], + "std": [ + 345.13044967066253 + ], + "count": [ + 71734 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 59 + ], + "mean": [ + 29.49825745113893 + ], + "std": [ + 17.317912759708616 + ], + "count": [ + 71734 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 71733 + ], + "mean": [ + 35866.5 + ], + "std": [ + 20707.822103012186 + ], + "count": [ + 71734 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 39.83333206176758 + ], + "mean": [ + 19.909447806624733 + ], + "std": [ + 11.504348493897886 + ], + "count": [ + 71734 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.526198553542296 + ] + ], + [ + [ + 0.4981432656447093 + ] + ], + [ + [ + 0.45041450212399164 + ] + ] + ], + "std": [ + [ + [ + 0.23303278359826568 + ] + ], + [ + [ + 0.22093635335378561 + ] + ], + [ + [ + 0.21445295171271456 + ] + ] + ], + "count": [ + 12180 + ] + }, + "action": { + "min": [ + -49.306640625, + 53.701171875, + 39.814453125, + 12.919921875, + -43.76953125, + -0.17985612154006958 + ], + "max": [ + 72.861328125, + 193.88671875, + 180.263671875, + 113.466796875, + 150.029296875, + 52.607913970947266 + ], + "mean": [ + 37.15883779880723, + 163.5435341958316, + 155.45354699079442, + 60.52273554135483, + 78.72223971934801, + 5.448071082302334 + ], + "std": [ + 25.668645865180302, + 41.86025866446752, + 38.61213773332525, + 11.826560921328792, + 19.89352123675337, + 10.872127995939064 + ], + "count": [ + 71734 + ] + } +} \ No newline at end of file diff --git a/vladfatu/so100_ds/videos/observation.images.image/chunk-000/file-001.mp4 b/vladfatu/so100_ds/videos/observation.images.image/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46c78db7f8dbec415dd23f9ae30d72759c26cadd --- /dev/null +++ b/vladfatu/so100_ds/videos/observation.images.image/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd149a49fdb00f496c03ad00d95b76a69ce97c33f2d24239b9223c31689c037c +size 104500209 diff --git a/vladfatu/so100_ds/videos/observation.images.image2/chunk-000/file-001.mp4 b/vladfatu/so100_ds/videos/observation.images.image2/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed90ca1799764162f3886564d914fdb98ce7f079 --- /dev/null +++ b/vladfatu/so100_ds/videos/observation.images.image2/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafdc9a775ea7bf1e2c41aeca23e15b08a32ec95b420127d4f8c1a6ddbf5dae2 +size 100760258 diff --git a/yuz1wan/so100_button/meta/info.json b/yuz1wan/so100_button/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..2d9c2ad7a5ec17b2a9ce29fa3bdd5516a09a93b9 --- /dev/null +++ b/yuz1wan/so100_button/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 2624, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_button/meta/stats.json b/yuz1wan/so100_button/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..39d1410dca4e7657f797da22ce2be4a23d386de5 --- /dev/null +++ b/yuz1wan/so100_button/meta/stats.json @@ -0,0 +1,307 @@ +{ + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 2624 + ] + }, + "action": { + "min": [ + -23.291015625, + 43.154296875, + 15.380859375, + 63.193359375, + -39.90234375, + -0.08865249156951904 + ], + "max": [ + 32.783203125, + 190.107421875, + 175.869140625, + 101.513671875, + 3.33984375, + 3.5460991859436035 + ], + "mean": [ + 0.9452261665790547, + 107.67561893056079, + 94.39547983320747, + 87.03885564571473, + -15.738082469054838, + 0.1390262165791128 + ], + "std": [ + 11.96988567406466, + 45.17179307277349, + 46.19211810296334, + 10.328469573785693, + 8.79193462394369, + 0.49674195869035664 + ], + "count": [ + 2624 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 334 + ], + "mean": [ + 134.36356707317074 + ], + "std": [ + 81.6583013834905 + ], + "count": [ + 2624 + ] + }, + "observation.state": { + "min": [ + -23.02734375, + 44.82421875, + 19.51171875, + 63.984375, + -38.759765625, + 0.19723865389823914 + ], + "max": [ + 31.728515625, + 189.4921875, + 177.626953125, + 100.986328125, + 2.4609375, + 2.8599605560302734 + ], + "mean": [ + 0.8740160221733698, + 106.96707811006685, + 97.452581728377, + 86.29673671722412, + -15.13855730469634, + 0.47178712173183335 + ], + "std": [ + 11.538792004837816, + 46.232507158828646, + 47.071651402690144, + 10.315717931916105, + 8.680308911593102, + 0.3553084123788977 + ], + "count": [ + 2624 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.133333206176758 + ], + "mean": [ + 4.478785593426082 + ], + "std": [ + 2.7219433875186456 + ], + "count": [ + 2624 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 2623 + ], + "mean": [ + 1311.5 + ], + "std": [ + 757.4834981700922 + ], + "count": [ + 2624 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5745299339294434 + ] + ], + [ + [ + 0.6074128568172454 + ] + ], + [ + [ + 0.5775930225849152 + ] + ] + ], + "std": [ + [ + [ + 0.18166570362968282 + ] + ], + [ + [ + 0.16650302102356707 + ] + ], + [ + [ + 0.17519316439112578 + ] + ] + ], + "count": [ + 1000 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.404725609756097 + ], + "std": [ + 2.83301672536069 + ], + "count": [ + 2624 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.019607843831181526 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 0.9843137264251709 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5064000219106675 + ] + ], + [ + [ + 0.598598062992096 + ] + ], + [ + [ + 0.5270205676555634 + ] + ] + ], + "std": [ + [ + [ + 0.2560588492894245 + ] + ], + [ + [ + 0.1778878221687739 + ] + ], + [ + [ + 0.22941080521603519 + ] + ] + ], + "count": [ + 1000 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_fold_0227_1/meta/info.json b/yuz1wan/so100_fold_0227_1/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..371b5194c542f4654479cbb0fc6164f311a38895 --- /dev/null +++ b/yuz1wan/so100_fold_0227_1/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 15, + "total_frames": 7963, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:15" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_fold_0227_1/meta/stats.json b/yuz1wan/so100_fold_0227_1/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..2f127c78a672647841962dff78bfab22f2e1d1f7 --- /dev/null +++ b/yuz1wan/so100_fold_0227_1/meta/stats.json @@ -0,0 +1,234 @@ +{ + "episode_index": { + "min": [ + 0 + ], + "max": [ + 14 + ], + "mean": [ + 6.233957051362552 + ], + "std": [ + 4.532815840245582 + ], + "count": [ + 7963 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 7962 + ], + "mean": [ + 3981.0 + ], + "std": [ + 2298.7200786524663 + ], + "count": [ + 7963 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 1199 + ], + "mean": [ + 299.01695340951903 + ], + "std": [ + 229.30908097263088 + ], + "count": [ + 7963 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 39.96666717529297 + ], + "mean": [ + 9.96723183216678 + ], + "std": [ + 7.6436359179882105 + ], + "count": [ + 7963 + ] + }, + "action": { + "min": [ + -55.72265625, + 35.244140625, + 8.876953125, + 41.748046875, + -34.62890625, + -0.08865249156951904 + ], + "max": [ + 15.99609375, + 190.1953125, + 174.90234375, + 104.23828125, + 59.58984375, + 46.54255294799805 + ], + "mean": [ + -14.141268889209096, + 120.39576538097435, + 112.27257635855995, + 81.55689057940951, + 0.3609161793729041, + 19.423448376150777 + ], + "std": [ + 15.161314285432596, + 50.439046944330514, + 48.38713595123551, + 14.68264696684795, + 18.755242279245763, + 14.581212241914333 + ], + "count": [ + 7963 + ] + }, + "observation.state": { + "min": [ + -54.755859375, + 32.6953125, + 12.48046875, + 41.923828125, + -33.662109375, + 0.5917159914970398 + ], + "max": [ + 14.853515625, + 189.84375, + 179.6484375, + 102.83203125, + 58.623046875, + 45.66075134277344 + ], + "mean": [ + -13.766775356021101, + 117.22226386649307, + 114.05089236820791, + 80.87211090839045, + 0.5065934368822422, + 19.070664870503947 + ], + "std": [ + 14.86509348167535, + 52.30434817412007, + 47.79760163594142, + 14.17511924806557, + 18.242256322556347, + 14.06746996873737 + ], + "count": [ + 7963 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 7963 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5687507713450546 + ] + ], + [ + [ + 0.6103948503909865 + ] + ], + [ + [ + 0.6024044228365532 + ] + ] + ], + "std": [ + [ + [ + 0.21897803385064973 + ] + ], + [ + [ + 0.19731349176533228 + ] + ], + [ + [ + 0.1779425741133195 + ] + ] + ], + "count": [ + 1682 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_fold_0227_1/videos/observation.images.image/chunk-000/file-000.mp4 b/yuz1wan/so100_fold_0227_1/videos/observation.images.image/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aac663bca770a334949213a17c3c5a3d19dc936 --- /dev/null +++ b/yuz1wan/so100_fold_0227_1/videos/observation.images.image/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5247cf05e8369748d5246c82c17ed2dcd6426a2036f1aa02a4657c86ce0e925 +size 34032118 diff --git a/yuz1wan/so100_fold_0227_2/meta/info.json b/yuz1wan/so100_fold_0227_2/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d5b3656ba1fcfe83b2fec06b66268824672a3e9d --- /dev/null +++ b/yuz1wan/so100_fold_0227_2/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 15, + "total_frames": 5625, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:15" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_fold_0227_2/meta/stats.json b/yuz1wan/so100_fold_0227_2/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..41d586b70ebb9c490da859226b689993748a0bdf --- /dev/null +++ b/yuz1wan/so100_fold_0227_2/meta/stats.json @@ -0,0 +1,307 @@ +{ + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 5625 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 14 + ], + "mean": [ + 6.660088888888889 + ], + "std": [ + 4.348794774658694 + ], + "count": [ + 5625 + ] + }, + "observation.state": { + "min": [ + -61.69921875, + 38.408203125, + 23.115234375, + 37.353515625, + -41.396484375, + 0.39447730779647827 + ], + "max": [ + 10.72265625, + 189.66796875, + 179.6484375, + 101.6015625, + 47.8125, + 38.75739669799805 + ], + "mean": [ + -20.892046850416396, + 119.60873546685113, + 118.69801044786242, + 74.45415350545247, + -5.136093858973185, + 17.553139545938702 + ], + "std": [ + 13.504519389359274, + 46.41985552452617, + 41.29463735500172, + 16.22738974042591, + 16.223014917772545, + 12.417197938007051 + ], + "count": [ + 5625 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.003921568859368563 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4698365973592465 + ] + ], + [ + [ + 0.6199570949965897 + ] + ], + [ + [ + 0.7155350360843944 + ] + ] + ], + "std": [ + [ + [ + 0.21944691155848672 + ] + ], + [ + [ + 0.16843839625512239 + ] + ], + [ + [ + 0.15343366748825818 + ] + ] + ], + "count": [ + 1444 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5675905652736363 + ] + ], + [ + [ + 0.6096072885881171 + ] + ], + [ + [ + 0.6035150819950817 + ] + ] + ], + "std": [ + [ + [ + 0.21688480651809433 + ] + ], + [ + [ + 0.19185967361813294 + ] + ], + [ + [ + 0.1731354899547083 + ] + ] + ], + "count": [ + 1444 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 609 + ], + "mean": [ + 211.73208888888888 + ], + "std": [ + 136.19381043723803 + ], + "count": [ + 5625 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 5624 + ], + "mean": [ + 2812.0 + ], + "std": [ + 1623.7976064358102 + ], + "count": [ + 5625 + ] + }, + "action": { + "min": [ + -62.138671875, + 41.748046875, + 19.599609375, + 36.9140625, + -42.099609375, + -0.08865249156951904 + ], + "max": [ + 11.25, + 190.546875, + 175.341796875, + 102.919921875, + 48.69140625, + 39.716312408447266 + ], + "mean": [ + -21.405243145751953, + 122.33936810302734, + 116.17285457628039, + 74.67619171752929, + -5.306833387713962, + 18.09198258650038 + ], + "std": [ + 13.616775592887635, + 44.69479237890676, + 41.248304135242314, + 16.737404033791556, + 16.82029392513556, + 12.910524558975622 + ], + "count": [ + 5625 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 20.299999237060547 + ], + "mean": [ + 7.057736198340522 + ], + "std": [ + 4.539793665107886 + ], + "count": [ + 5625 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pick_pink/meta/info.json b/yuz1wan/so100_pick_pink/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..bb3c26ee5246cdd3060fe4137c01c74dd2093c69 --- /dev/null +++ b/yuz1wan/so100_pick_pink/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 3266, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_pick_pink/meta/stats.json b/yuz1wan/so100_pick_pink/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..64fad8af29f1afb427a52fa8ad732abe57af18a9 --- /dev/null +++ b/yuz1wan/so100_pick_pink/meta/stats.json @@ -0,0 +1,307 @@ +{ + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3266 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3265 + ], + "mean": [ + 1632.5 + ], + "std": [ + 942.8129453926691 + ], + "count": [ + 3266 + ] + }, + "action": { + "min": [ + -39.55078125, + 22.5, + -14.501953125, + 51.15234375, + -30.234375, + 0.0 + ], + "max": [ + 26.103515625, + 191.25, + 177.099609375, + 103.18359375, + 32.6953125, + 58.4219856262207 + ], + "mean": [ + -9.303139203031298, + 101.42980000203326, + 83.93737612395512, + 82.1575524306195, + -3.8259871281952633, + 26.032216166106746 + ], + "std": [ + 14.88034997223544, + 48.096314934520066, + 54.483536435755674, + 13.886828012602832, + 13.528393394073259, + 15.84765736486035 + ], + "count": [ + 3266 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 473 + ], + "mean": [ + 169.05970606246171 + ], + "std": [ + 105.81085644438151 + ], + "count": [ + 3266 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5925598435111337 + ] + ], + [ + [ + 0.6189592985006479 + ] + ], + [ + [ + 0.5926039121844076 + ] + ] + ], + "std": [ + [ + [ + 0.13881866740501636 + ] + ], + [ + [ + 0.14589419411191956 + ] + ], + [ + [ + 0.1430280007629527 + ] + ] + ], + "count": [ + 1001 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 0.8705882430076599 + ] + ], + [ + [ + 0.9176470637321472 + ] + ], + [ + [ + 0.9019607901573181 + ] + ] + ], + "mean": [ + [ + [ + 0.6016530736938461 + ] + ], + [ + [ + 0.6232149108544691 + ] + ], + [ + [ + 0.6030110266063359 + ] + ] + ], + "std": [ + [ + [ + 0.07852867591737882 + ] + ], + [ + [ + 0.09350740570953069 + ] + ], + [ + [ + 0.09164443954415105 + ] + ] + ], + "count": [ + 1001 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 15.766666412353516 + ], + "mean": [ + 5.635323555719173 + ], + "std": [ + 3.5270285991163863 + ], + "count": [ + 3266 + ] + }, + "observation.state": { + "min": [ + -38.84765625, + 18.896484375, + -9.84375, + 52.294921875, + -29.794921875, + 0.6903353333473206 + ], + "max": [ + 25.751953125, + 190.810546875, + 177.275390625, + 102.3046875, + 31.640625, + 57.69230651855469 + ], + "mean": [ + -9.236077630731568, + 95.93796383728663, + 85.79804431917619, + 81.80235786694949, + -3.6108084255686874, + 28.164182632595793 + ], + "std": [ + 14.447183982807763, + 47.975330838937104, + 52.1493131031862, + 13.513019300015328, + 13.158679981314007, + 13.193727478773273 + ], + "count": [ + 3266 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.460195958358849 + ], + "std": [ + 2.806001653059172 + ], + "count": [ + 3266 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pick_wahaha/meta/info.json b/yuz1wan/so100_pick_wahaha/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..9d529c3bb3c279d55bfc9c977c79f174ae46eb1d --- /dev/null +++ b/yuz1wan/so100_pick_wahaha/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 3319, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_pick_wahaha/meta/stats.json b/yuz1wan/so100_pick_wahaha/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..84aded3945abd80fa8894573ea952eeacb7e07b1 --- /dev/null +++ b/yuz1wan/so100_pick_wahaha/meta/stats.json @@ -0,0 +1,307 @@ +{ + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 15.433333396911621 + ], + "mean": [ + 5.901838035819113 + ], + "std": [ + 3.7633676938453284 + ], + "count": [ + 3319 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 463 + ], + "mean": [ + 177.0551370894848 + ], + "std": [ + 112.9010329399207 + ], + "count": [ + 3319 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3318 + ], + "mean": [ + 1659.0 + ], + "std": [ + 958.1127282319133 + ], + "count": [ + 3319 + ] + }, + "action": { + "min": [ + -37.6171875, + 78.22265625, + 36.123046875, + -16.083984375, + -98.7890625, + 0.0 + ], + "max": [ + 30.673828125, + 191.689453125, + 175.78125, + 89.47265625, + -1.142578125, + 86.43617248535156 + ], + "mean": [ + 1.3363398135013702, + 138.79284413732222, + 125.53859878498662, + 46.44832871067269, + -67.3373532928807, + 38.08515330214355 + ], + "std": [ + 17.378582064296648, + 33.890721948683975, + 34.953588104732916, + 24.254587515525976, + 24.35002764720504, + 26.283366342017988 + ], + "count": [ + 3319 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3319 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5964495360851287 + ] + ], + [ + [ + 0.6241584539413452 + ] + ], + [ + [ + 0.5977144300937652 + ] + ] + ], + "std": [ + [ + [ + 0.12365582067762937 + ] + ], + [ + [ + 0.12675579500766057 + ] + ], + [ + [ + 0.12555938479590298 + ] + ] + ], + "count": [ + 1000 + ] + }, + "observation.state": { + "min": [ + -36.73828125, + 75.849609375, + 40.166015625, + -19.16015625, + -97.55859375, + -0.09861932694911957 + ], + "max": [ + 30.05859375, + 191.513671875, + 176.1328125, + 88.9453125, + -1.23046875, + 85.7001953125 + ], + "mean": [ + 1.0757134340009835, + 135.13673658563488, + 128.28908098846648, + 46.57594013989924, + -67.69903166317803, + 41.977705996594686 + ], + "std": [ + 16.992242713183995, + 34.10522012917218, + 33.327125241828114, + 23.727119265890604, + 23.035590631100913, + 22.51331790471277 + ], + "count": [ + 3319 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.678818921361856 + ], + "std": [ + 2.9029507263482492 + ], + "count": [ + 3319 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.597449541091919 + ] + ], + [ + [ + 0.6204238951206207 + ] + ], + [ + [ + 0.5940328657627105 + ] + ] + ], + "std": [ + [ + [ + 0.16369539961631405 + ] + ], + [ + [ + 0.17303306434787077 + ] + ], + [ + [ + 0.1750558271785229 + ] + ] + ], + "count": [ + 1000 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pickplace/meta/info.json b/yuz1wan/so100_pickplace/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..df8f61976be43e930faf148a17388b2c79af85d4 --- /dev/null +++ b/yuz1wan/so100_pickplace/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 30, + "total_frames": 9068, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:30" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_pickplace/meta/stats.json b/yuz1wan/so100_pickplace/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..16cb91a1f764be88a9f72937a7e3471ecc8923c7 --- /dev/null +++ b/yuz1wan/so100_pickplace/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.state": { + "min": [ + -46.7578125, + 18.28125, + -10.458984375, + 50.80078125, + -56.77734375, + 0.49309664964675903 + ], + "max": [ + 52.91015625, + 189.140625, + 178.59375, + 103.0078125, + 31.728515625, + 53.747535705566406 + ], + "mean": [ + -2.421208397697708, + 104.69668777661015, + 93.04252007883659, + 79.07999437161358, + -15.557474142347184, + 22.414053456290052 + ], + "std": [ + 20.48550312789373, + 45.31107208211432, + 52.85914731032812, + 15.67833040403105, + 16.28204217150562, + 14.6389119538292 + ], + "count": [ + 9068 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 9068 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 0.8745098114013672 + ] + ], + [ + [ + 0.9450980424880981 + ] + ], + [ + [ + 0.9215686321258545 + ] + ] + ], + "mean": [ + [ + [ + 0.598187792301178 + ] + ], + [ + [ + 0.608689139286677 + ] + ], + [ + [ + 0.5829050381978352 + ] + ] + ], + "std": [ + [ + [ + 0.11274246082308449 + ] + ], + [ + [ + 0.13211486590187038 + ] + ], + [ + [ + 0.13160414921236024 + ] + ] + ], + "count": [ + 3000 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 29 + ], + "mean": [ + 13.604102337891486 + ], + "std": [ + 8.598572984268678 + ], + "count": [ + 9068 + ] + }, + "action": { + "min": [ + -47.900390625, + 21.357421875, + -15.732421875, + 50.2734375, + -57.216796875, + 0.0 + ], + "max": [ + 53.96484375, + 189.931640625, + 177.01171875, + 103.271484375, + 32.607421875, + 54.609928131103516 + ], + "mean": [ + -2.4313853754607337, + 106.77799822214578, + 87.74958409072546, + 79.52192989697686, + -16.17517046385207, + 20.154660487942724 + ], + "std": [ + 21.140027828688694, + 43.631472093478195, + 53.00400105966239, + 16.08509802733825, + 16.626225088561323, + 16.27685451424632 + ], + "count": [ + 9068 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 9067 + ], + "mean": [ + 4533.5 + ], + "std": [ + 2617.7061045885193 + ], + "count": [ + 9068 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5894743124643962 + ] + ], + [ + [ + 0.6134239554405212 + ] + ], + [ + [ + 0.5891941547393799 + ] + ] + ], + "std": [ + [ + [ + 0.14038842317956202 + ] + ], + [ + [ + 0.14757264402518544 + ] + ], + [ + [ + 0.14461199262086216 + ] + ] + ], + "count": [ + 3000 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 414 + ], + "mean": [ + 155.0894353771504 + ], + "std": [ + 95.08772124619522 + ], + "count": [ + 9068 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 13.800000190734863 + ], + "mean": [ + 5.169647859775079 + ], + "std": [ + 3.169590730326462 + ], + "count": [ + 9068 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pickplace_0223_2/meta/info.json b/yuz1wan/so100_pickplace_0223_2/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..a733501a6b623788af7e34cd48a84cb82209b870 --- /dev/null +++ b/yuz1wan/so100_pickplace_0223_2/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 15, + "total_frames": 4063, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:15" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_pickplace_0223_2/meta/stats.json b/yuz1wan/so100_pickplace_0223_2/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..db5d35877ddfdc1311d38d476d99175d973ef143 --- /dev/null +++ b/yuz1wan/so100_pickplace_0223_2/meta/stats.json @@ -0,0 +1,234 @@ +{ + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 4063 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.333333015441895 + ], + "mean": [ + 4.590614465783448 + ], + "std": [ + 2.757693164887483 + ], + "count": [ + 4063 + ] + }, + "action": { + "min": [ + -32.080078125, + 74.35546875, + 45.87890625, + 41.923828125, + -43.76953125, + 0.0 + ], + "max": [ + 33.837890625, + 189.580078125, + 174.990234375, + 91.93359375, + 8.876953125, + 48.049644470214844 + ], + "mean": [ + -4.052356968614347, + 119.57454812277311, + 114.03897246826232, + 59.9673019688968, + -15.00635269854182, + 26.829859546508338 + ], + "std": [ + 18.916752030597575, + 32.16985555004655, + 33.56865329035823, + 11.329916205207667, + 10.328669917060752, + 13.757335495281735 + ], + "count": [ + 4063 + ] + }, + "observation.state": { + "min": [ + -31.81640625, + 71.982421875, + 50.625, + 41.923828125, + -42.71484375, + 0.5917159914970398 + ], + "max": [ + 32.783203125, + 188.349609375, + 179.82421875, + 90.87890625, + 7.734375, + 47.63313674926758 + ], + "mean": [ + -3.7500071661859025, + 118.66704591811657, + 119.145977432435, + 60.086751192859495, + -14.400153037218399, + 27.693332072170445 + ], + "std": [ + 18.1747841761352, + 33.44538587658188, + 33.39620585203076, + 11.00095916181385, + 10.220270504977083, + 12.60149034126159 + ], + "count": [ + 4063 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5973961671193441 + ] + ], + [ + [ + 0.6198514064153036 + ] + ], + [ + [ + 0.594976794719696 + ] + ] + ], + "std": [ + [ + [ + 0.1409570274128992 + ] + ], + [ + [ + 0.1486686360213709 + ] + ], + [ + [ + 0.154783073947938 + ] + ] + ], + "count": [ + 1500 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 14 + ], + "mean": [ + 6.728525719911396 + ], + "std": [ + 4.248483213550038 + ], + "count": [ + 4063 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 340 + ], + "mean": [ + 137.71843465419641 + ], + "std": [ + 82.73079485736751 + ], + "count": [ + 4063 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 4062 + ], + "mean": [ + 2031.0 + ], + "std": [ + 1172.8870363338492 + ], + "count": [ + 4063 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pickplace_0223_3/meta/info.json b/yuz1wan/so100_pickplace_0223_3/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..9619f68cd963644747441fcb407fb3b5da6d7abf --- /dev/null +++ b/yuz1wan/so100_pickplace_0223_3/meta/info.json @@ -0,0 +1,111 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 15, + "total_frames": 3956, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:15" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_pickplace_0223_3/meta/stats.json b/yuz1wan/so100_pickplace_0223_3/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..97fde7cb31f3e4562413ed8417411b625615d6fe --- /dev/null +++ b/yuz1wan/so100_pickplace_0223_3/meta/stats.json @@ -0,0 +1,234 @@ +{ + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5999454220136007 + ] + ], + [ + [ + 0.6235505898793539 + ] + ], + [ + [ + 0.598044220606486 + ] + ] + ], + "std": [ + [ + [ + 0.1312185206758997 + ] + ], + [ + [ + 0.14185219608697383 + ] + ], + [ + [ + 0.14835308165723418 + ] + ] + ], + "count": [ + 1500 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3956 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.0 + ], + "mean": [ + 4.4760701306186865 + ], + "std": [ + 2.7064385122960126 + ], + "count": [ + 3956 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 330 + ], + "mean": [ + 134.28210313447929 + ], + "std": [ + 81.19315491892188 + ], + "count": [ + 3956 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 14 + ], + "mean": [ + 7.278564206268959 + ], + "std": [ + 4.248922490087027 + ], + "count": [ + 3956 + ] + }, + "action": { + "min": [ + -55.37109375, + 39.7265625, + -5.09765625, + 37.96875, + -23.818359375, + 0.0 + ], + "max": [ + 11.337890625, + 190.01953125, + 175.341796875, + 101.77734375, + 53.26171875, + 50.0 + ], + "mean": [ + -22.30121679723082, + 113.31478711929553, + 105.08000519446826, + 67.5935563761496, + 0.8732161666252495, + 23.58587651305782 + ], + "std": [ + 16.734663352046763, + 37.05295081221345, + 42.66035441318775, + 14.41137727122809, + 19.181927134869635, + 14.884224552750089 + ], + "count": [ + 3956 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3955 + ], + "mean": [ + 1977.5 + ], + "std": [ + 1141.9987959713442 + ], + "count": [ + 3956 + ] + }, + "observation.state": { + "min": [ + -54.84375, + 36.73828125, + -0.52734375, + 37.96875, + -22.8515625, + 0.39447730779647827 + ], + "max": [ + 10.810546875, + 189.228515625, + 179.82421875, + 100.8984375, + 52.91015625, + 49.80276107788086 + ], + "mean": [ + -21.50518771092981, + 112.37998734060506, + 110.42231355132903, + 67.36818581861722, + 1.0802150155945904, + 25.408824776012086 + ], + "std": [ + 16.658652702400353, + 38.27029441197264, + 42.312792327763546, + 13.905738526907694, + 18.603607056898632, + 13.419883734276516 + ], + "count": [ + 3956 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pour_cup/meta/info.json b/yuz1wan/so100_pour_cup/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..922f3554d031ba90cf272aa0cf95b0c7c08dd370 --- /dev/null +++ b/yuz1wan/so100_pour_cup/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 3139, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_pour_cup/meta/stats.json b/yuz1wan/so100_pour_cup/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..3ba1f4a5f3ff4e62fb49a6941ff9d0004a5d0047 --- /dev/null +++ b/yuz1wan/so100_pour_cup/meta/stats.json @@ -0,0 +1,307 @@ +{ + "frame_index": { + "min": [ + 0 + ], + "max": [ + 350 + ], + "mean": [ + 157.3568015291494 + ], + "std": [ + 92.11226370388206 + ], + "count": [ + 3139 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 3139 + ] + }, + "observation.image2": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5446885645389556 + ] + ], + [ + [ + 0.6135750949382782 + ] + ], + [ + [ + 0.5599903345108033 + ] + ] + ], + "std": [ + [ + [ + 0.23094362991910014 + ] + ], + [ + [ + 0.16804900696083502 + ] + ], + [ + [ + 0.20919523883573493 + ] + ] + ], + "count": [ + 1000 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.595731124561962 + ], + "std": [ + 2.905651510954502 + ], + "count": [ + 3139 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5887642621994018 + ] + ], + [ + [ + 0.6205002665519714 + ] + ], + [ + [ + 0.5906891465187073 + ] + ] + ], + "std": [ + [ + [ + 0.15804263681225542 + ] + ], + [ + [ + 0.1457138782535286 + ] + ], + [ + [ + 0.1528778185061691 + ] + ] + ], + "count": [ + 1000 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 11.666666984558105 + ], + "mean": [ + 5.245226770724868 + ], + "std": [ + 3.070408791048759 + ], + "count": [ + 3139 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 3138 + ], + "mean": [ + 1569.0 + ], + "std": [ + 906.1512015110944 + ], + "count": [ + 3139 + ] + }, + "observation.state": { + "min": [ + -36.9140625, + 24.9609375, + -6.6796875, + 40.78125, + -46.7578125, + 0.2958579957485199 + ], + "max": [ + 61.435546875, + 189.931640625, + 177.275390625, + 101.07421875, + 21.533203125, + 14.792899131774902 + ], + "mean": [ + 2.2128055149030064, + 139.60887518837484, + 121.90902651628517, + 81.42670165296192, + -11.832866921550949, + 0.7658961196164487 + ], + "std": [ + 17.20982894599237, + 53.75258473329015, + 56.75525198706688, + 14.04323704477946, + 11.184438437770774, + 0.730499547017561 + ], + "count": [ + 3139 + ] + }, + "action": { + "min": [ + -38.14453125, + 25.400390625, + -7.294921875, + 39.55078125, + -47.98828125, + 0.0 + ], + "max": [ + 63.10546875, + 190.01953125, + 176.396484375, + 102.216796875, + 22.587890625, + 16.223403930664062 + ], + "mean": [ + 2.357339079800059, + 141.2987445103359, + 119.93309337206425, + 81.78072828698136, + -12.298667580962142, + 0.17106339313130198 + ], + "std": [ + 17.60309734193323, + 52.82002271823282, + 57.475682420385574, + 14.400369376690865, + 11.307893669805551, + 0.9379518015264778 + ], + "count": [ + 3139 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pp_pink/meta/info.json b/yuz1wan/so100_pp_pink/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..1e33d71445b52e54d5248b39abb6b53b7362b90a --- /dev/null +++ b/yuz1wan/so100_pp_pink/meta/info.json @@ -0,0 +1,134 @@ +{ + "codebase_version": "v3.0", + "robot_type": "so100", + "total_episodes": 10, + "total_frames": 4307, + "total_tasks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:10" + }, + "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", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "main_shoulder_pan", + "main_shoulder_lift", + "main_elbow_flex", + "main_wrist_flex", + "main_wrist_roll", + "main_gripper" + ], + "fps": 30 + }, + "observation.images.image2": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "observation.images.image": { + "dtype": "video", + "shape": [ + 256, + 256, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.fps": 30.0, + "video.height": 256, + "video.width": 256, + "video.channels": 3, + "video.codec": "h264", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null, + "fps": 30 + } + }, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200 +} \ No newline at end of file diff --git a/yuz1wan/so100_pp_pink/meta/stats.json b/yuz1wan/so100_pp_pink/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..2c0cbf77a4adf87ccab334e623a395bfc016336e --- /dev/null +++ b/yuz1wan/so100_pp_pink/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.image2": { + "min": [ + [ + [ + 0.03529411926865578 + ] + ], + [ + [ + 0.05098039284348488 + ] + ], + [ + [ + 0.0313725508749485 + ] + ] + ], + "max": [ + [ + [ + 0.9058823585510254 + ] + ], + [ + [ + 0.9490196108818054 + ] + ], + [ + [ + 0.9411764740943909 + ] + ] + ], + "mean": [ + [ + [ + 0.5958995127231177 + ] + ], + [ + [ + 0.6087940128949972 + ] + ], + [ + [ + 0.5843278477060254 + ] + ] + ], + "std": [ + [ + [ + 0.11638579043022056 + ] + ], + [ + [ + 0.13421124961517034 + ] + ], + [ + [ + 0.13589045831444777 + ] + ] + ], + "count": [ + 1014 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 4306 + ], + "mean": [ + 2153.0 + ], + "std": [ + 1243.3237711875374 + ], + "count": [ + 4307 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 536 + ], + "mean": [ + 218.0227536568377 + ], + "std": [ + 129.8382052682551 + ], + "count": [ + 4307 + ] + }, + "observation.state": { + "min": [ + -24.873046875, + 17.314453125, + -7.119140625, + 36.9140625, + -48.779296875, + 0.5917159914970398 + ], + "max": [ + 38.84765625, + 189.66796875, + 177.1875, + 101.07421875, + 20.830078125, + 50.78895568847656 + ], + "mean": [ + 1.851967891124221, + 126.39197124005582, + 114.44692925319667, + 77.84642540032941, + -13.41747206924187, + 19.21568903049516 + ], + "std": [ + 14.291337388690529, + 50.29572703972414, + 51.18863456090271, + 15.900249313978392, + 15.196583880800137, + 16.992131073849897 + ], + "count": [ + 4307 + ] + }, + "observation.image": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5952496714375664 + ] + ], + [ + [ + 0.6165855063136513 + ] + ], + [ + [ + 0.593018740827045 + ] + ] + ], + "std": [ + [ + [ + 0.13876465273260447 + ] + ], + [ + [ + 0.14432779110058955 + ] + ], + [ + [ + 0.14131037332039129 + ] + ] + ], + "count": [ + 1014 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 4307 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 17.866666793823242 + ], + "mean": [ + 7.267424907600185 + ], + "std": [ + 4.32794017956313 + ], + "count": [ + 4307 + ] + }, + "action": { + "min": [ + -25.13671875, + 19.6875, + -13.798828125, + 35.244140625, + -49.482421875, + -0.08865248411893845 + ], + "max": [ + 39.638671875, + 190.107421875, + 176.66015625, + 102.12890625, + 21.62109375, + 51.41843795776367 + ], + "mean": [ + 1.9191867696064682, + 128.9654428726951, + 111.47982725555724, + 78.09550070247823, + -13.777156669633527, + 17.606915287941604 + ], + "std": [ + 14.883052037954183, + 49.07657125682403, + 52.21726638538879, + 16.329098578621476, + 15.448658486837283, + 17.60911021437619 + ], + "count": [ + 4307 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.6461574181564895 + ], + "std": [ + 2.8387818027017278 + ], + "count": [ + 4307 + ] + } +} \ No newline at end of file diff --git a/yuz1wan/so100_pp_pink/videos/observation.images.image2/chunk-000/file-000.mp4 b/yuz1wan/so100_pp_pink/videos/observation.images.image2/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43d3f4ec6a21d4a3fade2db1efe6fbd72fc4295f --- /dev/null +++ b/yuz1wan/so100_pp_pink/videos/observation.images.image2/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9b5bdab8b374e76f5c414457c9988ce5cf46fb2e9362d08c75317888cedcc1 +size 8566914 diff --git a/zaringleb/so100_cube_5_linear/meta/tasks.parquet b/zaringleb/so100_cube_5_linear/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92a69584ea0c84f7cda6ce6d2557ce7e54077bdd --- /dev/null +++ b/zaringleb/so100_cube_5_linear/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f901d7f322e31b38dc4613162f9793a881e237a0b8f18f3b933c3e694d007c5c +size 2188 diff --git a/zaringleb/so100_cube_6_2d/data/chunk-000/file-000.parquet b/zaringleb/so100_cube_6_2d/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..794e48134c36e7c8c5f277d76581d50476a9e41a --- /dev/null +++ b/zaringleb/so100_cube_6_2d/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268ef147487b88e2b721a1511a37e871d20e4d725e10c14d419d30be4c732316 +size 351319 diff --git a/zaringleb/so100_cube_6_2d/meta/tasks.parquet b/zaringleb/so100_cube_6_2d/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92a69584ea0c84f7cda6ce6d2557ce7e54077bdd --- /dev/null +++ b/zaringleb/so100_cube_6_2d/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f901d7f322e31b38dc4613162f9793a881e237a0b8f18f3b933c3e694d007c5c +size 2188 diff --git a/zaringleb/so100_cude_linear_and_2d_comb/meta/tasks.parquet b/zaringleb/so100_cude_linear_and_2d_comb/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92a69584ea0c84f7cda6ce6d2557ce7e54077bdd --- /dev/null +++ b/zaringleb/so100_cude_linear_and_2d_comb/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f901d7f322e31b38dc4613162f9793a881e237a0b8f18f3b933c3e694d007c5c +size 2188