diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/data/chunk-000/file-000.parquet b/SARM_manual_test_10Episodes_lerobotv3.0/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f6b74940fed8f55d1258822657a119de3748b93 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbf89207a14cf04091f0dc36cd3c3870cb2d7c27adce3a51cbc3598468f2e74 +size 3397231 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/meta/episodes/chunk-000/file-000.parquet b/SARM_manual_test_10Episodes_lerobotv3.0/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e10f9d9df0519e73e119e1890e74df37b9a35612 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819ece0dbc85d09af0c30a98e0d86d4ee0e07801ffb1879992df4f235cea58c5 +size 125852 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/meta/info.json b/SARM_manual_test_10Episodes_lerobotv3.0/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d998a191f16b563d75f1791f791ac1aebe8048ac --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/meta/info.json @@ -0,0 +1,217 @@ +{ + "codebase_version": "v3.0", + "robot_type": "aloha", + "total_episodes": 10, + "total_frames": 21793, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200, + "fps": 30, + "splits": { + "train": "0:10" + }, + "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", + "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", + "features": { + "observation.state": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": [ + [ + "left_waist", + "left_shoulder", + "left_elbow", + "left_forearm_roll", + "left_wrist_angle", + "left_wrist_rotate", + "left_gripper", + "right_waist", + "right_shoulder", + "right_elbow", + "right_forearm_roll", + "right_wrist_angle", + "right_wrist_rotate", + "right_gripper" + ] + ] + }, + "action": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": [ + [ + "left_waist", + "left_shoulder", + "left_elbow", + "left_forearm_roll", + "left_wrist_angle", + "left_wrist_rotate", + "left_gripper", + "right_waist", + "right_shoulder", + "right_elbow", + "right_forearm_roll", + "right_wrist_angle", + "right_wrist_rotate", + "right_gripper" + ] + ] + }, + "observation.eepose": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": [ + [ + "left_x", + "left_y", + "left_z", + "left_qx", + "left_qy", + "left_qz", + "left_qw", + "right_x", + "right_y", + "right_z", + "right_qx", + "right_qy", + "right_qz", + "right_qw" + ] + ] + }, + "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 + }, + "observation.images.cam_high": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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.cam_left_wrist": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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.cam_right_wrist": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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.cam_front": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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 + } + } + } +} \ No newline at end of file diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/meta/source_episode_order.json b/SARM_manual_test_10Episodes_lerobotv3.0/meta/source_episode_order.json new file mode 100644 index 0000000000000000000000000000000000000000..ff1c7432c221dae611659e58b22ea8988886b847 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/meta/source_episode_order.json @@ -0,0 +1,82 @@ +{ + "repo_id": "SARM_manual_test_10Episodes_lerobotv3.0", + "all_sources_json": "/root/projects/DataLoop/normal_stage_episodes_10.json", + "excluded_sources_json": "/tmp/tmpi6k7xp6c.json", + "selected_count": 10, + "removed_count": 0, + "skipped_count": 0, + "items": [ + { + "new_episode_index": 0, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 0, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_0.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_0/rgb.mp4" + }, + { + "new_episode_index": 1, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 1, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_1.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_1/rgb.mp4" + }, + { + "new_episode_index": 2, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 10, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_10.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_10/rgb.mp4" + }, + { + "new_episode_index": 3, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 11, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_11.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_11/rgb.mp4" + }, + { + "new_episode_index": 4, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 12, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_12.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_12/rgb.mp4" + }, + { + "new_episode_index": 5, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 13, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_13.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_13/rgb.mp4" + }, + { + "new_episode_index": 6, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 14, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_14.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_14/rgb.mp4" + }, + { + "new_episode_index": 7, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 15, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_15.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_15/rgb.mp4" + }, + { + "new_episode_index": 8, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 16, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_16.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_16/rgb.mp4" + }, + { + "new_episode_index": 9, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 17, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_17.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_17/rgb.mp4" + } + ], + "removed_items": [], + "skipped_items": [] +} \ No newline at end of file diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/meta/stats.json b/SARM_manual_test_10Episodes_lerobotv3.0/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..8d6726528d6c4f52f4a1fb89b6e444b074d116c9 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/meta/stats.json @@ -0,0 +1,609 @@ +{ + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 21793 + ], + "q01": [ + 3.9999999999994176e-16 + ], + "q10": [ + 3.999999999999417e-15 + ], + "q50": [ + 1.9999999999997088e-14 + ], + "q90": [ + 3.5999999999994754e-14 + ], + "q99": [ + 3.9599999999994235e-14 + ] + }, + "observation.state": { + "min": [ + -0.7696905136108398, + 0.9144482016563416, + -2.1771421432495117, + -1.5935735702514648, + 0.2617645859718323, + 0.008412490598857403, + 0.000699999975040555, + -0.6891435384750366, + 0.789325475692749, + -1.8405028581619263, + -0.3500608503818512, + 0.1557008922100067, + -2.139216184616089, + 0.0010499999625608325 + ], + "max": [ + 0.526286780834198, + 2.6676671504974365, + -0.4536985456943512, + -0.08977977186441422, + 1.2248899936676025, + 2.0889506340026855, + 0.07970000058412552, + 0.6684439182281494, + 2.4417340755462646, + -0.4521975517272949, + 1.665690541267395, + 1.222080111503601, + 0.08655091375112534, + 0.06950999796390533 + ], + "mean": [ + -0.0869326079862145, + 1.7904951204008832, + -1.0858593709875923, + -0.9597473703271804, + 0.9443428388634396, + 0.8461505440318261, + 0.04128804566348145, + 0.07455200481661371, + 1.6858867093355239, + -1.0096149496983373, + 0.7534507787534501, + 0.825387776297295, + -0.6807636875488801, + 0.049445963720787835 + ], + "std": [ + 0.18703587686849485, + 0.43645267630544277, + 0.38680157694195194, + 0.2768750716792728, + 0.14420395685050447, + 0.5089629945486429, + 0.03794654629793534, + 0.1828673903060258, + 0.3393130852228476, + 0.2992102548600511, + 0.32494894620187337, + 0.1517554982261738, + 0.415576271058923, + 0.030095342039341416 + ], + "count": [ + 21793 + ], + "q01": [ + -0.6089910405265543, + 0.9733700907114333, + -1.924369249654613, + -1.4668706752215115, + 0.5469915253104563, + 0.2264528433631007, + 0.001638022716694472, + -0.5130162493171531, + 0.9115021525566447, + -1.5965864998367576, + 0.06579247583976905, + 0.444160667871789, + -1.8924457848357354, + 0.0012713024891298401 + ], + "q10": [ + -0.29408369230111175, + 1.0365127297643562, + -1.6918505103106265, + -1.400702981579218, + 0.7798334070311181, + 0.37858480410036993, + 0.0016597804111148791, + -0.06898741199562325, + 1.2800703537213358, + -1.364046550765795, + 0.31953364630754083, + 0.6390657697194746, + -1.277436923525861, + 0.0013946159245756863 + ], + "q50": [ + -0.07147579466448932, + 1.846648672686989, + -1.0679492805179118, + -0.9325394526865436, + 0.9470648740208609, + 0.6851138832204531, + 0.04088541106895683, + 0.04963536486305055, + 1.6953276558301373, + -1.0384588241437638, + 0.7677542576625426, + 0.832349875992932, + -0.5757009054268173, + 0.06937030151681141 + ], + "q90": [ + 0.10835469089169573, + 2.3470006947594007, + -0.6100490685746472, + -0.6413097410254504, + 1.1275466861440269, + 1.7992973841367172, + 0.07945791291400435, + 0.30056397984355193, + 2.124348049743336, + -0.6082450081966799, + 1.111252961888565, + 0.9916966877967106, + -0.24504663728828, + 0.06939258187709454 + ], + "q99": [ + 0.45424563811731317, + 2.531921122510055, + -0.5666052321789824, + -0.3208460891475666, + 1.1934537359876567, + 1.9864127188042544, + 0.0794662691198415, + 0.49552920866859596, + 2.3394907232011035, + -0.5251782309890116, + 1.466562117145702, + 1.1052787456926658, + -0.08362167345680883, + 0.06944110373745124 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 89.6 + ], + "mean": [ + 36.80232031692134 + ], + "std": [ + 21.824998014151703 + ], + "count": [ + 21793 + ], + "q01": [ + 0.7238810736901868 + ], + "q10": [ + 7.34891059861374 + ], + "q50": [ + 36.800086801572355 + ], + "q90": [ + 66.25407000066126 + ], + "q99": [ + 72.88075956015247 + ] + }, + "action": { + "min": [ + -0.7683640718460083, + 0.9159491658210754, + -2.1780495643615723, + -1.5933990478515625, + 0.26298633217811584, + 0.007853984832763672, + -0.0026000000070780516, + -0.6892133355140686, + 0.7921005487442017, + -1.8396127223968506, + -0.3502877354621887, + 0.15528200566768646, + -2.143282651901245, + -0.004600000102072954 + ], + "max": [ + 0.5261646509170532, + 2.6666722297668457, + -0.4528956711292267, + -0.0892561748623848, + 1.2217309474945068, + 2.0881826877593994, + 0.09600000083446503, + 0.6677109003067017, + 2.4411580562591553, + -0.451935738325119, + 1.6663364171981812, + 1.2217309474945068, + 0.08613203465938568, + 0.09629999846220016 + ], + "mean": [ + -0.08689367771798252, + 1.7910627737099114, + -1.0847060054886617, + -0.9600720469879316, + 0.9438520869922984, + 0.8457634891342538, + 0.04590232646956788, + 0.07465792406906656, + 1.6855586704837828, + -1.0081294028070757, + 0.7524405576366306, + 0.8247393847129959, + -0.6779641472051051, + 0.06429824002303526 + ], + "std": [ + 0.18740330254428714, + 0.43711354251223417, + 0.3874155385053151, + 0.2772794064528494, + 0.1446659010160921, + 0.5090065998880957, + 0.045508294217865536, + 0.18317555857756054, + 0.34081531092976725, + 0.2996630683460059, + 0.32554139773321517, + 0.15171798209164822, + 0.4145520924856972, + 0.04212047992613396 + ], + "count": [ + 21793 + ], + "q01": [ + -0.6093004236813556, + 0.9679634887568419, + -1.9256680740743843, + -1.4668191880117099, + 0.5431597238075836, + 0.2257447735111996, + -0.001273203451141257, + -0.5129221949720556, + 0.911851085613728, + -1.5972265835269326, + 0.06511536426634934, + 0.44403727775198043, + -1.9035919648072133, + -0.0024601283404604816 + ], + "q10": [ + -0.2952904312126721, + 1.036895564309407, + -1.6937076523094663, + -1.4013110454297741, + 0.7801123964053881, + 0.37862750879260243, + -0.0012691566129463695, + -0.06894628521643713, + 1.279375509464395, + -1.3644282800915508, + 0.31415127970856, + 0.6388343946674712, + -1.2731126802016972, + -0.0014829688916265054 + ], + "q50": [ + -0.07148064472482239, + 1.846740633018451, + -1.0676197221591008, + -0.9323745841612298, + 0.9465658921251222, + 0.6837471536271252, + 0.04210952078292384, + 0.04974034203364225, + 1.692935880971279, + -1.0362601701390435, + 0.7655514929470405, + 0.8317492056059606, + -0.5744705797259034, + 0.09188082401392535 + ], + "q90": [ + 0.1083592901283138, + 2.348456190017477, + -0.6096547605759638, + -0.6410115219152238, + 1.1273175392670696, + 1.799500319710293, + 0.09421768206384622, + 0.30032672125930654, + 2.126564482347744, + -0.6082501930981596, + 1.11010411603946, + 0.9909808948372257, + -0.2415782284133852, + 0.09395003964753465 + ], + "q99": [ + 0.45433310902199386, + 2.531088444176325, + -0.565663245611527, + -0.3165625719997023, + 1.1934379078213755, + 1.9864623826961219, + 0.09507060148921957, + 0.49765216628688524, + 2.3459180507443294, + -0.5256097346626077, + 1.4640163084780606, + 1.0950395055770492, + -0.08188068255919272, + 0.0940985937926541 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 21792 + ], + "mean": [ + 10896.0 + ], + "std": [ + 6291.097201601642 + ], + "count": [ + 21793 + ], + "q01": [ + 9813.646822705909 + ], + "q10": [ + 10012.397708453092 + ], + "q50": [ + 10896.026304703344 + ], + "q90": [ + 11779.552490509877 + ], + "q99": [ + 11978.353177294091 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 2688 + ], + "mean": [ + 1104.06960950764 + ], + "std": [ + 654.7499404245509 + ], + "count": [ + 21793 + ], + "q01": [ + 21.716432213548554 + ], + "q10": [ + 220.46731796073308 + ], + "q50": [ + 1104.095914210985 + ], + "q90": [ + 1987.622100017517 + ], + "q99": [ + 2186.422786801732 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.350938374707475 + ], + "std": [ + 2.983273883323654 + ], + "count": [ + 21793 + ], + "q01": [ + 4.350938374707475 + ], + "q10": [ + 4.350938374707479 + ], + "q50": [ + 4.350938374707495 + ], + "q90": [ + 4.3509383747075105 + ], + "q99": [ + 4.350938374707515 + ] + }, + "observation.eepose": { + "min": [ + 0.12168999761343002, + -0.3414280116558075, + 0.03379800170660019, + -0.5467987060546875, + -0.9888913035392761, + -0.518382728099823, + -0.5746980905532837, + 0.11038299649953842, + -0.22487899661064148, + 0.049552999436855316, + -0.5939868092536926, + -0.996381938457489, + -0.4876902401447296, + -0.5384950041770935 + ], + "max": [ + 0.5257260203361511, + 0.18076899647712708, + 0.41606101393699646, + 0.5780918002128601, + 0.9949651956558228, + 0.523951530456543, + 0.5770416259765625, + 0.4944329857826233, + 0.2934400141239166, + 0.44249001145362854, + 0.5563974976539612, + 0.9963967800140381, + 0.4665023982524872, + 0.5617064237594604 + ], + "mean": [ + 0.3078106808073288, + -0.08181785015806502, + 0.1802666968980247, + -0.05523351337407937, + 0.007642140402604975, + -0.035496521719057844, + 0.04093715510506863, + 0.29738900044772537, + 0.06438364677234766, + 0.1944305962331527, + 0.07385002944593848, + -0.16537309445426066, + -0.035188353405683756, + 0.009077249928642632 + ], + "std": [ + 0.09900281981588906, + 0.06634510423360027, + 0.08201010972700368, + 0.26307673183170655, + 0.8757431868251411, + 0.3246922463047519, + 0.2288981616445076, + 0.07739418703970971, + 0.06465789035057987, + 0.06935963600967497, + 0.19398005816627403, + 0.9056059686343404, + 0.25790886736171337, + 0.20398520410828525 + ], + "count": [ + 21793 + ], + "q01": [ + 0.13732546411341418, + -0.2780865322982959, + 0.04550838609610888, + -0.46852201481711986, + -0.9680828191617304, + -0.43746190839593196, + -0.42793974579555893, + 0.13508890694594458, + -0.17831546704475348, + 0.07060548736298299, + -0.5204560748602991, + -0.979699658430134, + -0.3918355202173469, + -0.3935362590181306 + ], + "q10": [ + 0.15229851377462125, + -0.14970112122317625, + 0.07188566654408465, + -0.3507704991770067, + -0.9438962933934877, + -0.3910849583721306, + -0.1902424165735081, + 0.19491063903336436, + 0.02137882251880621, + 0.09987251886214209, + -0.14661484427642898, + -0.9635945091312322, + -0.29840500512638646, + -0.2009585966365772 + ], + "q50": [ + 0.31681629595722377, + -0.07785011766539955, + 0.1730109219853377, + -0.0968555887980455, + 0.06798793768170358, + -0.07757435330435629, + 0.007393221992835479, + 0.3044929403284612, + 0.06367672541726463, + 0.19632861052563585, + 0.07217985692194541, + -0.690340246915795, + -0.11990862423863279, + -0.0303447290211103 + ], + "q90": [ + 0.4420146153514564, + -0.018816014528158898, + 0.3021579259305528, + 0.44244343351156235, + 0.9430703198014345, + 0.34556666136591097, + 0.44924650711489467, + 0.3848248866606389, + 0.13904212458347845, + 0.2810810642353674, + 0.29017125130096905, + 0.9494409457581746, + 0.32640113073406496, + 0.27540307031615596 + ], + "q99": [ + 0.4943838188485829, + 0.14836750897985831, + 0.3362273879139758, + 0.5464502245113443, + 0.9786992913508333, + 0.4420841643774877, + 0.5107088450719239, + 0.4517624290810086, + 0.22623701451263573, + 0.371121887896283, + 0.4539669979425167, + 0.9746234684347557, + 0.3704868644026555, + 0.5081243677664325 + ] + } +} \ No newline at end of file diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/meta/tasks.parquet b/SARM_manual_test_10Episodes_lerobotv3.0/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0099d3ac41d421d13edfa32505bdc8b1c9374458 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c34ac275dc126e2cd17e540de82fb4e37700d8bc7c07de79ae4500a609fc29c +size 2677 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/meta/temporal_proportions_dense.json b/SARM_manual_test_10Episodes_lerobotv3.0/meta/temporal_proportions_dense.json new file mode 100644 index 0000000000000000000000000000000000000000..3b16b9a43f184883c43c9b4723c3a430ff7acad5 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/meta/temporal_proportions_dense.json @@ -0,0 +1,8 @@ +{ + "stage0": 0.3847118376445456, + "stage1": 0.17638043932568614, + "stage2": 0.14475456276412949, + "stage3": 0.152695862165049, + "stage4": 0.07202897877676125, + "stage5": 0.06942831932382854 +} \ No newline at end of file diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/meta/temporal_proportions_sparse.json b/SARM_manual_test_10Episodes_lerobotv3.0/meta/temporal_proportions_sparse.json new file mode 100644 index 0000000000000000000000000000000000000000..3b16b9a43f184883c43c9b4723c3a430ff7acad5 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/meta/temporal_proportions_sparse.json @@ -0,0 +1,8 @@ +{ + "stage0": 0.3847118376445456, + "stage1": 0.17638043932568614, + "stage2": 0.14475456276412949, + "stage3": 0.152695862165049, + "stage4": 0.07202897877676125, + "stage5": 0.06942831932382854 +} \ No newline at end of file diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-000.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bf51be1610adc52d52d0228e93017c5afd72fee --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fd2f7b945d98a874b25e813fc659a8548c0ac2ba0e9c5a00e8b0b2614f076b +size 6009834 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-001.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7051246b3b05d5753956d2cf6a9221a256010b8 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69eb94b904aee87c18556f03c0f52230d72f89cb3e2ce055981eef141a7c06c5 +size 5175048 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-002.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6253d6cd2f061d4f880c554a9945582e0de6608 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96535e06ad83996e2c920cce6b08616368b8f2eee213ea79c579838e02246fb +size 4935818 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-003.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0900830a9f9dd80277ec95c798a12625bf2cbf4 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b74e04ebffce2268463e45103f013d162b531d885a062f074f149fa6afb0366 +size 4622774 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-004.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2683e8e0e8677b1c1e91898fc9c7e47005b06f42 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610065d466efbcb2d5002a15df14d7f7e117d42b80d6f505e51bb578d1c02740 +size 4875521 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-005.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a535059ec98250e19ce58b958d1be9b388934cba --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51659040c638d88007f054bdb3cac506f71d6a3af8f917eba4716860e9e2498d +size 3937295 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-006.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c3395e10bc909b86693b1b40ab17c0931507d6f --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5605c203b66dd7b55434c5eafb1454617434bb998e883044ce3f225cb43796d9 +size 4664352 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-007.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f2e3e6347f54710c2029a9bd61755ca9b4d5dee --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf0c9481ddd5b696c00f30f15905a5e7cf6cddf16417beb76ac608263ed62c9 +size 4596186 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-008.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6668cc540d439f2fc5dab937404091b10a9b03b5 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95ecd5bbceec75c0f97ddbd3c23a9befbbf4e47af2366a25ad67117bf8f916e +size 4579212 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-009.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4ffe22bc6ea6760826290ccd7a8d96b4aaa5a65 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c198ee357e6e6300ce8411e04b76e0eeb6346027683fa1e82ff213702d774826 +size 5664600 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-000.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea91742b5dd4235433679cfca2ee0700044dbe31 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1785be3f2d95f7df5143d8ea4923f8fe59995e43742a1b93b43d92aacb2a1f4b +size 6080795 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-001.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0354dc284bfcee126d0c3c3a2b0d2793d685146 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb27bd66b4c7911935bf4867258d49e7388ce89e3d402280e17cf2798d4c0cb +size 4973503 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-002.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d571323a15fd3bc1d7cb081ace25dc31a50bb6e --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee9522df5c3fb516a24113d20be36b1ec8288b483f935ef63e1af6bda9dd573 +size 4912300 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-003.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d267159e1538c10cbe107ead633c32eecdc5481 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a693ea7fa4d346fc65c70ac7703d0c48945d42ef9a522c677b337d1b92623004 +size 4583582 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-004.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..503b2dfc09ea3248014a306a7aa746b7a08261a5 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cfa3c242fb256886b231308be58d63c614d241511d3cc754aa5046fc91f7ec +size 4966302 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-005.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a04c7f82d211f78a8740943d4c5d2a613c673d2 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37b3d332a1fafe5ef6155b9ebc5958464b0df61d7f091cb0e51de4fd9a6118a +size 3825175 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-006.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40fc41fa689e616bf5337802b095d4197cea85e1 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00370378c847721a976a16d2cb20439855fedd39a4cf3994908d4d93a00e48d3 +size 4556933 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-007.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b9795c554171f0d8515873e4e41e2abe5fb2680 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70833521533bb8a5a1970c65d57777786911fdd5398da7204fcdd68a18c3486 +size 4755049 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-008.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71ddcdafa314a02cb191f1c0f0312369a3a23f8b --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef5dc9053be0a0334e02969e3e9bcade3608d328a674bac378799a59a93b9cf +size 4637322 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-009.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e8380bdda2b5aadfbf748b3e5d171fdeb3f43e1 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320db848d02408824e273ab2728a8cfe764a5c200dbbffd875c24ffae57ecffa +size 5558096 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77564704e1002e40830cad1d5d2b05d355c2a5ad --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123288e48b18e195c4b6bdd31dce3c2de583708623ecabcf7b2a030e52aeb1e5 +size 6558855 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efd96d9f1e6f12cd178d1be97d120bb88b27beec --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4542258b42bbfd4ae79158945c7e97cbfcf0d375b11a6fd2e919950dc1aa6b8 +size 5611081 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b263a6d1cae1ff0b21b42ad2d56e65917835c08f --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5690a9d7dc444cea43d419e38a58b1877cd49a4e72a7b117e0dc08ab42a41496 +size 5878636 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..546a73ef85e138a4af16ec0762b16033e5f07623 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c6ee26d634a10574c5e0a7058057c3494fbc620d0fcf39c2b7fea91bf79dea +size 5427403 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-004.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f72998938ad0d7a5c43bb473ec6401523967ad10 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8142a5119d02367aef2a2d9555adb6475fe9a8b03fb05e23f9a495c2415421 +size 5935508 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-005.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efb86885a825bed9293d31bbffbaa8dc2fb37154 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea945b364688d7f74e5bb412b9df4e9059596ca051e983476317123a1f5ad163 +size 4492097 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-006.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1ea5293750fe655ad99793090771f4771b15b72 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b2f6fc629e7a28547efcf828d1ffa48050f03498181f169ff4939341556826 +size 5005664 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-007.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4c41ada1e2e32de55193b2da21271b16d18643a --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aacca33386e3fd835f306d1dfeb71dc2a4180b47087a0d5b9b46de61b0e29be +size 5234080 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-008.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ab5685710b9668145229254ea7035c3c3249192 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35082594d5a19c6ab536504dddc3b88e1b9c89e0676441401a74ec4e8e48b3c9 +size 5454009 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-009.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aa0593ec3e208f4f5dbbd5aae5b11d88614a6cb --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8080d9560befe75e1cd97c8ce8e38b7aa52ed864b7c8c1592beec717deebe2f2 +size 6243810 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2c1dc5db721f716777d459991d3c6e99130d61c --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc86c86d37c40951d2374c3de05866711d67495d7fa8bf522cf8fbe9360aa7fa +size 6719995 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b51e76d52d7094a1e05f80f92d9d48376919e530 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782f26121774048640b5bef1040c00cc49024b0cb7c22361b25679634aa039c8 +size 5665903 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18f8c5835b84e3c96369d8627a0e70afa8d4ff01 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdf0d32aaa8ca12f51999ff0a68dc595f6f08ca909689864ca1ef4a48ca2c0a +size 6085505 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff25e8364f0d22f66e1d3249a46c53dd7f4b2145 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aaae2a0002a39b8c80b016bc34c663949ac61dac957b36ab5089889e2df31e +size 5789231 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-004.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6f035f9f098e3fde7a470f135b0028dd6db12cc --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803b5edab30c0ae82263bdf4c89ddbcf2e9e47e43398b59ff592efaa0c88bd12 +size 5151147 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-005.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27835de48fc84bd38321dcb089a149ff607b2b02 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cab99caa2ca597735d778ec68f88b5390f34a712896692ae4fb79ec623a5b0 +size 4059736 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-006.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b4f417c06ecf143b2fc6724d03a45e656f2e55 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd82e39abb3953d61cb389f5bbb2fb1491a0d7b3680b2a26b2e69bdf4ed66da8 +size 4655370 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-007.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d62a0f11d3d5c7edc91599b3504f274c3d4d53a --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742e1574160bdd791d082a861175dd03c7248d19b5b98fab5e8c6b9bb4d5f39 +size 4790130 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-008.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4110a00949b3409e7aab8aae95c166a98f172d4d --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d067c527152fe86fb0482f1a9494fa4b734d90e35457c11a0c75fb6c3a7c4b3 +size 5067610 diff --git a/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-009.mp4 b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8a45021ce0153fb9a53d3ab34681f759fef0841 --- /dev/null +++ b/SARM_manual_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10953b6f146d6365f353fba70df8ab4b6de40d8b0a48fceda777e8b3ed537d92 +size 5945624 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/data/chunk-000/file-000.parquet b/SARM_vlm_test_10Episodes_lerobotv3.0/data/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f6b74940fed8f55d1258822657a119de3748b93 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/data/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbf89207a14cf04091f0dc36cd3c3870cb2d7c27adce3a51cbc3598468f2e74 +size 3397231 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/meta/episodes/chunk-000/file-000.parquet b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/episodes/chunk-000/file-000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31af3bc3838b92efb952582fe8e3258668833b47 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/episodes/chunk-000/file-000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44392cc8c35a2108cea47e86fe53de62bb5a2ccd1ac8a8e1e7b97c19a3cf0308 +size 74199 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/meta/info.json b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..d998a191f16b563d75f1791f791ac1aebe8048ac --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/info.json @@ -0,0 +1,217 @@ +{ + "codebase_version": "v3.0", + "robot_type": "aloha", + "total_episodes": 10, + "total_frames": 21793, + "total_tasks": 1, + "chunks_size": 1000, + "data_files_size_in_mb": 100, + "video_files_size_in_mb": 200, + "fps": 30, + "splits": { + "train": "0:10" + }, + "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", + "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", + "features": { + "observation.state": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": [ + [ + "left_waist", + "left_shoulder", + "left_elbow", + "left_forearm_roll", + "left_wrist_angle", + "left_wrist_rotate", + "left_gripper", + "right_waist", + "right_shoulder", + "right_elbow", + "right_forearm_roll", + "right_wrist_angle", + "right_wrist_rotate", + "right_gripper" + ] + ] + }, + "action": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": [ + [ + "left_waist", + "left_shoulder", + "left_elbow", + "left_forearm_roll", + "left_wrist_angle", + "left_wrist_rotate", + "left_gripper", + "right_waist", + "right_shoulder", + "right_elbow", + "right_forearm_roll", + "right_wrist_angle", + "right_wrist_rotate", + "right_gripper" + ] + ] + }, + "observation.eepose": { + "dtype": "float32", + "shape": [ + 14 + ], + "names": [ + [ + "left_x", + "left_y", + "left_z", + "left_qx", + "left_qy", + "left_qz", + "left_qw", + "right_x", + "right_y", + "right_z", + "right_qx", + "right_qy", + "right_qz", + "right_qw" + ] + ] + }, + "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 + }, + "observation.images.cam_high": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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.cam_left_wrist": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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.cam_right_wrist": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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.cam_front": { + "dtype": "video", + "shape": [ + 3, + 480, + 640 + ], + "names": [ + "channels", + "height", + "width" + ], + "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 + } + } + } +} \ No newline at end of file diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/meta/source_episode_order.json b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/source_episode_order.json new file mode 100644 index 0000000000000000000000000000000000000000..88cabcddf4978f7566a2010a5d9368a58e1f13c1 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/source_episode_order.json @@ -0,0 +1,82 @@ +{ + "repo_id": "SARM_vlm_test_10Episodes_lerobotv3.0", + "all_sources_json": "/root/projects/DataLoop/normal_stage_episodes_10.json", + "excluded_sources_json": "/tmp/tmpxtcfuxzz.json", + "selected_count": 10, + "removed_count": 0, + "skipped_count": 0, + "items": [ + { + "new_episode_index": 0, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 0, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_0.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_0/rgb.mp4" + }, + { + "new_episode_index": 1, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 1, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_1.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_1/rgb.mp4" + }, + { + "new_episode_index": 2, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 10, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_10.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_10/rgb.mp4" + }, + { + "new_episode_index": 3, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 11, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_11.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_11/rgb.mp4" + }, + { + "new_episode_index": 4, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 12, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_12.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_12/rgb.mp4" + }, + { + "new_episode_index": 5, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 13, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_13.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_13/rgb.mp4" + }, + { + "new_episode_index": 6, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 14, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_14.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_14/rgb.mp4" + }, + { + "new_episode_index": 7, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 15, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_15.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_15/rgb.mp4" + }, + { + "new_episode_index": 8, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 16, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_16.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_16/rgb.mp4" + }, + { + "new_episode_index": 9, + "source_dataset": "RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast", + "source_episode_id": 17, + "source_parquet_path": "/limx_embop/tos/limx_mani_data/raw_data/RealRobot_AgileX_aloha/20251204/fold_fabric_agilex_aloha_02/episode_17.parquet", + "source_video_path": "limx_mani_data/media/RealRobot_AgileX_20251204_fold_fabric_agilex_aloha_02_fast/fold_fabric_agilex_aloha_02_17/rgb.mp4" + } + ], + "removed_items": [], + "skipped_items": [] +} \ No newline at end of file diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/meta/stats.json b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/stats.json new file mode 100644 index 0000000000000000000000000000000000000000..ecd9c94134b564006ea796570e5ac5253916ffdb --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/stats.json @@ -0,0 +1,609 @@ +{ + "action": { + "min": [ + -0.7683640718460083, + 0.9159491658210754, + -2.1780495643615723, + -1.5933990478515625, + 0.26298633217811584, + 0.007853984832763672, + -0.0026000000070780516, + -0.6892133355140686, + 0.7921005487442017, + -1.8396127223968506, + -0.3502877354621887, + 0.15528200566768646, + -2.143282651901245, + -0.004600000102072954 + ], + "max": [ + 0.5261646509170532, + 2.6666722297668457, + -0.4528956711292267, + -0.0892561748623848, + 1.2217309474945068, + 2.0881826877593994, + 0.09600000083446503, + 0.6677109003067017, + 2.4411580562591553, + -0.451935738325119, + 1.6663364171981812, + 1.2217309474945068, + 0.08613203465938568, + 0.09629999846220016 + ], + "mean": [ + -0.08689367771798252, + 1.7910627737099114, + -1.0847060054886617, + -0.9600720469879316, + 0.9438520869922984, + 0.8457634891342538, + 0.04590232646956788, + 0.07465792406906656, + 1.6855586704837828, + -1.0081294028070757, + 0.7524405576366306, + 0.8247393847129959, + -0.6779641472051051, + 0.06429824002303526 + ], + "std": [ + 0.18740330254428714, + 0.43711354251223417, + 0.3874155385053151, + 0.2772794064528494, + 0.1446659010160921, + 0.5090065998880957, + 0.045508294217865536, + 0.18317555857756054, + 0.34081531092976725, + 0.2996630683460059, + 0.32554139773321517, + 0.15171798209164822, + 0.4145520924856972, + 0.04212047992613396 + ], + "count": [ + 21793 + ], + "q01": [ + -0.6093004236813556, + 0.9679634887568419, + -1.9256680740743843, + -1.4668191880117099, + 0.5431597238075836, + 0.2257447735111996, + -0.001273203451141257, + -0.5129221949720556, + 0.911851085613728, + -1.5972265835269326, + 0.06511536426634934, + 0.44403727775198043, + -1.9035919648072133, + -0.0024601283404604816 + ], + "q10": [ + -0.2952904312126721, + 1.036895564309407, + -1.6937076523094663, + -1.4013110454297741, + 0.7801123964053881, + 0.37862750879260243, + -0.0012691566129463695, + -0.06894628521643713, + 1.279375509464395, + -1.3644282800915508, + 0.31415127970856, + 0.6388343946674712, + -1.2731126802016972, + -0.0014829688916265054 + ], + "q50": [ + -0.07148064472482239, + 1.846740633018451, + -1.0676197221591008, + -0.9323745841612298, + 0.9465658921251222, + 0.6837471536271252, + 0.04210952078292384, + 0.04974034203364225, + 1.692935880971279, + -1.0362601701390435, + 0.7655514929470405, + 0.8317492056059606, + -0.5744705797259034, + 0.09188082401392535 + ], + "q90": [ + 0.1083592901283138, + 2.348456190017477, + -0.6096547605759638, + -0.6410115219152238, + 1.1273175392670696, + 1.799500319710293, + 0.09421768206384622, + 0.30032672125930654, + 2.126564482347744, + -0.6082501930981596, + 1.11010411603946, + 0.9909808948372257, + -0.2415782284133852, + 0.09395003964753465 + ], + "q99": [ + 0.45433310902199386, + 2.531088444176325, + -0.565663245611527, + -0.3165625719997023, + 1.1934379078213755, + 1.9864623826961219, + 0.09507060148921957, + 0.49765216628688524, + 2.3459180507443294, + -0.5256097346626077, + 1.4640163084780606, + 1.0950395055770492, + -0.08188068255919272, + 0.0940985937926541 + ] + }, + "episode_index": { + "min": [ + 0 + ], + "max": [ + 9 + ], + "mean": [ + 4.350938374707475 + ], + "std": [ + 2.983273883323654 + ], + "count": [ + 21793 + ], + "q01": [ + 4.350938374707475 + ], + "q10": [ + 4.350938374707479 + ], + "q50": [ + 4.350938374707495 + ], + "q90": [ + 4.3509383747075105 + ], + "q99": [ + 4.350938374707515 + ] + }, + "frame_index": { + "min": [ + 0 + ], + "max": [ + 2688 + ], + "mean": [ + 1104.06960950764 + ], + "std": [ + 654.7499404245509 + ], + "count": [ + 21793 + ], + "q01": [ + 21.716432213548554 + ], + "q10": [ + 220.46731796073308 + ], + "q50": [ + 1104.095914210985 + ], + "q90": [ + 1987.622100017517 + ], + "q99": [ + 2186.422786801732 + ] + }, + "task_index": { + "min": [ + 0 + ], + "max": [ + 0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "count": [ + 21793 + ], + "q01": [ + 3.9999999999994176e-16 + ], + "q10": [ + 3.999999999999417e-15 + ], + "q50": [ + 1.9999999999997088e-14 + ], + "q90": [ + 3.5999999999994754e-14 + ], + "q99": [ + 3.9599999999994235e-14 + ] + }, + "timestamp": { + "min": [ + 0.0 + ], + "max": [ + 89.6 + ], + "mean": [ + 36.80232031692134 + ], + "std": [ + 21.824998014151703 + ], + "count": [ + 21793 + ], + "q01": [ + 0.7238810736901868 + ], + "q10": [ + 7.34891059861374 + ], + "q50": [ + 36.800086801572355 + ], + "q90": [ + 66.25407000066126 + ], + "q99": [ + 72.88075956015247 + ] + }, + "observation.eepose": { + "min": [ + 0.12168999761343002, + -0.3414280116558075, + 0.03379800170660019, + -0.5467987060546875, + -0.9888913035392761, + -0.518382728099823, + -0.5746980905532837, + 0.11038299649953842, + -0.22487899661064148, + 0.049552999436855316, + -0.5939868092536926, + -0.996381938457489, + -0.4876902401447296, + -0.5384950041770935 + ], + "max": [ + 0.5257260203361511, + 0.18076899647712708, + 0.41606101393699646, + 0.5780918002128601, + 0.9949651956558228, + 0.523951530456543, + 0.5770416259765625, + 0.4944329857826233, + 0.2934400141239166, + 0.44249001145362854, + 0.5563974976539612, + 0.9963967800140381, + 0.4665023982524872, + 0.5617064237594604 + ], + "mean": [ + 0.3078106808073288, + -0.08181785015806502, + 0.1802666968980247, + -0.05523351337407937, + 0.007642140402604975, + -0.035496521719057844, + 0.04093715510506863, + 0.29738900044772537, + 0.06438364677234766, + 0.1944305962331527, + 0.07385002944593848, + -0.16537309445426066, + -0.035188353405683756, + 0.009077249928642632 + ], + "std": [ + 0.09900281981588906, + 0.06634510423360027, + 0.08201010972700368, + 0.26307673183170655, + 0.8757431868251411, + 0.3246922463047519, + 0.2288981616445076, + 0.07739418703970971, + 0.06465789035057987, + 0.06935963600967497, + 0.19398005816627403, + 0.9056059686343404, + 0.25790886736171337, + 0.20398520410828525 + ], + "count": [ + 21793 + ], + "q01": [ + 0.13732546411341418, + -0.2780865322982959, + 0.04550838609610888, + -0.46852201481711986, + -0.9680828191617304, + -0.43746190839593196, + -0.42793974579555893, + 0.13508890694594458, + -0.17831546704475348, + 0.07060548736298299, + -0.5204560748602991, + -0.979699658430134, + -0.3918355202173469, + -0.3935362590181306 + ], + "q10": [ + 0.15229851377462125, + -0.14970112122317625, + 0.07188566654408465, + -0.3507704991770067, + -0.9438962933934877, + -0.3910849583721306, + -0.1902424165735081, + 0.19491063903336436, + 0.02137882251880621, + 0.09987251886214209, + -0.14661484427642898, + -0.9635945091312322, + -0.29840500512638646, + -0.2009585966365772 + ], + "q50": [ + 0.31681629595722377, + -0.07785011766539955, + 0.1730109219853377, + -0.0968555887980455, + 0.06798793768170358, + -0.07757435330435629, + 0.007393221992835479, + 0.3044929403284612, + 0.06367672541726463, + 0.19632861052563585, + 0.07217985692194541, + -0.690340246915795, + -0.11990862423863279, + -0.0303447290211103 + ], + "q90": [ + 0.4420146153514564, + -0.018816014528158898, + 0.3021579259305528, + 0.44244343351156235, + 0.9430703198014345, + 0.34556666136591097, + 0.44924650711489467, + 0.3848248866606389, + 0.13904212458347845, + 0.2810810642353674, + 0.29017125130096905, + 0.9494409457581746, + 0.32640113073406496, + 0.27540307031615596 + ], + "q99": [ + 0.4943838188485829, + 0.14836750897985831, + 0.3362273879139758, + 0.5464502245113443, + 0.9786992913508333, + 0.4420841643774877, + 0.5107088450719239, + 0.4517624290810086, + 0.22623701451263573, + 0.371121887896283, + 0.4539669979425167, + 0.9746234684347557, + 0.3704868644026555, + 0.5081243677664325 + ] + }, + "index": { + "min": [ + 0 + ], + "max": [ + 21792 + ], + "mean": [ + 10896.0 + ], + "std": [ + 6291.097201601642 + ], + "count": [ + 21793 + ], + "q01": [ + 9813.646822705909 + ], + "q10": [ + 10012.397708453092 + ], + "q50": [ + 10896.026304703344 + ], + "q90": [ + 11779.552490509877 + ], + "q99": [ + 11978.353177294091 + ] + }, + "observation.state": { + "min": [ + -0.7696905136108398, + 0.9144482016563416, + -2.1771421432495117, + -1.5935735702514648, + 0.2617645859718323, + 0.008412490598857403, + 0.000699999975040555, + -0.6891435384750366, + 0.789325475692749, + -1.8405028581619263, + -0.3500608503818512, + 0.1557008922100067, + -2.139216184616089, + 0.0010499999625608325 + ], + "max": [ + 0.526286780834198, + 2.6676671504974365, + -0.4536985456943512, + -0.08977977186441422, + 1.2248899936676025, + 2.0889506340026855, + 0.07970000058412552, + 0.6684439182281494, + 2.4417340755462646, + -0.4521975517272949, + 1.665690541267395, + 1.222080111503601, + 0.08655091375112534, + 0.06950999796390533 + ], + "mean": [ + -0.0869326079862145, + 1.7904951204008832, + -1.0858593709875923, + -0.9597473703271804, + 0.9443428388634396, + 0.8461505440318261, + 0.04128804566348145, + 0.07455200481661371, + 1.6858867093355239, + -1.0096149496983373, + 0.7534507787534501, + 0.825387776297295, + -0.6807636875488801, + 0.049445963720787835 + ], + "std": [ + 0.18703587686849485, + 0.43645267630544277, + 0.38680157694195194, + 0.2768750716792728, + 0.14420395685050447, + 0.5089629945486429, + 0.03794654629793534, + 0.1828673903060258, + 0.3393130852228476, + 0.2992102548600511, + 0.32494894620187337, + 0.1517554982261738, + 0.415576271058923, + 0.030095342039341416 + ], + "count": [ + 21793 + ], + "q01": [ + -0.6089910405265543, + 0.9733700907114333, + -1.924369249654613, + -1.4668706752215115, + 0.5469915253104563, + 0.2264528433631007, + 0.001638022716694472, + -0.5130162493171531, + 0.9115021525566447, + -1.5965864998367576, + 0.06579247583976905, + 0.444160667871789, + -1.8924457848357354, + 0.0012713024891298401 + ], + "q10": [ + -0.29408369230111175, + 1.0365127297643562, + -1.6918505103106265, + -1.400702981579218, + 0.7798334070311181, + 0.37858480410036993, + 0.0016597804111148791, + -0.06898741199562325, + 1.2800703537213358, + -1.364046550765795, + 0.31953364630754083, + 0.6390657697194746, + -1.277436923525861, + 0.0013946159245756863 + ], + "q50": [ + -0.07147579466448932, + 1.846648672686989, + -1.0679492805179118, + -0.9325394526865436, + 0.9470648740208609, + 0.6851138832204531, + 0.04088541106895683, + 0.04963536486305055, + 1.6953276558301373, + -1.0384588241437638, + 0.7677542576625426, + 0.832349875992932, + -0.5757009054268173, + 0.06937030151681141 + ], + "q90": [ + 0.10835469089169573, + 2.3470006947594007, + -0.6100490685746472, + -0.6413097410254504, + 1.1275466861440269, + 1.7992973841367172, + 0.07945791291400435, + 0.30056397984355193, + 2.124348049743336, + -0.6082450081966799, + 1.111252961888565, + 0.9916966877967106, + -0.24504663728828, + 0.06939258187709454 + ], + "q99": [ + 0.45424563811731317, + 2.531921122510055, + -0.5666052321789824, + -0.3208460891475666, + 1.1934537359876567, + 1.9864127188042544, + 0.0794662691198415, + 0.49552920866859596, + 2.3394907232011035, + -0.5251782309890116, + 1.466562117145702, + 1.1052787456926658, + -0.08362167345680883, + 0.06944110373745124 + ] + } +} \ No newline at end of file diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/meta/tasks.parquet b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/tasks.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0099d3ac41d421d13edfa32505bdc8b1c9374458 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/meta/tasks.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c34ac275dc126e2cd17e540de82fb4e37700d8bc7c07de79ae4500a609fc29c +size 2677 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-000.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bf51be1610adc52d52d0228e93017c5afd72fee --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fd2f7b945d98a874b25e813fc659a8548c0ac2ba0e9c5a00e8b0b2614f076b +size 6009834 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-001.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7051246b3b05d5753956d2cf6a9221a256010b8 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69eb94b904aee87c18556f03c0f52230d72f89cb3e2ce055981eef141a7c06c5 +size 5175048 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-002.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6253d6cd2f061d4f880c554a9945582e0de6608 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96535e06ad83996e2c920cce6b08616368b8f2eee213ea79c579838e02246fb +size 4935818 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-003.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0900830a9f9dd80277ec95c798a12625bf2cbf4 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b74e04ebffce2268463e45103f013d162b531d885a062f074f149fa6afb0366 +size 4622774 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-004.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2683e8e0e8677b1c1e91898fc9c7e47005b06f42 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610065d466efbcb2d5002a15df14d7f7e117d42b80d6f505e51bb578d1c02740 +size 4875521 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-005.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a535059ec98250e19ce58b958d1be9b388934cba --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51659040c638d88007f054bdb3cac506f71d6a3af8f917eba4716860e9e2498d +size 3937295 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-006.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c3395e10bc909b86693b1b40ab17c0931507d6f --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5605c203b66dd7b55434c5eafb1454617434bb998e883044ce3f225cb43796d9 +size 4664352 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-007.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f2e3e6347f54710c2029a9bd61755ca9b4d5dee --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf0c9481ddd5b696c00f30f15905a5e7cf6cddf16417beb76ac608263ed62c9 +size 4596186 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-008.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6668cc540d439f2fc5dab937404091b10a9b03b5 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95ecd5bbceec75c0f97ddbd3c23a9befbbf4e47af2366a25ad67117bf8f916e +size 4579212 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-009.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4ffe22bc6ea6760826290ccd7a8d96b4aaa5a65 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_front/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c198ee357e6e6300ce8411e04b76e0eeb6346027683fa1e82ff213702d774826 +size 5664600 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-000.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea91742b5dd4235433679cfca2ee0700044dbe31 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1785be3f2d95f7df5143d8ea4923f8fe59995e43742a1b93b43d92aacb2a1f4b +size 6080795 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-001.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0354dc284bfcee126d0c3c3a2b0d2793d685146 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb27bd66b4c7911935bf4867258d49e7388ce89e3d402280e17cf2798d4c0cb +size 4973503 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-002.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d571323a15fd3bc1d7cb081ace25dc31a50bb6e --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee9522df5c3fb516a24113d20be36b1ec8288b483f935ef63e1af6bda9dd573 +size 4912300 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-003.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d267159e1538c10cbe107ead633c32eecdc5481 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a693ea7fa4d346fc65c70ac7703d0c48945d42ef9a522c677b337d1b92623004 +size 4583582 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-004.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..503b2dfc09ea3248014a306a7aa746b7a08261a5 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cfa3c242fb256886b231308be58d63c614d241511d3cc754aa5046fc91f7ec +size 4966302 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-005.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a04c7f82d211f78a8740943d4c5d2a613c673d2 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37b3d332a1fafe5ef6155b9ebc5958464b0df61d7f091cb0e51de4fd9a6118a +size 3825175 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-006.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40fc41fa689e616bf5337802b095d4197cea85e1 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00370378c847721a976a16d2cb20439855fedd39a4cf3994908d4d93a00e48d3 +size 4556933 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-007.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b9795c554171f0d8515873e4e41e2abe5fb2680 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70833521533bb8a5a1970c65d57777786911fdd5398da7204fcdd68a18c3486 +size 4755049 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-008.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71ddcdafa314a02cb191f1c0f0312369a3a23f8b --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef5dc9053be0a0334e02969e3e9bcade3608d328a674bac378799a59a93b9cf +size 4637322 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-009.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e8380bdda2b5aadfbf748b3e5d171fdeb3f43e1 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_high/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320db848d02408824e273ab2728a8cfe764a5c200dbbffd875c24ffae57ecffa +size 5558096 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77564704e1002e40830cad1d5d2b05d355c2a5ad --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123288e48b18e195c4b6bdd31dce3c2de583708623ecabcf7b2a030e52aeb1e5 +size 6558855 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efd96d9f1e6f12cd178d1be97d120bb88b27beec --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4542258b42bbfd4ae79158945c7e97cbfcf0d375b11a6fd2e919950dc1aa6b8 +size 5611081 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b263a6d1cae1ff0b21b42ad2d56e65917835c08f --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5690a9d7dc444cea43d419e38a58b1877cd49a4e72a7b117e0dc08ab42a41496 +size 5878636 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..546a73ef85e138a4af16ec0762b16033e5f07623 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c6ee26d634a10574c5e0a7058057c3494fbc620d0fcf39c2b7fea91bf79dea +size 5427403 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-004.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f72998938ad0d7a5c43bb473ec6401523967ad10 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8142a5119d02367aef2a2d9555adb6475fe9a8b03fb05e23f9a495c2415421 +size 5935508 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-005.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efb86885a825bed9293d31bbffbaa8dc2fb37154 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea945b364688d7f74e5bb412b9df4e9059596ca051e983476317123a1f5ad163 +size 4492097 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-006.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1ea5293750fe655ad99793090771f4771b15b72 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b2f6fc629e7a28547efcf828d1ffa48050f03498181f169ff4939341556826 +size 5005664 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-007.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4c41ada1e2e32de55193b2da21271b16d18643a --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aacca33386e3fd835f306d1dfeb71dc2a4180b47087a0d5b9b46de61b0e29be +size 5234080 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-008.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ab5685710b9668145229254ea7035c3c3249192 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35082594d5a19c6ab536504dddc3b88e1b9c89e0676441401a74ec4e8e48b3c9 +size 5454009 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-009.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aa0593ec3e208f4f5dbbd5aae5b11d88614a6cb --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_left_wrist/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8080d9560befe75e1cd97c8ce8e38b7aa52ed864b7c8c1592beec717deebe2f2 +size 6243810 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2c1dc5db721f716777d459991d3c6e99130d61c --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc86c86d37c40951d2374c3de05866711d67495d7fa8bf522cf8fbe9360aa7fa +size 6719995 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b51e76d52d7094a1e05f80f92d9d48376919e530 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782f26121774048640b5bef1040c00cc49024b0cb7c22361b25679634aa039c8 +size 5665903 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18f8c5835b84e3c96369d8627a0e70afa8d4ff01 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdf0d32aaa8ca12f51999ff0a68dc595f6f08ca909689864ca1ef4a48ca2c0a +size 6085505 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff25e8364f0d22f66e1d3249a46c53dd7f4b2145 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aaae2a0002a39b8c80b016bc34c663949ac61dac957b36ab5089889e2df31e +size 5789231 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-004.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6f035f9f098e3fde7a470f135b0028dd6db12cc --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803b5edab30c0ae82263bdf4c89ddbcf2e9e47e43398b59ff592efaa0c88bd12 +size 5151147 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-005.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27835de48fc84bd38321dcb089a149ff607b2b02 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cab99caa2ca597735d778ec68f88b5390f34a712896692ae4fb79ec623a5b0 +size 4059736 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-006.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b4f417c06ecf143b2fc6724d03a45e656f2e55 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd82e39abb3953d61cb389f5bbb2fb1491a0d7b3680b2a26b2e69bdf4ed66da8 +size 4655370 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-007.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d62a0f11d3d5c7edc91599b3504f274c3d4d53a --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742e1574160bdd791d082a861175dd03c7248d19b5b98fab5e8c6b9bb4d5f39 +size 4790130 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-008.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4110a00949b3409e7aab8aae95c166a98f172d4d --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d067c527152fe86fb0482f1a9494fa4b734d90e35457c11a0c75fb6c3a7c4b3 +size 5067610 diff --git a/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-009.mp4 b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8a45021ce0153fb9a53d3ab34681f759fef0841 --- /dev/null +++ b/SARM_vlm_test_10Episodes_lerobotv3.0/videos/observation.images.cam_right_wrist/chunk-000/file-009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10953b6f146d6365f353fba70df8ab4b6de40d8b0a48fceda777e8b3ed537d92 +size 5945624