diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..722419f1630662ca2d9979fc0479f0230cf318c3 --- /dev/null +++ b/README.md @@ -0,0 +1,209 @@ +--- +license: apache-2.0 +task_categories: +- robotics +tags: +- LeRobot +configs: +- config_name: default + data_files: data/*/*.parquet +--- + +This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). + + + + + + + + +## Dataset Description + + + +- **Homepage:** [More Information Needed] +- **Paper:** [More Information Needed] +- **License:** apache-2.0 + +## Dataset Structure + +[meta/info.json](meta/info.json): +```json +{ + "codebase_version": "v3.0", + "fps": 30, + "features": { + "action": { + "dtype": "float32", + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ], + "shape": [ + 6 + ] + }, + "observation.state": { + "dtype": "float32", + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ], + "shape": [ + 6 + ] + }, + "observation.images.top": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "is_depth_map": false, + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.fps": 30, + "video.channels": 3, + "has_audio": false, + "video.g": 2, + "video.crf": 30, + "video.preset": 12, + "video.fast_decode": 0, + "video.video_backend": "pyav", + "video.extra_options": {} + } + }, + "observation.images.wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "is_depth_map": false, + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.fps": 30, + "video.channels": 3, + "has_audio": false, + "video.g": 2, + "video.crf": 30, + "video.preset": 12, + "video.fast_decode": 0, + "video.video_backend": "pyav", + "video.extra_options": {} + } + }, + "intervention": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "next.success": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "is_terminal": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "mc_return": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + } + }, + "total_episodes": 167, + "total_frames": 137148, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 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", + "robot_type": "so_follower", + "splits": { + "train": "0:167" + } +} +``` + + +## Citation + +**BibTeX:** + +```bibtex +[More Information Needed] +``` \ No newline at end of file diff --git a/data/chunk-000/file-000.parquet b/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd1f92b5aecc09ef020f7b1e4b25198b7cff6533 --- /dev/null +++ b/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a641a118620f7293d00ee5ee411a134469066438010d23f5648fe1b5fbb1c272 +size 59094048 diff --git a/meta/episodes/chunk-000/file-000.parquet b/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee84fe1b7ab430729ffb08ce83909bbef5a9ec91 --- /dev/null +++ b/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ea61dd397a3171ee2ab15b006a487661e2b939d9587156b38ef1ae9b2f1bdc +size 349901 diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..2393e47ecc3c5726406a414f15dee4e6cdf8690b --- /dev/null +++ b/meta/info.json @@ -0,0 +1,202 @@ +{ + "codebase_version": "v3.0", + "fps": 30, + "features": { + "action": { + "dtype": "float32", + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ], + "shape": [ + 6 + ] + }, + "observation.state": { + "dtype": "float32", + "names": [ + "shoulder_pan.pos", + "shoulder_lift.pos", + "elbow_flex.pos", + "wrist_flex.pos", + "wrist_roll.pos", + "gripper.pos" + ], + "shape": [ + 6 + ] + }, + "observation.images.top": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "is_depth_map": false, + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.fps": 30, + "video.channels": 3, + "has_audio": false, + "video.g": 2, + "video.crf": 30, + "video.preset": 12, + "video.fast_decode": 0, + "video.video_backend": "pyav", + "video.extra_options": {} + } + }, + "observation.images.wrist": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "is_depth_map": false, + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.fps": 30, + "video.channels": 3, + "has_audio": false, + "video.g": 2, + "video.crf": 30, + "video.preset": 12, + "video.fast_decode": 0, + "video.video_backend": "pyav", + "video.extra_options": {} + } + }, + "intervention": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "next.success": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "is_terminal": { + "dtype": "bool", + "shape": [ + 1 + ], + "names": null + }, + "mc_return": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "language_persistent": { + "dtype": "language", + "shape": [ + 1 + ], + "names": null + }, + "language_events": { + "dtype": "language", + "shape": [ + 1 + ], + "names": null + } + }, + "total_episodes": 167, + "total_frames": 137148, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 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", + "robot_type": "so_follower", + "splits": { + "train": "0:167" + }, + "tools": [ + { + "type": "function", + "function": { + "name": "say", + "description": "Speak a short utterance to the user via the TTS executor.", + "parameters": { + "type": "object", + "properties": { + "text": { + "type": "string", + "description": "The verbatim text to speak." + } + }, + "required": [ + "text" + ] + } + } + } + ] +} \ No newline at end of file diff --git a/meta/stats.json b/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..d6adfc7066a9395a3b066eee7e3014285d915da3 --- /dev/null +++ b/meta/stats.json @@ -0,0 +1,696 @@ +{ + "observation.images.top": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.38073352795696935 + ] + ], + [ + [ + 0.36986710879388146 + ] + ], + [ + [ + 0.3482020456182761 + ] + ] + ], + "std": [ + [ + [ + 0.2873697776765696 + ] + ], + [ + [ + 0.28303428482687065 + ] + ], + [ + [ + 0.32656605960887763 + ] + ] + ], + "count": [ + 2633241600 + ], + "q01": [ + [ + [ + 0.028846167760756054 + ] + ], + [ + [ + 0.019294406932209105 + ] + ], + [ + [ + 0.00026549552655547634 + ] + ] + ], + "q10": [ + [ + [ + 0.11169970017326292 + ] + ], + [ + [ + 0.09562745089045119 + ] + ], + [ + [ + 0.027988503564593398 + ] + ] + ], + "q50": [ + [ + [ + 0.2798934992441926 + ] + ], + [ + [ + 0.27883365877203825 + ] + ], + [ + [ + 0.23493922070946188 + ] + ] + ], + "q90": [ + [ + [ + 0.8779931871179512 + ] + ], + [ + [ + 0.7998656152454111 + ] + ], + [ + [ + 0.8957813133267019 + ] + ] + ], + "q99": [ + [ + [ + 0.9999498047305851 + ] + ], + [ + [ + 0.998949461024128 + ] + ], + [ + [ + 0.9996363824354069 + ] + ] + ] + }, + "next.success": { + "min": [ + 0.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.0007072651426334755 + ], + "std": [ + 0.026585050895580976 + ], + "count": [ + 137148 + ], + "q01": [ + -6.130806784276708e-11 + ], + "q10": [ + -6.130667508554697e-11 + ], + "q50": [ + -6.130048505345761e-11 + ], + "q90": [ + -6.129429502136824e-11 + ], + "q99": [ + -6.129290226414813e-11 + ] + }, + "episode_index": { + "min": [ + 0.0 + ], + "max": [ + 49.0 + ], + "mean": [ + 17.84457666170852 + ], + "std": [ + 13.556480882411693 + ], + "count": [ + 137148 + ], + "q01": [ + 17.84457666170852 + ], + "q10": [ + 17.844576661708523 + ], + "q50": [ + 17.844576661708537 + ], + "q90": [ + 17.844576661708555 + ], + "q99": [ + 17.844576661708555 + ] + }, + "frame_index": { + "min": [ + 0.0 + ], + "max": [ + 1910.0 + ], + "mean": [ + 473.5677662087672 + ], + "std": [ + 336.48930241546265 + ], + "count": [ + 137148 + ], + "q01": [ + 8.967015224214306 + ], + "q10": [ + 94.32780468682748 + ], + "q50": [ + 473.34238687257545 + ], + "q90": [ + 852.7361187972919 + ], + "q99": [ + 938.1685171129981 + ] + }, + "index": { + "min": [ + 0.0 + ], + "max": [ + 41091.0 + ], + "mean": [ + 15805.513044302505 + ], + "std": [ + 10778.241875403059 + ], + "count": [ + 137148 + ], + "q01": [ + 15340.912293317955 + ], + "q10": [ + 15426.273082780564 + ], + "q50": [ + 15805.332847682796 + ], + "q90": [ + 16184.681396891032 + ], + "q99": [ + 16270.113795206735 + ] + }, + "task_index": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 137148 + ], + "q01": [ + 3.999999999999417e-16 + ], + "q10": [ + 3.999999999999417e-15 + ], + "q50": [ + 1.9999999999997088e-14 + ], + "q90": [ + 3.599999999999476e-14 + ], + "q99": [ + 3.9599999999994235e-14 + ] + }, + "observation.images.wrist": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.45120055622089805 + ] + ], + [ + [ + 0.485515926575097 + ] + ], + [ + [ + 0.4714721294532444 + ] + ] + ], + "std": [ + [ + [ + 0.24532695701088716 + ] + ], + [ + [ + 0.2639886154474308 + ] + ], + [ + [ + 0.2837144367919306 + ] + ] + ], + "count": [ + 2633241600 + ], + "q01": [ + [ + [ + 0.1384643176374769 + ] + ], + [ + [ + 0.16376644352834258 + ] + ], + [ + [ + 0.1297267123195685 + ] + ] + ], + "q10": [ + [ + [ + 0.22584005492440345 + ] + ], + [ + [ + 0.22727453494047567 + ] + ], + [ + [ + 0.1911589923658012 + ] + ] + ], + "q50": [ + [ + [ + 0.391348354772287 + ] + ], + [ + [ + 0.4118779588056809 + ] + ], + [ + [ + 0.39175741455524005 + ] + ] + ], + "q90": [ + [ + [ + 0.8018080513834007 + ] + ], + [ + [ + 0.8671298394673985 + ] + ], + [ + [ + 0.8841783484580701 + ] + ] + ], + "q99": [ + [ + [ + 0.9999522142935164 + ] + ], + [ + [ + 0.9956265497970475 + ] + ], + [ + [ + 0.9999456780750695 + ] + ] + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 63.666666666666664 + ], + "mean": [ + 15.785592206958901 + ], + "std": [ + 11.216310080515424 + ], + "count": [ + 137148 + ], + "q01": [ + 0.2989005073789593 + ], + "q10": [ + 3.1442601561501555 + ], + "q50": [ + 15.77853392568607 + ], + "q90": [ + 28.42453729332047 + ], + "q99": [ + 31.272283903861442 + ] + }, + "intervention": { + "min": [ + 0.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.20997754324612303 + ], + "std": [ + 0.40729224771560285 + ], + "count": [ + 137148 + ], + "q01": [ + -2.918570602223322e-11 + ], + "q10": [ + 0.013617605783241034 + ], + "q50": [ + 0.25150470805015457 + ], + "q90": [ + 0.2918508899858809 + ], + "q99": [ + 0.2918589887273737 + ] + }, + "observation.state": { + "min": [ + -37.626373291015625, + -102.76923370361328, + -56.131866455078125, + -441.97802734375, + -76.35164642333984, + 0.0 + ], + "max": [ + 32.61538314819336, + 56.263736724853516, + 100.87911987304688, + 100.43955993652344, + 74.06593322753906, + 52.52595138549805 + ], + "mean": [ + -2.9432884945749054, + -3.5647641000344334, + 16.638332179636453, + 77.73552798815982, + 5.133345416834687, + 17.087186017737572 + ], + "std": [ + 11.27987398373065, + 36.652877205796, + 33.17589813768298, + 9.220847028944087, + 15.985343700692168, + 9.638148509867253 + ], + "count": [ + 137148 + ], + "q01": [ + -20.15155009352498, + -97.61126145442131, + -12.61418026553389, + 61.093201006320754, + -17.631178686568866, + 1.7725238912719339 + ], + "q10": [ + -14.918664347192271, + -58.96922047807605, + -9.122351885790337, + 68.42904561352358, + -11.054123504342279, + 4.801006534109413 + ], + "q50": [ + -2.7453376882431275, + 8.848726570675534, + 6.904880881945255, + 78.07656198269501, + 5.4893218532567785, + 16.001160204943126 + ], + "q90": [ + 8.200980470160644, + 21.187350646634, + 65.83524684607849, + 86.6003704963787, + 20.16844485614836, + 28.45444486942353 + ], + "q99": [ + 14.870838612346061, + 24.834765321735933, + 94.61894894895407, + 89.72526834920639, + 27.23169899430217, + 32.051974386482485 + ] + }, + "action": { + "min": [ + -37.978023529052734, + -103.78022003173828, + -57.58241653442383, + 44.483516693115234, + -76.70330047607422, + 0.5709624886512756 + ], + "max": [ + 32.79121017456055, + 55.69230651855469, + 97.14286041259766, + 100.65933990478516, + 74.4175796508789, + 53.0179443359375 + ], + "mean": [ + -2.843494134278625, + -3.69530526667467, + 14.15403324294689, + 77.74745706880931, + 5.232496313229332, + 14.014564933327513 + ], + "std": [ + 11.393692664155358, + 35.59545075404258, + 32.45387010615722, + 9.206385205832206, + 16.11091297262871, + 11.949424322379745 + ], + "count": [ + 137148 + ], + "q01": [ + -20.4641469517089, + -94.3292077154589, + -16.47945175553071, + 60.63609103677388, + -18.12213719337382, + 1.6437706115516457 + ], + "q10": [ + -14.92017915721636, + -56.72610783938902, + -10.79080261010129, + 68.36301440771005, + -10.966339374149959, + 2.6518833780592925 + ], + "q50": [ + -2.651393161225758, + 7.83689587895192, + 5.2578786797958115, + 78.09871226865405, + 5.587193453626373, + 10.746427465929457 + ], + "q90": [ + 8.398011894607356, + 20.248031366725574, + 61.26699218056233, + 86.70543652520952, + 20.394988728538987, + 28.73532302669678 + ], + "q99": [ + 15.31547461771912, + 25.194339981333957, + 89.89419204829525, + 90.09141319638766, + 27.682187416093054, + 32.40340539532184 + ] + } +} \ No newline at end of file diff --git a/meta/tasks.parquet b/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..334f076a5d14aaa51435650097bc64fef1c53c65 --- /dev/null +++ b/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc715821e3ee8ef2d71cd570c25dae8c4d3a634d7d2fd8c2020124e1161d9b3 +size 2523 diff --git a/videos/observation.images.top/chunk-000/file-000.mp4 b/videos/observation.images.top/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..def94789a93e040dc2da653f7e1bc2c21e1162e3 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0d9a6eb25c69c1933d79346e44251e2d9c6ad63982e645e9e2d9e3e6db579d +size 180735968 diff --git a/videos/observation.images.top/chunk-000/file-001.mp4 b/videos/observation.images.top/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70d68fb9a8746c41f478173a480a48e4db9358fb --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5902030f153d3266ce882f659da2ebe6fe7284745293c8e845a760e09838dd +size 205651651 diff --git a/videos/observation.images.top/chunk-000/file-002.mp4 b/videos/observation.images.top/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b63aa0e1df331966538f0872983aac151705ade --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c415b3207f90fbc34c93fa2791ef4b1b9271b18961ec842bf2b74147374869a +size 184289732 diff --git a/videos/observation.images.top/chunk-000/file-003.mp4 b/videos/observation.images.top/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31a5d09ef073fb0864abc10e5cbbca8f7d506409 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a5d40de494175f4edda52ca41f7de6898ebcf8399ea2f719dcf31d72a797a4 +size 193948013 diff --git a/videos/observation.images.top/chunk-000/file-004.mp4 b/videos/observation.images.top/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23f7874ec01e29625f442988ac960c712d787642 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abd4c98b59cd6c3c3f8b23c847ae950fc1751856f234f02cd02c5aa25a512ff +size 205993791 diff --git a/videos/observation.images.top/chunk-000/file-005.mp4 b/videos/observation.images.top/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6124d80216d894a384ce33bf407444bc70559ce9 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338313fa3c26a882a0ced95cbbecdecd5ae74fab0c55390ee6102d258d2338c5 +size 187954928 diff --git a/videos/observation.images.top/chunk-000/file-006.mp4 b/videos/observation.images.top/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..463e45ba215d76be692149439154ab05b1ea29c9 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412053c91f95aaf067b05eacc7d8ee0c34986baa9f9e4f987304078c54ea2641 +size 106257449 diff --git a/videos/observation.images.top/chunk-000/file-007.mp4 b/videos/observation.images.top/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50f3b9186c430df0dd9daac16f85e6af6fb68a50 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c899922fac43dff94a595136b60e3c6f8a5b62495f39b12ca24500ee06fca4c0 +size 184579541 diff --git a/videos/observation.images.top/chunk-000/file-008.mp4 b/videos/observation.images.top/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f3dc637340267b14fe34b3f927b4855fbbf637b --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acddd270e55f8d238b7bd482747200f568005621ccedb6217880fc433debd93d +size 184837024 diff --git a/videos/observation.images.top/chunk-000/file-009.mp4 b/videos/observation.images.top/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f1cfac0ae483c0253a667f3384754dbe9d7a93b --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dfaea604643cde93e7c18b507c27c4eaf81d4315c964c7caaade7fa1e228bd +size 198229572 diff --git a/videos/observation.images.top/chunk-000/file-010.mp4 b/videos/observation.images.top/chunk-000/file-010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..337b0d9cb29a8a2d29bbeffa0093557cd0f6d19e --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b031b6ce5bff2e99776b32ddec4735b465c4a99133673b449c749cac9918b1 +size 181953257 diff --git a/videos/observation.images.top/chunk-000/file-011.mp4 b/videos/observation.images.top/chunk-000/file-011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6f8f546bea60d20d90f5ca5bd4e7fa117ae7751 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f2f907099ec59768aeb38199011455ed52278b18e4fc56d0dc5bed761d790d +size 172562769 diff --git a/videos/observation.images.top/chunk-000/file-012.mp4 b/videos/observation.images.top/chunk-000/file-012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8140cebcea0e21051d79a894c43fb1d0eb2d5964 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d160e032e78d1de9f7cf6402740b8b504581c7579adbf9d43c86ec6e0c279b71 +size 204486889 diff --git a/videos/observation.images.top/chunk-000/file-013.mp4 b/videos/observation.images.top/chunk-000/file-013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfabe88b0d44e062648df9746984fbd7b23ac22c --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17491556d41a3aa623db89f83964d8ba92a10773cf49acdc0194a8986200da2c +size 193146105 diff --git a/videos/observation.images.top/chunk-000/file-014.mp4 b/videos/observation.images.top/chunk-000/file-014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c74dafd6e966a2cb103361498e437657a4cbd988 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ba16aa6ecf899c7473e5da5ded604bf17dddee81d6e3e5824abdac1458ee68 +size 185654041 diff --git a/videos/observation.images.top/chunk-000/file-015.mp4 b/videos/observation.images.top/chunk-000/file-015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4487e778aaf0d15bb46f1a97c8e19af92c78246 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dc8da987c8cd80655cb308e264195c40a9ed3c22380301e1a90abc43fd9276 +size 198827679 diff --git a/videos/observation.images.top/chunk-000/file-016.mp4 b/videos/observation.images.top/chunk-000/file-016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..921263839fc5de6392ce65b058bece4c7484cc11 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b438379fbdcda9aa75efaaac35fb3e354cc6d62b673f6882a94a33dbc9053cc +size 204954575 diff --git a/videos/observation.images.top/chunk-000/file-017.mp4 b/videos/observation.images.top/chunk-000/file-017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda414f7938d2f2796e577e52fb9a99c7af7a0aa --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fe54b5261ae23e5407d46ecf4884ac8b2b3e0b5adfc2dcf88b217aa9a7617d +size 199675707 diff --git a/videos/observation.images.top/chunk-000/file-018.mp4 b/videos/observation.images.top/chunk-000/file-018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e5570ec5e8943c76d5da68010242c8646d4e35f --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989dce951eeec4d694a9314003f180bce9b55cad6987c2584f45d52c3b6570e7 +size 32723916 diff --git a/videos/observation.images.top/chunk-000/file-019.mp4 b/videos/observation.images.top/chunk-000/file-019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d27bd9e205f0c97c011d4661fe514c32ecdd8fc --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5755bb1794377958dc616db5c12bd41cd3719f1dbd4c6684058b05e0595d983f +size 197898533 diff --git a/videos/observation.images.top/chunk-000/file-020.mp4 b/videos/observation.images.top/chunk-000/file-020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..686646ae161400821377d3da8c110fd8ff3ab462 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef15d1ef7e5052b117c207be2c76ed58ca48114ea23449a569d6885e930526d +size 199402046 diff --git a/videos/observation.images.top/chunk-000/file-021.mp4 b/videos/observation.images.top/chunk-000/file-021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a2fee0dcb4b66b3e8c8d0ea75114ed8e780a231 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57f84673357d08c9a01c8c8a0d261a1392ab3770e36563c549e21a58a0bccde +size 44967581 diff --git a/videos/observation.images.top/chunk-000/file-022.mp4 b/videos/observation.images.top/chunk-000/file-022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..554c8aed49c6b2d6adf248484de0eb78643380c4 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26414d5af8807b80dfd36f1792e6568eabde6ac3960d5431e47bee4fb14ad60 +size 202462533 diff --git a/videos/observation.images.top/chunk-000/file-023.mp4 b/videos/observation.images.top/chunk-000/file-023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7874ffa0d7f48d4e83a91b465e209a6b5e747ec1 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bf69362d0117b174ba0707b9864d5e151fc46ee6bb774b96538a38fde99acc +size 190391236 diff --git a/videos/observation.images.top/chunk-000/file-024.mp4 b/videos/observation.images.top/chunk-000/file-024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aec8aa06493badceb75ca9626c70aa444c74fa3 --- /dev/null +++ b/videos/observation.images.top/chunk-000/file-024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55457a10e552c5632bc02946713d4075289b2a882ab0f782b9d3c9f7a55f0624 +size 154741419 diff --git a/videos/observation.images.wrist/chunk-000/file-000.mp4 b/videos/observation.images.wrist/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0999448c7c7e80103baa94e441deb1837b38c69 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1540f6ec35ffa99234691791d83968f7340e328185eee365531dc7968e78c25 +size 189978112 diff --git a/videos/observation.images.wrist/chunk-000/file-001.mp4 b/videos/observation.images.wrist/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64a0b92791d56b939cbdccb48ddb33a451b442c7 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2f0523890892ae685b83b26cfdb9eafa0c02d12b9fb419b53df0bb24248ba2 +size 207193813 diff --git a/videos/observation.images.wrist/chunk-000/file-002.mp4 b/videos/observation.images.wrist/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ba814d676e92c3d2d18bdcbe71972067e62a01f --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6897a58e361f1dc387cd53ff4279d496382f5540cdaedbbd86871ca2a8e8af31 +size 186107651 diff --git a/videos/observation.images.wrist/chunk-000/file-003.mp4 b/videos/observation.images.wrist/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f57abfed139b413e5b3a8f2e005c4a789341ebc --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c907a643081f471f3964a91a47fed54fd60b8f76b77f6c15b91a83ff634fdf +size 208357108 diff --git a/videos/observation.images.wrist/chunk-000/file-004.mp4 b/videos/observation.images.wrist/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74059489b374e0192c4f63f01d580da8f7665866 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785c85d70b886c3bdc3be2531a09a96d211d4325cddce116c6cead31473d4914 +size 35178110 diff --git a/videos/observation.images.wrist/chunk-000/file-005.mp4 b/videos/observation.images.wrist/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8881b789812b1b7092a5798bb562638ce4d554a4 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf63eece149cf557bbcc8c42e7f990a278f1356d0a8bb56fe9068d0c3e087f8d +size 199718461 diff --git a/videos/observation.images.wrist/chunk-000/file-006.mp4 b/videos/observation.images.wrist/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5298011f64b9868cca2032a609af165c718bda82 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f9cc4a8c413f0b7d615bd2f33ccb25dac406c40a422562cce46880555e8b36 +size 202309413 diff --git a/videos/observation.images.wrist/chunk-000/file-007.mp4 b/videos/observation.images.wrist/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f4b785a67d7e32e042b1fe8e357076b452d91d1 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7001cba841544897fa4c081d7f1753ff35cdef65ec0125ff120ac16ac4ba95f1 +size 91994487 diff --git a/videos/observation.images.wrist/chunk-000/file-008.mp4 b/videos/observation.images.wrist/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7823941bd3de261fa66b8ce63870f1aad9c43b3 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574588ce9041ff1f5a573535b0b22a43fa38c5c2331727f6f24ecdd36970408b +size 179756924 diff --git a/videos/observation.images.wrist/chunk-000/file-009.mp4 b/videos/observation.images.wrist/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4271e5bcda6a248f021aa0ac723344dee208a11e --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe217f0a02a6002e871a8b52d2f55f0e4d34cac6c725e1aa27a81cbe9b318d9 +size 187097553 diff --git a/videos/observation.images.wrist/chunk-000/file-010.mp4 b/videos/observation.images.wrist/chunk-000/file-010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc5f32434b16d63847c16885b349c500a0f833c8 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424e35550136387d7d690c6a180aa9a3fbf79e01b9387340c39be33571db95bb +size 185816942 diff --git a/videos/observation.images.wrist/chunk-000/file-011.mp4 b/videos/observation.images.wrist/chunk-000/file-011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7288e827a18207c6f1c1832601a860f2360044b --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55b26b4d64ecb27b3e840544b04d8799d315bd53a610a3a65892cf2fbb60ea4 +size 204162539 diff --git a/videos/observation.images.wrist/chunk-000/file-012.mp4 b/videos/observation.images.wrist/chunk-000/file-012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b26ec26f6c101a9e60c2c96bfb86d1b5a503a099 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e230f9883ed3b3a40bc694f403a95ab7180e000313c9c9e38857e513602e5e62 +size 206901396 diff --git a/videos/observation.images.wrist/chunk-000/file-013.mp4 b/videos/observation.images.wrist/chunk-000/file-013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..513e559dd2e9f3f443bc86eeaef345e37f94dd2f --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5a362d41a7bed6632acfac80e3f2e9109d7185654f9583c0adfcad98043aba +size 206525674 diff --git a/videos/observation.images.wrist/chunk-000/file-014.mp4 b/videos/observation.images.wrist/chunk-000/file-014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75cd6e251422731c1b231a9886387ddf3bb322ba --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065335b634e8b23a9c9ff730eeab0ea7b0677efde5d92be7045f57b4084bc6d6 +size 206211506 diff --git a/videos/observation.images.wrist/chunk-000/file-015.mp4 b/videos/observation.images.wrist/chunk-000/file-015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b30075b95f037df5db1e46545884e09d5af5947c --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67236cafa32fd188815941de86235d143808489de9a3f2b7bf86f21d6aa89e31 +size 101546614 diff --git a/videos/observation.images.wrist/chunk-000/file-016.mp4 b/videos/observation.images.wrist/chunk-000/file-016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..533fdf9bfc67785852ff4b4604293f989918fcd6 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2ce3da7237a1d1b01e7db5be80dc9a6d476a032fadc4e477c00b227b9aed82 +size 188536642 diff --git a/videos/observation.images.wrist/chunk-000/file-017.mp4 b/videos/observation.images.wrist/chunk-000/file-017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3f7748e31be95e50d48e0652b0e58b594ff2cd7 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f675026d81f8345127e668228a1a6ac599bd10bb9a408146c6ed4f3b8ac5466 +size 199064150 diff --git a/videos/observation.images.wrist/chunk-000/file-018.mp4 b/videos/observation.images.wrist/chunk-000/file-018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ca7da1f33ccfa642d54190199d3f8b3d51dc8b7 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9664d9aaf1411758b2807dad06a23718a40319dfc34e210efe2e2f85f176f57e +size 94550770 diff --git a/videos/observation.images.wrist/chunk-000/file-019.mp4 b/videos/observation.images.wrist/chunk-000/file-019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3d97e75df9b19ede4992d7f910a52ff01d1a0c4 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a02d92714a279ecec26539b1ca6cd604315bb7af32a7ae133fb5eebd66f9f0 +size 198928059 diff --git a/videos/observation.images.wrist/chunk-000/file-020.mp4 b/videos/observation.images.wrist/chunk-000/file-020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16ef279d33d80b54df6ebb5d1e858227d9f9c67d --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee90d30cdb8061277b8e6aa8112696a573af77025a91415c77e3be61b1f2c38 +size 195117117 diff --git a/videos/observation.images.wrist/chunk-000/file-021.mp4 b/videos/observation.images.wrist/chunk-000/file-021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fa553cb01f2170c7f85f04ef6c022fc8f209f65 --- /dev/null +++ b/videos/observation.images.wrist/chunk-000/file-021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e316f3676762d083973538228205957153cfc5dc1f9c422d5499b71493dd601 +size 17236192