diff --git a/data/chunk-000/file-000.parquet b/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d00bb7129d2a3a0a053362dd7b87fa07e00cad7 --- /dev/null +++ b/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb00aa47deabbd8ed8124a4278af903dcf07fed75b5f1a602cc387955dc0b64 +size 584004 diff --git a/meta/episodes/chunk-000/file-000.parquet b/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ed2a5dc9fb63cdb54fc3f31ef71c5de9ded242f6 --- /dev/null +++ b/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26131b8b13ff814a7bf061206aa9c3cea0546537e4bac8e4528497a35b83272 +size 64815 diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..92c4b251c5898b8bef5e5f00a10d8c4ef4b40340 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,127 @@ +{ + "codebase_version": "v3.0", + "robot_type": null, + "total_episodes": 26, + "total_frames": 10042, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 0.001, + "fps": 30, + "splits": { + "train": "0:26" + }, + "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": [ + "right_arm_shoulder_pan.pos", + "right_arm_shoulder_lift.pos", + "right_arm_elbow_flex.pos", + "right_arm_wrist_flex.pos", + "right_arm_wrist_roll.pos", + "right_arm_gripper.pos" + ] + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 6 + ], + "names": [ + "right_arm_shoulder_pan.pos", + "right_arm_shoulder_lift.pos", + "right_arm_elbow_flex.pos", + "right_arm_wrist_flex.pos", + "right_arm_wrist_roll.pos", + "right_arm_gripper.pos" + ] + }, + "observation.images.main": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "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.left_arm": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channel" + ], + "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..af1e3dac1ab866c0044c2e71e77cb45e5a172951 --- /dev/null +++ b/meta/stats.json @@ -0,0 +1,307 @@ +{ + "observation.images.main": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.3974284193040578 + ] + ], + [ + [ + 0.3871056802900809 + ] + ], + [ + [ + 0.38230041688521726 + ] + ] + ], + "std": [ + [ + [ + 0.25897523698120944 + ] + ], + [ + [ + 0.2627867196702553 + ] + ], + [ + [ + 0.24814098005888904 + ] + ] + ], + "count": [ + 2542 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 13.3 + ], + "mean": [ + 6.62504481179048 + ], + "std": [ + 3.8602745886019516 + ], + "count": [ + 10042 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 25 + ], + "mean": [ + 12.054371639115715 + ], + "std": [ + 7.2447490278753826 + ], + "count": [ + 10042 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 10041 + ], + "mean": [ + 5020.5 + ], + "std": [ + 2898.8756872277227 + ], + "count": [ + 10042 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 399 + ], + "mean": [ + 198.7513443537144 + ], + "std": [ + 115.80823765805853 + ], + "count": [ + 10042 + ] + }, + "observation.state": { + "min": [ + -82.45743560791016, + -99.91532897949219, + -71.58308410644531, + -74.26850128173828, + -90.18372344970703, + 1.7272727489471436 + ], + "max": [ + 21.169504165649414, + 45.63928985595703, + 90.36381530761719, + 98.88124084472656, + 61.31233596801758, + 45.272727966308594 + ], + "mean": [ + -16.49332638162941, + -53.3906972365084, + 49.05219385876073, + 12.26631018982967, + -48.88989120601919, + 17.249691989050987 + ], + "std": [ + 14.742120063486295, + 42.48040966538254, + 31.58066858765639, + 35.76857088168872, + 18.62659667984492, + 20.03208953071906 + ], + "count": [ + 10042 + ] + }, + "observation.images.left_arm": { + "min": [ + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ], + [ + [ + 0.0 + ] + ] + ], + "max": [ + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ], + [ + [ + 1.0 + ] + ] + ], + "mean": [ + [ + [ + 0.4284057814822099 + ] + ], + [ + [ + 0.4250100062415472 + ] + ], + [ + [ + 0.41404579719213935 + ] + ] + ], + "std": [ + [ + [ + 0.19863960075905956 + ] + ], + [ + [ + 0.20496540281862924 + ] + ], + [ + [ + 0.20637250232438864 + ] + ] + ], + "count": [ + 2542 + ] + }, + "action": { + "min": [ + -83.22522735595703, + -107.67044067382812, + -73.8241958618164, + -78.19371032714844, + -90.0, + 0.0 + ], + "max": [ + 21.471824645996094, + 45.13970184326172, + 89.99971008300781, + 124.68346405029297, + 64.43635559082031, + 45.0 + ], + "mean": [ + -16.404787453729494, + -55.995137145333594, + 46.776402780957916, + 11.863711415047524, + -48.8120031077604, + 16.30252932343581 + ], + "std": [ + 14.807190856322263, + 43.57277299377991, + 32.06354689502361, + 36.7041965440345, + 18.828903072080642, + 21.62963777414517 + ], + "count": [ + 10042 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 10042 + ] + } +} \ No newline at end of file diff --git a/meta/tasks.parquet b/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbe0c4034ac678ca1951f058c0d585d64e81cd3d --- /dev/null +++ b/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599f499e3ab5b002e3ac2969a9aed2233249a238225bfffe2b9e17780bc5a44b +size 2106 diff --git a/videos/observation.images.left_arm/chunk-000/file-000.mp4 b/videos/observation.images.left_arm/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4aecbceabdb28e5a34f859a094c96f6b68cec5c --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1ab49c7b9cef438e7c10de53390a5e33f228e35b499cc0ee22e0c8afd2cd10 +size 4035628 diff --git a/videos/observation.images.left_arm/chunk-000/file-001.mp4 b/videos/observation.images.left_arm/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32926e45c213451caee16faed75ca848b5e379aa --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b358c9645c333771c47c0b66bbc96969d9d20acd6e4bac01e1cdfb8e32e5750 +size 4097298 diff --git a/videos/observation.images.left_arm/chunk-000/file-002.mp4 b/videos/observation.images.left_arm/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8a0cfe7054713e40a0d37d587a1c0d4f8d79445 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715704ce6fc73204013dd4873ea530b70fcf2563aad26c1b65ee359a6ac4e714 +size 3854472 diff --git a/videos/observation.images.left_arm/chunk-000/file-003.mp4 b/videos/observation.images.left_arm/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..120e1ca697920c97e553de81d6534fb74a53f65b --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d877791bb58dd8466c0f10ef9bd02a35258e615bce1e5acb2dee10352150f97 +size 4890700 diff --git a/videos/observation.images.left_arm/chunk-000/file-004.mp4 b/videos/observation.images.left_arm/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03abca788f6982a15ff99ba77a4f71553c266f66 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913303853f9321eae5495598752c5eef1015ad1895e7e853d651f1f4852c0721 +size 3695812 diff --git a/videos/observation.images.left_arm/chunk-000/file-005.mp4 b/videos/observation.images.left_arm/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92538a91b86f0704c3f8e5c6bae14b67510f07d8 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3347c2d34c8faf67742bfb35745edabdbb30ddf772b8c25b9d06585c5d317a47 +size 3585980 diff --git a/videos/observation.images.left_arm/chunk-000/file-006.mp4 b/videos/observation.images.left_arm/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dc5e9984e5ee1a22f861bd9ad120491c06e89fd --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f444daac13c39418d57284f20d6fb9c108420cc102c4d27dc98b8953918f0bac +size 3655468 diff --git a/videos/observation.images.left_arm/chunk-000/file-007.mp4 b/videos/observation.images.left_arm/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b77584f1305e1c38a7e1ebb8cd78c3f124f4d9c9 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ec7178fdf0c3ad65d3214880924108aef95d9662ddc5c86d252f63ee06fe44 +size 3704537 diff --git a/videos/observation.images.left_arm/chunk-000/file-008.mp4 b/videos/observation.images.left_arm/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d2ddb2aeaef45509a27deb1ce10d1ca9d5b92a5 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909be2043587729c30f47a73d7d7452ca6957adc2f2f1d61a52ddcc9a06f6783 +size 3990961 diff --git a/videos/observation.images.left_arm/chunk-000/file-009.mp4 b/videos/observation.images.left_arm/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..185139eb503fa4dec3172d9592d687e676aa479d --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfb1c3b26e72a1a3fe2003ceb6e10e0b653cee38d34768e68ae84c879a8d31b +size 3615591 diff --git a/videos/observation.images.left_arm/chunk-000/file-010.mp4 b/videos/observation.images.left_arm/chunk-000/file-010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2301ce30c287369bb7bd86de220b0ea95ec27ca9 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519115dfa77db1124e09b7914459e5485f02f930baca45133f27219181bc3f0a +size 3674290 diff --git a/videos/observation.images.left_arm/chunk-000/file-011.mp4 b/videos/observation.images.left_arm/chunk-000/file-011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5637a37cb6c184d6dc3e59639db0cdbcacf5ffa --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe1835dab80ab450101d2d5867d440881b64227da36bcb4a699502bacfeaee6 +size 3990849 diff --git a/videos/observation.images.left_arm/chunk-000/file-012.mp4 b/videos/observation.images.left_arm/chunk-000/file-012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c7074985145ef62bd64336b1d1e5b6df5feb5a0 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bea71511c8c9cc92614410ee37c567d4f06daa0e6d96c4da982662dd029037 +size 3566561 diff --git a/videos/observation.images.left_arm/chunk-000/file-013.mp4 b/videos/observation.images.left_arm/chunk-000/file-013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..353b8914d92fc4fac0648c6a0a5b3c991f62ea54 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed80e69dbcc425e4705e81804e00039a4f99b7f868002e310f0b7d0782fd250 +size 3705069 diff --git a/videos/observation.images.left_arm/chunk-000/file-014.mp4 b/videos/observation.images.left_arm/chunk-000/file-014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..942cbea031c2d74602070fe3b41bec55a446057b --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657ab347da26f8690de6294c9a51cb10fcffd6743ef1bd0db01aaff4378b08c8 +size 3798444 diff --git a/videos/observation.images.left_arm/chunk-000/file-015.mp4 b/videos/observation.images.left_arm/chunk-000/file-015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203b3cf8028a3ffdfaa37eab457e178e7a76e927 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbe62264312280769ea0e90f8c8eb4c4513440b8d96dd0e9bcbdf66009cdb9c +size 3256755 diff --git a/videos/observation.images.left_arm/chunk-000/file-016.mp4 b/videos/observation.images.left_arm/chunk-000/file-016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac2bb9fe251c6a3f8d6698b688b578fb4f6f7c1c --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad74ffaa1a564675831cb6fda2a6f852a5347ff0f36e50ca868b9c13725124c +size 3470254 diff --git a/videos/observation.images.left_arm/chunk-000/file-017.mp4 b/videos/observation.images.left_arm/chunk-000/file-017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e95c935592f2f49445acc2b9d962de32b729a21 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531cfdd6e738f8263f0a25ce88d0f9996dc574547bcff7308311eecffd222089 +size 3225891 diff --git a/videos/observation.images.left_arm/chunk-000/file-018.mp4 b/videos/observation.images.left_arm/chunk-000/file-018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2336a22cd1cf323399c3a2f384325ce1c19ef823 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80acc1c82aee9b920e3db884342611b9b0fbdc7a20df08c47b728395f0896389 +size 3684888 diff --git a/videos/observation.images.left_arm/chunk-000/file-019.mp4 b/videos/observation.images.left_arm/chunk-000/file-019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aacf98740969c3edd6419637d88feeeea59a278 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75173278c6fbadf79b4c5cbf658ed20eb2c5f4eebf1ba6ff5eeb845cf3317f15 +size 3490641 diff --git a/videos/observation.images.left_arm/chunk-000/file-020.mp4 b/videos/observation.images.left_arm/chunk-000/file-020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94e3a54313c262778fca267ce09c321cb9cfa886 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cb8757b808e350f7685005ac61ff56ec09f43a706c42d519d14311c5d1a324 +size 3892861 diff --git a/videos/observation.images.left_arm/chunk-000/file-021.mp4 b/videos/observation.images.left_arm/chunk-000/file-021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dd7dd42e9e7fcc91ea3901f7cf5fde4bb640b88 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcb5714fa2b12e26eaaedb026f7bd6ec077d3ce27c2108707377f52a48a03ed +size 4009972 diff --git a/videos/observation.images.left_arm/chunk-000/file-022.mp4 b/videos/observation.images.left_arm/chunk-000/file-022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44c8c1049133222477b907271c154af9a7deca51 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7033dac997e64dbab4a89e083021175e6e8e1b82f8793c12c11e6bc5fb9b9c +size 3213126 diff --git a/videos/observation.images.left_arm/chunk-000/file-023.mp4 b/videos/observation.images.left_arm/chunk-000/file-023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3b26b55b3a9d417048f90346fea2dc6d0126378 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2b6daa330dfa4fcf6dfc72140af109eb8c8c141b187b06cd446770ebe63a96 +size 3799046 diff --git a/videos/observation.images.left_arm/chunk-000/file-024.mp4 b/videos/observation.images.left_arm/chunk-000/file-024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf75e56320849487980fee1c26d88d64484264e3 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973019a8f59a0ee84ab5ff52edb7332fee9c5fd050887c3d07c8fbf5e8a4fc53 +size 4266652 diff --git a/videos/observation.images.left_arm/chunk-000/file-025.mp4 b/videos/observation.images.left_arm/chunk-000/file-025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dc98538a11da2849d4770125d9c991a13b28741 --- /dev/null +++ b/videos/observation.images.left_arm/chunk-000/file-025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96102d5685f93db534c0efa80c42b297398ce4ce76504c66ead509c642ecafb +size 813614 diff --git a/videos/observation.images.main/chunk-000/file-000.mp4 b/videos/observation.images.main/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f99740334816f0e7865ab3c7d4aaf691e3cb31ad --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be65dd8150b25e3bbf6a44b6436c6483ba46f8936cb4d5780d3192865418888 +size 9471272 diff --git a/videos/observation.images.main/chunk-000/file-001.mp4 b/videos/observation.images.main/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d228a6100ef1b7df704f84e28864bfa9ef3e0ac2 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1398b53055c6634761a8f732ddefb1d76e08ebf0c4fb6c3ba8fbd789d699b194 +size 9219552 diff --git a/videos/observation.images.main/chunk-000/file-002.mp4 b/videos/observation.images.main/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..accf64553baf59ad745921a74dfce82bc2f8c602 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9a04c5c48370c739d5ee133a88bbbc41a003c14695f8222df7cbaa26bf1c96 +size 8857058 diff --git a/videos/observation.images.main/chunk-000/file-003.mp4 b/videos/observation.images.main/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c60f49b3b7f447fdb5184f02a3516fad19674f2 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774b36e3f157c25190d51e27e5cdbe6c4e1ec6f1ce5554cdc84c755f570464f2 +size 9490557 diff --git a/videos/observation.images.main/chunk-000/file-004.mp4 b/videos/observation.images.main/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54f6733e2fd1971065bd1362d76a6cbe0b5cfc9c --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162f9136919819101b0e2e0ed31c272187c7cb04e95c2b4d30c2eca7601dea36 +size 9356447 diff --git a/videos/observation.images.main/chunk-000/file-005.mp4 b/videos/observation.images.main/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f42f53a5bc90683fc19d46454ee1c11cd02e6689 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f547e06d17541d0c6df03ba32ed71bde7e05baf7e87ffe21ac5796476adb94b +size 8380821 diff --git a/videos/observation.images.main/chunk-000/file-006.mp4 b/videos/observation.images.main/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc1a4b316d258a217bdaf5cbddefd5e54aa50974 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1209aa839ed16d30c081f26dc4ab6d6f48c6d24748c95c433acf7a0058f5569 +size 8810213 diff --git a/videos/observation.images.main/chunk-000/file-007.mp4 b/videos/observation.images.main/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb20e79b88fcac970a1e6faf484998fd484033f0 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af59c6cefc8f9806ebcf478b1d3e5a1cf02566f52906ca77ad1f013ae3abfb4 +size 9380377 diff --git a/videos/observation.images.main/chunk-000/file-008.mp4 b/videos/observation.images.main/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff17a61e2d991624fb50610dbb0220a9c68f43e1 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432fe456de0286feee57ca5c1b5b6922b3837d6fc65b136fa7df927d6c221bab +size 9632614 diff --git a/videos/observation.images.main/chunk-000/file-009.mp4 b/videos/observation.images.main/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b218f7bb82c8d31f00674b32ec01ed51dda608e --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425093d4842fce425c96cdab366be2c1c51a3847fa6059bb88fa0b1cf27ff013 +size 9303711 diff --git a/videos/observation.images.main/chunk-000/file-010.mp4 b/videos/observation.images.main/chunk-000/file-010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbcf006e268ea756d8edddcffa16f1d90d2e79f9 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f016e954762c11aa6d983ea5c6efe012ebd530ed523a389af9b97acc5af8a9 +size 9730524 diff --git a/videos/observation.images.main/chunk-000/file-011.mp4 b/videos/observation.images.main/chunk-000/file-011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c21500b16f1b1a81bfa92668b903f10a9424e1b --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944148531aa528c34a9b7fbc3de72ef357db577e77b4d86408a014dd500df081 +size 9404864 diff --git a/videos/observation.images.main/chunk-000/file-012.mp4 b/videos/observation.images.main/chunk-000/file-012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2500f6761e97fee92fcf672ec8e850425da546c --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deab4c08dd57a863151e39a8c125872b3a5e9c0b9d64d02d7857ac26fa1ac1d +size 9573242 diff --git a/videos/observation.images.main/chunk-000/file-013.mp4 b/videos/observation.images.main/chunk-000/file-013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..589d992e2338784c2b8cf50b171c7acec5b34918 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b29b729469c1786a1b964fa3590b75e54f0d026c86e82863c584f4890483206 +size 9339922 diff --git a/videos/observation.images.main/chunk-000/file-014.mp4 b/videos/observation.images.main/chunk-000/file-014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f3030b5ae71d69f0d76c37f38859f377d8b7a60 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e7c84f8b4244ad760a4858bb69e2ddf44791555cbda0108093e8afa66bd187 +size 9554961 diff --git a/videos/observation.images.main/chunk-000/file-015.mp4 b/videos/observation.images.main/chunk-000/file-015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1887adb43d92ca84cff59b3bacdd23c9ff7dd72 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0636aa5385a8667f0e0469f18cafce19965ca26f160029da5b6314fe9246a10 +size 8217285 diff --git a/videos/observation.images.main/chunk-000/file-016.mp4 b/videos/observation.images.main/chunk-000/file-016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d50609a08742a40c579551d4ea391f7fd701c05a --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f433be4ec35238ee4b5ec4a5b673be6751bc589d4d27f2466557b043774302 +size 8564255 diff --git a/videos/observation.images.main/chunk-000/file-017.mp4 b/videos/observation.images.main/chunk-000/file-017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b87edbb9c75d62bc34c518ad9a391383ac1cb89 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ec733025394152cdab62e03bb9b2533e76d2cd4b56a2c2458181a059819d1d +size 8318130 diff --git a/videos/observation.images.main/chunk-000/file-018.mp4 b/videos/observation.images.main/chunk-000/file-018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b25e72f2bd9b481c9bf282a6718f9168bcdd438 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880043a2bde9eb1c95dd386976661d270aaabb51d8d1d42add49c6e0b8414232 +size 8385699 diff --git a/videos/observation.images.main/chunk-000/file-019.mp4 b/videos/observation.images.main/chunk-000/file-019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f00483321ecd7a4449dfe46b2edc13cabdd99709 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698e057e973f2b76fc25552df0a9d6a74b202ef78b5bc97efc0cec5c645d57ed +size 8864868 diff --git a/videos/observation.images.main/chunk-000/file-020.mp4 b/videos/observation.images.main/chunk-000/file-020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad284c97c2167fbc29eb5fc24d7328c802dede04 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831bfc470dc0b6b21a7a75c73a1c10eeb69d4c4c0553b158761b0bb62ac700d3 +size 8408933 diff --git a/videos/observation.images.main/chunk-000/file-021.mp4 b/videos/observation.images.main/chunk-000/file-021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..905af3b219b63bc43c7ae5792b592251f3067eea --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce60e7553ab1556088731d00043e79006cb82e01f25a7bff6c848dd103432e7e +size 9093024 diff --git a/videos/observation.images.main/chunk-000/file-022.mp4 b/videos/observation.images.main/chunk-000/file-022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3687059975eb9dfa6abdb3d7f3ae3e3680909c10 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4437c94f901c4021a5b9ae07f9ae3efdb00da5cc7e4d78a73ec42d7b94bed86f +size 9049000 diff --git a/videos/observation.images.main/chunk-000/file-023.mp4 b/videos/observation.images.main/chunk-000/file-023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a3d85959b3be87094c6ede9f1d79af2ae24358b --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad3a7ad725d722c0e2e7823e46a1fc2f6b611ab77baac8589e6954d956416a5 +size 9273913 diff --git a/videos/observation.images.main/chunk-000/file-024.mp4 b/videos/observation.images.main/chunk-000/file-024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d88b70ba75d4b77302be7e0661bd3a3d5b1327c --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa891a54ffa95440d654e32119a0599fc26cb0a6bffc5e0a69f4e0b6acdbc3a0 +size 8431292 diff --git a/videos/observation.images.main/chunk-000/file-025.mp4 b/videos/observation.images.main/chunk-000/file-025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc34f385a01839556a265beee84ef8ad12ea8a8 --- /dev/null +++ b/videos/observation.images.main/chunk-000/file-025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c438f388d50c96a4ee0c0ab09e6751eb28a43b27a5033abee6ed83775f873c +size 937811