diff --git a/OpenBoxRetrieval-v1/dataset/norm_stats.json b/OpenBoxRetrieval-v1/dataset/norm_stats.json new file mode 100644 index 0000000000000000000000000000000000000000..65b12e3156792beac8f2b4877bd32df13a88d62d --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/norm_stats.json @@ -0,0 +1,199 @@ +{ + "count": 30427, + "target_image_size": [ + 192, + 256 + ], + "cameras": [ + "front_camera", + "left_camera", + "robot_camera", + "top_camera" + ], + "state_dim": 29, + "action_dim": 7, + "state_mean": [ + 0.07665856819854862, + -0.2972939365834029, + -0.07942900438271058, + -2.2775451391440713, + -0.01602909052597165, + 1.9808055914858376, + 0.6024258872264499, + 0.036938776504553864, + 0.03692944259161333, + 0.001796299012884434, + 0.011655571328576182, + -0.0017163575121558925, + 0.0031098547313662436, + -0.0005983484819907562, + 0.008645641837486614, + -0.0015105587582833389, + -0.00038502521024758843, + -0.00042438396805986325, + 0.06217077380805818, + -0.0015577757984211738, + 0.1395133300671996, + -0.40284999704380353, + 0.08380839380300938, + -0.16271955507157032, + 0.06352368099934222, + -0.0016576534603418552, + 0.20000000298023224, + 0.6087763661070708, + 0.3945257268745884 + ], + "state_std": [ + 0.28951627311501305, + 0.27833282198155135, + 0.31915714244257887, + 0.22162740996315097, + 0.1066032482253365, + 0.2887149283008408, + 0.7670710851386038, + 0.007338516052105382, + 0.007340500819998975, + 0.04241673297310558, + 0.10144072530643715, + 0.04155578195374423, + 0.10726618001640434, + 0.04013374577577064, + 0.12824423541814525, + 0.17094015085256087, + 0.012627824969200972, + 0.012946594630324403, + 0.030865213888583678, + 0.06979899765393278, + 0.06430930229421895, + 1.1417584099286897, + 0.6549753499961379, + 0.7331478769525028, + 0.030359182440732144, + 0.06965038770264784, + 0.0001, + 0.40883904609807203, + 0.16872654963084754 + ], + "action_mean": [ + 0.0050335288870443605, + 0.00034186138361352067, + -0.0030027549007040255, + 0.0, + 0.0, + -0.0006355175485051333, + 0.7146613205376803 + ], + "action_std": [ + 0.02836196607917947, + 0.027126894588133315, + 0.05681034777492131, + 0.0001, + 0.0001, + 0.03901732256485769, + 0.6994706619489763 + ], + "state_norm_policy": "continuous_only", + "state_fields": [ + { + "path": "obs/agent/qpos", + "dtype": "float32", + "kind": "continuous", + "dim": 9, + "slice": [ + 0, + 9 + ] + }, + { + "path": "obs/agent/qvel", + "dtype": "float32", + "kind": "continuous", + "dim": 9, + "slice": [ + 9, + 18 + ] + }, + { + "path": "obs/extra/banana_position", + "dtype": "float32", + "kind": "continuous", + "dim": 3, + "slice": [ + 18, + 21 + ] + }, + { + "path": "obs/extra/box_lid_angle", + "dtype": "float32", + "kind": "continuous", + "dim": 1, + "slice": [ + 21, + 22 + ] + }, + { + "path": "obs/extra/box_orientation", + "dtype": "float32", + "kind": "continuous", + "dim": 2, + "slice": [ + 22, + 24 + ] + }, + { + "path": "obs/extra/box_position", + "dtype": "float32", + "kind": "continuous", + "dim": 3, + "slice": [ + 24, + 27 + ] + }, + { + "path": "obs/extra/task_progress", + "dtype": "float32", + "kind": "continuous", + "dim": 2, + "slice": [ + 27, + 29 + ] + } + ], + "state_norm_slices": [ + [ + 0, + 9 + ], + [ + 9, + 18 + ], + [ + 18, + 21 + ], + [ + 21, + 22 + ], + [ + 22, + 24 + ], + [ + 24, + 27 + ], + [ + 27, + 29 + ] + ], + "notes": "State stats computed ONLY on continuous dims; discrete/bool dims keep raw (mean=0,std=1). All stats computed over aligned length T (drop last obs to align with actions)." +} \ No newline at end of file diff --git a/OpenBoxRetrieval-v1/dataset/traj_0.h5 b/OpenBoxRetrieval-v1/dataset/traj_0.h5 new file mode 100644 index 0000000000000000000000000000000000000000..c68c99cf22f58b0c32fe5f8df306fadc65b10cdd --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_0.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac718db16b457a32c0dfafeffda3cb58a2a9391d741dcb86e79be6a4152c792 +size 1646227886 diff --git a/OpenBoxRetrieval-v1/dataset/traj_1.h5 b/OpenBoxRetrieval-v1/dataset/traj_1.h5 new file mode 100644 index 0000000000000000000000000000000000000000..3f4e86542d8e217639f6e7f27cf6f024ae52b7ab --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_1.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f620cbc2293f6e6799ccb4b2d43424844f2f264bb2099b2fee50a513b62c37f3 +size 1527732333 diff --git a/OpenBoxRetrieval-v1/dataset/traj_10.h5 b/OpenBoxRetrieval-v1/dataset/traj_10.h5 new file mode 100644 index 0000000000000000000000000000000000000000..9ccc46950cbff36245df0a6a48aaa9e770f0c12e --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_10.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee3de1c56384acd84b3dd1810a8ecf1929936f3253d1bbfb8e815be4e97ed4a +size 1458568621 diff --git a/OpenBoxRetrieval-v1/dataset/traj_11.h5 b/OpenBoxRetrieval-v1/dataset/traj_11.h5 new file mode 100644 index 0000000000000000000000000000000000000000..52713e508146380555abcb2f95fa23c3a2418fba --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_11.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1172ee1fbe921606898a35f1bc33307056ed7aacaf78ffc8f4e63c31117b12bb +size 1574875679 diff --git a/OpenBoxRetrieval-v1/dataset/traj_12.h5 b/OpenBoxRetrieval-v1/dataset/traj_12.h5 new file mode 100644 index 0000000000000000000000000000000000000000..934a013d2df9d0c8490a8fd3d37bf7e36561023d --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_12.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03909674d0709626e5331368fa7a668f4d53c421d9c15d7a53202e50c1986c55 +size 1773453746 diff --git a/OpenBoxRetrieval-v1/dataset/traj_13.h5 b/OpenBoxRetrieval-v1/dataset/traj_13.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a3f1b444325dbe2631983d361b8e17fe0e09d814 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_13.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727d8ef5801bd56f69a4304813f402e680a9dcd71313526a45649cb454b43790 +size 1690271781 diff --git a/OpenBoxRetrieval-v1/dataset/traj_14.h5 b/OpenBoxRetrieval-v1/dataset/traj_14.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a9294c644eed458bb1e497a9351bee0711cdf03f --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_14.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118639c0d07a48a62ce533c450f43ae054c9a0f41e74248f28c58530fedd89bb +size 1653690773 diff --git a/OpenBoxRetrieval-v1/dataset/traj_15.h5 b/OpenBoxRetrieval-v1/dataset/traj_15.h5 new file mode 100644 index 0000000000000000000000000000000000000000..5219883bf73478abd4ce12bd7e1072910519a4ee --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_15.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b901308b87fd6e533585ea35475600c5138e828487e0d024ba1ed869cee0b7f +size 1568878716 diff --git a/OpenBoxRetrieval-v1/dataset/traj_16.h5 b/OpenBoxRetrieval-v1/dataset/traj_16.h5 new file mode 100644 index 0000000000000000000000000000000000000000..629814ffb6d5505e647e5f95717998bc3bbd303c --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_16.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae8755d5375ff91d4e7defe4b55a4bb7d57a79006063daf110f68f3eb7e3aa8 +size 1669008465 diff --git a/OpenBoxRetrieval-v1/dataset/traj_17.h5 b/OpenBoxRetrieval-v1/dataset/traj_17.h5 new file mode 100644 index 0000000000000000000000000000000000000000..4ad8afee45811cf4f84bd7905dc9f1437a7e1995 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_17.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e478985813f89aeeaef2095fba22e3e8c8f5539226a5e6fc48e2d7ff5edae12a +size 1465298332 diff --git a/OpenBoxRetrieval-v1/dataset/traj_18.h5 b/OpenBoxRetrieval-v1/dataset/traj_18.h5 new file mode 100644 index 0000000000000000000000000000000000000000..57f5a58fec6fd851ff2669959240de16134a0a00 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_18.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7032e8bfdebc1b51bed46da3c7a986ca2a07e134af60d5c50a673454237a856f +size 1648472249 diff --git a/OpenBoxRetrieval-v1/dataset/traj_19.h5 b/OpenBoxRetrieval-v1/dataset/traj_19.h5 new file mode 100644 index 0000000000000000000000000000000000000000..b4c0b60cd9ccccb7eb98d6ee8ceff3dc667038a0 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_19.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235af5cd30535d285549a72e0d08dd24666a39be12e3556992951d58b546c18a +size 1600879958 diff --git a/OpenBoxRetrieval-v1/dataset/traj_2.h5 b/OpenBoxRetrieval-v1/dataset/traj_2.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a416c55ee3eea7427048f2173c742fb0da5615e1 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_2.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1706fa97fbd7f40c87262ee5f44b851e43ea2fd00df9c567ad6f0f81197630be +size 1530073098 diff --git a/OpenBoxRetrieval-v1/dataset/traj_20.h5 b/OpenBoxRetrieval-v1/dataset/traj_20.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a6007cc7d86f7972a7b5ae48f876905ef8461dcb --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_20.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100bd001087ef2b969135739da3e5c34291c5b0e6f475bd890ca7780d9fe310f +size 1498529562 diff --git a/OpenBoxRetrieval-v1/dataset/traj_21.h5 b/OpenBoxRetrieval-v1/dataset/traj_21.h5 new file mode 100644 index 0000000000000000000000000000000000000000..76c159c2f028d5d81cdc09f0b5f1b14fc167f17d --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_21.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d78edad2e80856e06b956ac69ffb93ca8ba1393264b7e4b969f313e1e180a7 +size 1756715653 diff --git a/OpenBoxRetrieval-v1/dataset/traj_22.h5 b/OpenBoxRetrieval-v1/dataset/traj_22.h5 new file mode 100644 index 0000000000000000000000000000000000000000..6402030e9497739b618f498785c7f7e7f2d79f83 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_22.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d60c1254374892f6e6e8dabff05aec25a3574a8025fb231d90914bdbe7c1458 +size 1742075005 diff --git a/OpenBoxRetrieval-v1/dataset/traj_23.h5 b/OpenBoxRetrieval-v1/dataset/traj_23.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a59d64f2fad91230d7ed387369d314ccae9677a3 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_23.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5d9ddfdde1387802f08602bee9f3c1d6f701bb5892249bb628f03f239d10f2 +size 1852894602 diff --git a/OpenBoxRetrieval-v1/dataset/traj_24.h5 b/OpenBoxRetrieval-v1/dataset/traj_24.h5 new file mode 100644 index 0000000000000000000000000000000000000000..9a58da245b2bee5c2316e0dd3aecd588e22e0f98 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_24.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f0477ecf2eb6f103f4f8e3a3c54cc61f6e3fcd1af4eb9c8af2396d60aad565 +size 1899627425 diff --git a/OpenBoxRetrieval-v1/dataset/traj_25.h5 b/OpenBoxRetrieval-v1/dataset/traj_25.h5 new file mode 100644 index 0000000000000000000000000000000000000000..ed0241f1c59ff680435d9b68bcded7c4358a1180 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_25.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d040e0c17dfb3ed8112c65fdb38e6cebe32385ace24234f8cf2eb74cb84cdc +size 1563832580 diff --git a/OpenBoxRetrieval-v1/dataset/traj_26.h5 b/OpenBoxRetrieval-v1/dataset/traj_26.h5 new file mode 100644 index 0000000000000000000000000000000000000000..f648a9e6bbc5747c98400e28a385fb660391d5bb --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_26.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a946ef69162b689550183a6840907552c9f19aa20079fdcbcf7460ee9066f9f5 +size 1682836434 diff --git a/OpenBoxRetrieval-v1/dataset/traj_27.h5 b/OpenBoxRetrieval-v1/dataset/traj_27.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a87c5871e690b7c5abb6569fffae266c962e7049 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_27.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400761184bdeb3a1286a99fe6f046bd0cb0bc78c23e27a92298af070d71687eb +size 1643725882 diff --git a/OpenBoxRetrieval-v1/dataset/traj_28.h5 b/OpenBoxRetrieval-v1/dataset/traj_28.h5 new file mode 100644 index 0000000000000000000000000000000000000000..3280b25c5ab6c0908d80bb4d3ab99e1bcb3cd036 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_28.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e8a26c32faabdc2140d72b2d86d46cd20207a987daadd98982764ebdb90493 +size 1631496724 diff --git a/OpenBoxRetrieval-v1/dataset/traj_29.h5 b/OpenBoxRetrieval-v1/dataset/traj_29.h5 new file mode 100644 index 0000000000000000000000000000000000000000..b1ff2da2ea83a7e42b0d44a7e7379c63c973b237 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_29.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43636a398834ebd07bb96f319e0ef901890c3b52cae1f13046c627341523186a +size 1746236055 diff --git a/OpenBoxRetrieval-v1/dataset/traj_3.h5 b/OpenBoxRetrieval-v1/dataset/traj_3.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a866915af2e5bce614d19ebee4b91e4aa6beecec --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_3.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58f501603f3bb7086235915fa5a3b62eb659d3234620e62f2a53e499ad04eb7 +size 1595552140 diff --git a/OpenBoxRetrieval-v1/dataset/traj_30.h5 b/OpenBoxRetrieval-v1/dataset/traj_30.h5 new file mode 100644 index 0000000000000000000000000000000000000000..4526c6680a74b8f83a8001919fbf746a33cf74ee --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_30.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac1168227cf72936d2c109efa179a8e52b6f5ebd570e16438b92a4eaef832d9 +size 1585839941 diff --git a/OpenBoxRetrieval-v1/dataset/traj_31.h5 b/OpenBoxRetrieval-v1/dataset/traj_31.h5 new file mode 100644 index 0000000000000000000000000000000000000000..98c8937e1c0782f565f0aa4e98ffad868502f9a8 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_31.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfe8f0add4fec4efe32c8272b6af13638bacd3de957e7908277a34968c2bdbf +size 1811899060 diff --git a/OpenBoxRetrieval-v1/dataset/traj_32.h5 b/OpenBoxRetrieval-v1/dataset/traj_32.h5 new file mode 100644 index 0000000000000000000000000000000000000000..e5569f32145004747af4b676447a17b895f28206 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_32.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a34ef7098abbf26b109230796a0f174630bcdfe7e35195b0f555429251f6aa +size 1635616540 diff --git a/OpenBoxRetrieval-v1/dataset/traj_33.h5 b/OpenBoxRetrieval-v1/dataset/traj_33.h5 new file mode 100644 index 0000000000000000000000000000000000000000..6cb944764b97fb155e958af4c8df1d5f4b016e7f --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_33.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae0a0d4574c6699f629aaeb3241849d61d9d5952a2c4232e393a3c24a02f379 +size 1545306161 diff --git a/OpenBoxRetrieval-v1/dataset/traj_34.h5 b/OpenBoxRetrieval-v1/dataset/traj_34.h5 new file mode 100644 index 0000000000000000000000000000000000000000..4540089c9050925af45d1a208d962159b2e9c585 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_34.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72148f40fa0d2b314fd957adb606234961dc6e1627aa2a490a1a04ba038715b2 +size 1824377933 diff --git a/OpenBoxRetrieval-v1/dataset/traj_35.h5 b/OpenBoxRetrieval-v1/dataset/traj_35.h5 new file mode 100644 index 0000000000000000000000000000000000000000..37ca3f547d93e639754a9719df53e2903b7f0210 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_35.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9363eae68e7a139a05937db03faf94b7b4b1fc71611444756fa1f166cd2f446 +size 1613088448 diff --git a/OpenBoxRetrieval-v1/dataset/traj_36.h5 b/OpenBoxRetrieval-v1/dataset/traj_36.h5 new file mode 100644 index 0000000000000000000000000000000000000000..3628f0faec75de8924aab503d510ca3668d25188 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_36.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8f1c19e8ef113ad4f7855d5fcc484017bd8f4b037fb9e6aeef6936c39afc57 +size 1827705268 diff --git a/OpenBoxRetrieval-v1/dataset/traj_37.h5 b/OpenBoxRetrieval-v1/dataset/traj_37.h5 new file mode 100644 index 0000000000000000000000000000000000000000..1fa9c93e74875dce80fb8b15243c213add61ab3b --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_37.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956b9a5eee8def35d54cd0e6b922ff9133efe426d3e7ab42521f066d15eba679 +size 1630552619 diff --git a/OpenBoxRetrieval-v1/dataset/traj_38.h5 b/OpenBoxRetrieval-v1/dataset/traj_38.h5 new file mode 100644 index 0000000000000000000000000000000000000000..fdf3383b61d5745be10902eac2ae6462dd3ff05d --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_38.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c192137afadf933042323a51a901018db1d545429e7a2fa01ca82e71d8481f +size 1635034616 diff --git a/OpenBoxRetrieval-v1/dataset/traj_39.h5 b/OpenBoxRetrieval-v1/dataset/traj_39.h5 new file mode 100644 index 0000000000000000000000000000000000000000..91b3013b0b1e9b5470314f2ed189eb59f21cda80 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_39.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6430c5f2a4e1cdcc1b8f87d9867095f4786d910af4862d9f5e51d293082ca4f5 +size 1728623980 diff --git a/OpenBoxRetrieval-v1/dataset/traj_4.h5 b/OpenBoxRetrieval-v1/dataset/traj_4.h5 new file mode 100644 index 0000000000000000000000000000000000000000..d36dff46078feb6945757a540e05ee04e6041935 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_4.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec278e63c6bf0b6d8072c16acdcbad246f3b8d233f673d2603a473db1a191266 +size 1734074765 diff --git a/OpenBoxRetrieval-v1/dataset/traj_40.h5 b/OpenBoxRetrieval-v1/dataset/traj_40.h5 new file mode 100644 index 0000000000000000000000000000000000000000..6096d5bf272bf76400ceb06d8d88794ea3705c2d --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_40.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaac086457422fde1310db75f9ebadd169037ce0abdc956fa0a4198eb7c3643 +size 1648226666 diff --git a/OpenBoxRetrieval-v1/dataset/traj_41.h5 b/OpenBoxRetrieval-v1/dataset/traj_41.h5 new file mode 100644 index 0000000000000000000000000000000000000000..7bf53f103656a05378fadffac7126c95cd6aa8ce --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_41.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6d28e904f276aeddb2de7725c1bae5bd9643aeb31718cf2df5708c07972e06 +size 1476765902 diff --git a/OpenBoxRetrieval-v1/dataset/traj_42.h5 b/OpenBoxRetrieval-v1/dataset/traj_42.h5 new file mode 100644 index 0000000000000000000000000000000000000000..887c7df347ed84a8ea93eef9e27ee4d81f1eb194 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_42.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148c6ba0e9785d4c15fd4c0de7d09fcfe7ad1e2ac68de27e2451724d1defd19f +size 1557696584 diff --git a/OpenBoxRetrieval-v1/dataset/traj_43.h5 b/OpenBoxRetrieval-v1/dataset/traj_43.h5 new file mode 100644 index 0000000000000000000000000000000000000000..95886044214d5ed76e6d61bff1cb741448a23b16 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_43.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62191c8f1b45bdd6f08a81b77b5a8016b30c59d7bbef9bc2c2cb6c7c2d5c868d +size 1609411802 diff --git a/OpenBoxRetrieval-v1/dataset/traj_44.h5 b/OpenBoxRetrieval-v1/dataset/traj_44.h5 new file mode 100644 index 0000000000000000000000000000000000000000..a6c71ae3d95afb44c192f0b6b72c7e845044a64f --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_44.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e566954edbab581754512f29dd45bbc2c5a8b82d7f8085e50c672fda3341186d +size 1899179774 diff --git a/OpenBoxRetrieval-v1/dataset/traj_45.h5 b/OpenBoxRetrieval-v1/dataset/traj_45.h5 new file mode 100644 index 0000000000000000000000000000000000000000..877cc1711f1c21f30576547a54f382b1d68543ea --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_45.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db53bb811510895a5e41554b53a874e9d8ce4031cc93a5c9a97c5d7e8a28c14 +size 1699318180 diff --git a/OpenBoxRetrieval-v1/dataset/traj_46.h5 b/OpenBoxRetrieval-v1/dataset/traj_46.h5 new file mode 100644 index 0000000000000000000000000000000000000000..581354aca925d26bc7ceeab871e716bd365c656e --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_46.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b611db3c0f3fa8bb8fdb1a1cc0dd1cbfc4423f26ca24e203218d5772eede4e +size 1459915313 diff --git a/OpenBoxRetrieval-v1/dataset/traj_47.h5 b/OpenBoxRetrieval-v1/dataset/traj_47.h5 new file mode 100644 index 0000000000000000000000000000000000000000..df00e76f920ce3af8188403899382ef6ad000641 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_47.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c6074a4c6031adbab38252e7ca61689695ecae328a25e441e999c15eea7a6d +size 1569535831 diff --git a/OpenBoxRetrieval-v1/dataset/traj_48.h5 b/OpenBoxRetrieval-v1/dataset/traj_48.h5 new file mode 100644 index 0000000000000000000000000000000000000000..d26bbc45633fd941e623043a2bed874ff9e09adf --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_48.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba071a86d013c427083b55b3231cd6211fed47a83639789c14ee03fe06c44ae4 +size 1615774788 diff --git a/OpenBoxRetrieval-v1/dataset/traj_49.h5 b/OpenBoxRetrieval-v1/dataset/traj_49.h5 new file mode 100644 index 0000000000000000000000000000000000000000..d2368b3c175d6728ede359fcb705878998dccb4b --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_49.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1fd571f509e1c3e9a9f837400377d7df00c3e9058a74386cf5133962c20301 +size 1735214134 diff --git a/OpenBoxRetrieval-v1/dataset/traj_5.h5 b/OpenBoxRetrieval-v1/dataset/traj_5.h5 new file mode 100644 index 0000000000000000000000000000000000000000..40250c77f9e68321dab441ae98387c5002ddd9d7 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_5.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4053a5581b2212db4157f8f725b50e2e2c13a2acad128ff2143f835a7d96887 +size 1744181129 diff --git a/OpenBoxRetrieval-v1/dataset/traj_6.h5 b/OpenBoxRetrieval-v1/dataset/traj_6.h5 new file mode 100644 index 0000000000000000000000000000000000000000..b0c5cf3cb17242af175e6a429b7b3491766d3f2c --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_6.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c1293008faf30d2fbce3e6f8014bbd84c05ebd536f0df58abd5368ffccdc21 +size 1606184055 diff --git a/OpenBoxRetrieval-v1/dataset/traj_7.h5 b/OpenBoxRetrieval-v1/dataset/traj_7.h5 new file mode 100644 index 0000000000000000000000000000000000000000..f3f231d693356cc9ed2cbb5fd25e7a62bb89fd88 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_7.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7261433486050f3501d7d29a59c02a81959dcd01c0d8fe0d0c549555e40e960d +size 1533073692 diff --git a/OpenBoxRetrieval-v1/dataset/traj_8.h5 b/OpenBoxRetrieval-v1/dataset/traj_8.h5 new file mode 100644 index 0000000000000000000000000000000000000000..233d45e997b153567b60ca99db9ac388c9bb5dce --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_8.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b710b21b76c62523fe4d5e75b82145faf2ecdde3f4b2dd3c79b9dff60afeb6d9 +size 1857666792 diff --git a/OpenBoxRetrieval-v1/dataset/traj_9.h5 b/OpenBoxRetrieval-v1/dataset/traj_9.h5 new file mode 100644 index 0000000000000000000000000000000000000000..e6ccf9066a2f9c51c425d67e833c69a7b2a2f555 --- /dev/null +++ b/OpenBoxRetrieval-v1/dataset/traj_9.h5 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240854aa30df36ce816eb446eabc73e30090dcfd51b738387b35b14e6d77f857 +size 1555342817