diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..bed0738c7eeb449bca98b5d2f33c89a1ee56349a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.avro filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.lz4 filter=lfs diff=lfs merge=lfs -text +*.mds filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +# Audio files - uncompressed +*.pcm filter=lfs diff=lfs merge=lfs -text +*.sam filter=lfs diff=lfs merge=lfs -text +*.raw filter=lfs diff=lfs merge=lfs -text +# Audio files - compressed +*.aac filter=lfs diff=lfs merge=lfs -text +*.flac filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +# Image files - uncompressed +*.bmp filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text +# Image files - compressed +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text +# Video files - compressed +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2750e20e70f4eed411dc6a7b50c3d5f74aaefbec --- /dev/null +++ b/README.md @@ -0,0 +1,204 @@ +--- +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", + "robot_type": "bi_so_follower", + "total_episodes": 50, + "total_frames": 35309, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200, + "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", + "names": [ + "left_shoulder_pan.pos", + "left_shoulder_lift.pos", + "left_elbow_flex.pos", + "left_wrist_flex.pos", + "left_wrist_roll.pos", + "left_gripper.pos", + "right_shoulder_pan.pos", + "right_shoulder_lift.pos", + "right_elbow_flex.pos", + "right_wrist_flex.pos", + "right_wrist_roll.pos", + "right_gripper.pos" + ], + "shape": [ + 12 + ] + }, + "observation.state": { + "dtype": "float32", + "names": [ + "left_shoulder_pan.pos", + "left_shoulder_lift.pos", + "left_elbow_flex.pos", + "left_wrist_flex.pos", + "left_wrist_roll.pos", + "left_gripper.pos", + "right_shoulder_pan.pos", + "right_shoulder_lift.pos", + "right_elbow_flex.pos", + "right_wrist_flex.pos", + "right_wrist_roll.pos", + "right_gripper.pos" + ], + "shape": [ + 12 + ] + }, + "observation.images.left_left_front": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.right_right_front": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.right_top": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} +``` + + +## 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..a869751a1f2cfd96e6258f530cee5444eb776e93 --- /dev/null +++ b/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d78c261c0807e6bca3596cace0e567bba82fc7be83699b093cfb4467930f82a +size 168783 diff --git a/data/chunk-000/file-001.parquet b/data/chunk-000/file-001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cb3ec1becc7d6a5a3fb5ebd199504771b975e18 --- /dev/null +++ b/data/chunk-000/file-001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa86537659cb66fedd9e18ca1de682672ec99c74a453718e6ce99df940ccb105 +size 172594 diff --git a/data/chunk-000/file-002.parquet b/data/chunk-000/file-002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7772f1601eee3dbbda030757c5eb9d418ec10740 --- /dev/null +++ b/data/chunk-000/file-002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873e3b5e94c649507e82ef97c06195e42e7ac3858e9782d3a814a07bffa55f45 +size 180324 diff --git a/data/chunk-000/file-003.parquet b/data/chunk-000/file-003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bc335127699da13ba3b0599201b44d37e04f3e3 --- /dev/null +++ b/data/chunk-000/file-003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f854f547a2df5cb5d4321739d426386e9e082a7ba505fb763fbe5a26cc5fd7 +size 191321 diff --git a/data/chunk-000/file-004.parquet b/data/chunk-000/file-004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bd5e901d0c9f92a52b5d8b4c0bcf6be6814ddc9 --- /dev/null +++ b/data/chunk-000/file-004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bb930e84f6af04e8f57d99309b37da969319de3792038f12097b4f53310a35 +size 176273 diff --git a/data/chunk-000/file-005.parquet b/data/chunk-000/file-005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8ba57a633811afa6ecde77c71735699dfb50492 --- /dev/null +++ b/data/chunk-000/file-005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19e54ad9a2b38cf03a0fd1bd8e350169082d13e07a936ab5c03de5c6c41be40 +size 194847 diff --git a/data/chunk-000/file-006.parquet b/data/chunk-000/file-006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dcc9a1a412b48a2457889faaf24f9620f032d56 --- /dev/null +++ b/data/chunk-000/file-006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5457be442ceb62497ad324350e2a10fb1dc7e93e98c48f8ace707f36165642 +size 200593 diff --git a/data/chunk-000/file-007.parquet b/data/chunk-000/file-007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..937186fd6dc08630460a53267d6bccb940c67427 --- /dev/null +++ b/data/chunk-000/file-007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203869ad2f2aa03c3cfad907224dc9c45f1ccf415b72cef5cbab0ac593154ad5 +size 189084 diff --git a/data/chunk-000/file-008.parquet b/data/chunk-000/file-008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb1fd5bf4e88f3b2478b1ee110462437e3933861 --- /dev/null +++ b/data/chunk-000/file-008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929b84d870d9ee7743287ddb8f2bcf098a1593793b0122d88d2a0c4c23c09b63 +size 193795 diff --git a/data/chunk-000/file-009.parquet b/data/chunk-000/file-009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f5d9048a74cc27619691cd19dc34e6c4bdd4baf --- /dev/null +++ b/data/chunk-000/file-009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f12cd0cb7ea7dd77ec687639dd351a58b831d35613297ba2e91a8115450c1f +size 187414 diff --git a/meta/episodes/chunk-000/file-000.parquet b/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18bafab4b8c14e0a7449eacaa3cbb4255fafb31e --- /dev/null +++ b/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89ae8b039ce3062bf59a268351b0550589b1f2d6418c2c8f61328b4f82d9e2e +size 74009 diff --git a/meta/episodes/chunk-000/file-001.parquet b/meta/episodes/chunk-000/file-001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..898b068eae5a58364343fd2ea079726f8735569b --- /dev/null +++ b/meta/episodes/chunk-000/file-001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a98ee8b8829f8484363a48395657829e4a71a5cc66d7dbd4c6521858b51e28 +size 73936 diff --git a/meta/episodes/chunk-000/file-002.parquet b/meta/episodes/chunk-000/file-002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..393552d2bc793202eb5c189cc0071782bfa64fa1 --- /dev/null +++ b/meta/episodes/chunk-000/file-002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828ec9c59c1c1320408dde20fe110e3e2c73329ec7948046e0dc2fa54ac59cf8 +size 73860 diff --git a/meta/episodes/chunk-000/file-003.parquet b/meta/episodes/chunk-000/file-003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5ecfc2f5bd5205be4386c157a8e45a87b2353be --- /dev/null +++ b/meta/episodes/chunk-000/file-003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b3353de81420024041c8c26f0cee92614c5d793b1ea177c7ab92a2940b02a2 +size 74030 diff --git a/meta/episodes/chunk-000/file-004.parquet b/meta/episodes/chunk-000/file-004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c919fd52ab71aa2138a57321b69c1543da4d138b --- /dev/null +++ b/meta/episodes/chunk-000/file-004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe3bbee58b0bbf53ed6d094e3750d89e4caa0ef44dddf86127cd936f16f6e7b +size 74085 diff --git a/meta/episodes/chunk-000/file-005.parquet b/meta/episodes/chunk-000/file-005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e27ca544d4c0dbbcffbd58ce977aa52bbec1da9c --- /dev/null +++ b/meta/episodes/chunk-000/file-005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf06749169cdb17d642c59ccea7523c95468ae0df7b5c1e732e2eaa2e09d8be +size 74034 diff --git a/meta/episodes/chunk-000/file-006.parquet b/meta/episodes/chunk-000/file-006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56c3acda2e5d1e3ff9cd68d3c358969a8b27ba49 --- /dev/null +++ b/meta/episodes/chunk-000/file-006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1f74562df39c053a75866dfa33c6218099b83b13f5f369e1e557101fdf4ced +size 74013 diff --git a/meta/episodes/chunk-000/file-007.parquet b/meta/episodes/chunk-000/file-007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5351e68e4f40e149bb599b3a46f4877ee95724f7 --- /dev/null +++ b/meta/episodes/chunk-000/file-007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4302f0c3f7f3efd66dddb929db591899e46ff911a9dd9c90116411372ccf3ae8 +size 73974 diff --git a/meta/episodes/chunk-000/file-008.parquet b/meta/episodes/chunk-000/file-008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d38fe4e7efbd7267dcc2a6e597f2b7ed94bba64 --- /dev/null +++ b/meta/episodes/chunk-000/file-008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595257db30dec626bbd5444e0fe88df4418522f9041fadf57cebaea8bf307399 +size 73976 diff --git a/meta/episodes/chunk-000/file-009.parquet b/meta/episodes/chunk-000/file-009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..538ff3a68c36122ceac3d7b7c1b8f81c9eed10a6 --- /dev/null +++ b/meta/episodes/chunk-000/file-009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d100fd38fac5f42f70a72179fc131b4a450c346b577ee4d4d6d68d80651e5812 +size 73902 diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..2ee70b60b49d17712c6beee51d9393807e970eab --- /dev/null +++ b/meta/info.json @@ -0,0 +1,162 @@ +{ + "codebase_version": "v3.0", + "robot_type": "bi_so_follower", + "total_episodes": 50, + "total_frames": 35309, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200, + "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", + "names": [ + "left_shoulder_pan.pos", + "left_shoulder_lift.pos", + "left_elbow_flex.pos", + "left_wrist_flex.pos", + "left_wrist_roll.pos", + "left_gripper.pos", + "right_shoulder_pan.pos", + "right_shoulder_lift.pos", + "right_elbow_flex.pos", + "right_wrist_flex.pos", + "right_wrist_roll.pos", + "right_gripper.pos" + ], + "shape": [ + 12 + ] + }, + "observation.state": { + "dtype": "float32", + "names": [ + "left_shoulder_pan.pos", + "left_shoulder_lift.pos", + "left_elbow_flex.pos", + "left_wrist_flex.pos", + "left_wrist_roll.pos", + "left_gripper.pos", + "right_shoulder_pan.pos", + "right_shoulder_lift.pos", + "right_elbow_flex.pos", + "right_wrist_flex.pos", + "right_wrist_roll.pos", + "right_gripper.pos" + ], + "shape": [ + 12 + ] + }, + "observation.images.left_left_front": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.right_right_front": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.right_top": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "timestamp": { + "dtype": "float32", + "shape": [ + 1 + ], + "names": null + }, + "frame_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "episode_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + }, + "task_index": { + "dtype": "int64", + "shape": [ + 1 + ], + "names": null + } + } +} \ No newline at end of file diff --git a/meta/stats.json b/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..59796030467d82a7d8f8c225ad63f61000c7db45 --- /dev/null +++ b/meta/stats.json @@ -0,0 +1,898 @@ +{ + "observation.images.right_right_front": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5522768099340175 + ] + ], + [ + [ + 0.5505229302932075 + ] + ], + [ + [ + 0.5367221398340615 + ] + ] + ], + "std": [ + [ + [ + 0.003946350817054599 + ] + ], + [ + [ + 0.005560002640145463 + ] + ], + [ + [ + 0.006772969941482394 + ] + ] + ], + "count": [ + 6820 + ], + "q01": [ + [ + [ + 0.04942385392747508 + ] + ], + [ + [ + 0.052680074338341605 + ] + ], + [ + [ + 0.050884648301724116 + ] + ] + ], + "q10": [ + [ + [ + 0.32349215192325986 + ] + ], + [ + [ + 0.31097631182521 + ] + ], + [ + [ + 0.2023001990400562 + ] + ] + ], + "q50": [ + [ + [ + 0.6067844647418885 + ] + ], + [ + [ + 0.6099276270993829 + ] + ], + [ + [ + 0.6223288049992748 + ] + ] + ], + "q90": [ + [ + [ + 0.6752751577057107 + ] + ], + [ + [ + 0.6830272584786508 + ] + ], + [ + [ + 0.710740224208616 + ] + ] + ], + "q99": [ + [ + [ + 0.7269752179498852 + ] + ], + [ + [ + 0.7397834662858427 + ] + ], + [ + [ + 0.7654128760654336 + ] + ] + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 29.066666666666666 + ], + "mean": [ + 11.872697234888173 + ], + "std": [ + 6.998595001794369 + ], + "count": [ + 35309 + ], + "q01": [ + 0.22089103649120947 + ], + "q10": [ + 2.3624701063894475 + ], + "q50": [ + 11.867952995175882 + ], + "q90": [ + 21.38009660653547 + ], + "q99": [ + 23.524503433285144 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 35308 + ], + "mean": [ + 17654.0 + ], + "std": [ + 10192.830323320406 + ], + "count": [ + 35309 + ], + "q01": [ + 17304.44581405094 + ], + "q10": [ + 17368.693186147364 + ], + "q50": [ + 17653.857672808637 + ], + "q90": [ + 17939.2219811471 + ], + "q99": [ + 18003.554185949062 + ] + }, + "observation.images.right_top": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5261998050955473 + ] + ], + [ + [ + 0.5204195520491923 + ] + ], + [ + [ + 0.5094171995093245 + ] + ] + ], + "std": [ + [ + [ + 0.017491021967770713 + ] + ], + [ + [ + 0.014036568471061238 + ] + ], + [ + [ + 0.01648064868327989 + ] + ] + ], + "count": [ + 6820 + ], + "q01": [ + [ + [ + 0.033576745397826034 + ] + ], + [ + [ + 0.03505446361754361 + ] + ], + [ + [ + 0.03411836773502296 + ] + ] + ], + "q10": [ + [ + [ + 0.18465257950592312 + ] + ], + [ + [ + 0.16984499001206202 + ] + ], + [ + [ + 0.1416808087165815 + ] + ] + ], + "q50": [ + [ + [ + 0.6119873410299789 + ] + ], + [ + [ + 0.6127467301329331 + ] + ], + [ + [ + 0.6102707033933332 + ] + ] + ], + "q90": [ + [ + [ + 0.6898884973531294 + ] + ], + [ + [ + 0.6940050492961708 + ] + ], + [ + [ + 0.6937361961088483 + ] + ] + ], + "q99": [ + [ + [ + 0.7365186104255591 + ] + ], + [ + [ + 0.7424971927034516 + ] + ], + [ + [ + 0.7444323923290401 + ] + ] + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 35309 + ], + "q01": [ + 3.999999999999417e-16 + ], + "q10": [ + 3.9999999999994166e-15 + ], + "q50": [ + 1.9999999999997094e-14 + ], + "q90": [ + 3.599999999999476e-14 + ], + "q99": [ + 3.959999999999424e-14 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 872 + ], + "mean": [ + 356.18091704664533 + ], + "std": [ + 209.95785005383107 + ], + "count": [ + 35309 + ], + "q01": [ + 6.626731097582339 + ], + "q10": [ + 70.87410319400638 + ], + "q50": [ + 355.965546212014 + ], + "q90": [ + 641.4028981937417 + ], + "q99": [ + 705.7351029957084 + ] + }, + "observation.images.left_left_front": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.5414550310984608 + ] + ], + [ + [ + 0.5364286376574086 + ] + ], + [ + [ + 0.5172213419776516 + ] + ] + ], + "std": [ + [ + [ + 0.01124647578578263 + ] + ], + [ + [ + 0.011895279854244187 + ] + ], + [ + [ + 0.014924386402004384 + ] + ] + ], + "count": [ + 6820 + ], + "q01": [ + [ + [ + 0.07298733581620902 + ] + ], + [ + [ + 0.07607825012336789 + ] + ], + [ + [ + 0.07080451692323148 + ] + ] + ], + "q10": [ + [ + [ + 0.3306633272732965 + ] + ], + [ + [ + 0.3075120669278432 + ] + ], + [ + [ + 0.23508919944054726 + ] + ] + ], + "q50": [ + [ + [ + 0.5833001525042819 + ] + ], + [ + [ + 0.5831883053020692 + ] + ], + [ + [ + 0.5855929653280889 + ] + ] + ], + "q90": [ + [ + [ + 0.6725204346708318 + ] + ], + [ + [ + 0.6817455140221713 + ] + ], + [ + [ + 0.6926117519900621 + ] + ] + ], + "q99": [ + [ + [ + 0.7473077112481917 + ] + ], + [ + [ + 0.763114822679271 + ] + ], + [ + [ + 0.7843785839937817 + ] + ] + ] + }, + "observation.state": { + "min": [ + -38.32966995239258, + -103.25274658203125, + -27.16483497619629, + 45.010990142822266, + -44.52747344970703, + 1.721854329109192, + -85.93406677246094, + -102.9011001586914, + -93.27472686767578, + 25.186813354492188, + -15.692307472229004, + 2.344273328781128 + ], + "max": [ + 79.9120864868164, + 27.47252655029297, + 97.67032623291016, + 102.24176025390625, + 34.5054931640625, + 42.185428619384766, + 22.549449920654297, + 49.626373291015625, + 97.4065933227539, + 102.02198028564453, + 67.03296661376953, + 36.436702728271484 + ], + "mean": [ + 15.138939615667901, + -50.74003281175082, + 42.075505983070194, + 83.8861915871221, + 0.09977564779375406, + 7.250073058747871, + -24.92832512916166, + -70.23897915280271, + 58.14736775804449, + 75.2342127803472, + 10.19048083463411, + 6.401532084782036 + ], + "std": [ + 36.57688214743322, + 36.82736513883489, + 30.113498574592896, + 12.741079422420077, + 11.767837595975516, + 8.392718936409294, + 28.675499555048283, + 38.15834785057281, + 40.11723652926535, + 15.078891127704068, + 16.25927933842434, + 7.587404791512027 + ], + "count": [ + 35309 + ], + "q01": [ + -21.14481145130727, + -102.80246247890591, + -2.6059864312503787, + 58.215163566263, + -11.088029822862657, + 1.7979526005584254, + -73.2207550326802, + -101.80956041184913, + -24.776918176515736, + 49.919420839066674, + -3.9803839739928977, + 2.6671107419660154 + ], + "q10": [ + -20.08838157267477, + -102.65620849626148, + 12.444461030906526, + 68.99319812569081, + -8.894706326283353, + 1.8238095356126953, + -70.73561578497566, + -101.48083257929626, + 1.6632241263156158, + 63.87206451876796, + -0.8927143703350232, + 2.74684790499437 + ], + "q50": [ + -5.639404733995406, + -34.48760943015594, + 32.544841538257806, + 87.14467397368136, + 1.0753328839170353, + 4.594408970808977, + -7.914504424212548, + -99.14126058144923, + 85.20098394761801, + 68.72937382292446, + 0.5294463336068346, + 2.8072016549422063 + ], + "q90": [ + 64.59915911457557, + -10.681185302580122, + 92.47680098711984, + 96.93898085055778, + 6.8570202892244625, + 22.552644760124455, + -4.731489141086831, + -26.07347785625673, + 91.69306902692138, + 94.96926779434935, + 32.696969392245464, + 21.16475223696125 + ], + "q99": [ + 65.31272355325831, + -6.951856534900867, + 93.42607448751873, + 99.9997444736174, + 8.677316452174296, + 27.87654292563852, + -1.9329833946148591, + 4.768368741112731, + 92.56330592050575, + 101.63037923310897, + 35.66818827537954, + 29.453134284138045 + ] + }, + "action": { + "min": [ + -38.63736343383789, + -106.02198028564453, + -29.846153259277344, + 44.35165023803711, + -44.79121017456055, + 0.3159557580947876, + -86.5934066772461, + -104.70330047607422, + -96.35164642333984, + 23.03296661376953, + -15.868131637573242, + 0.6741573214530945 + ], + "max": [ + 80.13186645507812, + 27.340660095214844, + 96.74725341796875, + 102.54945373535156, + 35.120880126953125, + 42.57503890991211, + 23.120878219604492, + 48.70329666137695, + 96.96703338623047, + 102.32967376708984, + 67.12088012695312, + 36.77902603149414 + ], + "mean": [ + 15.146997720620124, + -51.6030322483299, + 40.86597505737078, + 83.63623405883723, + 0.156497323115317, + 5.866791850846857, + -24.753485208366744, + -70.48673333727099, + 57.04746827677054, + 75.11457981588333, + 10.181229089280386, + 5.6566818957050735 + ], + "std": [ + 36.68381559601439, + 36.42738183101672, + 30.55231740477484, + 12.909372271717155, + 11.752646744389372, + 9.124311754107532, + 28.794142354049047, + 37.89654423010343, + 40.448915255660026, + 15.227782845083798, + 16.377669339349875, + 7.96753202817299 + ], + "count": [ + 35309 + ], + "q01": [ + -21.419214298653355, + -103.13467080360496, + -5.1871628755569, + 57.61985152912806, + -11.277067442769132, + 1.3718491554385577, + -73.40745371720197, + -101.93776321105383, + -27.21705126884217, + 48.81900328544606, + -4.346172426589742, + 2.2892524527208957 + ], + "q10": [ + -20.142229597760156, + -102.933932320081, + 10.433877966375805, + 68.64087163086145, + -8.85623008710592, + 1.4289673382544072, + -70.66172162989723, + -101.57030822046616, + -0.45869485652039393, + 63.3989492009132, + -1.026379142589647, + 2.309191607493738 + ], + "q50": [ + -5.594436946701872, + -36.26694655647556, + 31.531077043854694, + 86.9121583063642, + 1.066431699215225, + 1.5220531743014896, + -7.625058337667738, + -99.16154447879057, + 84.19460755273408, + 68.7352496542964, + 0.5349343584295981, + 2.7098421795429513 + ], + "q90": [ + 64.72692098699494, + -11.356093328541306, + 92.18103497863258, + 96.9254707384603, + 6.9674648505666905, + 22.80016045848675, + -4.392314914451766, + -26.635499733047265, + 90.77112923879285, + 95.13335055990729, + 32.78288218606929, + 21.416442011783957 + ], + "q99": [ + 65.60267197222075, + -7.131981103070209, + 93.07327355473835, + 100.24464652539687, + 9.02244355066813, + 28.205505523375507, + -1.5118756752786189, + 4.256204384815556, + 91.83095141736591, + 101.94168638313391, + 36.02371259729699, + 29.76480518448754 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 49 + ], + "mean": [ + 24.972811464499138 + ], + "std": [ + 14.196614132035068 + ], + "count": [ + 35309 + ], + "q01": [ + 24.972811464499138 + ], + "q10": [ + 24.972811464499138 + ], + "q50": [ + 24.972811464499145 + ], + "q90": [ + 24.97281146449916 + ], + "q99": [ + 24.972811464499173 + ] + } +} \ No newline at end of file diff --git a/meta/tasks.parquet b/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad29e2893ba06aef4e30eb7a99a34aec9a7dde02 --- /dev/null +++ b/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3019dc855ec7294179b012f857842fa9d0147d47a5f537e5e9d7b99271d2bb +size 2138 diff --git a/videos/observation.images.left_left_front/chunk-000/file-000.mp4 b/videos/observation.images.left_left_front/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f6169adec4c14d3e2ce821ed3faad712d3affb8 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18490fa8bff10ab0cc7f1a7ef69481cb32b93218f5925f1e55ccc9d8f95209b5 +size 11956069 diff --git a/videos/observation.images.left_left_front/chunk-000/file-001.mp4 b/videos/observation.images.left_left_front/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c06950939861fd0bb8809be555e6a0de8f653a99 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52aea3f8a8426c15cb8e72b838e363250cbf95cc8196386e062e47ecca3ead81 +size 17607312 diff --git a/videos/observation.images.left_left_front/chunk-000/file-002.mp4 b/videos/observation.images.left_left_front/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..717fa31084e03e8f35b2eecaa95f57e9ecb09ec4 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407ebf95bf2f288c677644b7923c051b5869b104d6ddd23d31124b22e29d7c5f +size 14961771 diff --git a/videos/observation.images.left_left_front/chunk-000/file-003.mp4 b/videos/observation.images.left_left_front/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7fcd3971dce4e4602b0c3bdad8fdbdda5d31866 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92084ca7191d898a29e6b45b20f96db74e578a7ed967e2618f2e990cca4c87ef +size 15560640 diff --git a/videos/observation.images.left_left_front/chunk-000/file-004.mp4 b/videos/observation.images.left_left_front/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cbf0dfc2bd54dcfdf2bb1453824f1c775c07ce2 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c035d957025af46d5516bf89c64ce99785fcd4bd4b06303da4dca8603e2a38 +size 14532219 diff --git a/videos/observation.images.left_left_front/chunk-000/file-005.mp4 b/videos/observation.images.left_left_front/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6d79576679ff634360776e46e5e1e171dfed226 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129dd4a0acc8c2f4a8a39a9d254c6283b1ce3020a0c76e4669c37e4f50539eca +size 15390038 diff --git a/videos/observation.images.left_left_front/chunk-000/file-006.mp4 b/videos/observation.images.left_left_front/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b9af8d2266cb1c9fd2358c48f8ea262f8f8c154 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223c59cff6bfe92d23831d35d42a716b350809621c3857fe2d50a84f6b450542 +size 15902835 diff --git a/videos/observation.images.left_left_front/chunk-000/file-007.mp4 b/videos/observation.images.left_left_front/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0359417c19b2f301721b3699bd5fada20f85063b --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63596eccfacf907409ae35cc414e256a0aa56648bc0adf9b88e6c7a97758feb5 +size 13973375 diff --git a/videos/observation.images.left_left_front/chunk-000/file-008.mp4 b/videos/observation.images.left_left_front/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa41aecb6a824ad34ef98548d11f5dad34e953d1 --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187b8cb026219c3bf9d85ef90231a90151cc17d8e4506b55fe768d651c1737de +size 13905618 diff --git a/videos/observation.images.left_left_front/chunk-000/file-009.mp4 b/videos/observation.images.left_left_front/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dabe332e234f0641a87606bd133390b292eb7bbb --- /dev/null +++ b/videos/observation.images.left_left_front/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e37cefb6c0d00218c7afd57b48edbf75080585c4b64eb1f9b51c52398a03336 +size 13977121 diff --git a/videos/observation.images.right_right_front/chunk-000/file-000.mp4 b/videos/observation.images.right_right_front/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d192fb3f8d65f7c09e5ed0e9f8e6119c3ceec27 --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585a1b33a04cbe1203bae081a0f010c4845749f8fb2997824324cf674b10df6c +size 12857274 diff --git a/videos/observation.images.right_right_front/chunk-000/file-001.mp4 b/videos/observation.images.right_right_front/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f3dd365c34103b92e2382dd6a313ba20f83d699 --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab32c08a867b33007b7b5aaf08caaa9f229441e0d2800f7ce55ec3c9b9274b4a +size 18787108 diff --git a/videos/observation.images.right_right_front/chunk-000/file-002.mp4 b/videos/observation.images.right_right_front/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4eac2022e1bb4a05cf5e497b8d55c384ad0aec08 --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c472e8017d7098ad2c1997ccf5e563448808f036dbca670a90176d21bedff09e +size 17027793 diff --git a/videos/observation.images.right_right_front/chunk-000/file-003.mp4 b/videos/observation.images.right_right_front/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27e3becbf9f10c1c90b42050a33ba5bf538b1e66 --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cd96ac1ef4a2368c12a680ae553c28991696cf303259b378cf658c2fde15ba +size 18358423 diff --git a/videos/observation.images.right_right_front/chunk-000/file-004.mp4 b/videos/observation.images.right_right_front/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9458641dfdfe7c16d6b18b5985b96e2598eb0ba2 --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488fb9fb4cf0a7be87e81a2bb13759e28886913553ed4b8b5e2f3ddc53944a64 +size 16174228 diff --git a/videos/observation.images.right_right_front/chunk-000/file-005.mp4 b/videos/observation.images.right_right_front/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8d17e860559da53ab8cde5cdbd062d3e51b034e --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a04b0c55175acc34db77994a2feccf8f65a741322cb2dc5f0d7443e58f4d30d +size 18364189 diff --git a/videos/observation.images.right_right_front/chunk-000/file-006.mp4 b/videos/observation.images.right_right_front/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6155ef3f873a9a808925b012c4c5f09d7afa855 --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edce5b5e72f7c65184f8627c70e50ed54f058fa12124b5e14c1b65903f72bd62 +size 18524508 diff --git a/videos/observation.images.right_right_front/chunk-000/file-007.mp4 b/videos/observation.images.right_right_front/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d107d63c79d8d0c322214fbcc53d2f70b09490ae --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2487d400fd699ca6598df82f830ddeba755efd90a577796a3fd40a13820bd4 +size 17642590 diff --git a/videos/observation.images.right_right_front/chunk-000/file-008.mp4 b/videos/observation.images.right_right_front/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26e69fc15e30a5651dffe2065e97312347d46614 --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32be90b6b12159d6f343a15d8794834464cb128fdba3aebd9442915bcd528635 +size 17273141 diff --git a/videos/observation.images.right_right_front/chunk-000/file-009.mp4 b/videos/observation.images.right_right_front/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..786bdc2bb617ae77d2442dadeab9914d7053eafc --- /dev/null +++ b/videos/observation.images.right_right_front/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274cf25df2d596c27f270b7abf41a0c9b7674f2cd4d22dfc8c2a4ac68193d8a2 +size 17228745 diff --git a/videos/observation.images.right_top/chunk-000/file-000.mp4 b/videos/observation.images.right_top/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03b61bde4892390ce65b7b0ddb34113128d2e707 --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d2a0a45081874c9d1473f9d878aa9513b5f678545b92d02e6ea86ffd4dd2c9 +size 23048247 diff --git a/videos/observation.images.right_top/chunk-000/file-001.mp4 b/videos/observation.images.right_top/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..861ebe3cfb87c11e96cb3bc580849e59eceea457 --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15241b8df5acef96f3694c2fb4405fdcfb3149b3252804491d97ec2daf9ed93b +size 28939650 diff --git a/videos/observation.images.right_top/chunk-000/file-002.mp4 b/videos/observation.images.right_top/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..706f291b4e3d2f698287d0f8f281d905652d75ad --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a53590cfa33f8c4d88c884d4127bf6f83eb1cccb71e095eeb96373ec7079f9 +size 26493828 diff --git a/videos/observation.images.right_top/chunk-000/file-003.mp4 b/videos/observation.images.right_top/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fb248b5d9b32165da58dfe6d0c7e76a7441b105 --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd1d93f1c7e53cb1a81bf75aeefae0c3c3bbb804b8e9eee580d8f5cb332fc45 +size 28839322 diff --git a/videos/observation.images.right_top/chunk-000/file-004.mp4 b/videos/observation.images.right_top/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bde0ef5fef3848084203ccfde8d6113d0648dfc --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee26affe70853ad096b9eba858839830f4bfb4cefadd0a6b658997a8cc8fde24 +size 24799747 diff --git a/videos/observation.images.right_top/chunk-000/file-005.mp4 b/videos/observation.images.right_top/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3c1cab771f26b4f850d3f4a21df7090941a6c5b --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bdc1a03e800105571a6285b6a6f7e69a1c43a8b352f8388b921eaf3d43fb4c +size 27282842 diff --git a/videos/observation.images.right_top/chunk-000/file-006.mp4 b/videos/observation.images.right_top/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e704f760fa8c5fad09ebecd94a835c513a8eb13 --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d862826ed55be381664fafb2e0f89252f96bb0f61dfaaad67696ff4c21fd97 +size 29258111 diff --git a/videos/observation.images.right_top/chunk-000/file-007.mp4 b/videos/observation.images.right_top/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f04f799b733571cdd1db3594374a9f46acd8bc92 --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad912a0ecb70d973173e84f90a4a22c9c7955a4b0ec6566b9c63304b877c574 +size 27485742 diff --git a/videos/observation.images.right_top/chunk-000/file-008.mp4 b/videos/observation.images.right_top/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7750977c8dd74841b33fdc9cacd62e872a5f6709 --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0c4c848c750d1172b1e23c611be10b18b0904ba6b355abcf9b844c0a619607 +size 27295064 diff --git a/videos/observation.images.right_top/chunk-000/file-009.mp4 b/videos/observation.images.right_top/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..058fafdba0be92bf8d57247915851578ffcce8d6 --- /dev/null +++ b/videos/observation.images.right_top/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f1f680d550ae53e0d02e14a2aa763ea6a2e1c90b7a5e3e4a9c726fc473832e +size 26300596