diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..a62d9f87ee5a11a602b559196c2b26fc288bad1a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e1f3bb9f73f308c406c465c8c453d0fb4af00724 --- /dev/null +++ b/README.md @@ -0,0 +1,611 @@ +--- +task_categories: + - robotics + +language: + - en + + +extra_gated_prompt: 'By accessing this dataset, you agree to cite the associated paper in your research/publications—see the "Citation" section for details. You agree to not use the dataset to conduct experiments that cause harm to human subjects.' + + + +extra_gated_fields: + + Company/Organization: + type: 'text' + description: 'e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher"' + + Country: + type: 'country' + description: 'e.g., "Germany", "China", "United States"' + + + +tags: + - RoboCOIN + - LeRobot + +license: apache-2.0 + +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +--- + +# AI2_Alphabot_2_test_data_cable + +## Dataset Description + +This dataset uses an extended format based on LeRobot and is fully compatible with LeRobot. + +## Task Preview + + + +[View Video Directly](videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4) + +### Overview + +- **Total Episodes:** 928 +- **Total Frames:** 326536 +- **FPS:** 30 +- **Dataset Size:** 5.77 GB +- **Robot Name:** `AI2_Alphabot_2` +- **End-Effector Type:** `two_finger_end_effector` +- **Teleoperation Type:** `vr_controller` +- **Sensors:** `cam_front_chest_rgb`, +`cam_front_head_rgb`, +`cam_left_wrist_rgb`, +`cam_right_wrist_rgb` + +- **Camera Information:** cam_front_chest_rgb; +cam_front_head_rgb; +cam_left_wrist_rgb; +cam_right_wrist_rgb + +- **Scene:** `Industry->Inspection Area` +- **Objects:** `voltage tester(black)`, +`data cable(black)` + +- **Task Description:** Pick up the data cable with the left hand., Use the voltage tester with the right hand to verify the data cable. + + +### Primary Task Instruction +> Pick up the data cable with the left hand., Use the voltage tester with the right hand to verify the data cable. + +### Robot Configuration + +- **Robot Name:** `AI2_Alphabot_2` +- **Codebase Version:** `v2.1` +- **End-Effector Type:** `two_finger_end_effector` +- **Teleoperation Type:** `vr_controller` + +## Scene and Objects + +### Scene Type +`Industry->Inspection Area` + +### Objects +- `voltage tester(black)` +- `data cable(black)` + + +## Task Descriptions + +- **Standardized Task Description:** `Pick up the data cable with the left hand., Use the voltage tester with the right hand to verify the data cable.` +- **Operation Type:** `fixed_dual_arm` + +- **Environment Type:** `real_world` + +### Sub-Tasks +This dataset includes 2 distinct subtasks: + +1. **Pick up the data cable with the left hand.** +2. **Use the voltage tester with the right hand to verify the data cable.** + + +### Atomic Actions +- `pick` +- `move` +- `press` +- `place` + + +## Hardware and Sensors + + +### Sensors + +- `cam_front_chest_rgb` + +- `cam_front_head_rgb` + +- `cam_left_wrist_rgb` + +- `cam_right_wrist_rgb` + + + + +### Camera Information + + +- `cam_front_chest_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + +- `cam_front_head_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + +- `cam_left_wrist_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + +- `cam_right_wrist_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + + + + +### Coordinate System +- **Definition:** `right-hand-frame` + + +### Dimensions & Units +- **Joint Rotation:** `radian` +- **End-Effector Rotation:** `radian` +- **End-Effector Translation:** `meter` + + + + +## Dataset Statistics + +| Metric | Value | +|--------|-------| +| **Total Episodes** | 928 | +| **Total Frames** | 326536 | +| **Total Tasks** | 1 | +| **Total Videos** | 3712 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **State Dimensions** | 34 | +| **Action Dimensions** | 34 | +| **Camera Views** | 4 | +| **Dataset Size** | 5.77 GB | + + +## Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:927 + + +## Dataset Structure + +This dataset follows the LeRobot format and contains the following components: + +### Data Files +- **Videos**: Compressed video files containing RGB camera observations +- **State Data**: Robot joint positions, velocities, and other state information +- **Action Data**: Robot action commands and trajectories +- **Metadata**: Episode metadata, timestamps, and annotations + +### File Organization +- **Data Path Pattern**: `data/chunk-{id}/episode_{id}.parquet` +- **Video Path Pattern**: `videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id}` +- **Chunking**: Data is organized into 1 chunk(s) +of size 1000 + +### Data Structure (Tree) + +``` +AI2_Alphabot_2_test_data_cable_0_qced_hardlink/ +|-- annotations +| |-- eef_acc_mag_annotation.jsonl +| |-- eef_direction_annotation.jsonl +| |-- eef_velocity_annotation.jsonl +| |-- gripper_activity_annotation.jsonl +| `-- gripper_mode_annotation.jsonl +|-- data +| `-- chunk-000 +| |-- episode_000000.parquet +| |-- episode_000001.parquet +| |-- episode_000002.parquet +| |-- episode_000003.parquet +| |-- episode_000004.parquet +| |-- episode_000005.parquet +| |-- episode_000006.parquet +| |-- episode_000007.parquet +| |-- episode_000008.parquet +| |-- episode_000009.parquet +| |-- episode_000010.parquet +| `-- episode_000011.parquet +| `-- ... (916 more entries) +|-- meta +| |-- episodes.jsonl +| |-- episodes_stats.jsonl +| |-- info.json +| `-- tasks.jsonl +`-- videos + `-- chunk-000 + |-- observation.images.cam_front_chest_rgb + |-- observation.images.cam_front_head_rgb + |-- observation.images.cam_left_wrist_rgb + `-- observation.images.cam_right_wrist_rgb +``` + +## Camera Views + + + + + + +This dataset includes 4 camera views: `cam_front_chest_rgb`, `cam_front_head_rgb`, `cam_left_wrist_rgb`, `cam_right_wrist_rgb`. + + +## Features (Full YAML) + +```yaml +observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false +observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad +action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad +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 +gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 +gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 +eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 +eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 +eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 +eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 +eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 +eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 +eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 +gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 +gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 +gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + +``` + +## Available Annotations + +This dataset includes rich annotations to support diverse learning approaches: + +- `eef_acc_mag_annotation.jsonl` +- `eef_direction_annotation.jsonl` +- `eef_velocity_annotation.jsonl` +- `gripper_activity_annotation.jsonl` +- `gripper_mode_annotation.jsonl` + + +## Dataset Tags + +- `RoboCOIN` +- `LeRobot` + + +## Authors + +### Contributors +This dataset is contributed by:-RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) + +### Annotators +No annotator information available. + +## Links + +- **Homepage:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/) +- **Paper:** [https://arxiv.org/abs/2511.17441](https://arxiv.org/abs/2511.17441) +- **Repository:** [https://github.com/FlagOpen/RoboCOIN](https://github.com/FlagOpen/RoboCOIN) +## Contact and Support + +For questions, issues, or feedback regarding this dataset, please contact us. +### Support +For technical support, please open an issue on our GitHub repository. + +## License + +apache-2.0 + +## Citation + +If you use this dataset in your research, please cite: + +```bibtex +@article{robocoin, + title={RoboCOIN: An Open-Sourced Bimanual Robotic Data Collection for Integrated Manipulation}, + author={Shihan Wu, Xuecheng Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin, Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang, Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie, Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian, Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong, He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang, Yonghua Lin, Zhongyuan Wang and Guocai Yao}, + journal={arXiv preprint arXiv:2511.17441}, + url = {https://arxiv.org/abs/2511.17441}, + year={2025}, + } + +``` + +### Additional References + +If you use this dataset, please also consider citing: +LeRobot Framework: https://github.com/huggingface/lerobot + + +## Version Information + +Initial Release diff --git a/annotations/eef_acc_mag_annotation.jsonl b/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/annotations/eef_acc_mag_annotation.jsonl @@ -0,0 +1,3 @@ +{"eef_acc_mag_index": 0, "eef_acc_mag": "constant"} +{"eef_acc_mag_index": 1, "eef_acc_mag": "accelerating"} +{"eef_acc_mag_index": 2, "eef_acc_mag": "decelerating"} diff --git a/annotations/eef_direction_annotation.jsonl b/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/annotations/eef_direction_annotation.jsonl @@ -0,0 +1,7 @@ +{"eef_direction_index": 0, "eef_direction": "forward"} +{"eef_direction_index": 1, "eef_direction": "backward"} +{"eef_direction_index": 2, "eef_direction": "left"} +{"eef_direction_index": 3, "eef_direction": "right"} +{"eef_direction_index": 4, "eef_direction": "up"} +{"eef_direction_index": 5, "eef_direction": "down"} +{"eef_direction_index": 6, "eef_direction": "still"} diff --git a/annotations/eef_velocity_annotation.jsonl b/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/annotations/eef_velocity_annotation.jsonl @@ -0,0 +1,3 @@ +{"eef_velocity_index": 0, "eef_velocity": "still"} +{"eef_velocity_index": 1, "eef_velocity": "slow"} +{"eef_velocity_index": 2, "eef_velocity": "fast"} diff --git a/annotations/gripper_activity_annotation.jsonl b/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/annotations/gripper_activity_annotation.jsonl @@ -0,0 +1,4 @@ +{"gripper_activity_index": 0, "gripper_activity": "openning"} +{"gripper_activity_index": 1, "gripper_activity": "closing"} +{"gripper_activity_index": 2, "gripper_activity": "holding"} +{"gripper_activity_index": 3, "gripper_activity": "unknown"} diff --git a/annotations/gripper_mode_annotation.jsonl b/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/annotations/gripper_mode_annotation.jsonl @@ -0,0 +1,3 @@ +{"gripper_mode_index": 0, "gripper_mode": "open"} +{"gripper_mode_index": 1, "gripper_mode": "closed"} +{"gripper_mode_index": 2, "gripper_mode": "unknown"} diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..114d2fccd9e28fca47be6757ec9378820d1b4277 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a635be8642b2921b2b329f3f0648f1c6bc8bca24881188310c1e0270039d7abd +size 166752 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1152774cc66fbc2b365bed5bba5c9874d2db4b80 --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1358d2d68230ad675c503a767025c9cca490c31bd91083ab1c262c0d926b5fb8 +size 107635 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d01544054dacb745295b40e52e1c8bd86f4d6f22 --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d2132edb5345c3486256e959338b1500921eabde5d3ca27466de8fb4059d36 +size 87526 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a38db0e9fc8e2bcdd73cf3330c83e04d479bcfc2 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387e348b1743a716470e20aeafe8c9b4b64d1feb2c2ed9bfdea9d15931d7a181 +size 150663 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..503a7ece938c732127dfd0a88d83b8b957cbb1cb --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5494c6a5c4b53f569a24c4d32a5be0f65fe3589a2c12cc95502f3a48d8ef6143 +size 145892 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69c958a91117e1302cc634b8601116e1b544fb11 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0be09ee6295bb4e815e3d10a084159432bcedd361b25b2aca15aa981bb110b +size 113324 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09302879babb35026b3d6531fc0b6daf6f9a86cd --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db48cd51accf3b16d3d94d4484648290a072707f6f7ee387792afebca9ed4b4 +size 100531 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ef6027ccfa5a4e08a4cbfe98e5eef64bcb28507 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d53acdf005a6d6765178730fb2bcc31cb6268ac7528939ad182ffbe905f7e07 +size 94291 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..149bad6422b05555a1c53b5e75b6730da248847f --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c713d05a1464674577fced641eebf1d85b845ee5ce02100a282826faa8625ba +size 82954 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8efa268487dedba3f3d35fc3d76a446c0284ad85 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bf4d0cff8d69503a7225efe36a6f8396b2fcc245cce11aa6786f0d4abd2f78 +size 89059 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61b52f60d9147417396baa1691b8bf5d4966483e --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7ff4763f68ad1dcd72adb45a1406af9d21264dd106de5a2eba29dcfb282775 +size 91228 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48169d60a41d32caf0561940b160353f6c13c5fe --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcbc3981cea1d253918be5d1c04dc277839cdb653a724166f20fad6de85d813 +size 95975 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e93bd3b80c67de981486c574658cc26f9c68d8f2 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35293fcea8fe195873c12a4c5ed05750f0c76678083c36039c1d024a15ec3cfe +size 91927 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9e565af8325aeff5348f89c2f849e660dfee036 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bceb0a09530c8fe3081cb1454162c8c88cd560b603c949f473a154dfab02c90 +size 113730 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2997fc745bbe6dc42ae39dbed889d5e5961ee15 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9ab8dca8871f656b8c32dd8b8fd8fbf903d5dac3d6396f3fac392940af40c6 +size 86679 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c69bf2934b81b6a0bb8a85c4a2694e3cda9f2a4 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b165848c72c2eb628536e1f89506b9d0d3cdf9c14b3593b4e075f78fd0a5ce7 +size 82873 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86c21920adddea7fa0acd22e70bb33b349d8258f --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964cb9a0b8e5334d011396f5f405e467691783bc91da326f845621f9b66ab50a +size 101156 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddbb95a8b68d05f398c1edd6b4cd269ade63e293 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e23fd3a2d82f3f6c4d10cf5a0ab5280c4301127d24ca9df3c8dac4d7263dc9 +size 90437 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87095035184489738c70ee236098680041dbe9e9 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96ad1331c7b73cfaeb75f18c65133736e1bbd7b4bd4c6115b4b02fe5391224a +size 79025 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9a7d52a6c68e96ff627d653ded99d4917d9c145 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b1c4772adc3d02766db79435f61d2f1285fb8f7e69e342c861f71724f6586f +size 104641 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2bb09792a4660a7a3c1f7e2fbf1200e91c56d7e7 --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d341ec5be15185ee0c946a85780f7fa4684caca3d7a22df59c5d4fe9cbc532c7 +size 86629 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5706b6e0711c69768ecf16c2ede263209d8200f --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0c008b72d76f450bb02458da82d3190cc0c6338af5bff3b4709ce9e0ec5a50 +size 86331 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ca1dedb15a694a1d50415c99c8c8db237cce22d --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97ad10d7124641ffb32e07dec4f159d89a0d2645c06aa38cef71992799629b2 +size 82638 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6098c88cac32ddea88015307d1100f5f1ed48599 --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759cb27e883b571646d23b4f9b0a99357fe229c8c1458c91e5e5b334c3ea5043 +size 80957 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf750ccbc75adcb7004839a42cc24e990ea4867a --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d81b0635467f11b26f545fd81bdc6b9bd79703f972abb385cb50457506e8b4 +size 67253 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24acc499de42f6e874e84a370aba839caf9ef2c0 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea86fca74b8bcc1f210f9ab1457bcca87ec4bfb01e48d2d6a65362e0f0a4ac3 +size 94729 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a15ae5aa05ca9bc55ee3b27526f1993cc22ac44a --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c158b4e356a5945a3a601af192b502c6345c91c5099565926067385fe35520d +size 95350 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a296f425cc755d4ef532ce46ae2aa80d5879507 --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847d9747be3733aeb571ed39975579bed599c5148c7aeffbb9df42e4da84294e +size 92625 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25c94b77a6018054c9eebfc5d19a9dc31352219b --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52c6931a80741bb4bf2e2ecf2679b86618513568733d7dbdc747e61d9989b7f +size 94761 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60a24deae53fec37c22ffec71fedd8308ab1fd76 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b9c01171ba41d5350edbddb74a73082144a119373baecac75809764b09b051 +size 85001 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dae0e6535c86e4bc5494dfa767f2680ef5f3b7bf --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e4b6568bec8d566d6b1008a2154ae6a3a8086cb657fed9cd78fcdb561eb905 +size 83692 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e9897c55100fb9e1416ff878188f8140ef521b0 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6a5470147a0733874248f1152d4f4cf1b8eb4661f21d90126d1ec9d45a85c9 +size 96007 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26f782a038dc33b8cc5e7f040081d9e137bde43e --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c63d3e11c4a58f1b347b0b38b1dd3f95f09f4db3a53341f1ef61a7627cf9293 +size 97105 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35e573e477fb379e600e76d4cdce957b4366b7b1 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd3298e526b30ac8284dd1ba2edb44d4c814473d671e47f07b985324ab6cbde +size 89609 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24aaa0390322131e9106f08b6dd41eb1d24d5580 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e56968c67d88f4a0b33eb5b567a6c7dca655c09c9ff37f9e78b5278a415b972 +size 94186 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c989f3668e649970d7df3f6e1708e1b4e1b47b4 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6579641ab8c044edb5508b44172583af846ef93338579b2c79df7ce2ffa8551 +size 111359 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f740d3e437eb6af689d0a035e8781df3502da634 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bdaeba9c4d862c2ea0c8c285602e2341c43444ff25a5c6c5f3614640d74878 +size 93103 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a41dcdcd2be3bb1b2f79ecd18936e7e0ecd6159 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07a58b0a5fc9506ae5f5362df62fefdf5ff778cd9c642e2bcc7627b8f847995 +size 81636 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eba22c8ef26db6bb342452fbe571fa184fe5ddfd --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce94a6cb2592081403609b79a6b76451a36bc23687bd2807ce21ff05f985a7c +size 77421 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2473616975d38d13e87bc7545789b417e88e0cfa --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b411ef5a4d9c5b4d7f8055182a8b9802f422a7f9748bf45b643c353e6c07292 +size 99255 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5016cfc90c7737ba5556c39bd82c13014c40f7f --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2128dd0ec3a2bef79528da2e7e115c443d1ad334bf846fc9a93c9e65888da5ec +size 93930 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c056399e9837b6ddb00278ee1ec62dd6fc06d86 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364dad5bbd7e3dd9b15a7f6515376a905936182ae55177ff8964a04bd5792025 +size 91482 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ebd98893f5f3173e621137bffc5f8c793054803 --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8b3b523fa9dfdbe4ec0226344fffe900805fd594e6807b0eea4fd7d31fc5f2 +size 88180 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8995c1bba3d03d1a0c49ae8a7952f0fb53f68486 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dbe6ea5d8e034489f08c1a30cd3e6a563709b0fa435f2a2a5c58ee6dce7f07 +size 99481 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33bf3f594dd542c65ce892ccdf700131cb4c822e --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f3002da5231de3014967cc91086621d3e08eff7eb7af3b452fab47705174cc +size 90958 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e4019c40d77909ef34b54a2fc16fb1430fad3ac --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acdbcc1c60cc4b42af403830663baa8a3d79e64185137ed7d9ebe3038405f0f8 +size 103255 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41118725aca26e51e526a0bf3cb824bb244b0598 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab715375f9a0f774a30a90aa9b84c3b20c19aba74f4dc7ce24f6898b4dcae57 +size 78788 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1677a151fa0124aa7b96e769f9a76e0579b8b613 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75901cedf922e806ad26ae439080c784f6156d0e14ad6ad8cd0938f6c8cc9789 +size 76175 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8af7cb93ad2ed12e0b212e815963aad55974634c --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa822e29d7a4777f17b433107811cf839cdf7789b8d6ddfa7983a565450f3ad4 +size 76297 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8d7cc904031ebb02162f65521ad36302f64fec3 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571f882dfd790b3b07f802146faa933f351fcba38ba60f30edd1424482e7ba65 +size 80757 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13666cfb219f97ed58cf70aa59adffd2d7aeedc4 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09474bc2d4dec7ebf93ebb852a84f0c308798c1c8a772534deacd95faf0c937a +size 76146 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cd3ec1810e4af2259df1542508debeea560d57e --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281a75e91e36fe380e819baa6cbc9405863b44d641b2cd968b841f1e5c3778f4 +size 139359 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d07dfd6f2edd8b50f6800862209a5ce3788b8762 --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfd045d9982d6de3507189b051058070f03a9fba9e69630d4d215c63199c77b +size 151392 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc1f6ca34db812762ae86363f9f519d4b6bc51e2 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d622ee90f95002904ef695aa97791d866e28f538ca9ac31fbb6e3b99152ee6 +size 144369 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83d883bd84a2e8b6072790ebcd851d1172d80a9e --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbdf55863376349e2b2ca13b9a622bde80cc865c78ee6b7ddd0e2f47c96af71 +size 164317 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4382ccac1b9d8a4f482954dda0b49a18808ae202 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c1fbb608de684d9f0386a716420430441c728eb6482f3fc19f9e3de879626f +size 169719 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a6177f4fa11013b7f02004728e1fa66508cd517 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23650d01c163cd69fb9ffa4d79ff8b7144d8ddbea57aa9ee3f0846e8ea291ad9 +size 168910 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f38c6253ea58d9a52b4d2ac4759e3b4c5303a9d --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143d8b623ca59c626f7339378b3a91a0ae3d5094cc98d4f7ba265417121f2011 +size 180338 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03e8873983613e7a77812fdac115400c9dc24fe6 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da0174668c051c9585d22a5bb9f2765bbee621c29db9d263cceceff47cc21e2 +size 136208 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18794a5bf12aa2e75feef72c6ff53377a0aa5767 --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da015ec856ef5eab19cb1da5dc0f066a0392132f1b3eaded9f52a38f8756d770 +size 140831 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d0fcd111a3f5e4d894985ea04aaa8729c0f0a29 --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50dc672c8bb2e7c1a3e696ef277f5bf72b9049161c2de122680d4851dfd01e33 +size 158795 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d91c0c4cb2a1a93d10846ab45802a6f364897a24 --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f81448a1c32c411cf5b28e99dd335ebfb2bdc88da7e64a8dc805d259bb81f85 +size 161980 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e35c839131b5c3864e8d1e781fb139cc6788651 --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9856b564006ff7a71fe4ed6db4649b1c16150800cbaca845cdbdb200562b5bde +size 166013 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a71a9c17b0b9d947adfad8473614019eca91e711 --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294fea48dd383bd23f63ad58a46bbd73891d07183986729084133162a66321a2 +size 148428 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4f77ef63a9e4bfd33772cdc74aa5667eb42e9fe --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0494e1bbbe12b1c5d3f1015c4ea267e90e9694059e121a637c4442db4669456c +size 149735 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..403d9588afb9d1d5a409d2d388c0f45fc1448880 --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7000775205b694888dab9323f523ba06fc236392a326b572ea10e5a6c37dcb +size 157630 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8841ddb555626d2b0fa7e5dedbb6de8d257c4ca --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebf02966b7b70a20e3ef2b191b2d7328cb4985e16450aef4e956ea444ce7fa6 +size 149251 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df2bdfe3c9b25e5df0d7a2c513a831fca9c9dcfd --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd25f22fd2ce5a68ef362e8069f10397e997c1cce14721ad060536ff73a46e +size 130735 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0d8b1097ee1dee33fb9472409c9fe760fbac912 --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12eb58c95950e2b451c156305a905920c9b9e14b5b95117808509b5169e191e5 +size 165058 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d384cb65aa9613eb3c772bbdd759e30d5e02127 --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db38f8e510c6979f72995ffc96229bcc69d9a0ee68a2753c78081323eeba5886 +size 189461 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b951aa77d3b9f2cd04c0868463d9fc5f2511acf9 --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43cb4fe532d5a0615fa7a8508ef63258e54a7017f3c0e576ec47d32eb530888 +size 208916 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ef8d5823c1153cc8d980aaee6369a452391239a --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c9fa9c47ff934f92e30745164b50450e1e7f578ab6ee7ec675306327ea547c +size 148587 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d112492a08efde0b8c0b0aeabe5b9689a78eccf2 --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fd0b1cfebec4e18448bc39eaaf1ceca84c88538b186b42a79a15180cc26b5e +size 148485 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d8eb570d908512c8ac56a6f3d016ea4459c435c --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f7e571577fcfa2ac5fbf201ecd3a68c88a3c0254f57188afd40da706c53001 +size 126591 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5bbfcac02f044fcde3ca240ee8a2fbd72c812c8 --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdda91d6271ab9396cd349afb37a21f994ac7ea2f100ffacea69808fb0eeea6 +size 141444 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..878bc9b0e70c01a46b4b446b1eed057f18178ba8 --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c821a90f058f93af6c9e61f6af5657fbf813eed433f43b80eabd144c514ed2fc +size 157778 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..563416eadf2f4fe563d7e46f918744f441635025 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b997b0c4c0e54da3f4b2f18983de5e03387286b025c89fd0e1b3a44f9991cf95 +size 142045 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6950db187f7922d403cb74d10419312c37707f2 --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981ff955da4af3ac932db57aa8b355a2aaa054218346ab20277668b2f49d28d9 +size 143644 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c14c3d1d7920ef3a9eb4434f465454afaad8d1e --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437e91ad4ae6ee5922f4962773101951867b8d4d4814a7a0631523a27d7655da +size 135327 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6f217a5400aed9181b34f3fded4147c8cb2f090 --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423b6c90f342198981a6962d4d81cfbe5b6881ae946112ee5492f83abd571edd +size 144917 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc4480c14f527fc215097cf6c6ec4dfa39ce9f3d --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456f8093895bb0d174d2fb609312f9f99c2b11311f436547f58741f916bd4f4b +size 194231 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a5230b817dec67a857e5862758feb4873a395f9 --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e830b310f8008163ccf628992b65115d1aca8d379f02e769916b4aa4cb04318a +size 180114 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d7e17fdd752722214a5c2abfa0069c47da6f895 --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afa9ca2e5771c247f8c082487a393802fd03e5dae1f8a872205ae8001b34c3d +size 151676 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efdb8953ae611fb445cd734e31a0e495940eb33c --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7949db432f5b0cd8bc85480def0f9ec3ec7256511bbc9a926ab4273c7a9e59de +size 177838 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d31cd07412e449283529756727a6218f404fe84 --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da101482dcf3435475ab46831088fb40a45c8bfe6615eed8e05e9a7bacd82953 +size 141989 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..116cb60c946feb264b458a6133275b7ffa47d1d8 --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebce77200552c6169b5c827e2242c92243658d0794b56fec7eb297c8a129a44 +size 134276 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33d68c1e541ea1b6f5178850b3fabb331b2f2aeb --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c86879bdc45e4251f58786a8ede93e5cef4e1156fa98066dff122fdcd7c47e +size 144403 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c955cf6c8cf321bd2118a03233dcdb259b1904c --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a705aca9a58b0d50ea26fe6a61dd55825e68817a5e8b9a08cefad343a88cbcfd +size 158157 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61c563b058b283a0da9bf68f95caed147eb079ac --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aaa733d9570e35830691518533f4eb0b3780d813ecb2a39fe839facd9c5b31b +size 171553 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5446b994ba0fd8fd89bbcf220b4b7a3ce6051a64 --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990e75c6f99c0a443f7b7043943c785170114735222b356a216f9a75e64e2f8e +size 148582 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a04eade25f2def3947fd185e82c1f8e7afdcca23 --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2982782e3f66116fbed50f48ceb53a36fe0ddaee9a01e4cb01b9fc8f68058e5d +size 143275 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff256d05c3d33fe91d3964fb45d6c52ad8fd99fb --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8edfa600d6749f67812df0ebaee2f90638f61ee71ad98eac74ba767c854607 +size 133017 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1761b212b2e1ef2a3ca49f25a461604507bad538 --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9d89f941578fca0dea6467e6720d5a0dde8f904843d0264523210afce4b26c +size 175862 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28a0a69e6a22f5c3261a1f60bed7c3bb71b23b09 --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a3a53d4ae01dc4079014a71cbff346dff88652575059694906516f7db4e7ea +size 155952 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07b5d36999eba4f20e0ed906c15dc4bbed7d0fdd --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4958240696c06785d6d7ccfea637659681caf902f42133dd4a959e3ce32233d4 +size 150624 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94d1688ea6909e341a1ac3a76fdf5f8ea63fc368 --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f569db1926b5cb39c8901ce532ac607765ecc414cdf4096f7b6c83eab3359e20 +size 153790 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b0f27ef271738cca7ddbd6d5a9bb481820b5867 --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc91ff9754296692b6cc14e8890d93629207e29829d4093c00513470df3ba668 +size 133960 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1936ee59745d72194d02121982845e0e2b3669a --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db79d4c80c96d6947f955c3a1014208b06378a9297e9cb93df32eb1ae3e5a3a8 +size 131616 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a7653ddd5975d70853792686ba09add13cd478b --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d160a3c2dff0656c858240743ada19ec9e9cd708c434b06c51397e5d7a8ce017 +size 140951 diff --git a/data/chunk-000/episode_000099.parquet b/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cfae79ade1d4d63bdf8d98a4c43557c92032549 --- /dev/null +++ b/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869d4fc4fbd99f1f72814715442f63a6e335d666b01b67e0b38137775c61b39d +size 153389 diff --git a/data/chunk-000/episode_000100.parquet b/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5df56e15827e02d4aae7152c29760b9221824fa7 --- /dev/null +++ b/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c51e2dedf57fb746bfe32e2d9d72468738119113402fe55435faa56f540953e +size 152726 diff --git a/data/chunk-000/episode_000101.parquet b/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbd48e32ddb8e6366057e43ba81e15e9b69ffcc4 --- /dev/null +++ b/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ce6c511e038d26326fb9e52a6d6956946c83d39230cb22a298f1c8a9a2c338 +size 140409 diff --git a/data/chunk-000/episode_000102.parquet b/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2ca018b7bbe44dbcaac1018f7c8bdca05f101e2 --- /dev/null +++ b/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3cf2ea890ddaa2e110ca9cb65eb32013d43c23c636d3bfaf3d2edd3b12dd7c +size 179712 diff --git a/data/chunk-000/episode_000103.parquet b/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d5f0ed15e98bce11ffd827c19dfb504798a7a4d --- /dev/null +++ b/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0141b218755acbc0011a9e1255322c3ffe6d654fc2e385c9c1263adf611eec +size 182193 diff --git a/data/chunk-000/episode_000104.parquet b/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..709d7dc481490d031cfbf90da5c149159507e04b --- /dev/null +++ b/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89be419b5a0f2873ac051ea01e7c9d596c83305d1f6869a305012f21fd4b2f7 +size 126277 diff --git a/data/chunk-000/episode_000105.parquet b/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bcb4af2f7c3c1860572556a2108b054082c3e07 --- /dev/null +++ b/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cb8a375e3d6c677540d0bad75d622f509fcdc45f5a5d2e72d295788e363e22 +size 134450 diff --git a/data/chunk-000/episode_000106.parquet b/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65e5dd55d9708c7d8744c201001ec3a82e5aee4d --- /dev/null +++ b/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baa529248a220b1c476cd3df340d4ec78f1117e74b7bba9e27878785997c41d +size 121307 diff --git a/data/chunk-000/episode_000107.parquet b/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35665f6d0774e539938d800461488b3bcf4d7995 --- /dev/null +++ b/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90d6d4af9db91ec1cdf52319f802afb495d99d5200093cd5e4a7e8fbe8ce83b +size 134604 diff --git a/data/chunk-000/episode_000108.parquet b/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d44eea68fb709c0c248b5f777c1b2f30215fa15 --- /dev/null +++ b/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b172717ddc2c2896d58e2c7404e4ca7e5e4110a5b7712c360e2f12934eb5c04 +size 137791 diff --git a/data/chunk-000/episode_000109.parquet b/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be89b038a69f404a07820ec0a80200acf333cb8e --- /dev/null +++ b/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b192021df51050021714e76e07d68a95c45880d260b37c6aa6000c5f5b2921c +size 126664 diff --git a/data/chunk-000/episode_000110.parquet b/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..176a2b27faca0767aeba41cc715d93d763f9e954 --- /dev/null +++ b/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2eab14edc50e6c6a716253658898c8976c4c0078e0fffb36eea04938444312d +size 144666 diff --git a/data/chunk-000/episode_000111.parquet b/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10b41d02b594e5dd8428ecce1a45e9f84a28dc0f --- /dev/null +++ b/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bd359f8583b1dd3dfeb1aad1b5fa7cfbc3d216fe78e9660946c509b36f3bf7 +size 161889 diff --git a/data/chunk-000/episode_000112.parquet b/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9224ae9ae2d2a507db804e905e187478768865e8 --- /dev/null +++ b/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592b9350d3f468b305bce0827f13fb7ef7b27b7b532cc875669f9354e3d5775f +size 129486 diff --git a/data/chunk-000/episode_000113.parquet b/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48cc41ba81f6d023bf4acceebae6466076e045e9 --- /dev/null +++ b/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298056045cd4941dc0618fb83ce3c740e10a325480dd7b810dcf2cc30c650122 +size 154902 diff --git a/data/chunk-000/episode_000114.parquet b/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67df0e993f02fe580f79ed7e8339004456cd9d92 --- /dev/null +++ b/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f0dcc7c9547230a6ddaf36a4b2571c98f8cf2c04a3fb22d65b370bb3be8d98 +size 140687 diff --git a/data/chunk-000/episode_000115.parquet b/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95124b9eb2b1f9a61552b6aee8ef81230e532cc8 --- /dev/null +++ b/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590de0afb65ec2bfa35d8c6d8fae6857443ff4d7687e956f71a526d58e1e12bd +size 140713 diff --git a/data/chunk-000/episode_000116.parquet b/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7937d412d3b0797cea1c98f1a0e3b6ad48c2c9ef --- /dev/null +++ b/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f856c28ae8d6600894e051a29c2b53cf778dc2232e19d9af5a649244e5f4424c +size 169023 diff --git a/data/chunk-000/episode_000117.parquet b/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdb86fe74f7f07734af80796268be7eb3275599d --- /dev/null +++ b/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480bb2f0af36b0272a9b709b821da28f06144fca516754015cba0913210d5530 +size 129236 diff --git a/data/chunk-000/episode_000118.parquet b/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27098985749325d628431c5b6493de9a9140c3c9 --- /dev/null +++ b/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fb4c572a854816a8ad77acfe521b23c76b7e76422aedf734551a944350cc08 +size 149542 diff --git a/data/chunk-000/episode_000119.parquet b/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..925c6482884d8d5c30159ce7cd2e332fd383391f --- /dev/null +++ b/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b40ee10391b4b448ded3222295e7bb6f8ad6ed193dd638ed59ce9b0cbf65a29 +size 151744 diff --git a/data/chunk-000/episode_000120.parquet b/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f35f64b7c1b425b46a6d0dc654792ebe9f06e17f --- /dev/null +++ b/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa6137208a941a2f59810ea88ef4741a881a13af5ebdf2b0b7bd19485a49e32 +size 130602 diff --git a/data/chunk-000/episode_000121.parquet b/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c4da408fb100d9e9b6b7b2dd6eb20fdc56fc191 --- /dev/null +++ b/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d72ecd48111198d4ffc99587750c1cd72ffb2638ed48978fef92d3034ecceab +size 135464 diff --git a/data/chunk-000/episode_000122.parquet b/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71349e06956623327006628c932489a591ede539 --- /dev/null +++ b/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1a790f815b291e7488d8dc8a7757563a35230df2796a9f821f3b6e50292eda +size 121800 diff --git a/data/chunk-000/episode_000123.parquet b/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..840c131bf736186bbd4bf083d5c581e7f61c0206 --- /dev/null +++ b/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaea908e9588b69421e674028b73f8c248d51938340fd7488af4783a57467c7 +size 146118 diff --git a/data/chunk-000/episode_000124.parquet b/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d5a86a3f95639e72f51e1c71d07209d010066ab --- /dev/null +++ b/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1380205f004e4a2e3b0d5bd78313ea077178b27c448e912f5c959456d270423d +size 146575 diff --git a/data/chunk-000/episode_000125.parquet b/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07d4f0630a27b68fb60377cad1c7580cd33ec117 --- /dev/null +++ b/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb04538d775f231e440d02e141f4bffaef38fce76b1c8b9d04699b80d148a65a +size 185856 diff --git a/data/chunk-000/episode_000126.parquet b/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8656e876dc3e21aa5a5e9dac853f58c48a456f3c --- /dev/null +++ b/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717e6193e1df3e648761f6645440689e75921fb1dc77de1e8168da94a4dbb159 +size 142038 diff --git a/data/chunk-000/episode_000127.parquet b/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..460c003eed2bba5d7f42a52a1f97f99cd3cc9f90 --- /dev/null +++ b/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96955064622ec8f9ce67938c7542b32f7c3721162079a9dad422550730fbe7fd +size 169385 diff --git a/data/chunk-000/episode_000128.parquet b/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfd45928c8054f85038a2ca5e156838707f37dcb --- /dev/null +++ b/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692e591fd7c1577216e0581f3e62836fdf45a9f6a86922a51198cee83994070a +size 119016 diff --git a/data/chunk-000/episode_000129.parquet b/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83627900a63971707ec1b9bfdaeb24ba81892188 --- /dev/null +++ b/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f5d99aa6671dad9f87cd0f1ccdf62e24e611c98aa81cdb26a18b874d21d57a +size 152282 diff --git a/data/chunk-000/episode_000130.parquet b/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ec069ba085aef19dd69b5a9a6f0c1a43dcd9062 --- /dev/null +++ b/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c51ca60dfe2b9c129111e1c43474aee0cbd3e3b94defe926e252c499d336f3 +size 122330 diff --git a/data/chunk-000/episode_000131.parquet b/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f50764bab9da81753a9017c819b7fbcae5d1987 --- /dev/null +++ b/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f849ed1d20145c0a8d091fa482aadd023c45477b9508f933f21645f981c49b92 +size 139382 diff --git a/data/chunk-000/episode_000132.parquet b/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5de1bf24c0a9dc772401ffc9d29e386bdd6f023a --- /dev/null +++ b/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c64e98fceee0b6e5eac04a02ea64d788b4ac7bdd6d4b67b855203d35563f10 +size 143062 diff --git a/data/chunk-000/episode_000133.parquet b/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea601f2f45583044e9f962443355acedf8ff62bd --- /dev/null +++ b/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2c2328dde38ba86e51efbdc883065bea1908a79c2dd57bd2951296a609887a +size 153553 diff --git a/data/chunk-000/episode_000134.parquet b/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8b8067f62260c857158c73a0c47eda76ae799b8 --- /dev/null +++ b/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d779d5c90c9d09544271acb97e623d88bc48e055ea3ed2017ae234dbeaada5e +size 149207 diff --git a/data/chunk-000/episode_000135.parquet b/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7733e232707a095c5ef683932139edbfeb112034 --- /dev/null +++ b/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9894e5043ca18e402d8164e880f2b3284a00743f0af978e793a2e5f7b0958e3 +size 153394 diff --git a/data/chunk-000/episode_000136.parquet b/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..632e992b678921846b7cf75652faf0b37260ed37 --- /dev/null +++ b/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7205c69a7c94749d058abdb459bfbf08c441e60b1ff9034c80d2fc3b3dd539 +size 138724 diff --git a/data/chunk-000/episode_000137.parquet b/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db864f4ff412f594664a1279320baf0f4d0cbf79 --- /dev/null +++ b/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e11bdeb1b06cd2114125e28e616dab0c3f11bc9ca82174bb181ba47c759f42 +size 130143 diff --git a/data/chunk-000/episode_000138.parquet b/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33e0487e2a40c8bb005513800c0a4305906f7a65 --- /dev/null +++ b/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25f35f0cdad38a253b12abd38f1dd5de9560ecf31db64f806072f4303cc288b +size 122727 diff --git a/data/chunk-000/episode_000139.parquet b/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f57143fba2b22de2edba0f03e1031fd2dcf54ad2 --- /dev/null +++ b/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd1e405fae2cb17423153fbf550b120ea0952912984f721a61b1e16aa46ad09 +size 127293 diff --git a/data/chunk-000/episode_000140.parquet b/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad6c4628a0511e50e6adc3c8cc2ef72a53b80981 --- /dev/null +++ b/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137e4282720530e2528dc6407f0d2546f93e80a4d81a035b2c6c15f74e320e38 +size 136924 diff --git a/data/chunk-000/episode_000141.parquet b/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1520462d1aa96e79c2856c6e7fa09f20a4b1fd46 --- /dev/null +++ b/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdd3f94ce7849af81c1f7c03d5a445e8589032d462c6ebcfc907f601caecc85 +size 134137 diff --git a/data/chunk-000/episode_000142.parquet b/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fc75a176e21759eb93041417bc2d2c27384a2ee --- /dev/null +++ b/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d78b64348bcba6b6756006c8fc3db8eaf0f6b0d39ebc29b73ed0ac1cd28b25 +size 139048 diff --git a/data/chunk-000/episode_000143.parquet b/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3558a51f442f25af821d94f0736e679471451896 --- /dev/null +++ b/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7a69c062b074364e4ec7c80cee1f1f0b6a7a23568b79002142336178a4cf7d +size 132617 diff --git a/data/chunk-000/episode_000144.parquet b/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ac4320bd79c3b3e2877e7184a2e33becc5ad8d2 --- /dev/null +++ b/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d25fdcdbb45fb982b051893b8c0cdfadfc7e828bc00297188b7e68d42e370d +size 129574 diff --git a/data/chunk-000/episode_000145.parquet b/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3a8d612bbb09ebdbe6b6e82499ecbdf4a8d9927 --- /dev/null +++ b/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134eafd5a8deac7fe9910f276a5c0ffbb24b587625da914617c86b651244b615 +size 133683 diff --git a/data/chunk-000/episode_000146.parquet b/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34be2d59e10fcf51e01bbe40aad4150daaf6fccb --- /dev/null +++ b/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ca9f9906e7683e92c5ade5e2f77937ae3e2a550b210bdafdb1d382205dba26 +size 132630 diff --git a/data/chunk-000/episode_000147.parquet b/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b511c70d010b240561a9fac7e669a12bb840189 --- /dev/null +++ b/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa32992a5004076bd918064d3199b57981649255e944b59019ec54253fb35b7 +size 130730 diff --git a/data/chunk-000/episode_000148.parquet b/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e2de7c4eabe921e97be5b2ea48653b8cedbdba8 --- /dev/null +++ b/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddadf7c2d2969d1a288fbe7d3aa2b8363aa240c8fd8218fab2c291a6c7067c19 +size 132027 diff --git a/data/chunk-000/episode_000149.parquet b/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..547cbfb95759f044374b86dc565d1c125733e415 --- /dev/null +++ b/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6284fc399d8d48f96a10f8a0d6a5e743ab972c1eeebd58af6c0544bb0c5c7a +size 152113 diff --git a/data/chunk-000/episode_000150.parquet b/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5641aad6e22483ac07afeb8ba249a663078727a0 --- /dev/null +++ b/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9bd49b8af7dbfbf77d04ab92fd81e8426b0415859a359053b4d00fc0c8df5b +size 164697 diff --git a/data/chunk-000/episode_000151.parquet b/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37d1365e6f2475a0cc6e39fecb701bbb2968cd86 --- /dev/null +++ b/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d856d397fe8410282e3fedea6ee2c2f3baddd664a5566d648fdff3c2ae01939 +size 157835 diff --git a/data/chunk-000/episode_000152.parquet b/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..269b8d7ff598d90fcadd07ed516248c32d3760cf --- /dev/null +++ b/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29089378db55b5b198c2f5d87ce082377a64170d65eef6e7524dedb425d79ccd +size 147451 diff --git a/data/chunk-000/episode_000153.parquet b/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f87a797fa90e8211d8fa3340e8135b7031acdf07 --- /dev/null +++ b/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef11e0e114ff60edaad24cca0cb0b75a31d30ce1fce8bcfed9434503fd9c22c +size 170208 diff --git a/data/chunk-000/episode_000154.parquet b/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..028f34933ec592d5a22abd09b7099290d06765bb --- /dev/null +++ b/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1233c3d047617e5647e5ec436aeb53e7bf975b85b691e1e28a57720df4787356 +size 159467 diff --git a/data/chunk-000/episode_000155.parquet b/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be54a1ae0e928e2617e7d4e2e1dc0875f23a2f05 --- /dev/null +++ b/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b746f4a04ec78ce8f5beafb217f50aebd19749404e32bea536929d25132fec8 +size 139351 diff --git a/data/chunk-000/episode_000156.parquet b/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78d6c542e8dbf57bc7bcca393385dc01a5849acd --- /dev/null +++ b/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd47751045aecf8ec6ef4fb3b7bd13d1185560d23b1e7171f5888b783b15485 +size 134422 diff --git a/data/chunk-000/episode_000157.parquet b/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00c74a21bdc8d3755cf968c974a61a8cbcb15996 --- /dev/null +++ b/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec448532ecf1a745b64dfa1583c1f0b309bece88419dc27b3f15797c024a0bf2 +size 166188 diff --git a/data/chunk-000/episode_000158.parquet b/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cbf23fe621fff601badcd4be4ceb0557dc04f96 --- /dev/null +++ b/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e74c52a8fa5524f135006630548870ac559c1811ff390af2a551f6cd05ce4a +size 125693 diff --git a/data/chunk-000/episode_000159.parquet b/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6817c0a9f3381cf152a3945554f77c830d788e8b --- /dev/null +++ b/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15ed1f28231f60db9fc32edf574ec9b81d6188a728abb4289b55b0bad1709e4 +size 143893 diff --git a/data/chunk-000/episode_000160.parquet b/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34f99bf732d13fd6fbf6c0085b9c3b842090290d --- /dev/null +++ b/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632bfc4f26009bc3a34c633a66da90ff26ef1b54fe477bd06a6a8cda4da61cd8 +size 155445 diff --git a/data/chunk-000/episode_000161.parquet b/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22469a7af6fc33ecc25d60d3f418101d29973363 --- /dev/null +++ b/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453e65b7c087722f218569f725d5291d85235c258b9a4752ae97a3e63307a10e +size 134938 diff --git a/data/chunk-000/episode_000162.parquet b/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a14c301731624abf156625725f851d4d7f18de8d --- /dev/null +++ b/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310473f36d2f52e4a6ba653b5ebc44f08b3afc5e9234e5e4c3ed8140b4620fc3 +size 147587 diff --git a/data/chunk-000/episode_000163.parquet b/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8eb327d08f8a78b3d0ec7a71a4b4026827806489 --- /dev/null +++ b/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612c4f8563502bf6014d7adab16a73b323b368cabd3806c8f39d9671b3f039de +size 161832 diff --git a/data/chunk-000/episode_000164.parquet b/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a4c715028dac1464e6e942edb6ca833a1ce4aa2 --- /dev/null +++ b/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f91b08bda2b68ebfbc494f624022694e898083ed0dc7f2cafa8ea2f20d96419 +size 144915 diff --git a/data/chunk-000/episode_000165.parquet b/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78e21ce587458e2ee20176ede23ac65733787a93 --- /dev/null +++ b/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2862f24ad1ae96faff5a66202e4841068e45e496e03caf1e55a24fe48a0997e9 +size 137753 diff --git a/data/chunk-000/episode_000166.parquet b/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..956390eddbc51b0f6552bfd929ac1926bac05202 --- /dev/null +++ b/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b5570c0ea9c29a22729a48b201430bd2d0eabd46054996dfeecb60e8270ded +size 129366 diff --git a/data/chunk-000/episode_000167.parquet b/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08ea43d5d810f498ac9e2b1a3f04d3bebc3be7eb --- /dev/null +++ b/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47666bb24c367a36b6d1232cdd46cb8092b768ebce3ff80b0823cc9124ce256b +size 142583 diff --git a/data/chunk-000/episode_000168.parquet b/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53a534ef8e5d93d0128caa03e3d19e0b8ac91077 --- /dev/null +++ b/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06ba319c954a3c6208bf48a91622122ab8b23cafd9080a99507a5861efc690b +size 147055 diff --git a/data/chunk-000/episode_000169.parquet b/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3365a2276c52b28a046e3531c0fb729ffd73d17 --- /dev/null +++ b/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e34c997b41c705fe79f85e6942bbf23c999022ed259c7916532e33282a64309 +size 131893 diff --git a/data/chunk-000/episode_000170.parquet b/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2bc61f25326fc62d1ddcc3fcd67c191165be356 --- /dev/null +++ b/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d27305d48d2c8dcc789d7fcd834349ea9111ee228663f17c307c11cf011bd1 +size 132591 diff --git a/data/chunk-000/episode_000171.parquet b/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a59c2c5cd78d1edfe85292beffa3df3d45dcb3c --- /dev/null +++ b/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c91ca9f57924c8538c3dd2569227f5fe90564c6e81d4366fe3514b2a361733 +size 160039 diff --git a/data/chunk-000/episode_000172.parquet b/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b62a0cb606e336cf1113a916136db19e258bbd1 --- /dev/null +++ b/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2a997de478d0eb3f66ad630dbccd87915352b2d3dad57e5a05e28d45f132ca +size 146974 diff --git a/data/chunk-000/episode_000173.parquet b/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c02c2dfec97c0cb91b3dcc2a38760b41495b7d5d --- /dev/null +++ b/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f8b41265e5c74b6f2106a9ea77ad6d1c5b1063f3f8f3131bb27b3cceb6917e +size 167469 diff --git a/data/chunk-000/episode_000174.parquet b/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64d5c459e70cb1c0532baf52b4d2e4a3f951db9f --- /dev/null +++ b/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd4ba79972af7b7ba247917dcc8a20da8c1b95144fb11d08c156219ea38f44f +size 159516 diff --git a/data/chunk-000/episode_000175.parquet b/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06239f1ea1dcc21526247188fdbf1e73c030c871 --- /dev/null +++ b/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20552108aee9c1f051aa35a7edaff0a8783a26bfcefac518ab02e72a88e39a63 +size 152883 diff --git a/data/chunk-000/episode_000176.parquet b/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77d11adaeb6cabfd83f8e18dc2b4df7408f32eb3 --- /dev/null +++ b/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c8cc70d456da1a4c02c5e0d66462ca773bc6e50801a96ffa65d922a7fbf513 +size 158074 diff --git a/data/chunk-000/episode_000177.parquet b/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47d57304d12028491453683c7fa319bad8006283 --- /dev/null +++ b/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df8d0a0bf7d27ea457bd0737e24ededb96f4fba8e54eb7bd0234e73a8008f59 +size 182020 diff --git a/data/chunk-000/episode_000178.parquet b/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bbd2996b40aad8afb2d72ff078b967980d0e6e1 --- /dev/null +++ b/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9867dc7952cdb3656f761bff0102600489f006bca3f5c888b0e34e568380b168 +size 145182 diff --git a/data/chunk-000/episode_000179.parquet b/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31c8984a259505193e29bab6c3796e9617ec8713 --- /dev/null +++ b/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64b6be4309758a9c70f55aa19048c6f23831431643dcf962d860a0196736752 +size 144957 diff --git a/data/chunk-000/episode_000180.parquet b/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b137c8fcccd060880dab3fa0ac2ab5908a0fa22 --- /dev/null +++ b/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ccd97771c16cf0e55073cfb503fc3a14819d15af14bd5d5141235bc73a8850 +size 168044 diff --git a/data/chunk-000/episode_000181.parquet b/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc4b2efbc48946c685e4ee71f95fbaf2b17ec16a --- /dev/null +++ b/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48aa292018dc39aa9552d5d0db69e094a55d8810fa3317eeef3077936cdda849 +size 137633 diff --git a/data/chunk-000/episode_000182.parquet b/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48f4fb15a17d6272bc8d7e84973a99110a5d5280 --- /dev/null +++ b/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5c1ace460845d3c95af45578bee1e6e4daf737733ca9b9080d1f77c1275659 +size 132165 diff --git a/data/chunk-000/episode_000183.parquet b/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c1fea9b773e488d01611e0a2184cf24879b88ae --- /dev/null +++ b/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21526e8dc8fd48600e898ff32458c5456790e53304c7798636d291b9d0936da +size 177024 diff --git a/data/chunk-000/episode_000184.parquet b/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbb66092cf4518beb9b6e35428f797a4c32a2666 --- /dev/null +++ b/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba9e045b3b9e094e35fef2014f8d121ea37e19f4a1f55aa7c7cb5833ec738e9 +size 145411 diff --git a/data/chunk-000/episode_000185.parquet b/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e87d975e867c29c10a38d2d9c63bba920d472b8e --- /dev/null +++ b/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdf7aeaedac95c49a0eee6dc3ac0c95bef418fa96928bc28ec8ef575a92118a +size 124208 diff --git a/data/chunk-000/episode_000186.parquet b/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..127b5fbbc48d92c71700d18e945ebf05c2bb6f28 --- /dev/null +++ b/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51d7a05d82cb6c3eaf61c75d9d07892eda67c9bb890df42cc53de793dcb88e0 +size 164948 diff --git a/data/chunk-000/episode_000187.parquet b/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41c2fed7c110931d9fa0b9f9215defe47734cff2 --- /dev/null +++ b/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a03d20458a5cdee1b4e9853b4cf242977f6a9ac3dfcdb56c307d1109f6c5331 +size 143024 diff --git a/data/chunk-000/episode_000188.parquet b/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..627e4382f8efca113184e191fcbc458b3f5c462b --- /dev/null +++ b/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5287e37218483f6ef7a546fbcdd1466c19f46c39c683b37d524f49a89880413a +size 172508 diff --git a/data/chunk-000/episode_000189.parquet b/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f4491658996d7767ac23b81d1b86835a20b1e42 --- /dev/null +++ b/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e834a97f9c7a7fe67785251126d08ac7c4e561db50322f55a3125796397c2d2 +size 151843 diff --git a/data/chunk-000/episode_000190.parquet b/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dce2ee4e6956bf51077171786a51416a058753e --- /dev/null +++ b/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfb619aee53c0ea1b1e9c859e6b48a9b45b1a8e5f1a8c2b528fc5fb2315978d +size 145200 diff --git a/data/chunk-000/episode_000191.parquet b/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bafc5b2c635d2e200bd6910c14415e94ca6625db --- /dev/null +++ b/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abad92d23f5b6859483d26d41c78a9cb90e45242b32a48346002351551be0e08 +size 146436 diff --git a/data/chunk-000/episode_000192.parquet b/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dad6c5dc72f65473b1bde4af4cf8e3c829f94bb --- /dev/null +++ b/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9cc9c55b3cfbe3c4378593eab8ceecd94a77e1159c926079b0e48cca64c040 +size 124429 diff --git a/data/chunk-000/episode_000193.parquet b/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a2703b4483ebc5070793db7cf49ae7ef57d4552 --- /dev/null +++ b/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d044ce9b0a0364df6a69ab31d6b81ab5065a7ea87f41fee105c064a64a0fcb6 +size 94367 diff --git a/data/chunk-000/episode_000194.parquet b/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74b8f0637de118bb3d93c034631d19198007072a --- /dev/null +++ b/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d51c95a3df837394032f0794ff8024e8156ff5ada0efaba1df808a877a2f8e +size 89258 diff --git a/data/chunk-000/episode_000195.parquet b/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ad02215b7fe3f8d4578a0c5575fa1693d987f1d --- /dev/null +++ b/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f9ccb7abd579712ab0e3058f0e20c228d72d4e9a9462c298620f5f6bf01cff +size 80414 diff --git a/data/chunk-000/episode_000196.parquet b/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..620357b0b6f0eeb4adceb09783c999a13b5c3623 --- /dev/null +++ b/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc97a27068e8aa310186b7df65b5b3df5bcb6dc838e85d9c2a1edd05b6d584d +size 95717 diff --git a/data/chunk-000/episode_000197.parquet b/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5549ae141e23c55deff977cd6d9ca538051cb033 --- /dev/null +++ b/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39703cf184cfba9ed1cef48aff2deaa51bb0ca727661adc33d006ad8a617f43 +size 94840 diff --git a/data/chunk-000/episode_000198.parquet b/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cac7226a6d74ce1e6da8c5052a1f733c74ed0b99 --- /dev/null +++ b/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45543d1217b9ba96c964c810bc0432fe184a6ee2d07e52f6938304d23eba6420 +size 90669 diff --git a/data/chunk-000/episode_000199.parquet b/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e27f53adbaead771114c9e0ee3a19a8b1ba19c0 --- /dev/null +++ b/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929135d1349a7b2278709fb9af0bdf7e9f9d8fcff85a3ae314c782f4ce5b0cae +size 90600 diff --git a/data/chunk-000/episode_000200.parquet b/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bdb893a682673b4ee952169c016103f3ea74e73 --- /dev/null +++ b/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d177266900d7e44aff693009cb63940bf3a33891550fcd3c9f637dbd4fb6644 +size 77829 diff --git a/data/chunk-000/episode_000201.parquet b/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af1ac275661ec0a7c84f84835cef8fbbde87b68f --- /dev/null +++ b/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fc1fffe1b3ebdce9fe1f906ddc905d83f675a8894e1ba72c9713fb51a8420c +size 93246 diff --git a/data/chunk-000/episode_000202.parquet b/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8219ffcd9164ffd7093bd5baa69252632387641d --- /dev/null +++ b/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41460803bc29577769528a1f32c05a077b88f000c2478876605eeb36ad8cd71 +size 82783 diff --git a/data/chunk-000/episode_000203.parquet b/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5535fef94f1c61d0772fb33a4adecb32a66ba13 --- /dev/null +++ b/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fccecc9e0b2da5876add1ac52d3829bd69c1485de1bff9d20f2b6ae743c9c4 +size 98548 diff --git a/data/chunk-000/episode_000204.parquet b/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e8e235bf074092ddcd18ef1b7c9d36fc3ec8ae2 --- /dev/null +++ b/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3da956f6eb20fd171198748822bbaaf64ecabe490daa1e15fc141741672953 +size 75020 diff --git a/data/chunk-000/episode_000205.parquet b/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e73869b2ba765afd1eaca645d437591e39586689 --- /dev/null +++ b/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658fb8943e4040a974860ed64c62252fbe4dcb0ef5dbf2af4361e5068bf017d7 +size 72353 diff --git a/data/chunk-000/episode_000206.parquet b/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..139b69a2f3cf944731d8fd537f9e78e55a771d95 --- /dev/null +++ b/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cd6a3d31b876b0e4bded605ffa0de2c028ea0d84a81a5056862ab3a6d27c59 +size 83624 diff --git a/data/chunk-000/episode_000207.parquet b/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..379981b380b7526c55bd0f343e7c234a0042e84c --- /dev/null +++ b/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49c245fc68ae5eedcbcd67b75f42fa95d996f14afb99dd104b73d3df497ef41 +size 106425 diff --git a/data/chunk-000/episode_000208.parquet b/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f38075a531ea3ddbbf493a5bda6ae47634bfc83 --- /dev/null +++ b/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9102bd3355efc4890b715be867a13fc9a15335b3ecc4ff9084492e9c7f94eb19 +size 72645 diff --git a/data/chunk-000/episode_000209.parquet b/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6023a634485a91b47a7de457584a9694c0dd9961 --- /dev/null +++ b/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0accfc5bdf3fffcb9e33902bee4afeec8ecaec33090b41d5e63115baa9891982 +size 73307 diff --git a/data/chunk-000/episode_000210.parquet b/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81372105a1cea7adebaf49bdef686f9bfe0063ab --- /dev/null +++ b/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7fd1938fb680ab5a362877c9d4e91ee163cd3a0e69adf04e092f62c6ca10e0 +size 103421 diff --git a/data/chunk-000/episode_000211.parquet b/data/chunk-000/episode_000211.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7434a7f8b13e62224d0e3e8533ce6a2ff0d65878 --- /dev/null +++ b/data/chunk-000/episode_000211.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e924260f60efb3d67248f29872d371d3602be0ae2998f88a2f04fb361c42b0 +size 82575 diff --git a/data/chunk-000/episode_000212.parquet b/data/chunk-000/episode_000212.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cb0b5d18ef73e477e7fc2d82e666dfdaf2c08da --- /dev/null +++ b/data/chunk-000/episode_000212.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf1081a377478add04e09f7682e41613bcf26848fdc3e5a89c0d2f55175df59 +size 76100 diff --git a/data/chunk-000/episode_000213.parquet b/data/chunk-000/episode_000213.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76ef3f456a6ce25123016c736df43f8320f75331 --- /dev/null +++ b/data/chunk-000/episode_000213.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adf65c5b2fc5fefec7794de7fa8945e135c41c04bd07b94810ecb83a8dddbb9 +size 91388 diff --git a/data/chunk-000/episode_000214.parquet b/data/chunk-000/episode_000214.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9698f24c5b529d14316e8a70398484735225a995 --- /dev/null +++ b/data/chunk-000/episode_000214.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc4e12148d1bf47b4cc3a78995889ee4910da5bee421ed29fa192350cc4ee2 +size 71376 diff --git a/data/chunk-000/episode_000215.parquet b/data/chunk-000/episode_000215.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8f158340ed7eebab83752ee3f4cff68655a3ae3 --- /dev/null +++ b/data/chunk-000/episode_000215.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf4f3155254a2d5f050af9d175ee752c3e3f350f8212a8e982c79745c2ea696 +size 70094 diff --git a/data/chunk-000/episode_000216.parquet b/data/chunk-000/episode_000216.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e164b4f88435abf0f9b06d3147bb8559250a7a2a --- /dev/null +++ b/data/chunk-000/episode_000216.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87c348dc740be7b04ea9d59496d97311cce84478473e7e8527ccf648a7837bb +size 85357 diff --git a/data/chunk-000/episode_000217.parquet b/data/chunk-000/episode_000217.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a16cb1ce49b305fb01f915af607c6fe2e14a6c16 --- /dev/null +++ b/data/chunk-000/episode_000217.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d6be5ef9e935628c8b41c3d4b0f27f72abc656d0565d9b6b180cdb7a86f141 +size 92448 diff --git a/data/chunk-000/episode_000218.parquet b/data/chunk-000/episode_000218.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2f5efb1b2fc72fe0704e18260f1aadd071dfd37 --- /dev/null +++ b/data/chunk-000/episode_000218.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2acb174e5845c38d345fcdf768d6e425fe10367a606dbdbbe16b962d061f4b +size 78461 diff --git a/data/chunk-000/episode_000219.parquet b/data/chunk-000/episode_000219.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86cfcee1884078295e62aa1ea3133ceed44f631b --- /dev/null +++ b/data/chunk-000/episode_000219.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd1d289f9d6d4d9f4aaf07bb52623909fefb49d48ce9a3a1a9bdb0645645fe7 +size 73448 diff --git a/data/chunk-000/episode_000220.parquet b/data/chunk-000/episode_000220.parquet new file mode 100644 index 0000000000000000000000000000000000000000..045e5615295f7ad53a127e87c81715f2ba6234ee --- /dev/null +++ b/data/chunk-000/episode_000220.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9879588ffe5d8839ba6d074bff45003b4ce2b9e72160a710bad9b3f41b1c6e +size 77073 diff --git a/data/chunk-000/episode_000221.parquet b/data/chunk-000/episode_000221.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5e018cf99520fe6c7f86e4d81da52241b9d6f39 --- /dev/null +++ b/data/chunk-000/episode_000221.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e43623498c96ecb66aafff4ddac5a12faac8ea3981c4e0154b61fb33c286d3 +size 72191 diff --git a/data/chunk-000/episode_000222.parquet b/data/chunk-000/episode_000222.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7a86739ff6dd5d47eb70715b1b5bf5c09d9f20f --- /dev/null +++ b/data/chunk-000/episode_000222.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d478f574c2b676b1b41cae9bbb8b0b3dd35ca2a427a489c40ec8d431d6908b1f +size 78783 diff --git a/data/chunk-000/episode_000223.parquet b/data/chunk-000/episode_000223.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2a98ae7ce61aa1445999296b2dc13c95c0ffa01 --- /dev/null +++ b/data/chunk-000/episode_000223.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c519b76265da00c1e78ae18fe4961accebcf3b838fd5ec5457048f6d461d866 +size 80238 diff --git a/data/chunk-000/episode_000224.parquet b/data/chunk-000/episode_000224.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3b70700ad146b7d5329ef39d1a47b64edd2dfaa --- /dev/null +++ b/data/chunk-000/episode_000224.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f48a90da6c83f19aa74cf95d62476a42d6711aeec929899ae6b00cdf89765f +size 78236 diff --git a/data/chunk-000/episode_000225.parquet b/data/chunk-000/episode_000225.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2527dcf022a69d3317bb8996fdced566f24fadfc --- /dev/null +++ b/data/chunk-000/episode_000225.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d32378d6665e2d14078b7a67a9e886465e284edf758ed45d3041efbbdcb91d2 +size 99445 diff --git a/data/chunk-000/episode_000226.parquet b/data/chunk-000/episode_000226.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db456b20a51a9b89ec6d1a32208074d7e766f9a3 --- /dev/null +++ b/data/chunk-000/episode_000226.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bab3d3c6da1126c863e00ad7b8801201615a7dab0c2b7e81dd368a3fc397cf +size 105932 diff --git a/data/chunk-000/episode_000227.parquet b/data/chunk-000/episode_000227.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcc2534f2df8810b7f92525ee7fc42468c14dce5 --- /dev/null +++ b/data/chunk-000/episode_000227.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8ad5a23532847a18a01c477178cf09750888f1ba966961a906fdd7636b71ed +size 93573 diff --git a/data/chunk-000/episode_000228.parquet b/data/chunk-000/episode_000228.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6911061054de8371252106c76b7ab6c325361073 --- /dev/null +++ b/data/chunk-000/episode_000228.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc261f86b1c7e6d0a7c81cc42f7366c15ff7354b2e02fb0ed943c4edd4fb03c +size 96373 diff --git a/data/chunk-000/episode_000229.parquet b/data/chunk-000/episode_000229.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6847bcae86e3e041d7b601c831c74bcff14ae2a0 --- /dev/null +++ b/data/chunk-000/episode_000229.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05478bfce65b63b028a31ba597cb9a169a066b94ba1679bc75cbb8c731fca8b4 +size 73450 diff --git a/data/chunk-000/episode_000230.parquet b/data/chunk-000/episode_000230.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f005c66a47da75f1140ccf1accff69bb8091adff --- /dev/null +++ b/data/chunk-000/episode_000230.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f23d7883ed4bb7822afe48507ff7d2e73d78296544db234d8172b7f5cca5ad +size 73812 diff --git a/data/chunk-000/episode_000231.parquet b/data/chunk-000/episode_000231.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7245d3a43b2fc257d48e41402f6a25b18134b21e --- /dev/null +++ b/data/chunk-000/episode_000231.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafa6b29bd70dad74d5b8fc6d7479c555abbc70e4dea263815b6e7bd54aafa36 +size 83588 diff --git a/data/chunk-000/episode_000232.parquet b/data/chunk-000/episode_000232.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9073c1e40ddc8f65c2b30e806ff2c996ca0a849c --- /dev/null +++ b/data/chunk-000/episode_000232.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96438ef19c525a0e5c7a0355c52b0cf8aa7e0d2226293825d9fe30a3139f3a8 +size 79853 diff --git a/data/chunk-000/episode_000233.parquet b/data/chunk-000/episode_000233.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09c202bf8f37c25dd0c5ff02edf51bdb12b8c407 --- /dev/null +++ b/data/chunk-000/episode_000233.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac6b6e4ef4bbc1918678e0c28815314d79fb8032f19797865f7e61681c8ce27 +size 72302 diff --git a/data/chunk-000/episode_000234.parquet b/data/chunk-000/episode_000234.parquet new file mode 100644 index 0000000000000000000000000000000000000000..891d614c5afd18efb5780077d91817c3de33f5c8 --- /dev/null +++ b/data/chunk-000/episode_000234.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3455927e2e24d20673a2b10b19087f621925cc94311794dd806a17630d998713 +size 66754 diff --git a/data/chunk-000/episode_000235.parquet b/data/chunk-000/episode_000235.parquet new file mode 100644 index 0000000000000000000000000000000000000000..becb4ccb08abed1c58f2538928003a8e437001a4 --- /dev/null +++ b/data/chunk-000/episode_000235.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40efcf0823176bd991af5ef09413f9012518b8cb688b0ba2da79eb7aa1891357 +size 86264 diff --git a/data/chunk-000/episode_000236.parquet b/data/chunk-000/episode_000236.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce79a72ec380e1fb73f3246bc101f5c9d0d92145 --- /dev/null +++ b/data/chunk-000/episode_000236.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e3c73b5909fb17ee14fd6afa50c724cff488b0b8f623ce3788cfe9261bfb5b +size 74815 diff --git a/data/chunk-000/episode_000237.parquet b/data/chunk-000/episode_000237.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c24c66440700bffe0e2de886c6f055666185a2fd --- /dev/null +++ b/data/chunk-000/episode_000237.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4861c5eb92a20d602c46aaaa7856cd8a32ea6889346a93d582a0164195b79aa +size 92325 diff --git a/data/chunk-000/episode_000238.parquet b/data/chunk-000/episode_000238.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f93a07bbc76ba9cef08415c1b9ab86cf96ca50df --- /dev/null +++ b/data/chunk-000/episode_000238.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad68aeef94a624ec4c17aa8a06a782a18b1d6e2c82aeacc399cca6fdc04dcf9 +size 82984 diff --git a/data/chunk-000/episode_000239.parquet b/data/chunk-000/episode_000239.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a12cba5847e0e40d5af63e24cab3f37bf18870fd --- /dev/null +++ b/data/chunk-000/episode_000239.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4756b5b4bbbf1f2fa258fb6cb5965da31f6ab4b6e68981137acc2115702293 +size 94166 diff --git a/data/chunk-000/episode_000240.parquet b/data/chunk-000/episode_000240.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bb1534fe2228afa0c9502bfdcab4b50bd4ffcb5 --- /dev/null +++ b/data/chunk-000/episode_000240.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b53645fc51c80244b30140f00599cd4272776f3b48b824d772da26ef701aa5 +size 75023 diff --git a/data/chunk-000/episode_000241.parquet b/data/chunk-000/episode_000241.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18076ca185087cc18f5bf501d94f954a59399791 --- /dev/null +++ b/data/chunk-000/episode_000241.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346408d64179bb070db25e8a6eabef1e61c47dd8904433925ce6f1104322b0eb +size 76553 diff --git a/data/chunk-000/episode_000242.parquet b/data/chunk-000/episode_000242.parquet new file mode 100644 index 0000000000000000000000000000000000000000..460dba6a911b94aa29ce57ebb135473eb0547135 --- /dev/null +++ b/data/chunk-000/episode_000242.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8829ca3c5e3e894b9d764c3fd7bbc3b90ee75e623d9a9e4dcc0fa40e299dd4e +size 91223 diff --git a/data/chunk-000/episode_000243.parquet b/data/chunk-000/episode_000243.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b636307ab8816ac77e8bb93a8a9e1c735be8e1be --- /dev/null +++ b/data/chunk-000/episode_000243.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d408b2cd84bea99762d27f33f15c9452e4c61e08ea0dbe7fb020a13c2b64d +size 109011 diff --git a/data/chunk-000/episode_000244.parquet b/data/chunk-000/episode_000244.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47b92c4b2a3bde5ff962a8c81423f9925aa1eb0f --- /dev/null +++ b/data/chunk-000/episode_000244.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6331c1d170b3ffe386e34d0853bae520e812ddf050d9fd15247e05dfb78bdf4b +size 63093 diff --git a/data/chunk-000/episode_000245.parquet b/data/chunk-000/episode_000245.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d42847c65c92f303a8904e3459ace8c495e04ece --- /dev/null +++ b/data/chunk-000/episode_000245.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c411df23c16fe9fbb7ae28cfa6fdb0676b52d5377372f8172273d9bb853ddbcd +size 85243 diff --git a/data/chunk-000/episode_000246.parquet b/data/chunk-000/episode_000246.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe9dead5f7dab61badf45a7e6ef5356cb06dbc12 --- /dev/null +++ b/data/chunk-000/episode_000246.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb54aa9104ea6bf95ed6e05e0b4ee35e00232b74dd42b618eb134f5f714de67 +size 76035 diff --git a/data/chunk-000/episode_000247.parquet b/data/chunk-000/episode_000247.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91593225c92bbc6e9016ae37fd2baa560b9ba1ce --- /dev/null +++ b/data/chunk-000/episode_000247.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efba5d9de81460ee1b26e7f259fe53b5dbad6880863a73acc304e57933314601 +size 79474 diff --git a/data/chunk-000/episode_000248.parquet b/data/chunk-000/episode_000248.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d29b33abdbbea67e552840c14ba3befc09f985fa --- /dev/null +++ b/data/chunk-000/episode_000248.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f601ff0bcbb28ceb248d3c12ef8929ceb5a9db498debeaeaf7ba0adad069184 +size 102200 diff --git a/data/chunk-000/episode_000249.parquet b/data/chunk-000/episode_000249.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f5f6233f7df53979669030f7bc67d213d6e0b01 --- /dev/null +++ b/data/chunk-000/episode_000249.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a9b1c130f51b17c3607b3de36c060b8b41bb0855130bd3a4f8b486a9217d92 +size 96177 diff --git a/data/chunk-000/episode_000250.parquet b/data/chunk-000/episode_000250.parquet new file mode 100644 index 0000000000000000000000000000000000000000..461264788122fb7f338a80c94a1b16ff0d116396 --- /dev/null +++ b/data/chunk-000/episode_000250.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa80ccc73ca1936bcc7f7c9986765a3ea9bc53ae7a5adfc3f7807e00be8a769 +size 72509 diff --git a/data/chunk-000/episode_000251.parquet b/data/chunk-000/episode_000251.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55f23a903f0a102947e77b9e8bbf58147d610692 --- /dev/null +++ b/data/chunk-000/episode_000251.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a80ed1e9711a0eb9cfbdac1c6e2c641edafd18cc1f19ae0b774890ef4dd369 +size 80822 diff --git a/data/chunk-000/episode_000252.parquet b/data/chunk-000/episode_000252.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84f6de9ecf7f32cb5a677f99989ca222c5269529 --- /dev/null +++ b/data/chunk-000/episode_000252.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1097e569cd08525d968a29035303830398e635062f609f03f12356d17e33afff +size 77931 diff --git a/data/chunk-000/episode_000253.parquet b/data/chunk-000/episode_000253.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c77b29b2660ba0e7b870cde67fb4c8f432fc8a09 --- /dev/null +++ b/data/chunk-000/episode_000253.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21ba3dc804c5abd1788cc80b1e92394e09ce0eeaa10cacaa3eb3debe9120379 +size 94909 diff --git a/data/chunk-000/episode_000254.parquet b/data/chunk-000/episode_000254.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61a872596a5edadda8d228c60c48ad404b940054 --- /dev/null +++ b/data/chunk-000/episode_000254.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788c72860d588f927e7b75e79157f8c55f03b43d1e7ec9d29face96a5169f10e +size 74369 diff --git a/data/chunk-000/episode_000255.parquet b/data/chunk-000/episode_000255.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8b00796049c8759d72a4c4ed0fb74b2e772c3c0 --- /dev/null +++ b/data/chunk-000/episode_000255.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d3309eab6a83cf02ff442de6c762cbdad2ede27b39e9b2e0248e21f06dad84 +size 75846 diff --git a/data/chunk-000/episode_000256.parquet b/data/chunk-000/episode_000256.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ae7998789f087a63d3faf88a7638a69ffb9ef01 --- /dev/null +++ b/data/chunk-000/episode_000256.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d17bba48d0b7b9bdd30ec859748278a583c211354ef4d4a82ed990b8efdc43e +size 76617 diff --git a/data/chunk-000/episode_000257.parquet b/data/chunk-000/episode_000257.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5687e8494cbbc50cd928eb8d12f0a708d66acfe --- /dev/null +++ b/data/chunk-000/episode_000257.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9c840db9ec637891eb9165e27254570c7e84f26dea3a734e82541041adc444 +size 90548 diff --git a/data/chunk-000/episode_000258.parquet b/data/chunk-000/episode_000258.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c40059032b8be9b346bd96214ab717b1da8084ad --- /dev/null +++ b/data/chunk-000/episode_000258.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f45a20d84ed7100eb0946f08b2dde8bb5ba3b91b6251c85b8974037458fd72f +size 87392 diff --git a/data/chunk-000/episode_000259.parquet b/data/chunk-000/episode_000259.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3724e7a5f1f528423a0eaa453eafd6d8a4fa31a8 --- /dev/null +++ b/data/chunk-000/episode_000259.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09316f769e395b9c6b4fc8e84844c171b95a5fed5faef7799c6bf6dbe3756f02 +size 75697 diff --git a/data/chunk-000/episode_000260.parquet b/data/chunk-000/episode_000260.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13c6e3507ed5e37d2d04fe6f68897709c0ae2b30 --- /dev/null +++ b/data/chunk-000/episode_000260.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1373cb67aaa49f0b21899528d21986e89671e0c3feb84a8aa65ab8a9d7b7ac6d +size 91967 diff --git a/data/chunk-000/episode_000261.parquet b/data/chunk-000/episode_000261.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c76e47ff8c36b43d49f447230388453cdc7e3a57 --- /dev/null +++ b/data/chunk-000/episode_000261.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4317fa56865f5a969802835955dd8b5131a18161e2ac90065a0fa35d430fa706 +size 83323 diff --git a/data/chunk-000/episode_000262.parquet b/data/chunk-000/episode_000262.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46fdfcb6ae6bfeba46c0cb204ce8b814ae41a1a7 --- /dev/null +++ b/data/chunk-000/episode_000262.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f44daee6379f929a5334d7d8b7cf431d4e2a59528324eaffc3c4c7e0e7e837 +size 86900 diff --git a/data/chunk-000/episode_000263.parquet b/data/chunk-000/episode_000263.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14111e9cbc693449bd1da96ca7c23ea39e50dc36 --- /dev/null +++ b/data/chunk-000/episode_000263.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19155f43e61ff33919c9c9b571e73e40c25d0b952560b587a799f65f4510d499 +size 88670 diff --git a/data/chunk-000/episode_000264.parquet b/data/chunk-000/episode_000264.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dba0e2afa309ea355b8f68618c915fffaa5e139d --- /dev/null +++ b/data/chunk-000/episode_000264.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baaa0f7f02bfd96576cc649f59c430a7d4b37c34d9b921e4691c706ad3f8ff71 +size 85696 diff --git a/data/chunk-000/episode_000265.parquet b/data/chunk-000/episode_000265.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95b814975963b64bdc3aa04cf7cb03845e81b597 --- /dev/null +++ b/data/chunk-000/episode_000265.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9828bd1c4c8d840ddac3dc1c787b72aa1f60c9cf31c5b9246800e9d8a1165f74 +size 86494 diff --git a/data/chunk-000/episode_000266.parquet b/data/chunk-000/episode_000266.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e21dac06bb3c23d5d9d23695d70821f4bad315de --- /dev/null +++ b/data/chunk-000/episode_000266.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2409ebfb932e9cfac8f9c3868af1425c2ed22dce9a6740b6658f884290c46f +size 77181 diff --git a/data/chunk-000/episode_000267.parquet b/data/chunk-000/episode_000267.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f763ed523962867b2a32147a2f778362946d20c6 --- /dev/null +++ b/data/chunk-000/episode_000267.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca7c47d742468ad6dce6526b9e83981b8f5554dfbfd7411b152c9e9f5d1acb6 +size 88305 diff --git a/data/chunk-000/episode_000268.parquet b/data/chunk-000/episode_000268.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3c73ea798fa956156c3cf61ab7c62c0c33798e7 --- /dev/null +++ b/data/chunk-000/episode_000268.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d2e813ab08afab00b7a69143464362367b31e259f3f1c25ec81e4c1bde37f9 +size 85134 diff --git a/data/chunk-000/episode_000269.parquet b/data/chunk-000/episode_000269.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34f63fd7b18028fc3b15669c227843c656a1ba06 --- /dev/null +++ b/data/chunk-000/episode_000269.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda4bf240de7f2afbccba4bd4a1a78d6ae5b1d9bec1b23b72a418c12956bfdf0 +size 80941 diff --git a/data/chunk-000/episode_000270.parquet b/data/chunk-000/episode_000270.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8deb795567d508580cc7b97bf20bcd6ba3eb663 --- /dev/null +++ b/data/chunk-000/episode_000270.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8cd14b4a6c9f204dd198fbd08662c6faf3773d85253b68a26d1e03346fa380 +size 91179 diff --git a/data/chunk-000/episode_000271.parquet b/data/chunk-000/episode_000271.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48b05186338a5c2662e9d88718caa71bb007870c --- /dev/null +++ b/data/chunk-000/episode_000271.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ae5641dde28966f61604ecaea0776a8005423be44bad6b6b01650a0864c931 +size 79844 diff --git a/data/chunk-000/episode_000272.parquet b/data/chunk-000/episode_000272.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f099b42dcf6bd238fd43eb4a11617979f67f78fc --- /dev/null +++ b/data/chunk-000/episode_000272.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89253d9365b6334b5ab525a75e009936e5921dfe485c6658925c08fd5ad394a6 +size 92106 diff --git a/data/chunk-000/episode_000273.parquet b/data/chunk-000/episode_000273.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a62e722b35e0c2e7f51c7442cb7ab1c740f584bc --- /dev/null +++ b/data/chunk-000/episode_000273.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe221deb24da8af457b3419aaf2969279d696a1cfd2fe8a968320a8a66328a8 +size 71380 diff --git a/data/chunk-000/episode_000274.parquet b/data/chunk-000/episode_000274.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63f5532dd0ff9610c13691f42c457cbf51adc3dc --- /dev/null +++ b/data/chunk-000/episode_000274.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5132c583571e5738ad17ce6cae0e084c7d21b5d9e302108805c77df9625b0a2 +size 77158 diff --git a/data/chunk-000/episode_000275.parquet b/data/chunk-000/episode_000275.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f871512cb79623ec697454ea772d0834b032b22c --- /dev/null +++ b/data/chunk-000/episode_000275.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae350e4cc62464a1d1a58b6c846ed3866f594274905248aa2d110e5aa65a519 +size 78529 diff --git a/data/chunk-000/episode_000276.parquet b/data/chunk-000/episode_000276.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b202c318226b9ff3436c7f98e6a7a08b4ac1edd --- /dev/null +++ b/data/chunk-000/episode_000276.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8d9d1a678604a15f9a304b59cfc138a5b4f63c25829f91f56b96069ed810aa +size 84659 diff --git a/data/chunk-000/episode_000277.parquet b/data/chunk-000/episode_000277.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb92cbbbff0e22618f1552e6793d1ce9c3f24cd1 --- /dev/null +++ b/data/chunk-000/episode_000277.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6a2622986cdfb41efb541c0f02ba6d50cf05e5a74f92396d96c69c0372e759 +size 69365 diff --git a/data/chunk-000/episode_000278.parquet b/data/chunk-000/episode_000278.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec2ae5b46b9ddc31dd8aefd98fb7ac9e6f2d2524 --- /dev/null +++ b/data/chunk-000/episode_000278.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368110e625e66c5dc319f4f0bc3de1fc2e1b7546a833713eb39b63f12808b176 +size 77630 diff --git a/data/chunk-000/episode_000279.parquet b/data/chunk-000/episode_000279.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8387fb9edadb04670ed8859b8a737c60217b4482 --- /dev/null +++ b/data/chunk-000/episode_000279.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494c6b8b61fee9baf96afef1d07221e21dc0cbb66410c5626398715ed5a9819a +size 84461 diff --git a/data/chunk-000/episode_000280.parquet b/data/chunk-000/episode_000280.parquet new file mode 100644 index 0000000000000000000000000000000000000000..947e4fb7ea90ae1ac2a1d4b1c28a0b69fc2d8dd5 --- /dev/null +++ b/data/chunk-000/episode_000280.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8862e8656881b1acee48b320c081b3f13b4cb062e222336ecbe7d84e28bfafb9 +size 64884 diff --git a/data/chunk-000/episode_000281.parquet b/data/chunk-000/episode_000281.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c106fb114807ba3912af50a88af2cdb093a73ba --- /dev/null +++ b/data/chunk-000/episode_000281.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11b0f2b83c8b47e9a9cbb94a7b0615b3dcc4c181d355818833c96b81058e15f +size 99083 diff --git a/data/chunk-000/episode_000282.parquet b/data/chunk-000/episode_000282.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e5e5edbda6c76f11900b379f0ed8af85ab5cfd3 --- /dev/null +++ b/data/chunk-000/episode_000282.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480f072a81ead862211bb12d76ef06c4ca9862525d3d5ad44f7980dece0266a3 +size 78591 diff --git a/data/chunk-000/episode_000283.parquet b/data/chunk-000/episode_000283.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c9972b9a5ae53929d5af5fe5b3a35b56b4ebd93 --- /dev/null +++ b/data/chunk-000/episode_000283.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fa7df303c4a7ff6d634e246471b2388a98883b561edd65ea2cdf23a2dc98d3 +size 86697 diff --git a/data/chunk-000/episode_000284.parquet b/data/chunk-000/episode_000284.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6208f873090ae967c4ba87b0f97e17189a611fcf --- /dev/null +++ b/data/chunk-000/episode_000284.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eeb5bb5eed24d39c6a3845350b8c4ac49d0bb6d134becd180fd6c483864901f +size 88848 diff --git a/data/chunk-000/episode_000285.parquet b/data/chunk-000/episode_000285.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5eda0ae5dbbec50db04c6c1037e203aa43435750 --- /dev/null +++ b/data/chunk-000/episode_000285.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46a88aded7ec49c2e5e712da73ca9ac99d134dd32c91217435f99e2f9c096eb +size 110552 diff --git a/data/chunk-000/episode_000286.parquet b/data/chunk-000/episode_000286.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d23030e5f56adcee72e6fc9c212a00e01789918f --- /dev/null +++ b/data/chunk-000/episode_000286.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc1f292d66d60a39dd3d729dae56cee9246ffba38c7ba1c3650612abbae2a4a +size 95281 diff --git a/data/chunk-000/episode_000287.parquet b/data/chunk-000/episode_000287.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73748cb42c094b1a1dd02ff1371e16dc7426a56e --- /dev/null +++ b/data/chunk-000/episode_000287.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e0a583483253238eece7419483bc6721da54777caf45b9f367c08b99c245e0 +size 92980 diff --git a/data/chunk-000/episode_000288.parquet b/data/chunk-000/episode_000288.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbf384fde96cb06d0cece9331e6f09c42eb3fb03 --- /dev/null +++ b/data/chunk-000/episode_000288.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b5c5ab417413fbf237917a9637c0dbe4fc344dc224598b70ed1884d74a6f87 +size 86912 diff --git a/data/chunk-000/episode_000289.parquet b/data/chunk-000/episode_000289.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b18a60392fb0996c5cfe5cb7c5ad75636b5295d --- /dev/null +++ b/data/chunk-000/episode_000289.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d738bdda2a873e0cc961cf638d8345f4df78408e020190492c4ce863d53ee2 +size 76621 diff --git a/data/chunk-000/episode_000290.parquet b/data/chunk-000/episode_000290.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fda803ac044e2e214072f65d3bf40f9200ea056 --- /dev/null +++ b/data/chunk-000/episode_000290.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879a88f795acb3145a89cd0c1fe88b4b6855d9c72d97fcff1d94913d502cfa29 +size 74659 diff --git a/data/chunk-000/episode_000291.parquet b/data/chunk-000/episode_000291.parquet new file mode 100644 index 0000000000000000000000000000000000000000..903d4ad46256fdfb16c63f0e29f7043bb4fc794c --- /dev/null +++ b/data/chunk-000/episode_000291.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d625128cb63624946aeb9ff9eaabdf0a8fc3241357cf3f6841f4e293092a6d31 +size 80587 diff --git a/data/chunk-000/episode_000292.parquet b/data/chunk-000/episode_000292.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fd4982d3c63457b772bd687d333d5b53736d85e --- /dev/null +++ b/data/chunk-000/episode_000292.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3285198b89abe9b949c0dbced56f1459e03ae8e296c3c96ab2b72460d091cc +size 82477 diff --git a/data/chunk-000/episode_000293.parquet b/data/chunk-000/episode_000293.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfd98efc9c3edb9d32e09ee8018caee533b67a71 --- /dev/null +++ b/data/chunk-000/episode_000293.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4561e52664968c7c53a8608e469dab0e86eed4fefb8c1e77873161e8dc2916 +size 75688 diff --git a/data/chunk-000/episode_000294.parquet b/data/chunk-000/episode_000294.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd150b7d9575c842f4277291466cf9522aa93346 --- /dev/null +++ b/data/chunk-000/episode_000294.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfff1686a30fe42aa52cd360611f9c2718e2d3ac25017de12d5ed267e15c0e6c +size 82642 diff --git a/data/chunk-000/episode_000295.parquet b/data/chunk-000/episode_000295.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d2efa2da2daae322ffb0d0761a1fcd85a38958e --- /dev/null +++ b/data/chunk-000/episode_000295.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1233a456ef636fb7d93e7c018054bda52c844682525566ebfe0d1d7db0aa902f +size 90028 diff --git a/data/chunk-000/episode_000296.parquet b/data/chunk-000/episode_000296.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98e7609dca966a7951d4c0f253ae833f759e59b2 --- /dev/null +++ b/data/chunk-000/episode_000296.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cd26e3c029e50247c8c5e2f7d5e971b7ae70d77d95ebb2d1330b2f2ef60e69 +size 71828 diff --git a/data/chunk-000/episode_000297.parquet b/data/chunk-000/episode_000297.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c267e364f34f74ff7187a236bdea1e39727fb070 --- /dev/null +++ b/data/chunk-000/episode_000297.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26674e46f8704c75debfbaba0bff0c28c5a72dc4ab471452a06ac60d4006846c +size 86564 diff --git a/data/chunk-000/episode_000298.parquet b/data/chunk-000/episode_000298.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2979b34c244ae5c812f95ba1d60c42250f78bbb0 --- /dev/null +++ b/data/chunk-000/episode_000298.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03222038ebb6780d64c63a1e8486247c45e55e32c8b55156163141b85160e8f +size 78530 diff --git a/data/chunk-000/episode_000299.parquet b/data/chunk-000/episode_000299.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a375b9f3872fb13dbcb981a6415deaf9854c9bc9 --- /dev/null +++ b/data/chunk-000/episode_000299.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8cd0cb6ff687ba974907cad9101a124be500e00cfa03a7cd0032e73aac926e8 +size 75763 diff --git a/data/chunk-000/episode_000300.parquet b/data/chunk-000/episode_000300.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7deb3d7e531c6868280d7319fb9d585c15290abc --- /dev/null +++ b/data/chunk-000/episode_000300.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55af0cb3f38b5b559a319a9fa74d48d00822f0076a1930efd6cbe5ab54ed654c +size 78808 diff --git a/data/chunk-000/episode_000301.parquet b/data/chunk-000/episode_000301.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08b3678669b40e6ad80942106abdc351cea9de0a --- /dev/null +++ b/data/chunk-000/episode_000301.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80a50ff6966e46f2359a32c1593a2af15ddf1427e715931f900037fffe8b209 +size 79363 diff --git a/data/chunk-000/episode_000302.parquet b/data/chunk-000/episode_000302.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7fea1666ab42c8fadd7d6d5a3264990af183ae5 --- /dev/null +++ b/data/chunk-000/episode_000302.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0412121fea6c5787c08f881bd7b66089e54da5c062e1e124133e601b848ff44 +size 89916 diff --git a/data/chunk-000/episode_000303.parquet b/data/chunk-000/episode_000303.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4239b47668a4004e7c87aa1e52dbdbd382954b80 --- /dev/null +++ b/data/chunk-000/episode_000303.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc99813d15570a738e04523146ff0e37caa322ec526b2600dc208729ef2fd0e +size 88355 diff --git a/data/chunk-000/episode_000304.parquet b/data/chunk-000/episode_000304.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8a813639355b6e2085e38341432ad76bab69bdf --- /dev/null +++ b/data/chunk-000/episode_000304.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5bf1f27279887b0f0970c71d8d93b0527a2b438a3bb41dd04868f55172f57f +size 84408 diff --git a/data/chunk-000/episode_000305.parquet b/data/chunk-000/episode_000305.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b06f57253ff4142a830f9d7e64973c05379da373 --- /dev/null +++ b/data/chunk-000/episode_000305.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79beacdb7e3c09b92b4d384a8975c668b582cd0d178cdcf931a4c23370152f42 +size 81257 diff --git a/data/chunk-000/episode_000306.parquet b/data/chunk-000/episode_000306.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e25b4d85501c5df4cd66f54a9b60d43070c317fb --- /dev/null +++ b/data/chunk-000/episode_000306.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c972a0c3b89043db8ae28ae2621fdbdb80541c41784766ce1ed4532c7fad87ab +size 84734 diff --git a/data/chunk-000/episode_000307.parquet b/data/chunk-000/episode_000307.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c8f6c296f548ed8304474670572a9020eb4cdb4 --- /dev/null +++ b/data/chunk-000/episode_000307.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1661f9c789da121d2353190eaae06ccfc98ab3fb5859619046e6e51975e24c +size 78057 diff --git a/data/chunk-000/episode_000308.parquet b/data/chunk-000/episode_000308.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11b65a304e8d51414dbb009d6e168f6aab628ce8 --- /dev/null +++ b/data/chunk-000/episode_000308.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a36fad3fa7b0c29d97d5c78eaf8e0cb7f93d47eea695dfbac83cb19a8ce48c6 +size 92515 diff --git a/data/chunk-000/episode_000309.parquet b/data/chunk-000/episode_000309.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1015aa2bea18f55912759a9c028af4f2bcf5e5fa --- /dev/null +++ b/data/chunk-000/episode_000309.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a78e6555b8e21af5bc5798874071989e0abd95c6f9bf35e91482fbeaaf870f7 +size 77295 diff --git a/data/chunk-000/episode_000310.parquet b/data/chunk-000/episode_000310.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2df9452f07e54120aebe3cf689876b2b71cf86f0 --- /dev/null +++ b/data/chunk-000/episode_000310.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecd807d8e6d2a6c19e7927299f4f0160fb2ef8ea937c1180f8e7272ad49378c +size 88610 diff --git a/data/chunk-000/episode_000311.parquet b/data/chunk-000/episode_000311.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d882c82ffcaa5cbed08388e8e61114d512dba8c --- /dev/null +++ b/data/chunk-000/episode_000311.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c25892201520535a4440a0f7c8a121d654f70f7569b112c6b873bd8b5ef6d94 +size 87587 diff --git a/data/chunk-000/episode_000312.parquet b/data/chunk-000/episode_000312.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7f7d22f4f070eabd30e7871e41fb16b3a3412f8 --- /dev/null +++ b/data/chunk-000/episode_000312.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9838149490759088a62294c1d37e40aae7517047b628ef7bf9b9d6bd59501e +size 71231 diff --git a/data/chunk-000/episode_000313.parquet b/data/chunk-000/episode_000313.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52b9e9841f2b7c2d7f86dfe418198d1fa4de6a50 --- /dev/null +++ b/data/chunk-000/episode_000313.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fd61d2e33b4c27a5362542a61e5381123660e2f069db98f9eeab867a14c096 +size 91014 diff --git a/data/chunk-000/episode_000314.parquet b/data/chunk-000/episode_000314.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5faf53cf1b0475855e8e83fd77b6b4942bd33d20 --- /dev/null +++ b/data/chunk-000/episode_000314.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bef8dfffe11b6ae3492bf97e7f56c22679fb7670ba55a2bf20cbaff7060f96 +size 80081 diff --git a/data/chunk-000/episode_000315.parquet b/data/chunk-000/episode_000315.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2ce4581992d486ab33d85449659014dd50a87b7 --- /dev/null +++ b/data/chunk-000/episode_000315.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187d8013bf4cef874c6c450adb09f013b74b73788c6ce2335475323d37b6090e +size 75122 diff --git a/data/chunk-000/episode_000316.parquet b/data/chunk-000/episode_000316.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47b92554774669326399bf445ba961eadb5e0d89 --- /dev/null +++ b/data/chunk-000/episode_000316.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5d5023dc84d3f31b56f214b346a77416b6a3eb754db879cff61aaba9064f11 +size 84246 diff --git a/data/chunk-000/episode_000317.parquet b/data/chunk-000/episode_000317.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a21cd804566290a84c135958d48ef35e2d1834bb --- /dev/null +++ b/data/chunk-000/episode_000317.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cc6ead252258de63ad4302d9c06249a57dfc62ddd6debcef4ce280fc8e3204 +size 69965 diff --git a/data/chunk-000/episode_000318.parquet b/data/chunk-000/episode_000318.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d803fbb827f8eda1d1d14f683ff44f580b3da328 --- /dev/null +++ b/data/chunk-000/episode_000318.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97892155e4f8931c3e3ab60f9327d84ecf76cecae0e3d1b89382639bd3c0331 +size 78710 diff --git a/data/chunk-000/episode_000319.parquet b/data/chunk-000/episode_000319.parquet new file mode 100644 index 0000000000000000000000000000000000000000..073c910b852a6cf23347eb6332f24012374499ac --- /dev/null +++ b/data/chunk-000/episode_000319.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b444b4682881dee3a30272f6e61a5d17a67f5e906e96db01a51babfb977524eb +size 100700 diff --git a/data/chunk-000/episode_000320.parquet b/data/chunk-000/episode_000320.parquet new file mode 100644 index 0000000000000000000000000000000000000000..063726c6a116e30f4e47a95aedd550343e7307ef --- /dev/null +++ b/data/chunk-000/episode_000320.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78742715a1d13a17fec94f014544ba68d3a662a60e5869b87ed5031399a6fb66 +size 84581 diff --git a/data/chunk-000/episode_000321.parquet b/data/chunk-000/episode_000321.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6beb38768ce5a13b06d6ea60248b1256ab9f3158 --- /dev/null +++ b/data/chunk-000/episode_000321.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edb54a871488e2fa252cd032596f550aa032fde4e1c35efdd71df170d4342a0 +size 78149 diff --git a/data/chunk-000/episode_000322.parquet b/data/chunk-000/episode_000322.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7397e1b1f955b352f8ac199544deca1aa85ee535 --- /dev/null +++ b/data/chunk-000/episode_000322.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8cc2c17910477881636b09d6c9250cf981f7dc02778a52be17220d4c797883 +size 72557 diff --git a/data/chunk-000/episode_000323.parquet b/data/chunk-000/episode_000323.parquet new file mode 100644 index 0000000000000000000000000000000000000000..609ea3087138341942b4074c8e69505755adafb4 --- /dev/null +++ b/data/chunk-000/episode_000323.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84f23ecc8d6b7c2df7b9d16d4b2125d3ac72ffd8012e14b989d68d75c5d65d9 +size 77349 diff --git a/data/chunk-000/episode_000324.parquet b/data/chunk-000/episode_000324.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3a773617b19de045d1279ea265a04645626622b --- /dev/null +++ b/data/chunk-000/episode_000324.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecd0cc147eec7a4cd720c4639436dd666f54e7386c353b43a335359e3139e8d +size 79753 diff --git a/data/chunk-000/episode_000325.parquet b/data/chunk-000/episode_000325.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f7447fe362e9eefd0ebadaf1f27cbbd97e6e731 --- /dev/null +++ b/data/chunk-000/episode_000325.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab2c42520b96c78d815d4734fe0a125f46e9099876532c069e73e0c03d0a277 +size 96841 diff --git a/data/chunk-000/episode_000326.parquet b/data/chunk-000/episode_000326.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91713ceeec32b8a334a7c1ead8e1127de3731aa0 --- /dev/null +++ b/data/chunk-000/episode_000326.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a7cca87132840c0022458e29045d308bdc2f5410562b5f63dc2fb0f3a5a2a5 +size 89067 diff --git a/data/chunk-000/episode_000327.parquet b/data/chunk-000/episode_000327.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b393aea6e3fd467b7dc83ec1e139a3a767eb2ae --- /dev/null +++ b/data/chunk-000/episode_000327.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a622f3ecebd00c078bdb50767dc8d3d27cc1d7982372598befce9390d44c750d +size 87169 diff --git a/data/chunk-000/episode_000328.parquet b/data/chunk-000/episode_000328.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28c1a636198621e81daafb6b17642b48341f3f0f --- /dev/null +++ b/data/chunk-000/episode_000328.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c890cda09de6ab32eca577703c10fbb1a7940807f7020a7572818bf5c590dd +size 93632 diff --git a/data/chunk-000/episode_000329.parquet b/data/chunk-000/episode_000329.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e80bd07d4f5906a4c812384f2f9d46d6eb92c0f --- /dev/null +++ b/data/chunk-000/episode_000329.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef934646c589e6852089b1922231f639197a97ca664710b352d83bc64b8baa97 +size 81823 diff --git a/data/chunk-000/episode_000330.parquet b/data/chunk-000/episode_000330.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5028eaa85b4ca2cd8e9bfab5e00756ace527f65e --- /dev/null +++ b/data/chunk-000/episode_000330.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52873f7ea96064cff83bab6cbc20bb38a8810fadd5ab29ba1084be4e5760f57f +size 89359 diff --git a/data/chunk-000/episode_000331.parquet b/data/chunk-000/episode_000331.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80cb7b4e4e28bd0d1a1cd6ab2d65957daac751d8 --- /dev/null +++ b/data/chunk-000/episode_000331.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1cb12f1e71c6c5ac844dd3ea66038f3ce7b6ed64681b0483e92632567e409f +size 85221 diff --git a/data/chunk-000/episode_000332.parquet b/data/chunk-000/episode_000332.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01c286d3f7eb474932a4e41680b8f46043dabfdc --- /dev/null +++ b/data/chunk-000/episode_000332.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618c02154764757db272a6c7362af990696d893b1f96eff7462bd2f85b32ad22 +size 79265 diff --git a/data/chunk-000/episode_000333.parquet b/data/chunk-000/episode_000333.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f7b5c3a9da13c104e459276671ce9a50a8b226d --- /dev/null +++ b/data/chunk-000/episode_000333.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd5afb3066c45478ae6e2a9d835556b57362eec3982a39baf69c8d981575c69 +size 78202 diff --git a/data/chunk-000/episode_000334.parquet b/data/chunk-000/episode_000334.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ffd11c5cc1d31606014a6a1d969afdbb0416ce3 --- /dev/null +++ b/data/chunk-000/episode_000334.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2735712e3a8226c032a4590ebe64d307308de54f43642feea87b08d8e28312 +size 166170 diff --git a/data/chunk-000/episode_000335.parquet b/data/chunk-000/episode_000335.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4409010a73f57cf11d9ad7cb714d10d4cb1f0e6 --- /dev/null +++ b/data/chunk-000/episode_000335.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917e5c8fe67a867533d89d6849c65ee0df9069e932fa4adab3be9c30cc3ba3cc +size 84946 diff --git a/data/chunk-000/episode_000336.parquet b/data/chunk-000/episode_000336.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d944cac4e311184eaeb2066afc256994fdf007fa --- /dev/null +++ b/data/chunk-000/episode_000336.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a715aed8dbde3cb2279b5ccd7cc31132929b54231910fc3d84fbeaf85fc3c4 +size 89796 diff --git a/data/chunk-000/episode_000337.parquet b/data/chunk-000/episode_000337.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a67a807cd3e522b5d22ce05c4a6e281f8aaaed1b --- /dev/null +++ b/data/chunk-000/episode_000337.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab0c481f6ddcddb524bbdcc195cdd25704c4278f792ad0af59d9dc113e00cbd +size 83669 diff --git a/data/chunk-000/episode_000338.parquet b/data/chunk-000/episode_000338.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d751b255a1e120bd67b93551cd1932f3a5fbcfb4 --- /dev/null +++ b/data/chunk-000/episode_000338.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858331ca28c8c6e060327ac2b4a35b7351a2eaaac239ccef0ec5a2718d2046a0 +size 72792 diff --git a/data/chunk-000/episode_000339.parquet b/data/chunk-000/episode_000339.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1adb31f49d4bc5aae5a29ecce11b900d360f2000 --- /dev/null +++ b/data/chunk-000/episode_000339.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193eda7951c817a088adb54099fb93f86c7f1c2bfc37ff71dcbbd1f3317d31a9 +size 80622 diff --git a/data/chunk-000/episode_000340.parquet b/data/chunk-000/episode_000340.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab1f3eb3d052917fe09872dcb9df902c7c722f83 --- /dev/null +++ b/data/chunk-000/episode_000340.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07bf4008908d951dd3f913a79b4f9010716fe3ac26aa21b563e979c12055317 +size 79655 diff --git a/data/chunk-000/episode_000341.parquet b/data/chunk-000/episode_000341.parquet new file mode 100644 index 0000000000000000000000000000000000000000..875501315bbbc547c24decea8c1519105e8dcabb --- /dev/null +++ b/data/chunk-000/episode_000341.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151cf20268b72e942a932ab130aae9f1c4ba2ab89a73b0a64cd62a066516db2a +size 90780 diff --git a/data/chunk-000/episode_000342.parquet b/data/chunk-000/episode_000342.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06d40e9a27c66752e3fe00855f7b4e99d550b130 --- /dev/null +++ b/data/chunk-000/episode_000342.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7d2bfe2bd9439859d0e51348cd392457eaf7cdfe516aaa4a6093b61054543a +size 84219 diff --git a/data/chunk-000/episode_000343.parquet b/data/chunk-000/episode_000343.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19dddf1b8faee956b91a915fac4434be6038f4f9 --- /dev/null +++ b/data/chunk-000/episode_000343.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2c028e4535f0031a8701077ec77cbd06f7a7f9833aeaa26e3074a9fc1945f0 +size 80011 diff --git a/data/chunk-000/episode_000344.parquet b/data/chunk-000/episode_000344.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c899dad28c03fa9da922e89a7511f5b1a3675915 --- /dev/null +++ b/data/chunk-000/episode_000344.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103822b9305e4487da0319e972a97867f6ac0767d1b160dd79b2ddcb3aa728cd +size 84450 diff --git a/data/chunk-000/episode_000345.parquet b/data/chunk-000/episode_000345.parquet new file mode 100644 index 0000000000000000000000000000000000000000..600eb790f4ebed926b52722ba85354782837a1a1 --- /dev/null +++ b/data/chunk-000/episode_000345.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7f9c30cc35a6063952df04de1697ca967a0152d3321694437d719701a0e6a9 +size 80266 diff --git a/data/chunk-000/episode_000346.parquet b/data/chunk-000/episode_000346.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5dd6a9f3b7758b0a1e005110b4844ebb2543d56d --- /dev/null +++ b/data/chunk-000/episode_000346.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1511bff3f4fe8f5c4dd70b6ed559ed8cd1cc56e33a32a8318914adf4d28df72 +size 74430 diff --git a/data/chunk-000/episode_000347.parquet b/data/chunk-000/episode_000347.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9eeb2feb5ea1ef2d14cab8b6a1c390ff4037b32 --- /dev/null +++ b/data/chunk-000/episode_000347.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a651584a1146298cce7fea4b4ffb335f604e076785d45c4376df3ab402cd514 +size 81671 diff --git a/data/chunk-000/episode_000348.parquet b/data/chunk-000/episode_000348.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1590aedb84c7b70966034d846d310c00e28f5ad --- /dev/null +++ b/data/chunk-000/episode_000348.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfde81dc65be3037b1637c2974bc0920a5c6094ea571253e111b8bcb5d47f41f +size 73520 diff --git a/data/chunk-000/episode_000349.parquet b/data/chunk-000/episode_000349.parquet new file mode 100644 index 0000000000000000000000000000000000000000..697a404f55916fea3b2c0bb6b3466ca65fc6a25d --- /dev/null +++ b/data/chunk-000/episode_000349.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57da01428a2cecdd8c95afa33c450292434c5be38f253d13c2263a097084386 +size 86202 diff --git a/data/chunk-000/episode_000350.parquet b/data/chunk-000/episode_000350.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28321e773a2db53dbff191058fca1287942d22d4 --- /dev/null +++ b/data/chunk-000/episode_000350.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2135710a9b33dd7e5ee9c4645d1962826282cd2b4b228b1485af2f4dca7883 +size 81934 diff --git a/data/chunk-000/episode_000351.parquet b/data/chunk-000/episode_000351.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dc7886c9df31be70c23abc78e82f910c16d7569 --- /dev/null +++ b/data/chunk-000/episode_000351.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0368047d0866ba6c8859658fb3e759e1d8b310df6396dcfbe49f7b8e9316630f +size 75516 diff --git a/data/chunk-000/episode_000352.parquet b/data/chunk-000/episode_000352.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb4df25bdd0f5502810b46e60ae6bb9f2e74a152 --- /dev/null +++ b/data/chunk-000/episode_000352.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bf89ab19a7c7b2a479734f7c496a3b99d1e9dacf23e64e67174ee948b34b17 +size 91585 diff --git a/data/chunk-000/episode_000353.parquet b/data/chunk-000/episode_000353.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49eded26a5b2b3240f667c1a105ce438476aeadb --- /dev/null +++ b/data/chunk-000/episode_000353.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590098afea5bd66ca3246690a6942972bd13078058db0471ffe4ba0540f80a6f +size 69204 diff --git a/data/chunk-000/episode_000354.parquet b/data/chunk-000/episode_000354.parquet new file mode 100644 index 0000000000000000000000000000000000000000..461290652d2667d3bb7fc6c4f28221685c1bc3f8 --- /dev/null +++ b/data/chunk-000/episode_000354.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8701c2641403122a7c863700f36d479b81eb835f39a53d8ca9b6f3548a9afff +size 83934 diff --git a/data/chunk-000/episode_000355.parquet b/data/chunk-000/episode_000355.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42b1bd0467bc2393ff09661af5dfc43bd6c087b3 --- /dev/null +++ b/data/chunk-000/episode_000355.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60170397ac67e5b89783bd1a33482471d1342559be474316ef1ad65ac4bab840 +size 86599 diff --git a/data/chunk-000/episode_000356.parquet b/data/chunk-000/episode_000356.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc79916d427c3ff1a09df8c9e6ddb911a06e39c0 --- /dev/null +++ b/data/chunk-000/episode_000356.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7628c1dd62565b1c61e4f901918f78b48b303114169cf7955b62d6c378c5df +size 85035 diff --git a/data/chunk-000/episode_000357.parquet b/data/chunk-000/episode_000357.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3b93db8feea07a4c556a41840128f2fe4c9012c --- /dev/null +++ b/data/chunk-000/episode_000357.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a0f34372c0251f76c9f8e3ecc31644b8297c512c85ca39c6267ae6b540f411 +size 88424 diff --git a/data/chunk-000/episode_000358.parquet b/data/chunk-000/episode_000358.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50774720cd2394884fba89c3852736d9c7de7c7c --- /dev/null +++ b/data/chunk-000/episode_000358.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce961605dc35f1a3eb9b37aef4ce5eb37ee17c9f9437ea3d006278bec51b5dc2 +size 72786 diff --git a/data/chunk-000/episode_000359.parquet b/data/chunk-000/episode_000359.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bf99d735fc1018fe6530f35fc68ad2f4a7af030 --- /dev/null +++ b/data/chunk-000/episode_000359.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadf8f9df075c78e7e4fb1e9b6a13fd2ade299a08f40315415bebaae157404cf +size 68788 diff --git a/data/chunk-000/episode_000360.parquet b/data/chunk-000/episode_000360.parquet new file mode 100644 index 0000000000000000000000000000000000000000..374fcc9e62a2f9854c06faa3c326f7de5f5fc45f --- /dev/null +++ b/data/chunk-000/episode_000360.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35a6d000dd8d6c58074db22bc7d3dc3779f271df75057f6c56ff1f3b629a1e8 +size 89294 diff --git a/data/chunk-000/episode_000361.parquet b/data/chunk-000/episode_000361.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56c348b8f9c6342a8abe5ba623772e59cf25f699 --- /dev/null +++ b/data/chunk-000/episode_000361.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3640010ff14d38e528bf906a8c8bf47916a603169828a8639ceadd6b5473aa0 +size 77753 diff --git a/data/chunk-000/episode_000362.parquet b/data/chunk-000/episode_000362.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d29d94c5c7e424247b60a25612b6df0fb9f1ee3 --- /dev/null +++ b/data/chunk-000/episode_000362.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ef0fc6d09d30e63abab45478100e1894fd50a72067e3dc361d19e4ab9c53bf +size 77953 diff --git a/data/chunk-000/episode_000363.parquet b/data/chunk-000/episode_000363.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d0aee9583d825729a52b832e1a43277b53ba34e --- /dev/null +++ b/data/chunk-000/episode_000363.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13a24bea5c5b6a8df5b006249207431b34942daafb9dbf2ced8320f7431cbf2 +size 83376 diff --git a/data/chunk-000/episode_000364.parquet b/data/chunk-000/episode_000364.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a758b1910d8b0a132c523a92165bdcc147b8a19d --- /dev/null +++ b/data/chunk-000/episode_000364.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61499d4001e7b53ebfc881f6c5ffc14b43884ede8a38f561545a02d61aa30ae7 +size 84664 diff --git a/data/chunk-000/episode_000365.parquet b/data/chunk-000/episode_000365.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f62cd67c344a968c1aa5b8aef9e587876177de3d --- /dev/null +++ b/data/chunk-000/episode_000365.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42393bde0a7bba4ceff47067dc2e496689db8878563370e9e242c8029c56627a +size 81090 diff --git a/data/chunk-000/episode_000366.parquet b/data/chunk-000/episode_000366.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f60f450d59c571b84447111102c10854704b323a --- /dev/null +++ b/data/chunk-000/episode_000366.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b420bd57354c5851e65a7f49709d1658c4dcb3e319ecef2af3c418ba0898a9d1 +size 72817 diff --git a/data/chunk-000/episode_000367.parquet b/data/chunk-000/episode_000367.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34b369bf20adc533a3b5aad18097fb476f29bdc4 --- /dev/null +++ b/data/chunk-000/episode_000367.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ef9fe2eb9004a6e89b52528f06623c7b557e5d93b183b22f64717ffa1e6c9e +size 78985 diff --git a/data/chunk-000/episode_000368.parquet b/data/chunk-000/episode_000368.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e0375d53f620c01b81b38f5845901d16d4449da --- /dev/null +++ b/data/chunk-000/episode_000368.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e7bebfefd59b2fc8e6adcbf60c21b0ee1f3d1996c21f8476231cb1b58ae10e +size 79544 diff --git a/data/chunk-000/episode_000369.parquet b/data/chunk-000/episode_000369.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d32f68c139f2e82f306173afcdd02200224e4651 --- /dev/null +++ b/data/chunk-000/episode_000369.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7a7d89ca3535c7468cec781b0edf7df2b09640890352af5ec7dac7906b849d +size 76737 diff --git a/data/chunk-000/episode_000370.parquet b/data/chunk-000/episode_000370.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfacb8f0bae3da376fb398ef2f3405cb8621b4b5 --- /dev/null +++ b/data/chunk-000/episode_000370.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cdfeb328b6fda79080bc54088ba0c373b92aafb813647be6870c0112742c87 +size 76457 diff --git a/data/chunk-000/episode_000371.parquet b/data/chunk-000/episode_000371.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee616b47770e0d8471d741a77046cc3bb850b848 --- /dev/null +++ b/data/chunk-000/episode_000371.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f5024c718d7eac93e1baa3e3f90c66451ca69baf2b6e4daa3918185a7ee88e +size 68649 diff --git a/data/chunk-000/episode_000372.parquet b/data/chunk-000/episode_000372.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d74360003b68950a4a30f216059c2c434c4aa48 --- /dev/null +++ b/data/chunk-000/episode_000372.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0945291555df025efd38f18f75211a0e209b52e3761eefd107f006b186edc5b4 +size 78256 diff --git a/data/chunk-000/episode_000373.parquet b/data/chunk-000/episode_000373.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb584bdbf97ca750db86633d08965025b2aa3e21 --- /dev/null +++ b/data/chunk-000/episode_000373.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba035a523e7300ea7b164a493341439243b82832edc66620b1e16c136cd5714 +size 81031 diff --git a/data/chunk-000/episode_000374.parquet b/data/chunk-000/episode_000374.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fd5b7be07cb561c36d4ad9c9ce8e5316be67374 --- /dev/null +++ b/data/chunk-000/episode_000374.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0492285ac089159d3b2f6cab562c813962906e7520b1ad33b9a8a83a35a1d164 +size 71648 diff --git a/data/chunk-000/episode_000375.parquet b/data/chunk-000/episode_000375.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c5b351a1f0c627af64a0f65e66217862703dc87 --- /dev/null +++ b/data/chunk-000/episode_000375.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02602d543afe17592b5f9f78e105d7d4eb0cd6b9e3d602216d5d2c8a0d01a9bb +size 80868 diff --git a/data/chunk-000/episode_000376.parquet b/data/chunk-000/episode_000376.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8a45ca784456b1daa95cf84544c40852f273d4a --- /dev/null +++ b/data/chunk-000/episode_000376.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991ca221856b8fd977e514a1b68f7a580ea25c1a9082ff4a3633011c66ad21df +size 74959 diff --git a/data/chunk-000/episode_000377.parquet b/data/chunk-000/episode_000377.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a318d919b565f3763a6d70719828e4ed069faa7e --- /dev/null +++ b/data/chunk-000/episode_000377.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ad5d96c93adc2f21d1c561beb481a9d76958bd9817883d502fa8c28f5bc1dc +size 71707 diff --git a/data/chunk-000/episode_000378.parquet b/data/chunk-000/episode_000378.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc3fd5c370bd0b73e8fad4a0126cb52bf3ef593a --- /dev/null +++ b/data/chunk-000/episode_000378.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10928cf2b22e54b2335a7334a7ad3caf93140072fa5213e375f3aa3cdf21c52e +size 75938 diff --git a/data/chunk-000/episode_000379.parquet b/data/chunk-000/episode_000379.parquet new file mode 100644 index 0000000000000000000000000000000000000000..818b7bb1b21e17e2cab554deaed292a53b2ef5b7 --- /dev/null +++ b/data/chunk-000/episode_000379.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdeccc5ab1fb144109095c757cde2e4bd2bc1c2248cb6f09957b2f15031aa161 +size 74064 diff --git a/data/chunk-000/episode_000380.parquet b/data/chunk-000/episode_000380.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10a938f9369264d5e63e9a335fa16895be1754a4 --- /dev/null +++ b/data/chunk-000/episode_000380.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e68f5e056604abe820aa421a2043a4321c94169681b549ac8b2b36fd337dc55 +size 78914 diff --git a/data/chunk-000/episode_000381.parquet b/data/chunk-000/episode_000381.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93487025a9234cefbcba7bccaa3f18f50874cfdb --- /dev/null +++ b/data/chunk-000/episode_000381.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c78f77d077e434c331e181cad463715eb7d84cb84dba73f1c9ae804247c8d06 +size 78311 diff --git a/data/chunk-000/episode_000382.parquet b/data/chunk-000/episode_000382.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e50f5b3d1e63b17ea3db1a3f9bc3256f7c7fb59 --- /dev/null +++ b/data/chunk-000/episode_000382.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfcbce55ed62a7977e60a27905e2c73948979583c690a0aa0518345ff1822f7 +size 74706 diff --git a/data/chunk-000/episode_000383.parquet b/data/chunk-000/episode_000383.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0a659ce67e42ae18caabc42f9a31f2df111ea53 --- /dev/null +++ b/data/chunk-000/episode_000383.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c32035654ddbe24677d4ec059f83a0311b52ee62b20690ea0ed8dabfe976cd7 +size 73623 diff --git a/data/chunk-000/episode_000384.parquet b/data/chunk-000/episode_000384.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af37bb2abe0e9577f137bf9f1396e916f3f0a4f0 --- /dev/null +++ b/data/chunk-000/episode_000384.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b6e9c2b6087247852e5033a88d328035638d978303cebe0e43dfce812ea527 +size 84796 diff --git a/data/chunk-000/episode_000385.parquet b/data/chunk-000/episode_000385.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f25cf00618ea887521c6f21634284b1f4ded135c --- /dev/null +++ b/data/chunk-000/episode_000385.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c798991fb97d81225d1d274321067dae6c8cff08f1767a4ea2df6dc8044af7 +size 81157 diff --git a/data/chunk-000/episode_000386.parquet b/data/chunk-000/episode_000386.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ede398cb6745d63939f23e7e115d47366068654 --- /dev/null +++ b/data/chunk-000/episode_000386.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf175e73aa941dcb4da0f95755c2c36418107857e0fb0b8a8fc991c843feff5 +size 85942 diff --git a/data/chunk-000/episode_000387.parquet b/data/chunk-000/episode_000387.parquet new file mode 100644 index 0000000000000000000000000000000000000000..898b95afd2bad5bbed8a067588d09b6350013c5d --- /dev/null +++ b/data/chunk-000/episode_000387.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2881448344c9a2d0f6c1cbd6f5cf8e73e08f41fe6c1baced4b7d418a7fa0c9 +size 68168 diff --git a/data/chunk-000/episode_000388.parquet b/data/chunk-000/episode_000388.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5425770901300adea78575487e8ce22c3f864f9b --- /dev/null +++ b/data/chunk-000/episode_000388.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cef44f03dd701b8beac6909100cce54b96918e772c3ec61a827878d748f39e0 +size 72787 diff --git a/data/chunk-000/episode_000389.parquet b/data/chunk-000/episode_000389.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c08aa1e2e2d4c9afcd9bafd5e6c806adf4db4556 --- /dev/null +++ b/data/chunk-000/episode_000389.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbe85181f8462c93a1d6dff187f3a785868ae67cce8083e131256af2fbd7be3 +size 82438 diff --git a/data/chunk-000/episode_000390.parquet b/data/chunk-000/episode_000390.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fc4e9e70d40b085061ff6096d3b3f3509c2e878 --- /dev/null +++ b/data/chunk-000/episode_000390.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513d2f6d5147a20bb6cb37be71e1116c04ee717ca9ecf9ed4531b41b91ae1d7d +size 140242 diff --git a/data/chunk-000/episode_000391.parquet b/data/chunk-000/episode_000391.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2cb40717f691c5403c6a335e24e5665852fd181 --- /dev/null +++ b/data/chunk-000/episode_000391.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9d3d638d6f1c435260ea7c9ffe3926fdc87dd6b9b8b6b51d2f92d2c56fcf0b +size 79622 diff --git a/data/chunk-000/episode_000392.parquet b/data/chunk-000/episode_000392.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de044e916c7d300bde57e1c3b6ea2b8ba0469126 --- /dev/null +++ b/data/chunk-000/episode_000392.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3dcf6b4fbd2934e53c068cc1dc819ffad2513038c4785e54bb32416fa3225d3 +size 63772 diff --git a/data/chunk-000/episode_000393.parquet b/data/chunk-000/episode_000393.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12e6385065958e410e1c7d70698ae569d4cd7ba6 --- /dev/null +++ b/data/chunk-000/episode_000393.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a2bbc1b119e57688445b66b03a551f2fd9236fba417aaebbbcb1c434062f94 +size 83686 diff --git a/data/chunk-000/episode_000394.parquet b/data/chunk-000/episode_000394.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9826d56f45ca63a64ca227485eceeb7364c1c006 --- /dev/null +++ b/data/chunk-000/episode_000394.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b8335e65c124c4a8e37bc1ccd9f5d69bedee867a22114df8c5519bf2d6b7b0 +size 81118 diff --git a/data/chunk-000/episode_000395.parquet b/data/chunk-000/episode_000395.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c36fd8809338b19e77a85be098dfdf5635304da --- /dev/null +++ b/data/chunk-000/episode_000395.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89296b51f0f6596cd76001e593ed2d0f8d5d058e32d035719b1aa9ba4358fb6d +size 81990 diff --git a/data/chunk-000/episode_000396.parquet b/data/chunk-000/episode_000396.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99b3ae561b4abd56459490c57cb3cb2799b50705 --- /dev/null +++ b/data/chunk-000/episode_000396.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81edf9c8fc3abdb80720d6b9a44090422e0b5159dd90272be83eea75734babf +size 83390 diff --git a/data/chunk-000/episode_000397.parquet b/data/chunk-000/episode_000397.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6f136f3d42413efcb282dbef54794a97c195198 --- /dev/null +++ b/data/chunk-000/episode_000397.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce02c3d4b1f2ecc9ab98aa7cd29dc9c6679e16a93e38e52fed5724349037706 +size 69479 diff --git a/data/chunk-000/episode_000398.parquet b/data/chunk-000/episode_000398.parquet new file mode 100644 index 0000000000000000000000000000000000000000..567b1ceb7531f18bf4732ff7d4d29884ec769d7c --- /dev/null +++ b/data/chunk-000/episode_000398.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595546aa13f053f67a6d3b27da3e02709b308d0667aa14665d1243899d3c6ceb +size 83095 diff --git a/data/chunk-000/episode_000399.parquet b/data/chunk-000/episode_000399.parquet new file mode 100644 index 0000000000000000000000000000000000000000..352961c736eed4b88c5e77366321afacc20e58e1 --- /dev/null +++ b/data/chunk-000/episode_000399.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f623ffeaaefbe7cc997e49c046cc060ef770df493f51675573b07ce61f1d4f30 +size 74860 diff --git a/data/chunk-000/episode_000400.parquet b/data/chunk-000/episode_000400.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15d35c46c4fd256ef7e553aa9cd211503904b97f --- /dev/null +++ b/data/chunk-000/episode_000400.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b509a4d2ca554f28f7536a30f656b9f562364c374a5cf4009f0519be13d9b258 +size 65216 diff --git a/data/chunk-000/episode_000401.parquet b/data/chunk-000/episode_000401.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a3ad9f4f10df1122b54e773ebb8baa25c830743 --- /dev/null +++ b/data/chunk-000/episode_000401.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d39d74182266a74d28e49e7b109057c5ec675be7f6b6e18f0ea3c53c755f66f +size 71365 diff --git a/data/chunk-000/episode_000402.parquet b/data/chunk-000/episode_000402.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ccc94d71ba54b39f99a14f47728131a4a7a158b --- /dev/null +++ b/data/chunk-000/episode_000402.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c2b1c67dfa7a69ab31d741cef57ca0794f9f24d375e504f105488df1bbf752 +size 72505 diff --git a/data/chunk-000/episode_000403.parquet b/data/chunk-000/episode_000403.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2fe6d6cb1a328d09b03702495fcdd14398ac0f3 --- /dev/null +++ b/data/chunk-000/episode_000403.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e8e784727c28206f8de9f48365b674e5b6b67bc22df5fd700286cf5d7a7923 +size 71199 diff --git a/data/chunk-000/episode_000404.parquet b/data/chunk-000/episode_000404.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a15a1276f5831f7ef50d12ad17f72371907da94 --- /dev/null +++ b/data/chunk-000/episode_000404.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ec5ede851032869d1aef2d1e13dacc972bc65bb5c41fe6f65d0aa34250291c +size 59996 diff --git a/data/chunk-000/episode_000405.parquet b/data/chunk-000/episode_000405.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a2bb9944965b48026dde6564fbca1cd5c8a103a --- /dev/null +++ b/data/chunk-000/episode_000405.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee766aa4dd2f9909d444c4037651dc053e70e4a78f011f9032bcd85b016e622 +size 65291 diff --git a/data/chunk-000/episode_000406.parquet b/data/chunk-000/episode_000406.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddd24a6aaecd4a7f8790604a7c02caa9c4a7812c --- /dev/null +++ b/data/chunk-000/episode_000406.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8a20a19f31d9fcdf40d76e88ecd41c8e12d07e0ec591ddd50f59a71d12460 +size 66521 diff --git a/data/chunk-000/episode_000407.parquet b/data/chunk-000/episode_000407.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eeda55ee51f4c11850706ccd418a4318e7b38930 --- /dev/null +++ b/data/chunk-000/episode_000407.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645966a1178e48440e23889821401c790f46a797ec7d9e9343e254458e20ae2b +size 82342 diff --git a/data/chunk-000/episode_000408.parquet b/data/chunk-000/episode_000408.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95408904c528ecc120d11e8aeced6ffbaa2a4e14 --- /dev/null +++ b/data/chunk-000/episode_000408.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed465e7c513b3e05a32e58b11878e17dfb812888527d98cd751f79911ac36a5c +size 73871 diff --git a/data/chunk-000/episode_000409.parquet b/data/chunk-000/episode_000409.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dd09d9af11206943dc61347d699a10923bda579 --- /dev/null +++ b/data/chunk-000/episode_000409.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb707ce3b0deca606d990212737a727d5c7b1c8fe184df6e4b5f36c7167ea84c +size 73704 diff --git a/data/chunk-000/episode_000410.parquet b/data/chunk-000/episode_000410.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3802848d8b73fa197fb33c769f32671e98fe904 --- /dev/null +++ b/data/chunk-000/episode_000410.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8f752cf74e62c91d85648a4d5b5836c4455d448bb158651c879954f6d1d51e +size 71384 diff --git a/data/chunk-000/episode_000411.parquet b/data/chunk-000/episode_000411.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d368349d152856694cedec165c4c3617b4fed35 --- /dev/null +++ b/data/chunk-000/episode_000411.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98182fc912dfe70d21324d977556b1241263edcd6f96cdc42854ae4f7171180 +size 74855 diff --git a/data/chunk-000/episode_000412.parquet b/data/chunk-000/episode_000412.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a489b16d12dc88bfb157f0144202cdaa1da781fd --- /dev/null +++ b/data/chunk-000/episode_000412.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff59390432f8eef4e158bf415768611a9f94e010675a189048cad7fd7a3f4026 +size 74673 diff --git a/data/chunk-000/episode_000413.parquet b/data/chunk-000/episode_000413.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7d878b6e678beca4eb02cded8524d2d006b547e --- /dev/null +++ b/data/chunk-000/episode_000413.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f76aa8c69b53f6ca563a623f1f2ce0c5656972acb01f20e2594235b925100 +size 64652 diff --git a/data/chunk-000/episode_000414.parquet b/data/chunk-000/episode_000414.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73315a4b15d7fd22fb39abfae59316b285ea9109 --- /dev/null +++ b/data/chunk-000/episode_000414.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c080765db2245173c9a2a24918d6a0f101e5f40a62f11709a0b92234d80f73 +size 66520 diff --git a/data/chunk-000/episode_000415.parquet b/data/chunk-000/episode_000415.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce14c1b13e6c247d92e936179f5c863aab54283a --- /dev/null +++ b/data/chunk-000/episode_000415.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dd2d20ba7900884cee2a88cac9c8f4262344b764e82c642fb5c117f12bf364 +size 78267 diff --git a/data/chunk-000/episode_000416.parquet b/data/chunk-000/episode_000416.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b55a17f2392337bfe871e0e7eb7fdf17537272ce --- /dev/null +++ b/data/chunk-000/episode_000416.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03987f63ff65b54210261728c69fb69046a5b9d653e5f25bdf5f3356ec8345d8 +size 75705 diff --git a/data/chunk-000/episode_000417.parquet b/data/chunk-000/episode_000417.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a2be357da44e71b8ed762d5a629c2070b14236d --- /dev/null +++ b/data/chunk-000/episode_000417.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dc7565d517654e6142a6c8b7475421ab808f479c6a8b70fa952e71f80c0aa2 +size 68032 diff --git a/data/chunk-000/episode_000418.parquet b/data/chunk-000/episode_000418.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1cbf7798567dd82f5d6f037f3bab16be976d0881 --- /dev/null +++ b/data/chunk-000/episode_000418.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7786cc86b3c09c020a14a055336964b57da9c36a0c2cd9d553868960551d3820 +size 72111 diff --git a/data/chunk-000/episode_000419.parquet b/data/chunk-000/episode_000419.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69065157f782ba48933ecd554b618b1a6610c1e2 --- /dev/null +++ b/data/chunk-000/episode_000419.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d1cdbd7aeed854c62cfe3b4f4313d6ba2f4877058ca19593eb34c144270663 +size 86637 diff --git a/data/chunk-000/episode_000420.parquet b/data/chunk-000/episode_000420.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c03bae4d889c9c89b19be207b59c383a887dbab --- /dev/null +++ b/data/chunk-000/episode_000420.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ef09dc158514a730819e7fdf5c76732dd1453f9cdf338f783f6cdfac6fe883 +size 89344 diff --git a/data/chunk-000/episode_000421.parquet b/data/chunk-000/episode_000421.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92c45cb914bad9bc3ee750f7bf6d953248263754 --- /dev/null +++ b/data/chunk-000/episode_000421.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93cdb007328a04b458a1b2be17d7cdebe1cb310eb23c08c3cbc9eddd823ded2 +size 77923 diff --git a/data/chunk-000/episode_000422.parquet b/data/chunk-000/episode_000422.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a06bda300348d8406e82577d3c8221c3caf15fe0 --- /dev/null +++ b/data/chunk-000/episode_000422.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315a07572d3237a68e6020bcd0a88eb32333876264c225875de294fffdaa4aee +size 71427 diff --git a/data/chunk-000/episode_000423.parquet b/data/chunk-000/episode_000423.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcb65b798affb4b73674bb626a53160f0ea1ce7d --- /dev/null +++ b/data/chunk-000/episode_000423.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdee967b26a713204804a0e510a9730daacac64141c92b5f8f086e650874ea30 +size 63155 diff --git a/data/chunk-000/episode_000424.parquet b/data/chunk-000/episode_000424.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b0c835519574c04816478d14ca7656fb037f78a --- /dev/null +++ b/data/chunk-000/episode_000424.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af200a9f4c4ead32c025ae3112233abee26d81ccc68094422fb46f8a14d4cee9 +size 72138 diff --git a/data/chunk-000/episode_000425.parquet b/data/chunk-000/episode_000425.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e56819b826799f76c8723b16c835251ca0b69716 --- /dev/null +++ b/data/chunk-000/episode_000425.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c443aa384b19e92df458c2612cff0335667cce9ab502709b3605fdcce7799e +size 70614 diff --git a/data/chunk-000/episode_000426.parquet b/data/chunk-000/episode_000426.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5701e720d5c139c65fa008c8ee7e085daff2fe46 --- /dev/null +++ b/data/chunk-000/episode_000426.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c7253c1dfaf91a66e479aa8ae1c4c739a2515cc0b5935f7626cf941502270d +size 67530 diff --git a/data/chunk-000/episode_000427.parquet b/data/chunk-000/episode_000427.parquet new file mode 100644 index 0000000000000000000000000000000000000000..576dbea01e5814119cb589f7bc079cee4e5b2f80 --- /dev/null +++ b/data/chunk-000/episode_000427.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0355e62f5938b31e5bfef33ee5eede6919bbc1e77a0c2e5153fad79b769a23 +size 81710 diff --git a/data/chunk-000/episode_000428.parquet b/data/chunk-000/episode_000428.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ab543f2e4653d7ae70c17721bad802c8e776c27 --- /dev/null +++ b/data/chunk-000/episode_000428.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a062e99d67c6d53fbb7d5d5564f160649cfc16382a570dd8337b172711ce82ce +size 75908 diff --git a/data/chunk-000/episode_000429.parquet b/data/chunk-000/episode_000429.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63eeb06e4d1893b6a6b623262bbb3b0e2948cf7e --- /dev/null +++ b/data/chunk-000/episode_000429.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b888a3e8a17bccdd14c3175685d0b4e7e27dc88e0655b346f6fbc441f0ef1d39 +size 65882 diff --git a/data/chunk-000/episode_000430.parquet b/data/chunk-000/episode_000430.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c87d6865942d593cfec9b20790d239353ff8127 --- /dev/null +++ b/data/chunk-000/episode_000430.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86671f48d7b7808bae9119df280820cff363deb4fc87acf47e2bffb26441126 +size 72569 diff --git a/data/chunk-000/episode_000431.parquet b/data/chunk-000/episode_000431.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85a84c15c1c73d60b1a77acb8bff7ea8891fde79 --- /dev/null +++ b/data/chunk-000/episode_000431.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c713ebaaf5cd4309d6cc4cfcbd47bc7976749ac84dbda14815696d7406e81892 +size 67686 diff --git a/data/chunk-000/episode_000432.parquet b/data/chunk-000/episode_000432.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a080250f546b1b69217deda2dc5373c680f58c74 --- /dev/null +++ b/data/chunk-000/episode_000432.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1940a2aae9028d46e7888a225a9d24360ecf4d8404d1a9f97be19b937ec775 +size 77228 diff --git a/data/chunk-000/episode_000433.parquet b/data/chunk-000/episode_000433.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ecd8ec486675ee117c6416adcbd8fac1329497e --- /dev/null +++ b/data/chunk-000/episode_000433.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc1e0e912b7d530556ffb26e073e3a6a5d863ecf6aaf82a441556cd0f1d98ed +size 73259 diff --git a/data/chunk-000/episode_000434.parquet b/data/chunk-000/episode_000434.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d3702fb003d94f99422d6cb9c806fffdecdfd8a --- /dev/null +++ b/data/chunk-000/episode_000434.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbe0982848764cc9739dcb835bddcc5362a883a2ec1317fd84cebb478951a40 +size 74867 diff --git a/data/chunk-000/episode_000435.parquet b/data/chunk-000/episode_000435.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4beeabea336084d06fef84eb4b7b4d20d7ba8e1d --- /dev/null +++ b/data/chunk-000/episode_000435.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cfb52fcc9f73722690b997b340a0b34dde3b4e2c3121304e6c59f0e8b53976 +size 70639 diff --git a/data/chunk-000/episode_000436.parquet b/data/chunk-000/episode_000436.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6afc324a7ea13d83f0b3828bbdaf46c37f1e1564 --- /dev/null +++ b/data/chunk-000/episode_000436.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3bf0d5cb9b03aca381fc336e408b7ebe017a564a6ae090c6afdb02b9a27ed3 +size 79277 diff --git a/data/chunk-000/episode_000437.parquet b/data/chunk-000/episode_000437.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44c5ea80757832d289aa08975f8191ad79e9c3cd --- /dev/null +++ b/data/chunk-000/episode_000437.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfc83dbcab9112d1be3124750c627e0a5e043697c43700cab0366a81b4901d2 +size 71118 diff --git a/data/chunk-000/episode_000438.parquet b/data/chunk-000/episode_000438.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3500e723643cd6e8845b2682bfc1a6f27634c404 --- /dev/null +++ b/data/chunk-000/episode_000438.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2846f414fa1e7686f9bf7ad461a75b26ea04909219f27f594a9b3aaa3860b5da +size 73118 diff --git a/data/chunk-000/episode_000439.parquet b/data/chunk-000/episode_000439.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eb59030af1270182fcd0535e755c0b8064280d1 --- /dev/null +++ b/data/chunk-000/episode_000439.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498a153169d481eb79ef2b1f6960c52a23397c460809d8b1b59ca815e7aed47c +size 75939 diff --git a/data/chunk-000/episode_000440.parquet b/data/chunk-000/episode_000440.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97937eddc25e380218d837108d39ef2172171cbc --- /dev/null +++ b/data/chunk-000/episode_000440.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b9c77c8ed17931a8e93abf5f8424544c487392d2331e29d421dd2f6e71e8d6 +size 79494 diff --git a/data/chunk-000/episode_000441.parquet b/data/chunk-000/episode_000441.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11d15845cad959edde6801c9610015ce3283451e --- /dev/null +++ b/data/chunk-000/episode_000441.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1519e7754da0017fb916c762555a453e41f961e8514c70af5445dcf4cd4519c +size 75818 diff --git a/data/chunk-000/episode_000442.parquet b/data/chunk-000/episode_000442.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94a71161aa01661c4e2264cbb15a77b95b880236 --- /dev/null +++ b/data/chunk-000/episode_000442.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e0fb8362f0c1ceb4ce1bb32eee7710d82d8a311ab44135ff4af8eb12d6e925 +size 77274 diff --git a/data/chunk-000/episode_000443.parquet b/data/chunk-000/episode_000443.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49b92c3d9ffb1eb430ea8182da0fcabae2370455 --- /dev/null +++ b/data/chunk-000/episode_000443.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77080cd0fc568558e2e01a9b3a7557b0190ffdedc33101096bcbc4fe0addcce2 +size 72457 diff --git a/data/chunk-000/episode_000444.parquet b/data/chunk-000/episode_000444.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab48fa865575755a652c1aca61fd73d913d1da49 --- /dev/null +++ b/data/chunk-000/episode_000444.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc2d893742f042b300f8bebaeba667c0cdd81f390f4f29f956ce78fc7ffbf63 +size 76998 diff --git a/data/chunk-000/episode_000445.parquet b/data/chunk-000/episode_000445.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b48d3eed9cad68d9c619352ef1d22715da47e44 --- /dev/null +++ b/data/chunk-000/episode_000445.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c46ce8cdbd5b3706a8bffda5852b46863414183327f8d8d8ef2ac522033f52e +size 75210 diff --git a/data/chunk-000/episode_000446.parquet b/data/chunk-000/episode_000446.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e42b0d7758fc6bf125e21b57e25534b006869d3 --- /dev/null +++ b/data/chunk-000/episode_000446.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0298535602272afc980d16d5e4cc6e8dfd3592856188644fd725ef729db670b4 +size 95959 diff --git a/data/chunk-000/episode_000447.parquet b/data/chunk-000/episode_000447.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72e620c5818d91dfcd0d2d04b4cf38ed7a1bb48b --- /dev/null +++ b/data/chunk-000/episode_000447.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a44bc044d10161073882e229f44aca5ef790d3d7ba7ce05f6a5f0eb9c5283cb +size 76976 diff --git a/data/chunk-000/episode_000448.parquet b/data/chunk-000/episode_000448.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d77424a02501edc6b6f9ea9a13dfb632364fe37b --- /dev/null +++ b/data/chunk-000/episode_000448.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df6ba2617533f4fe4899b74b3bc62dd13fb47e7be610a478ac234d318d62771 +size 79126 diff --git a/data/chunk-000/episode_000449.parquet b/data/chunk-000/episode_000449.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7f9ff8a2ee8aa3c814a69376aaac899053a3b3f --- /dev/null +++ b/data/chunk-000/episode_000449.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015be6a51ecc09a14b14216d1eac7abd137bd3febfbc036af3d7fb74890bba28 +size 85334 diff --git a/data/chunk-000/episode_000450.parquet b/data/chunk-000/episode_000450.parquet new file mode 100644 index 0000000000000000000000000000000000000000..469ce3448285b827709e72c7098c1b1c019a2f25 --- /dev/null +++ b/data/chunk-000/episode_000450.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622a15bc0fdefa67909dc63087ce1a7b316e1bc02823e8a0c2eaf1c7f05871f6 +size 76101 diff --git a/data/chunk-000/episode_000451.parquet b/data/chunk-000/episode_000451.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7423085b5e4248786f475588103959d02914d655 --- /dev/null +++ b/data/chunk-000/episode_000451.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b01993c8874fba11ef5b76f3d6db1338a48a74248f677ce570d725064108602 +size 67902 diff --git a/data/chunk-000/episode_000452.parquet b/data/chunk-000/episode_000452.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4eeb1e35209ab5cbadcf674a701be0e98281f6e6 --- /dev/null +++ b/data/chunk-000/episode_000452.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631801a75a0f29ce7896c332d60a864d8ebebca7e287404e4f30aaa761542711 +size 72176 diff --git a/data/chunk-000/episode_000453.parquet b/data/chunk-000/episode_000453.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9655c5a2c61d71170fd69e72df3d566772069f79 --- /dev/null +++ b/data/chunk-000/episode_000453.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06720dc6577ca095f9c82d49b6bdece2fe2612de388ed150861a89c54778ce8b +size 109514 diff --git a/data/chunk-000/episode_000454.parquet b/data/chunk-000/episode_000454.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ec02ae2e9cd0d563e7423d51b0ca5bdb2793cde --- /dev/null +++ b/data/chunk-000/episode_000454.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db2297eeccc9dcad4132d36b0e2be79ec7f1e1936b69f6859f4f8396f5f1cac +size 94064 diff --git a/data/chunk-000/episode_000455.parquet b/data/chunk-000/episode_000455.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8335820fde3fedd67328c2236e40e61c2a0f344f --- /dev/null +++ b/data/chunk-000/episode_000455.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e38fc05bfed978920e64d8d5447db17cd00ac1ea1f0a0f88a515b01a5eae986 +size 68523 diff --git a/data/chunk-000/episode_000456.parquet b/data/chunk-000/episode_000456.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8efbb3fd5bc52aca9ced7223d3382968310883b5 --- /dev/null +++ b/data/chunk-000/episode_000456.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93eaccb8602af7722c061fa6ca6c1fea665100ec72f96ec8cc7d3d9680d952c +size 73738 diff --git a/data/chunk-000/episode_000457.parquet b/data/chunk-000/episode_000457.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f056fc8d684295c78c3ea5ccfae68dbbbae49d90 --- /dev/null +++ b/data/chunk-000/episode_000457.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c4cf468c6c948cfbbbae4af2d00ecc9e618680bd9c0b494c45b7f75d68f8fe +size 80673 diff --git a/data/chunk-000/episode_000458.parquet b/data/chunk-000/episode_000458.parquet new file mode 100644 index 0000000000000000000000000000000000000000..922e605285ceacc6673b921a19b358006414c8fd --- /dev/null +++ b/data/chunk-000/episode_000458.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf22ae3d263f1ea6e4c463677e43c29f975375163c77e65fb87b594a8a0ce63 +size 87656 diff --git a/data/chunk-000/episode_000459.parquet b/data/chunk-000/episode_000459.parquet new file mode 100644 index 0000000000000000000000000000000000000000..638dc0b030d1c6d937ac2e982b844f6b59f765c2 --- /dev/null +++ b/data/chunk-000/episode_000459.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6965a81b72e406f7759a8923e1aa2951dfce05ae73d28bcf1ea21ad4ecd87fa +size 77546 diff --git a/data/chunk-000/episode_000460.parquet b/data/chunk-000/episode_000460.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75ebeca8d803a0017bb0c4c988082c0a9cecf35c --- /dev/null +++ b/data/chunk-000/episode_000460.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5852d166fbf2f25f5ab8789ccb1e8b7b616a6c6480eb5334c94080ff4347b61b +size 81976 diff --git a/data/chunk-000/episode_000461.parquet b/data/chunk-000/episode_000461.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85c4eac646c68a4c2c9a1e88802257b90b91ef55 --- /dev/null +++ b/data/chunk-000/episode_000461.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1c7cbaed9427263cf12f7e6e8429691b7cd119d868e90e58f09855bacd99e2 +size 73942 diff --git a/data/chunk-000/episode_000462.parquet b/data/chunk-000/episode_000462.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93f9d303b803a40028b584092d4f9398ad219693 --- /dev/null +++ b/data/chunk-000/episode_000462.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ebb427c7c14643d30dba0768c2f78b4fd13557257e8d2153e21a6a1bc41fd2 +size 80167 diff --git a/data/chunk-000/episode_000463.parquet b/data/chunk-000/episode_000463.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dae9161d50794be5cb7378972435b7dfb43dbca8 --- /dev/null +++ b/data/chunk-000/episode_000463.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576623e391a9d67ab3192d97d55128b906ed40c08c67ae508ed86a251dc3ab5b +size 79888 diff --git a/data/chunk-000/episode_000464.parquet b/data/chunk-000/episode_000464.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e64e40eb931d29ea18b34703184a7896d0e088b3 --- /dev/null +++ b/data/chunk-000/episode_000464.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a093fdff30ebf742564ded3ab0f4dd135d809401d05c8b90739954f2c663e712 +size 72014 diff --git a/data/chunk-000/episode_000465.parquet b/data/chunk-000/episode_000465.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8c8696f965167862859948c9b26e01cc2612d23 --- /dev/null +++ b/data/chunk-000/episode_000465.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5231533f600b1d6e93fbd9af333392f4b24917903a29136497b084165af5b6ed +size 81661 diff --git a/data/chunk-000/episode_000466.parquet b/data/chunk-000/episode_000466.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f89e0627dea58ad7322abbe4476f11eba7cc69b --- /dev/null +++ b/data/chunk-000/episode_000466.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d773f147d3bbe768835a49daff7ec9d425b1281411c6406ae7f1248b922bd4de +size 68339 diff --git a/data/chunk-000/episode_000467.parquet b/data/chunk-000/episode_000467.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86ce6132d96f2f74795a75e1c2ad9751be836fba --- /dev/null +++ b/data/chunk-000/episode_000467.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ba9b0544205bdfb1964025767b0f8e06b82a8141d4d42523050d1359ad350c +size 87072 diff --git a/data/chunk-000/episode_000468.parquet b/data/chunk-000/episode_000468.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4eeb1a73852f18dedc5b8e67d972cf115f090efb --- /dev/null +++ b/data/chunk-000/episode_000468.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77750a81c0cb9342ce6178ea6d1b93c02fcf616421670c47e7190f124cca5101 +size 71396 diff --git a/data/chunk-000/episode_000469.parquet b/data/chunk-000/episode_000469.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3d253781eb4c5083110ba854b041dac0c907aba --- /dev/null +++ b/data/chunk-000/episode_000469.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207d863c3ccc1ce0ec98b92a9fd3158220f89e21a1aca80f8ec62ef93c12002f +size 77026 diff --git a/data/chunk-000/episode_000470.parquet b/data/chunk-000/episode_000470.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65525efc210d4009a24e634235c761df761b5ce6 --- /dev/null +++ b/data/chunk-000/episode_000470.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cdd9d62aebeeb95140799dab1b130e40d36feb9aa2d03bd56afe6f4f649a13 +size 84845 diff --git a/data/chunk-000/episode_000471.parquet b/data/chunk-000/episode_000471.parquet new file mode 100644 index 0000000000000000000000000000000000000000..96978d8b227d0c6d9e5484b11f28c7eecebd9042 --- /dev/null +++ b/data/chunk-000/episode_000471.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c58cce7a72e2476251d139eae67f493d4279b1196c791c023c361c249561f7 +size 83408 diff --git a/data/chunk-000/episode_000472.parquet b/data/chunk-000/episode_000472.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90ed1fa4676c34ef9b316d820827a3b53109ec41 --- /dev/null +++ b/data/chunk-000/episode_000472.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7f8f5925bb9a2df77d44d17b0d914543e201589fa3ea41ca83ddf5a33e8d27 +size 96126 diff --git a/data/chunk-000/episode_000473.parquet b/data/chunk-000/episode_000473.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f573f0bbe2aad28a28b00fda7cc0a77fd69d025 --- /dev/null +++ b/data/chunk-000/episode_000473.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fbb7ff82be2152ccf0e2f16e7d52a261a22e53dfcc3e1960f3f9fa3655b13f +size 90750 diff --git a/data/chunk-000/episode_000474.parquet b/data/chunk-000/episode_000474.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d38f4dae6d9654912068f63e2d8a8f9a9e3a1439 --- /dev/null +++ b/data/chunk-000/episode_000474.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bf93cb195be99c3aaafd74d4a01396f1ac5cd3a50814ec3ddb9ade9d4bc9ad +size 100585 diff --git a/data/chunk-000/episode_000475.parquet b/data/chunk-000/episode_000475.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85c97593304be4c9045a5b2896260e6188912976 --- /dev/null +++ b/data/chunk-000/episode_000475.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bc939c7ab6bebb888529e1f0cb967fc9d63222b618813ccf4a49e6f4cd245e +size 82835 diff --git a/data/chunk-000/episode_000476.parquet b/data/chunk-000/episode_000476.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0664f324630bab54af68a743c90fdd8dd0f8cb2c --- /dev/null +++ b/data/chunk-000/episode_000476.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e631a0526e67024e2af2920e8dfff8dd219fba19a98a1101cdb7974a8d9b9963 +size 104218 diff --git a/data/chunk-000/episode_000477.parquet b/data/chunk-000/episode_000477.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee77b85db8d0cf9ac9715879098865df57210578 --- /dev/null +++ b/data/chunk-000/episode_000477.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5970f11755ef8e7d9906e7a63105a1de63969753baa3d7c6a929eb370cfff2 +size 90684 diff --git a/data/chunk-000/episode_000478.parquet b/data/chunk-000/episode_000478.parquet new file mode 100644 index 0000000000000000000000000000000000000000..089f2bf92ffb29744c9fcf3def951a192b519077 --- /dev/null +++ b/data/chunk-000/episode_000478.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9846205698f2e983c902a4955f1a2aa6c339b6a1fa044b1b6b1fd8791303a206 +size 69829 diff --git a/data/chunk-000/episode_000479.parquet b/data/chunk-000/episode_000479.parquet new file mode 100644 index 0000000000000000000000000000000000000000..688ce4edea0c88bcabf63e818759ad0996502b5d --- /dev/null +++ b/data/chunk-000/episode_000479.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d5dda39054bd7527769541cc11354cf4b2064aac7ef7e52ec7985a1d52ff48 +size 73832 diff --git a/data/chunk-000/episode_000480.parquet b/data/chunk-000/episode_000480.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8062a68dc5a9f1a1affc88140feb65ef24567210 --- /dev/null +++ b/data/chunk-000/episode_000480.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9410aa381b8562e57dc3a5739b9d99e3cc791c41ce90dd0715ccfcf677c370c2 +size 85136 diff --git a/data/chunk-000/episode_000481.parquet b/data/chunk-000/episode_000481.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b7096d4044896ecab1d6e7e3af4fc4478860dfa --- /dev/null +++ b/data/chunk-000/episode_000481.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c84526a1c1cc69e6aee139a72f70d25b38fe4240270154db0cb6fbf6d091b5c +size 85249 diff --git a/data/chunk-000/episode_000482.parquet b/data/chunk-000/episode_000482.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52e098c457aad08af86ebd822feb255a2e4b55a3 --- /dev/null +++ b/data/chunk-000/episode_000482.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4895c56a5758b0f8ffbafec6009bfdcaa6f83de3bc52b35212d2e47e99e1daaa +size 83050 diff --git a/data/chunk-000/episode_000483.parquet b/data/chunk-000/episode_000483.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce2f8a4228d4d5c27d7f9e5a108c474f5761707e --- /dev/null +++ b/data/chunk-000/episode_000483.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3296ac6241ac03141a554c4c9942534087efab4fc15c2c62c1ab0d845cd74215 +size 85331 diff --git a/data/chunk-000/episode_000484.parquet b/data/chunk-000/episode_000484.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bd9663fb2b455191523857129d444b17fec9b27 --- /dev/null +++ b/data/chunk-000/episode_000484.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a991667631bd61f32ba3ddae3018138ddd8d0ef37385ba926c7b922a6960ae2e +size 67718 diff --git a/data/chunk-000/episode_000485.parquet b/data/chunk-000/episode_000485.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b6083673b1173fb5f70e80b10585df316ee9450 --- /dev/null +++ b/data/chunk-000/episode_000485.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0d7cf32e784e5eb3368b3868829cc3e700206c5361eb6e592250d7b4590c58 +size 98660 diff --git a/data/chunk-000/episode_000486.parquet b/data/chunk-000/episode_000486.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8f70b62db95a8d146ca7fcdd19573f14ad804b0 --- /dev/null +++ b/data/chunk-000/episode_000486.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145e6b4e2052a6b9297e5e8f36cd5d33fb0ecf7e907891f2c141e08e0775ef3a +size 81206 diff --git a/data/chunk-000/episode_000487.parquet b/data/chunk-000/episode_000487.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb1a33c02df5e55fe03da670fe484b131af8c2bf --- /dev/null +++ b/data/chunk-000/episode_000487.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c479a4fdf5b7b4d55aea1187ff8c8810caf9cb69ec1dba58f7a0e9de9dc6f529 +size 94306 diff --git a/data/chunk-000/episode_000488.parquet b/data/chunk-000/episode_000488.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d05be4b53597accc8994921e88c2b3eb8116a0b --- /dev/null +++ b/data/chunk-000/episode_000488.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1102ddcfccb0f168b1d868af0f517361eb3b36c7400e4e66c74adafe8a1d36 +size 76596 diff --git a/data/chunk-000/episode_000489.parquet b/data/chunk-000/episode_000489.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eafbb843468fa54918ca2f4ec0ee82f2225c4c50 --- /dev/null +++ b/data/chunk-000/episode_000489.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0312b42735bb9265916c79ec78ac0ceafbecabb63eff0ddb46b93065982d2a0 +size 79367 diff --git a/data/chunk-000/episode_000490.parquet b/data/chunk-000/episode_000490.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ec5c763c1920a554872c9296c02767644f844ac --- /dev/null +++ b/data/chunk-000/episode_000490.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0664c206d535b76930631289e3f5789c200085b69b46df824c2724ad920eab83 +size 93629 diff --git a/data/chunk-000/episode_000491.parquet b/data/chunk-000/episode_000491.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37b8fd4eda17f9b4b0da500cd5a618608325d2cc --- /dev/null +++ b/data/chunk-000/episode_000491.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0416b9d2764ceee6e742c87c9523eb95b40a236ab5d045db3edca186388d9d9d +size 85181 diff --git a/data/chunk-000/episode_000492.parquet b/data/chunk-000/episode_000492.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a59def57a4f3861a833a0f100b7c872552901909 --- /dev/null +++ b/data/chunk-000/episode_000492.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f7db30f4bb5c8298e08b4085dd243766cc70bdd36fc65ef133536e0f35cc5b +size 71787 diff --git a/data/chunk-000/episode_000493.parquet b/data/chunk-000/episode_000493.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2024f5b96834805ed894f6e9f7bb19a5a9e66b4c --- /dev/null +++ b/data/chunk-000/episode_000493.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff88e22ad36028dbdeb0f713f594e24f2c9c11056abd236b404a68c0943281c +size 75046 diff --git a/data/chunk-000/episode_000494.parquet b/data/chunk-000/episode_000494.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91690959e39d22781ff37356ca8dc4022dd1872d --- /dev/null +++ b/data/chunk-000/episode_000494.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0effe3873d788209a1a809e6cb4995ce2a4e0e5f807a86d4d4e494a7a38c4afa +size 89560 diff --git a/data/chunk-000/episode_000495.parquet b/data/chunk-000/episode_000495.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5569a0493a698c0480995b7807431db7b345d349 --- /dev/null +++ b/data/chunk-000/episode_000495.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2422a9f46d7845045c2e1b36e514d6a0d5e775a46bf5b5bd8bd2b4590406963c +size 85078 diff --git a/data/chunk-000/episode_000496.parquet b/data/chunk-000/episode_000496.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a52ee1c9ef722ac8d703cde2e69764ea84b04a91 --- /dev/null +++ b/data/chunk-000/episode_000496.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddc7f98c6d5ed77c2825ff32f0fd4f3af26e92c5e6692661d7e2303f2695d7d +size 90195 diff --git a/data/chunk-000/episode_000497.parquet b/data/chunk-000/episode_000497.parquet new file mode 100644 index 0000000000000000000000000000000000000000..291e5bc33ce719e1bf26964581c42a65c89206c7 --- /dev/null +++ b/data/chunk-000/episode_000497.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63415d22865d73b7ae130a3ba5b737e7293792b8b2808c819aa6d9cdd078cdc1 +size 74931 diff --git a/data/chunk-000/episode_000498.parquet b/data/chunk-000/episode_000498.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cf59406043648553e835a233166f58a6cedc987 --- /dev/null +++ b/data/chunk-000/episode_000498.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0007c28d735b5ceb1ad63790aa2628a34eaf91a2a672a16c89119d82048df898 +size 94554 diff --git a/data/chunk-000/episode_000499.parquet b/data/chunk-000/episode_000499.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b73839cd6045f80ff32f95269146639a8c4b174 --- /dev/null +++ b/data/chunk-000/episode_000499.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf0a9160ef5d1bd87cac7d754d6d4e3716360e0752eb8caa5287c0c2307fe25 +size 84787 diff --git a/data/chunk-000/episode_000500.parquet b/data/chunk-000/episode_000500.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1aad9d857e3ef6561e5a40bec5ec088d203f0714 --- /dev/null +++ b/data/chunk-000/episode_000500.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1aaff000c471b158f259667845677e0000928a80df8bd0553ea2c543b39a57 +size 79576 diff --git a/data/chunk-000/episode_000501.parquet b/data/chunk-000/episode_000501.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31b9c9358bad87da19203bb78dd100ccaed58ab2 --- /dev/null +++ b/data/chunk-000/episode_000501.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3564a8d09d1fc3b3cf1494b4428fccd8b4a1f82286befc7a8205a7dde5aff26 +size 78159 diff --git a/data/chunk-000/episode_000502.parquet b/data/chunk-000/episode_000502.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee3c510f5be6a667a7453ab851b4d1edb2fb38ee --- /dev/null +++ b/data/chunk-000/episode_000502.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56aeae3e0e7df83d902da80cdf775f0dc818aa8dd1364e7392580e59154b80c1 +size 79308 diff --git a/data/chunk-000/episode_000503.parquet b/data/chunk-000/episode_000503.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15f8d940a38b3d8897978a4e605e116b4e98642f --- /dev/null +++ b/data/chunk-000/episode_000503.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3827daf51724332e4f979876bcc4c7b3aa43022baf98324cc14ec127577cb598 +size 74873 diff --git a/data/chunk-000/episode_000504.parquet b/data/chunk-000/episode_000504.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7922d9b8b236127b55df90bff4a1a94ceed21a79 --- /dev/null +++ b/data/chunk-000/episode_000504.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07e140705100b3de918ea4da9d6b3225427004c3f61f3650e4c59ea8063ecfe +size 77190 diff --git a/data/chunk-000/episode_000505.parquet b/data/chunk-000/episode_000505.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05ec1d541f9db7873daf3cdd0d02450e08047f16 --- /dev/null +++ b/data/chunk-000/episode_000505.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824d87b8752ff31c18eced29d286941dd66162083403347a642d10709d5fe5d5 +size 77899 diff --git a/data/chunk-000/episode_000506.parquet b/data/chunk-000/episode_000506.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42ec3206065c560019531d08829fbc6fd0d1d8f6 --- /dev/null +++ b/data/chunk-000/episode_000506.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923a6c40541576bf7763f0c4a3b7bb5e0d1208dc5cb041537849c7740874bf50 +size 67118 diff --git a/data/chunk-000/episode_000507.parquet b/data/chunk-000/episode_000507.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6d562d5245d8c4244a91b0f292161408eff75a4 --- /dev/null +++ b/data/chunk-000/episode_000507.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7efdd1a23a81f873ade92f0d17bda404ed9af273effbe3b3b1f144704f4f5bc +size 79888 diff --git a/data/chunk-000/episode_000508.parquet b/data/chunk-000/episode_000508.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7701e804de91ff920cf3b4ecbc1ebac9b3eb8103 --- /dev/null +++ b/data/chunk-000/episode_000508.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a092e50c68a395600ba9bf936fbb0518cc0015987a4ffe0519287977b0d1618 +size 75185 diff --git a/data/chunk-000/episode_000509.parquet b/data/chunk-000/episode_000509.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4391fdfce29e48fa7682a8e90cd791c7ef2019b6 --- /dev/null +++ b/data/chunk-000/episode_000509.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2c2737a8d573010bb3d855524c0a3e808d5b5e9023dd89500e5b31716f57a1 +size 83145 diff --git a/data/chunk-000/episode_000510.parquet b/data/chunk-000/episode_000510.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a998839a960998cd6421e3850ef267c11da04aa2 --- /dev/null +++ b/data/chunk-000/episode_000510.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceca6ac437fdfcab8203736128d715dbd409318c8aedf99a94dd9ada1127b14 +size 68257 diff --git a/data/chunk-000/episode_000511.parquet b/data/chunk-000/episode_000511.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10fa8e170165c4246bb0de65e02510fc8ae40a73 --- /dev/null +++ b/data/chunk-000/episode_000511.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcd8a9c307bdb6f3097c9c5f4621b0baa4497f8307ae38f439537b3d6f92778 +size 71402 diff --git a/data/chunk-000/episode_000512.parquet b/data/chunk-000/episode_000512.parquet new file mode 100644 index 0000000000000000000000000000000000000000..941afa17c192d5c53da39e80032913c89ff8006d --- /dev/null +++ b/data/chunk-000/episode_000512.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658efc545949c299d7291786a79688252f180f53f5706f9c9ecd6f86dfe71bcf +size 73877 diff --git a/data/chunk-000/episode_000513.parquet b/data/chunk-000/episode_000513.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ecce0a3c25abff2f40a01a3ceae2d3f937322d7 --- /dev/null +++ b/data/chunk-000/episode_000513.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b59f8414b4dff958d7244a9cc5521bf911cc5d76cfd07b8ff5c9ca258c49a9 +size 82735 diff --git a/data/chunk-000/episode_000514.parquet b/data/chunk-000/episode_000514.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddd1f6b27b05bffa0ea9db75991ae56c5defc3fb --- /dev/null +++ b/data/chunk-000/episode_000514.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc247495af3de86fcaf15efd510d7cd6aa55f51d54959fe29499129ae2546c49 +size 75636 diff --git a/data/chunk-000/episode_000515.parquet b/data/chunk-000/episode_000515.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dffaa2687558c18b5ae223d7e15a651191bfb92b --- /dev/null +++ b/data/chunk-000/episode_000515.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a8a59373fd4f9108dfc06d69af6de25333a2b77b243fd03da5a5c03c210c63 +size 83136 diff --git a/data/chunk-000/episode_000516.parquet b/data/chunk-000/episode_000516.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b917b745b153d41a356e24639e82694315e529c2 --- /dev/null +++ b/data/chunk-000/episode_000516.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b396927615fac4f4db7bcca246e87876cdc0378f0cd81f5a3d075ebae730c2a +size 78678 diff --git a/data/chunk-000/episode_000517.parquet b/data/chunk-000/episode_000517.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2cb8e7bf09b85c3acae3c8075a3f8513d0df730 --- /dev/null +++ b/data/chunk-000/episode_000517.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891838d93d329543c443b16f23bc64eb02fb191b8f68bac8483a858a02bde25f +size 71802 diff --git a/data/chunk-000/episode_000518.parquet b/data/chunk-000/episode_000518.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4491e3c5b9da4c0b1a9aee4c7420b2ccb015a9d7 --- /dev/null +++ b/data/chunk-000/episode_000518.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917ee902af07e98d109d6089617f2fd1e676e3b0ad9399afe16822668419ec61 +size 79983 diff --git a/data/chunk-000/episode_000519.parquet b/data/chunk-000/episode_000519.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9358bffb854e529263a8b0aa976e41d8b74f7d3 --- /dev/null +++ b/data/chunk-000/episode_000519.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9d72a504a7a5934cb1f2ebcdd17003ac8d7531e62e79f179591ab38d5f2786 +size 81667 diff --git a/data/chunk-000/episode_000520.parquet b/data/chunk-000/episode_000520.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d98fdb7a8dd7e9a66e03b25661a6cb6d5e97d81 --- /dev/null +++ b/data/chunk-000/episode_000520.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ec8f8a3fadf4a96f908739639968ecf1321dc5f81ba85609c970012c93b878 +size 79282 diff --git a/data/chunk-000/episode_000521.parquet b/data/chunk-000/episode_000521.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c27fabf4f4793db272d3d84a18a28be74545bbb9 --- /dev/null +++ b/data/chunk-000/episode_000521.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d46a856e6fb3dc4f44c5e5c9ea5b681d85f54483f36cf8fe544a217ea9687de +size 78619 diff --git a/data/chunk-000/episode_000522.parquet b/data/chunk-000/episode_000522.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41e4b50a835b8f361f3a4fdc3b16d893de50bcb6 --- /dev/null +++ b/data/chunk-000/episode_000522.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b66e50e8b44c173c44839cd37b9603938bbde8ace2620b419dee88361ab6975 +size 74686 diff --git a/data/chunk-000/episode_000523.parquet b/data/chunk-000/episode_000523.parquet new file mode 100644 index 0000000000000000000000000000000000000000..941e23dcd4222d33ccce65119db373772b577214 --- /dev/null +++ b/data/chunk-000/episode_000523.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6615c9a8d683d49fb3e33822ed8d0236ce30b3a344ef618d0bb3b86ce5bf4b8 +size 68221 diff --git a/data/chunk-000/episode_000524.parquet b/data/chunk-000/episode_000524.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bee1cc170bbec868fe33c1dfd0f4fa428ef60e2a --- /dev/null +++ b/data/chunk-000/episode_000524.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64404fa3c0322a62b93e514b6a6838d0308a395d34d9ee57c5a3254d0982caec +size 81557 diff --git a/data/chunk-000/episode_000525.parquet b/data/chunk-000/episode_000525.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a93c671d1281994cba6ba969258f765234af9b0c --- /dev/null +++ b/data/chunk-000/episode_000525.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f95780be153d4ed8bcf147ddc413c564dc3f5feacf8a4945d1bc45dd36235c +size 76469 diff --git a/data/chunk-000/episode_000526.parquet b/data/chunk-000/episode_000526.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f5a7cb9d005c275c2f56446e2646e6ece831146 --- /dev/null +++ b/data/chunk-000/episode_000526.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f20ced6f6cab6ebffb9393adf0af0f162eeb633c634afdf23ed4cbdf09f2c8 +size 67204 diff --git a/data/chunk-000/episode_000527.parquet b/data/chunk-000/episode_000527.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eef0d2c571aac14914bb86bc8bc6c8a7f380325d --- /dev/null +++ b/data/chunk-000/episode_000527.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01828db6bc430b39adb331fe6eeda3b6933e3d70bb969aed13af4680a7fe74e9 +size 88476 diff --git a/data/chunk-000/episode_000528.parquet b/data/chunk-000/episode_000528.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1b991162816742de6798820b22ad9cac3610c7c --- /dev/null +++ b/data/chunk-000/episode_000528.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d406408d0e0b281adc5ee6bc4802f94c9edbc671bbbf4cb06464992ed735853 +size 80456 diff --git a/data/chunk-000/episode_000529.parquet b/data/chunk-000/episode_000529.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8907f7b83a2d16cb5681c05c93522fd46150750 --- /dev/null +++ b/data/chunk-000/episode_000529.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d91ae77f2eb9813845d77a9ee0e08856e78cdf7c7c11fee1a06f97182bc8365 +size 84994 diff --git a/data/chunk-000/episode_000530.parquet b/data/chunk-000/episode_000530.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d88269fbff8f3fba30377a11a6716bfb53c3bfc --- /dev/null +++ b/data/chunk-000/episode_000530.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b1f71dd0ce11061006b29ea1ff02986e9ed122fd757a65282f725b883a7307 +size 125867 diff --git a/data/chunk-000/episode_000531.parquet b/data/chunk-000/episode_000531.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b71c266b069708cdf42d82bd298a8dc483b759a --- /dev/null +++ b/data/chunk-000/episode_000531.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fb7135f298aa6ede1cb9bbfced4423502d621411935aaec478b141eef7fc21 +size 159580 diff --git a/data/chunk-000/episode_000532.parquet b/data/chunk-000/episode_000532.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fe9d6f6364ff31c1b8bfb90e3dce8cb4912e932 --- /dev/null +++ b/data/chunk-000/episode_000532.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1350c9d1f3f908d485df67f1f975f6a1dc8a3fd2fd89d4a2cfe93c8467804973 +size 137493 diff --git a/data/chunk-000/episode_000533.parquet b/data/chunk-000/episode_000533.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f6076fc8e2a9700310ade98ac8d0dd62b7f897c --- /dev/null +++ b/data/chunk-000/episode_000533.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ab5676ea12500458049490fe8b486b18646491572b464b70bc577ccb0309de +size 135007 diff --git a/data/chunk-000/episode_000534.parquet b/data/chunk-000/episode_000534.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe715b3205e87198421b586fda2f4a212b6131f9 --- /dev/null +++ b/data/chunk-000/episode_000534.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232f920aa80655d406657dd6fe8cc8539e89c3f6cc42d2e0a4687447e39f9a1c +size 166780 diff --git a/data/chunk-000/episode_000535.parquet b/data/chunk-000/episode_000535.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7be7d4d89e6c0a0c83a9a2da5c1ce570401c864b --- /dev/null +++ b/data/chunk-000/episode_000535.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09610d8e03180a736d1df042b28807921b14e40951c95312458765a7433a29bb +size 169615 diff --git a/data/chunk-000/episode_000536.parquet b/data/chunk-000/episode_000536.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb0487ee0a65c099e8024305bdd29fb45a2a92fb --- /dev/null +++ b/data/chunk-000/episode_000536.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361e23ee05b258bf83de1a9b22d483cdecce1167c2665d52eae7cdd99740eb33 +size 122478 diff --git a/data/chunk-000/episode_000537.parquet b/data/chunk-000/episode_000537.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6f13376b9c89852703e1e9d66f4963ee5e319b7 --- /dev/null +++ b/data/chunk-000/episode_000537.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7675baece2d7fef4be6c8523126ef09c50dd315d2c364def30257a8f2af562d3 +size 129801 diff --git a/data/chunk-000/episode_000538.parquet b/data/chunk-000/episode_000538.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b85bf7e876bb08216d47d54bff2d1a63fc80295 --- /dev/null +++ b/data/chunk-000/episode_000538.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8d5bcf01e636bb3f7c6e0d94bd57646a991e4406b3699d4b7c3743aec432e6 +size 128902 diff --git a/data/chunk-000/episode_000539.parquet b/data/chunk-000/episode_000539.parquet new file mode 100644 index 0000000000000000000000000000000000000000..877d09fc34588e2c1fa42c5b7240adecf7a62f6c --- /dev/null +++ b/data/chunk-000/episode_000539.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a5039d2a69205d39445dc19157edb9b216e2e51e2de238f24fa7a72e75196a +size 129588 diff --git a/data/chunk-000/episode_000540.parquet b/data/chunk-000/episode_000540.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f01e11d71317f96d30ebcbb0359bf11b616a4e4 --- /dev/null +++ b/data/chunk-000/episode_000540.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c951526b04f62d4debf08c36207d48d20af27f151b447ad3d8764d0a8e869d3 +size 131535 diff --git a/data/chunk-000/episode_000541.parquet b/data/chunk-000/episode_000541.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c275fca5dac787ddf205da47ec18c3ccf201d72 --- /dev/null +++ b/data/chunk-000/episode_000541.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ba3ee92403d821ae87361af1f4496c30446081bd62941ce666a8239c6e541f +size 128515 diff --git a/data/chunk-000/episode_000542.parquet b/data/chunk-000/episode_000542.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c95079be8b770ff783523a5a37c180fe0f2eef6b --- /dev/null +++ b/data/chunk-000/episode_000542.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533f28d9b7c9f04984d38f059db29e92013a70268db8f47ee72c2389f9392e13 +size 125064 diff --git a/data/chunk-000/episode_000543.parquet b/data/chunk-000/episode_000543.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d45303799fb4f9a463c04a0f90c213a01f16313d --- /dev/null +++ b/data/chunk-000/episode_000543.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a501689f9a5c797278bbe6d946e13624bd24e82031b08cc27d80d52022d73fb3 +size 113113 diff --git a/data/chunk-000/episode_000544.parquet b/data/chunk-000/episode_000544.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a1e20e6512c5dd07cb09af8247a04e70d33a747 --- /dev/null +++ b/data/chunk-000/episode_000544.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5b72152ae27aaf6ea1210362198309f480110507fcd985ec5193d336b1225d +size 114602 diff --git a/data/chunk-000/episode_000545.parquet b/data/chunk-000/episode_000545.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7625be050afc6366278d4f35264392845f28d281 --- /dev/null +++ b/data/chunk-000/episode_000545.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28ec309e66688e82800f8daa7ba3cc55b2c441612209b1fc6dd21f2dee64251 +size 189610 diff --git a/data/chunk-000/episode_000546.parquet b/data/chunk-000/episode_000546.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47230a01c41c3f578d4795387036b4e68a8b5afa --- /dev/null +++ b/data/chunk-000/episode_000546.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f97d95a3a8ff63a51f99540dc9853b3ed86ee2ca8290f3e870d3c556c70bd6c +size 152961 diff --git a/data/chunk-000/episode_000547.parquet b/data/chunk-000/episode_000547.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7bf7ee4f7137e9751be8fe268d710b8934db0df --- /dev/null +++ b/data/chunk-000/episode_000547.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6449a0eeccb557ffc229b4d02b8db38008e9ae834b50aed25f5a8177b203db +size 137884 diff --git a/data/chunk-000/episode_000548.parquet b/data/chunk-000/episode_000548.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62e3828c84bb63b6222660b74dd1bce3a3cabd1b --- /dev/null +++ b/data/chunk-000/episode_000548.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0406b7d540e6cb3063c1f0ce337536a57176f1e0220f7342108cdde57fc17fe +size 168207 diff --git a/data/chunk-000/episode_000549.parquet b/data/chunk-000/episode_000549.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cfb95f81f111ba537888d446317b46a4defbbf2 --- /dev/null +++ b/data/chunk-000/episode_000549.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f2d8b813310901ab6568cf192fb4b4332fd290c39e1489054c40fc7d87454b +size 150975 diff --git a/data/chunk-000/episode_000550.parquet b/data/chunk-000/episode_000550.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35821a43c9735a115a1f18b937860bfead350bac --- /dev/null +++ b/data/chunk-000/episode_000550.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490bdc9fe1f95ba397a4590e96a65ee21ed2e8c7effd312d306e73e16611eb26 +size 127466 diff --git a/data/chunk-000/episode_000551.parquet b/data/chunk-000/episode_000551.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4998c56e4a562ce6f538873734e5f6a0c661db5e --- /dev/null +++ b/data/chunk-000/episode_000551.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b62bb44aa81aca3efdce9a1e69b0123659487cc8614ccd411e6049633c1fee +size 131951 diff --git a/data/chunk-000/episode_000552.parquet b/data/chunk-000/episode_000552.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26ddeb5dcdd1e96c7b56bcd437710b62279ee00a --- /dev/null +++ b/data/chunk-000/episode_000552.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf75d386639c489d92bbd2992d4464851ff1d6cc9444aab4ccd468d9e8ed1ee +size 129015 diff --git a/data/chunk-000/episode_000553.parquet b/data/chunk-000/episode_000553.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb6e7f66c84d062c6c9071078176ceaadb2ea852 --- /dev/null +++ b/data/chunk-000/episode_000553.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e71e54ab33b7dd48ce3a2d3b65c660bffbd80b38ccd30c02f98be84f75b2f66 +size 171827 diff --git a/data/chunk-000/episode_000554.parquet b/data/chunk-000/episode_000554.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3eae5bb8868e0a5d5d0cf7c9cfc337a3fe4c03c --- /dev/null +++ b/data/chunk-000/episode_000554.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f2359f6782fbebbbdc83aeccad442a5b7982f286c16ecc0759a09d481989a6 +size 146226 diff --git a/data/chunk-000/episode_000555.parquet b/data/chunk-000/episode_000555.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fb00f8aea602bf9906c21fab981ed8defac87da --- /dev/null +++ b/data/chunk-000/episode_000555.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805d5be4fd059526b6667847577d9a298de94cce42bec68e7daac27c0879e486 +size 139861 diff --git a/data/chunk-000/episode_000556.parquet b/data/chunk-000/episode_000556.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c8306818d6af9e360effa833e7e3a27c3163823 --- /dev/null +++ b/data/chunk-000/episode_000556.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81cf00634159dd3bedc6da28322f5891bf12169afb151a8e1f6fc948365dd9c +size 209545 diff --git a/data/chunk-000/episode_000557.parquet b/data/chunk-000/episode_000557.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4956c89df885ec104f6fa67f57ab662c6f7fb35c --- /dev/null +++ b/data/chunk-000/episode_000557.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac18aa8988d9b6de514a01112cb12a4f83f358e3b341f1f34d0e2b08101c75d +size 192256 diff --git a/data/chunk-000/episode_000558.parquet b/data/chunk-000/episode_000558.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df423729a2c8e6aefc9567652460ea05193b54e4 --- /dev/null +++ b/data/chunk-000/episode_000558.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70edc2bbbdb85d6b7dc3b6209100ef10c8dae979d2902d7333f734ed953200d6 +size 150983 diff --git a/data/chunk-000/episode_000559.parquet b/data/chunk-000/episode_000559.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d9bca5a1d8cfca05a97addb6ea6474a6dfcc7fa --- /dev/null +++ b/data/chunk-000/episode_000559.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9a0775cdd0806b07d1cc6c36a566cda73f4457b7f685a6fba5a0b29971d6a1 +size 145400 diff --git a/data/chunk-000/episode_000560.parquet b/data/chunk-000/episode_000560.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03a94d93624b0ae93b74ff22487981798c6f0148 --- /dev/null +++ b/data/chunk-000/episode_000560.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfacbf54ab8a1ab766936aa09034a58d669ca1463e32fb3a838637638b343774 +size 150054 diff --git a/data/chunk-000/episode_000561.parquet b/data/chunk-000/episode_000561.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a3c6845d815aeb2a881111f0266426cb3cc1aed --- /dev/null +++ b/data/chunk-000/episode_000561.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb13946831535cf98aa8da5fd6258e2e0e090478074f0858612c8318d3d8afb6 +size 156239 diff --git a/data/chunk-000/episode_000562.parquet b/data/chunk-000/episode_000562.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00a779802041e429d3d4427deddc4bec971ffd64 --- /dev/null +++ b/data/chunk-000/episode_000562.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb8cc3b5d1610aad3696e9044a856b5393496cd2af99f36e0d72ac55a01ac1a +size 144027 diff --git a/data/chunk-000/episode_000563.parquet b/data/chunk-000/episode_000563.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a94ee183b4fa09bb291ff1200b034cc622abc0e8 --- /dev/null +++ b/data/chunk-000/episode_000563.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afeb1513c0e40abf9bd902769c4995642ad819e631a01c1df8f1cb53fdfb7129 +size 102256 diff --git a/data/chunk-000/episode_000564.parquet b/data/chunk-000/episode_000564.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ff140744536b0a3c286fa23c79b4667452cbb4e --- /dev/null +++ b/data/chunk-000/episode_000564.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80ff5947fdeb34215849dc09d22b40e6e0aa71cba99fbab1deaced1f7201e54 +size 116159 diff --git a/data/chunk-000/episode_000565.parquet b/data/chunk-000/episode_000565.parquet new file mode 100644 index 0000000000000000000000000000000000000000..963a906c2fa9d1f97dc361137b5a0f930be3c2f8 --- /dev/null +++ b/data/chunk-000/episode_000565.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0b54b0e33388477d9f2c0939910ae30cf6f8e55f9e226f0d9abfec03c0070b +size 134529 diff --git a/data/chunk-000/episode_000566.parquet b/data/chunk-000/episode_000566.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26971a19193cae76ef1ed936814c8ef8e3111997 --- /dev/null +++ b/data/chunk-000/episode_000566.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3e9bceaa57bdbf8572d415f5ffc007a47eff875ea4d3b4223bc0114d68000c +size 149802 diff --git a/data/chunk-000/episode_000567.parquet b/data/chunk-000/episode_000567.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17eacb28d0554b0e04663a9b90dbfd68f2c374c4 --- /dev/null +++ b/data/chunk-000/episode_000567.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dcde455c298a733a63be0d6d433c1784a65c935be3c43a76e83dbe78931570 +size 141765 diff --git a/data/chunk-000/episode_000568.parquet b/data/chunk-000/episode_000568.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57ac28012b921a9b9c5e8b4faa18d4880859d5e2 --- /dev/null +++ b/data/chunk-000/episode_000568.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2141db20c44fce9f5c776cd227e7002695ca3e47ee725816861389dcf85f000 +size 159847 diff --git a/data/chunk-000/episode_000569.parquet b/data/chunk-000/episode_000569.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13c584fd78d0e226dc6f1213c48103ecf9a00382 --- /dev/null +++ b/data/chunk-000/episode_000569.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8cd35187efc141f7fabda15f95d538cf74876cb25b037085e00bac0dd8b8cd +size 133668 diff --git a/data/chunk-000/episode_000570.parquet b/data/chunk-000/episode_000570.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7670e689af245c80adc35cac4de685cb8bfc7878 --- /dev/null +++ b/data/chunk-000/episode_000570.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0d0d499d9d6ed456a028ed0c804cbba1198af6c50ea28162bdf51a3838be25 +size 132467 diff --git a/data/chunk-000/episode_000571.parquet b/data/chunk-000/episode_000571.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d545ebd574ecf29023f667e6e2f2f5e7c56854f --- /dev/null +++ b/data/chunk-000/episode_000571.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13758f44b51864affbb4e07b0ba57b04c9541f28230cc2e9cddeed41ff7c2137 +size 154811 diff --git a/data/chunk-000/episode_000572.parquet b/data/chunk-000/episode_000572.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d583faaf5e489265dabe997168e6f196b5a4508 --- /dev/null +++ b/data/chunk-000/episode_000572.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ede91ca7af78a26e801fa6ae2fd9cc65433841c7bf03f2ef06155c1bfba8a49 +size 149839 diff --git a/data/chunk-000/episode_000573.parquet b/data/chunk-000/episode_000573.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef79303a46762757f0583e917fcae42c1ed74567 --- /dev/null +++ b/data/chunk-000/episode_000573.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a093e55e2133e0cbb6962d0faf0dfc41194c32f0113913a4a4c252a58397cf +size 149348 diff --git a/data/chunk-000/episode_000574.parquet b/data/chunk-000/episode_000574.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b89d2bf7f79677d8b937a2c9511f84c3e5d738a2 --- /dev/null +++ b/data/chunk-000/episode_000574.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2633a8d2491f337d89624fd267f0902cc6bfb00de13da89961a0dd066b5794b0 +size 134463 diff --git a/data/chunk-000/episode_000575.parquet b/data/chunk-000/episode_000575.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6800f73c8186a5a3e863545d5e640c974c271da8 --- /dev/null +++ b/data/chunk-000/episode_000575.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac0932522ce7615a8b2213e79c7e25737a38675bc4680e4baace1497e703b3b +size 131307 diff --git a/data/chunk-000/episode_000576.parquet b/data/chunk-000/episode_000576.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49b45b70d6753d20153a082eb2e77dac7ee4267b --- /dev/null +++ b/data/chunk-000/episode_000576.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a8929ffd8929645a1db8551fe9a00f5861f881656b89f90c6e4e21b24cef05 +size 121531 diff --git a/data/chunk-000/episode_000577.parquet b/data/chunk-000/episode_000577.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53b097e7d6aa8be71eb8de8268d143a7c6098793 --- /dev/null +++ b/data/chunk-000/episode_000577.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d8a85b20cec522d7237f14a94fe6c9472ba7afbad5f4c1376e17d2615b41b3 +size 106446 diff --git a/data/chunk-000/episode_000578.parquet b/data/chunk-000/episode_000578.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cdc86b06ec7ec051ed97f68d086611935e905d7 --- /dev/null +++ b/data/chunk-000/episode_000578.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0afa6a12eab488a027a2276a7134d22cbd61227615528b3d938ade88d3b4fc +size 133521 diff --git a/data/chunk-000/episode_000579.parquet b/data/chunk-000/episode_000579.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff4d9c18fc8011e655a5cb60281c546348cb561f --- /dev/null +++ b/data/chunk-000/episode_000579.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab1ae9bc6c261a43ef7f07f7e891b1b19135210aaa594511af6310680f14acb +size 127530 diff --git a/data/chunk-000/episode_000580.parquet b/data/chunk-000/episode_000580.parquet new file mode 100644 index 0000000000000000000000000000000000000000..936663a92066a145841308c72dd93ba9d7282595 --- /dev/null +++ b/data/chunk-000/episode_000580.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee17dfda5ae60e30db44b042e8c996b752eb04371ffa372d8a75172d4d0de41 +size 139744 diff --git a/data/chunk-000/episode_000581.parquet b/data/chunk-000/episode_000581.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ba97b24940e4312795e9522aa26368d39fe1635 --- /dev/null +++ b/data/chunk-000/episode_000581.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b57cd725c6eec1905016fd88e690455080889b403708713f28901cd0740e01 +size 171935 diff --git a/data/chunk-000/episode_000582.parquet b/data/chunk-000/episode_000582.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ff15979b2b7877ff1e7610161b66434c835329a --- /dev/null +++ b/data/chunk-000/episode_000582.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee07615df2e15407b1d1ce8e30cde3c96120d238bf5dc6b722e4e033f21a3cc +size 165337 diff --git a/data/chunk-000/episode_000583.parquet b/data/chunk-000/episode_000583.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8f96dfcdb4d94c45526476c7a2007f7c254cbf1 --- /dev/null +++ b/data/chunk-000/episode_000583.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef80cfedac6fac716d58b1ab9b8c77f446cce40138f6c0048b38827b31342f9d +size 153866 diff --git a/data/chunk-000/episode_000584.parquet b/data/chunk-000/episode_000584.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0ea030c2745beeb9b8f31baff7bceb1bdaeaf8e --- /dev/null +++ b/data/chunk-000/episode_000584.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd63ddd055b4bd9fab45b2886b7b849db071119996130972a711a28812c8e74 +size 159370 diff --git a/data/chunk-000/episode_000585.parquet b/data/chunk-000/episode_000585.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8d182d964efbf27aac5ae6a3e8db55207f22ca4 --- /dev/null +++ b/data/chunk-000/episode_000585.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0f466c219652a0d7fdd0a9bfa520112d906d25e5e15dbd9489cc7217110eb1 +size 164856 diff --git a/data/chunk-000/episode_000586.parquet b/data/chunk-000/episode_000586.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60c2c09e080de5275986da948e29e4856727545d --- /dev/null +++ b/data/chunk-000/episode_000586.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c1cde80f30de6388d0d11a93532c91422f4f2bffda580ca6496a08c3165a9a +size 154806 diff --git a/data/chunk-000/episode_000587.parquet b/data/chunk-000/episode_000587.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eafd1978f344051d7eb1c9d3b8760bd32ced6abf --- /dev/null +++ b/data/chunk-000/episode_000587.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64fd6f55c8d777b9dcb56de172c4d169cbae22dc3654b4f07fd2564e5ce93f7 +size 147503 diff --git a/data/chunk-000/episode_000588.parquet b/data/chunk-000/episode_000588.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7b4eea48b3e24ec9dd60491a985323c6f775aea --- /dev/null +++ b/data/chunk-000/episode_000588.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b72286f957a960f939eab81f8b061c82da401273ef472a74b53d924572b6a6 +size 172518 diff --git a/data/chunk-000/episode_000589.parquet b/data/chunk-000/episode_000589.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42b7bf08bfb626354c024d6e9859234824d0632a --- /dev/null +++ b/data/chunk-000/episode_000589.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fc2069ea452ad64eca290e5b6c9dc0ec17e953b64de801b67e73f25a29f67b +size 143491 diff --git a/data/chunk-000/episode_000590.parquet b/data/chunk-000/episode_000590.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd7891f54665deb8f30b5414894b2c5c24ae0ee8 --- /dev/null +++ b/data/chunk-000/episode_000590.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbfcbd6a94735e99f9c8fe68e212d4f18dc925650e9d0587df0823db1f1b0de +size 169033 diff --git a/data/chunk-000/episode_000591.parquet b/data/chunk-000/episode_000591.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b01fa6081bbc669d5911bbce64008525259b1252 --- /dev/null +++ b/data/chunk-000/episode_000591.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c73ba43398324d9c73524e53c9d2d32c5722e7f1d3d5e44a33d5a4374509541 +size 140648 diff --git a/data/chunk-000/episode_000592.parquet b/data/chunk-000/episode_000592.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb2d3d327b8491b0aeb67ff0ca108bc25e4e4259 --- /dev/null +++ b/data/chunk-000/episode_000592.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447913fbbf474f461ed5cb501f7838eb8fc977e3a6781075f62a20d02c66da77 +size 156796 diff --git a/data/chunk-000/episode_000593.parquet b/data/chunk-000/episode_000593.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0767a5989a4e68e2d0d438d346e9b75f361a0676 --- /dev/null +++ b/data/chunk-000/episode_000593.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0865d6d90e3a3577aba8d4721f14f3c5bc894a8b8ec35e47de7c118ada024d3 +size 194002 diff --git a/data/chunk-000/episode_000594.parquet b/data/chunk-000/episode_000594.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45a5b2900b9261535a528abb71f55e027fbe9e0b --- /dev/null +++ b/data/chunk-000/episode_000594.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76db0f77adf273f4e57c8ca3e2d70603555e013df8591b45217a8a1845ce9b9 +size 185741 diff --git a/data/chunk-000/episode_000595.parquet b/data/chunk-000/episode_000595.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34bcbe7f87814a2db0650c94bd3db07642d2a58c --- /dev/null +++ b/data/chunk-000/episode_000595.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f386d81f9da2da658b14691575e232f7b2fa46ec3626e90f2e80b66535607d +size 152870 diff --git a/data/chunk-000/episode_000596.parquet b/data/chunk-000/episode_000596.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69370e780e7558f9b45d5049c69694f82972cbb4 --- /dev/null +++ b/data/chunk-000/episode_000596.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6310a43365709cab57b41754b0787812f2c8c34ac304b6ecc0c3e93adc89db +size 178298 diff --git a/data/chunk-000/episode_000597.parquet b/data/chunk-000/episode_000597.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2aa60c87556e5bdfc23d3ea8cb30fecb5f7011aa --- /dev/null +++ b/data/chunk-000/episode_000597.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2544ef6d53169e0dbf9cbc28346ad45d3183b31989355351d1b5712fd20b130 +size 147479 diff --git a/data/chunk-000/episode_000598.parquet b/data/chunk-000/episode_000598.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2857c54477105343b97404e1ab325df06cdb8022 --- /dev/null +++ b/data/chunk-000/episode_000598.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967b9d6f395b3df9a14e3c1bc120ebcc86a7730d043416ee0266441777e35944 +size 141243 diff --git a/data/chunk-000/episode_000599.parquet b/data/chunk-000/episode_000599.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2ec89d1ed5b79d3afa2d571ef11159e3e491b4b --- /dev/null +++ b/data/chunk-000/episode_000599.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212139458f460b274f892c7b9ef38f90e202842d90ae13bfcfdd36340ab4916c +size 160474 diff --git a/data/chunk-000/episode_000600.parquet b/data/chunk-000/episode_000600.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8a092d49cb88eeb575d0d7d673d5fe41d8b3ff3 --- /dev/null +++ b/data/chunk-000/episode_000600.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e89ec07562a3a7ad656b73432960742a31196a7a4afe0e1c8283001e4560f67 +size 144784 diff --git a/data/chunk-000/episode_000601.parquet b/data/chunk-000/episode_000601.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec56b12e9b0ff2986f795ff45940ec52fb947e43 --- /dev/null +++ b/data/chunk-000/episode_000601.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3a2ae48ab69a0c35d1bb00d7c170fac223c4953f087279a9f3af775190f438 +size 160763 diff --git a/data/chunk-000/episode_000602.parquet b/data/chunk-000/episode_000602.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a28f3f25793af56ffbe7d2136a9a76be64e54093 --- /dev/null +++ b/data/chunk-000/episode_000602.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e418df8cad9f0864cfa545178b5fd277478187f3f7cef895b58efe4ddb26f6c5 +size 166455 diff --git a/data/chunk-000/episode_000603.parquet b/data/chunk-000/episode_000603.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78d1e64d7655a51b0a4e34c04cad646113b90466 --- /dev/null +++ b/data/chunk-000/episode_000603.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73336450a25ed86e9bf1416a706d250da8d32436acb64d4593e13ce53b8f91d +size 135506 diff --git a/data/chunk-000/episode_000604.parquet b/data/chunk-000/episode_000604.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1dda9a02e92447c49d9e1c2acbb152d558d31e2 --- /dev/null +++ b/data/chunk-000/episode_000604.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0f31eeb9618577e63f81b35c4d2ae876997ff8e2595661b61a7618046a7bad +size 149750 diff --git a/data/chunk-000/episode_000605.parquet b/data/chunk-000/episode_000605.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a1dd782551038eb27cb872fad6bf4dd8c50dada --- /dev/null +++ b/data/chunk-000/episode_000605.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb911d0cebd18169dbe337623c3b888315cb5b35a15d6908f67971ca5ac5c188 +size 179551 diff --git a/data/chunk-000/episode_000606.parquet b/data/chunk-000/episode_000606.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d27ab8fe1aaf6a7304b84f9824232217b82247d --- /dev/null +++ b/data/chunk-000/episode_000606.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03f425b488fbe7527ef215dcfdca35f01b84aaece858bdc5e47118d948628cc +size 144177 diff --git a/data/chunk-000/episode_000607.parquet b/data/chunk-000/episode_000607.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e71289a5dd93533a0958eed874beae5cbf8e86c8 --- /dev/null +++ b/data/chunk-000/episode_000607.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab488ae991cacdef92fde35baf26aa568a6891a21d080c9ab04080963f1339ad +size 155431 diff --git a/data/chunk-000/episode_000608.parquet b/data/chunk-000/episode_000608.parquet new file mode 100644 index 0000000000000000000000000000000000000000..42ffd70825cf87266df978abee2ce0eb8cdc6387 --- /dev/null +++ b/data/chunk-000/episode_000608.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444211273e13f8b32b5057f7d62ae1f21f21a67358ef59cdaf920a8f3ff3798d +size 159531 diff --git a/data/chunk-000/episode_000609.parquet b/data/chunk-000/episode_000609.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f987e8ada151a7f86050338a7f20d81c41d56cd --- /dev/null +++ b/data/chunk-000/episode_000609.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f1d8c3395fae388a694cffc8a5077d335b2a9fe9625bc9ae5ac672db338222 +size 187346 diff --git a/data/chunk-000/episode_000610.parquet b/data/chunk-000/episode_000610.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b2260b2b2811470c881a7b19fbbe97a74f96b5 --- /dev/null +++ b/data/chunk-000/episode_000610.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6acfc8bc5002c1378c05de6eb9bc01ca638bb69c91db510b2aaf019e34ddc53 +size 179197 diff --git a/data/chunk-000/episode_000611.parquet b/data/chunk-000/episode_000611.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcbb298c27be56dd77571713de0b85730d984443 --- /dev/null +++ b/data/chunk-000/episode_000611.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b8d903c926babb9f02714b8c660b7b65f0c99803fda585e4e30c3a87adb95f +size 163888 diff --git a/data/chunk-000/episode_000612.parquet b/data/chunk-000/episode_000612.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e302dbaf7e25ff3ed2bcffa44b99b9d516a9594 --- /dev/null +++ b/data/chunk-000/episode_000612.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570e2bbaefda4cea44c8e307cb531b067a4819a1c817e51407d7212174c7e17a +size 152410 diff --git a/data/chunk-000/episode_000613.parquet b/data/chunk-000/episode_000613.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcd81510294391c32f2d8491141be3f6362ccdec --- /dev/null +++ b/data/chunk-000/episode_000613.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fc56b0baceb34430c6ff8e70dbab9ab212c16bee23738b3ac0f0d555d6ca8d +size 136757 diff --git a/data/chunk-000/episode_000614.parquet b/data/chunk-000/episode_000614.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0817f59f40cf33f5c127274a91ba63b7fdac022 --- /dev/null +++ b/data/chunk-000/episode_000614.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfd83f497a397897c93567b114e2a3dc396446fb8ef6641c29bc6b5a69eb6a3 +size 183220 diff --git a/data/chunk-000/episode_000615.parquet b/data/chunk-000/episode_000615.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1477ed9ec7ec293b2b765226651fb1f282e5f293 --- /dev/null +++ b/data/chunk-000/episode_000615.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb2d3a4a2ac39480b6101b69fa2a2a93d2272c6a90de42f64abc428bcb0dea4 +size 137264 diff --git a/data/chunk-000/episode_000616.parquet b/data/chunk-000/episode_000616.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd2014a037824700a2a509f9b8de1282571575be --- /dev/null +++ b/data/chunk-000/episode_000616.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4155ac697e8fb263c12048bdfecaa37981bc49e692a55a622c29a23ecb286b13 +size 136230 diff --git a/data/chunk-000/episode_000617.parquet b/data/chunk-000/episode_000617.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eca5981ceae98e30b978ee4dfd089d62c02804a7 --- /dev/null +++ b/data/chunk-000/episode_000617.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c488dac703000888010a18e3865db32dfb8cf4b819ae5a47651358cee130b33 +size 151157 diff --git a/data/chunk-000/episode_000618.parquet b/data/chunk-000/episode_000618.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc543f6d6a863712b3e63dcf344145fe75152204 --- /dev/null +++ b/data/chunk-000/episode_000618.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ba6270f729eb1bf427c1e56598ff70c0164a0fc8eece7eaa6559fb11a52b4c +size 133704 diff --git a/data/chunk-000/episode_000619.parquet b/data/chunk-000/episode_000619.parquet new file mode 100644 index 0000000000000000000000000000000000000000..989fafc3274e7eb3b731c479a3ff541e789e3a78 --- /dev/null +++ b/data/chunk-000/episode_000619.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681a0ec124500c6cbfd36ee2581aa0bcd2cf9a6b14e34ee6ab864dcb9a51089a +size 139903 diff --git a/data/chunk-000/episode_000620.parquet b/data/chunk-000/episode_000620.parquet new file mode 100644 index 0000000000000000000000000000000000000000..861c4314e574e31ec7fe9e5fb58882fd1a59846a --- /dev/null +++ b/data/chunk-000/episode_000620.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6098f2c6c8f6f2fab4e834d148de5e514d77474d02479add713ff65d6bd3cb +size 149313 diff --git a/data/chunk-000/episode_000621.parquet b/data/chunk-000/episode_000621.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4dc1c0157cca4d93146d908682fc37fee3536d1 --- /dev/null +++ b/data/chunk-000/episode_000621.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e1b1aa9c411493aa6a1ecc3cd7f21f96fb0b9e47e110afcea4baff27d5f173 +size 147351 diff --git a/data/chunk-000/episode_000622.parquet b/data/chunk-000/episode_000622.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d60eec1a983e013edf26c1c4a7c0998b029d992b --- /dev/null +++ b/data/chunk-000/episode_000622.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4404ce3e306e61237e12cd4d064d2e5bba73966898def26942536e463f8eec +size 137400 diff --git a/data/chunk-000/episode_000623.parquet b/data/chunk-000/episode_000623.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f27af2c64a2bcc8e6d49b3b1355c7bf4dc4ae93e --- /dev/null +++ b/data/chunk-000/episode_000623.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a80c4d0c855b63489aeb66a9d6cd28cb868a1bf32ee840bae62a592c6dbd791 +size 168636 diff --git a/data/chunk-000/episode_000624.parquet b/data/chunk-000/episode_000624.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f7bf47e64bfd98160760f08ca14834a1ce24f84 --- /dev/null +++ b/data/chunk-000/episode_000624.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a3744df70d93bbbe016eb11199bea199cea7291324f3d41d02efeef31daea9 +size 158136 diff --git a/data/chunk-000/episode_000625.parquet b/data/chunk-000/episode_000625.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fd4b6c1f21e229a437bd97352a335a3fc0d64ba --- /dev/null +++ b/data/chunk-000/episode_000625.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb620b3ddf1b0d4464967d921cdd0e442d506299d7723fad7026f09bd02b1bce +size 162511 diff --git a/data/chunk-000/episode_000626.parquet b/data/chunk-000/episode_000626.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eacbb9defa992d955910cee0a464d4f92b219637 --- /dev/null +++ b/data/chunk-000/episode_000626.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783ea5f39791184a42dd5ba786fad92aec5eb0e12a534530353e27df727eaf6e +size 125922 diff --git a/data/chunk-000/episode_000627.parquet b/data/chunk-000/episode_000627.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e75724f983b107e50056780fa55e31b753019c79 --- /dev/null +++ b/data/chunk-000/episode_000627.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283e8abbb78a3911572ff06e62fca0db2517998786792ef0909f1bdf0cbb6bf1 +size 115834 diff --git a/data/chunk-000/episode_000628.parquet b/data/chunk-000/episode_000628.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79825c9c240c17472e4c212aa2edac5e0a2981b0 --- /dev/null +++ b/data/chunk-000/episode_000628.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce69c80a6c33d27c16e17e2df27b288d5f615809794a25d64a7524dcb01796f +size 119398 diff --git a/data/chunk-000/episode_000629.parquet b/data/chunk-000/episode_000629.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5875fbe28d1a5d8636b8888e5263b2b3b630ecd1 --- /dev/null +++ b/data/chunk-000/episode_000629.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06e4b30541d50372516d01b4703707d41b5338e8ed0040242da7238ae4247f5 +size 137470 diff --git a/data/chunk-000/episode_000630.parquet b/data/chunk-000/episode_000630.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24846c2ad516ea1eb7b633c17e0cef1c4d18bb76 --- /dev/null +++ b/data/chunk-000/episode_000630.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423d79f242e6c938fb4482dd9f322c5fc2a50bfbc8a5d2f9a6f015dc6ebe15a2 +size 78931 diff --git a/data/chunk-000/episode_000631.parquet b/data/chunk-000/episode_000631.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee182976a8c327598b774d7b7ec0889b9d4de9a9 --- /dev/null +++ b/data/chunk-000/episode_000631.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c147f39a7244048c73568f8668783ca0acd55e7ae54eda36540f1e6b68d6baf2 +size 84827 diff --git a/data/chunk-000/episode_000632.parquet b/data/chunk-000/episode_000632.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7982f70fde394329ffecb906c83c67a6028d12d --- /dev/null +++ b/data/chunk-000/episode_000632.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451a654c3fa952ee4c301874feafc129b29587669c46e3e223379feb2d00a338 +size 82707 diff --git a/data/chunk-000/episode_000633.parquet b/data/chunk-000/episode_000633.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7538564325426526664a781fa1dea9e85209d5c --- /dev/null +++ b/data/chunk-000/episode_000633.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2863cc799d052e07d76ad6d85ecba6c0fe29db9ca13fe8dbd0cc7fd4788ba220 +size 93803 diff --git a/data/chunk-000/episode_000634.parquet b/data/chunk-000/episode_000634.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee1cdf4b484024c3d52e92096e1374237491b3eb --- /dev/null +++ b/data/chunk-000/episode_000634.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2660614fcd25e7c27009de13a57453cf1f12137843d52d46dd676e5cc1df597 +size 91069 diff --git a/data/chunk-000/episode_000635.parquet b/data/chunk-000/episode_000635.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f216052588b5cbb4665e01ce9966ed1da699f06d --- /dev/null +++ b/data/chunk-000/episode_000635.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddb40c3144734beb81e8a43457d5153bf7dcc5d0364eea0de25ceb5e62acdb2 +size 74352 diff --git a/data/chunk-000/episode_000636.parquet b/data/chunk-000/episode_000636.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c383cf3dc014c39fa27883733f355d9db964cbd --- /dev/null +++ b/data/chunk-000/episode_000636.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0790913d963f59c4bfc42989178d39bfc83b6dfd6d7e46243a90806634932f +size 88288 diff --git a/data/chunk-000/episode_000637.parquet b/data/chunk-000/episode_000637.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d21842f52343b93797e078751bbe459fdd0232c7 --- /dev/null +++ b/data/chunk-000/episode_000637.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08bf6b65796aaaf213532ede5fa230a69381acd1393c4ced316e1008741db8e +size 76326 diff --git a/data/chunk-000/episode_000638.parquet b/data/chunk-000/episode_000638.parquet new file mode 100644 index 0000000000000000000000000000000000000000..606e2d8bb2f185566af63327463e9820adbb709b --- /dev/null +++ b/data/chunk-000/episode_000638.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e983b7569033914056955dedc525874b444b324ff3a0e26fa2441bbac8889b +size 87843 diff --git a/data/chunk-000/episode_000639.parquet b/data/chunk-000/episode_000639.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa0bc11201ecacb1d63f7c91f933f513bcbb366c --- /dev/null +++ b/data/chunk-000/episode_000639.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921e1eaa82f065c1475146158687ddf38dc1f730ac0db05da3ff07cd7da83404 +size 76534 diff --git a/data/chunk-000/episode_000640.parquet b/data/chunk-000/episode_000640.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a9d13439737534d9db0c5eb404c0dfe1393c90a --- /dev/null +++ b/data/chunk-000/episode_000640.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff7fa83efa3dd840ba7b102a40b7d02742e9741ed1d58f63f2194a125513f2a +size 98017 diff --git a/data/chunk-000/episode_000641.parquet b/data/chunk-000/episode_000641.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c6787ecc2253bf264edf1817a1b3a16ceae1833 --- /dev/null +++ b/data/chunk-000/episode_000641.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2d6a50819c710e5fb33be1ffef5df33b07b33110712f0ce70ae3196b6e7031 +size 78881 diff --git a/data/chunk-000/episode_000642.parquet b/data/chunk-000/episode_000642.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f6db10e67c8ba918321c2f0f89c09a89b2d8327 --- /dev/null +++ b/data/chunk-000/episode_000642.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09884f33e66bfdf62b8e95873a9fe8ddd7f63beb29d42557fe838f7c3a415324 +size 117433 diff --git a/data/chunk-000/episode_000643.parquet b/data/chunk-000/episode_000643.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a489e15991972c5d780ab974e55df95c1681e5e1 --- /dev/null +++ b/data/chunk-000/episode_000643.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74873ab425aeb717d406b1bd2ba6fd31dbebc39b7097534bb518d8ae8b6e741d +size 146396 diff --git a/data/chunk-000/episode_000644.parquet b/data/chunk-000/episode_000644.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf35de2ad25c306f145b3f9d94316ead5e76e8fa --- /dev/null +++ b/data/chunk-000/episode_000644.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ceed05522b10b618ac06afdefbe872fb51ba137baab55f2bd8f1de1e129f4b +size 165498 diff --git a/data/chunk-000/episode_000645.parquet b/data/chunk-000/episode_000645.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e2a3efeaeaf11ead56ade38fa2a8f6b778e8fd0 --- /dev/null +++ b/data/chunk-000/episode_000645.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4935dfec7b0720b87e63289c3f109aa6328505631d02ef7fdc399f8b9eb6d6b +size 127074 diff --git a/data/chunk-000/episode_000646.parquet b/data/chunk-000/episode_000646.parquet new file mode 100644 index 0000000000000000000000000000000000000000..234cce7f161d3d8428253d1e90f9bff7c8aedaa5 --- /dev/null +++ b/data/chunk-000/episode_000646.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5815cd065887b1293fd3423b282c459a577204284c1c5eef9993c3940bd601 +size 139961 diff --git a/data/chunk-000/episode_000647.parquet b/data/chunk-000/episode_000647.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7132d382d54e04c0a9a7b802cf15f01740690acf --- /dev/null +++ b/data/chunk-000/episode_000647.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c090b2c6675f232e2c029d4183ec0b89773185b3e5680b43c510f7d4e37e1a +size 143888 diff --git a/data/chunk-000/episode_000648.parquet b/data/chunk-000/episode_000648.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c37012d0b2e7f67c40c7df0f0b85220b0beb23e --- /dev/null +++ b/data/chunk-000/episode_000648.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a356597853ac94e119193dfe6b06f680e9dd20b5824aa45e0b4e9b08ab04b3b8 +size 126828 diff --git a/data/chunk-000/episode_000649.parquet b/data/chunk-000/episode_000649.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf112c976a5accd624f6ab0f877dd2ce9c9fdac0 --- /dev/null +++ b/data/chunk-000/episode_000649.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11e1e4912432583486ac0c08903093631c81e650d6289df74a49668edcc756a +size 105493 diff --git a/data/chunk-000/episode_000650.parquet b/data/chunk-000/episode_000650.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9653bfcce8807cf12a98024cca71b46bbb587031 --- /dev/null +++ b/data/chunk-000/episode_000650.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b156af8150917a2b0b168f8ee09cd8dbda7ad6aab02fbcc8701b1089b05193e5 +size 132785 diff --git a/data/chunk-000/episode_000651.parquet b/data/chunk-000/episode_000651.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f71296e15a2525421c4360700c15c9cade56eb07 --- /dev/null +++ b/data/chunk-000/episode_000651.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce80dc59bb43db493920a609170b525ffd42b5e466c78040512ca71617b4effe +size 115362 diff --git a/data/chunk-000/episode_000652.parquet b/data/chunk-000/episode_000652.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08a3eb9d8fb35c959f49e56824b420c466d393fe --- /dev/null +++ b/data/chunk-000/episode_000652.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a5b2b88bd011de57057849b1a810a7b861cf4d97ac393efcf5e7ca7c789bdf +size 132104 diff --git a/data/chunk-000/episode_000653.parquet b/data/chunk-000/episode_000653.parquet new file mode 100644 index 0000000000000000000000000000000000000000..526ee2d17a7375aca3f2f1b70c3c9b60d69c1373 --- /dev/null +++ b/data/chunk-000/episode_000653.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adec8e69e445167fc867a73201b59ebd0f0f9f6e070f871cbbc379f28553733b +size 132231 diff --git a/data/chunk-000/episode_000654.parquet b/data/chunk-000/episode_000654.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cadb47e05cb6e57199a8812c7d89c615f063cbf --- /dev/null +++ b/data/chunk-000/episode_000654.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b2ab576dba5679595c21f15e148ce885d7d7e5aab4ccb4cf413a614b977398 +size 105739 diff --git a/data/chunk-000/episode_000655.parquet b/data/chunk-000/episode_000655.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40922e3394536d91b5498fadb3eb96312ffe6cbe --- /dev/null +++ b/data/chunk-000/episode_000655.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc665dff88ef50752774a41a0c006fdd66e63c191fd2347a2a4b83dd7106390 +size 112926 diff --git a/data/chunk-000/episode_000656.parquet b/data/chunk-000/episode_000656.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9cfa1a09f18bdda8a30d92eb4c02349e32ef691 --- /dev/null +++ b/data/chunk-000/episode_000656.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bf765d74a8e446f9cb12cea59ddbe64a39953f3185c3691aa900d43d8a5382 +size 136839 diff --git a/data/chunk-000/episode_000657.parquet b/data/chunk-000/episode_000657.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e643be15d67e2c78cd43268c2f0040949864bced --- /dev/null +++ b/data/chunk-000/episode_000657.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a609017b4076021a2ed2a6a0af35f8f31163346c719fc55a7f4e5feeea4440e +size 156595 diff --git a/data/chunk-000/episode_000658.parquet b/data/chunk-000/episode_000658.parquet new file mode 100644 index 0000000000000000000000000000000000000000..97a60a8095ba5558c5932f1b3799b4059dbe36b3 --- /dev/null +++ b/data/chunk-000/episode_000658.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd2c2c2af40c2e71eff3e38e75949898fa32ee537ac69466d7bb57821d0b57c +size 100164 diff --git a/data/chunk-000/episode_000659.parquet b/data/chunk-000/episode_000659.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bdc8e8e8f8a93a828a0c5a93a2eae4fd80cdeb06 --- /dev/null +++ b/data/chunk-000/episode_000659.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296a3bc1985246a2ced2c105b5dc841990311fdb86c2a9907dfb36e551e24805 +size 128933 diff --git a/data/chunk-000/episode_000660.parquet b/data/chunk-000/episode_000660.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53576229589b6cce7bbeffcecdba98afa149a606 --- /dev/null +++ b/data/chunk-000/episode_000660.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6b7fcf93fa8cbc0d37c9239958efecdcf707163681b5f3eff188a138434d54 +size 117739 diff --git a/data/chunk-000/episode_000661.parquet b/data/chunk-000/episode_000661.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c7b342cbbd3a281ec48b8de927ea05ce1b9a36a --- /dev/null +++ b/data/chunk-000/episode_000661.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5f81eea85c5ffce458f11bab9d6239fab02dd6efdf5233c55411217ca38351 +size 103415 diff --git a/data/chunk-000/episode_000662.parquet b/data/chunk-000/episode_000662.parquet new file mode 100644 index 0000000000000000000000000000000000000000..940d7d4816d6df74652c034905c9069eb2d440dd --- /dev/null +++ b/data/chunk-000/episode_000662.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabcd5aecf68a2558c093034f0cafe4e6ee2fd9565ebcc19059513de713686ac +size 135366 diff --git a/data/chunk-000/episode_000663.parquet b/data/chunk-000/episode_000663.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0099c7ebd337bed9a3ebbe21bc3421db5083b87f --- /dev/null +++ b/data/chunk-000/episode_000663.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f36448f0b3bf1ba2bd02d57499805f251f8f17cf49bde8dbb5c822de479ebc +size 138544 diff --git a/data/chunk-000/episode_000664.parquet b/data/chunk-000/episode_000664.parquet new file mode 100644 index 0000000000000000000000000000000000000000..198ac02121c091c1944879c110d4ac824e6cb5d2 --- /dev/null +++ b/data/chunk-000/episode_000664.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c2afdde68a0b65337569e3a5d4f26d72128abfd061fc958017b76f86222474 +size 110070 diff --git a/data/chunk-000/episode_000665.parquet b/data/chunk-000/episode_000665.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49e96748d09b3cd9cdeed15d342e33ba492a7f8d --- /dev/null +++ b/data/chunk-000/episode_000665.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d64ee163c6fc49fe11c1b448e65139b1586e56dde8c0c69b8d6f4e1fbf6d264 +size 134493 diff --git a/data/chunk-000/episode_000666.parquet b/data/chunk-000/episode_000666.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccf29c13519d4cc4475b8cb5d844ef758ac0529b --- /dev/null +++ b/data/chunk-000/episode_000666.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20717bc8f5055d08f77b30200be4c6a88ea2f020ce3f4949c2bb1a6871da73c +size 118311 diff --git a/data/chunk-000/episode_000667.parquet b/data/chunk-000/episode_000667.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4582ce6c16b59406f95414e27061dbbe2c6d503c --- /dev/null +++ b/data/chunk-000/episode_000667.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949c65fd86d39a1ac83a91536da8ba3091d22241bd22e01a0b417dd221ac0e9f +size 138409 diff --git a/data/chunk-000/episode_000668.parquet b/data/chunk-000/episode_000668.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b99672a8a7e3ea8c11887856a10325823ac66e7a --- /dev/null +++ b/data/chunk-000/episode_000668.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf331ea7d33ddcdb4a401beae4989d1ada145b4e0da5090da595a7cce0356ea3 +size 116867 diff --git a/data/chunk-000/episode_000669.parquet b/data/chunk-000/episode_000669.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05422b33bfb636e1d1daa3b254b2dfe1871224ac --- /dev/null +++ b/data/chunk-000/episode_000669.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcc936a0344c1cbd119c856e84d0cd571eab43b0b1398abadcb791a456f700c +size 121353 diff --git a/data/chunk-000/episode_000670.parquet b/data/chunk-000/episode_000670.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a38286becb00d31823774d4570534ddca1a0a9f6 --- /dev/null +++ b/data/chunk-000/episode_000670.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e26604d473520774b102166d432cc1caec99ac08085f99a3b88b5bc70480e5 +size 136931 diff --git a/data/chunk-000/episode_000671.parquet b/data/chunk-000/episode_000671.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9848474ccaa84d6ea071fa9f6db992ce06f9886d --- /dev/null +++ b/data/chunk-000/episode_000671.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5013a450a4e905b5aae967cd0c33b794b8e1e5372f930f9f26eceba3c955d368 +size 136989 diff --git a/data/chunk-000/episode_000672.parquet b/data/chunk-000/episode_000672.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ba4541935893b0835aff59f18b22b4591fa61d4 --- /dev/null +++ b/data/chunk-000/episode_000672.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695dfb328ab53a4c92dd0633d88db86010f168f829ad8f6eb5bf96a50ced4642 +size 129746 diff --git a/data/chunk-000/episode_000673.parquet b/data/chunk-000/episode_000673.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60cbb55c4ff454182eacf5bf96c72bbb7297fef6 --- /dev/null +++ b/data/chunk-000/episode_000673.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e93f7d259ee0a0ae071f7c8beb9658942d9e4251b54bab24d6f39ab6e7da80 +size 117451 diff --git a/data/chunk-000/episode_000674.parquet b/data/chunk-000/episode_000674.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2a3e89a2bbc8030e48580a300f78e93bb8ce084 --- /dev/null +++ b/data/chunk-000/episode_000674.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa52dc4702b3ef356af6cf8a397e4dae2b127c0c64a517c1571d0f96df18bf4a +size 117574 diff --git a/data/chunk-000/episode_000675.parquet b/data/chunk-000/episode_000675.parquet new file mode 100644 index 0000000000000000000000000000000000000000..493609d2d01ebd02d2656193b27b4b7d018a78d3 --- /dev/null +++ b/data/chunk-000/episode_000675.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbdebfc962ab3714f7396471d0eda6b84fd8eedcbd64fd84066a8b4bec2d0b4 +size 124802 diff --git a/data/chunk-000/episode_000676.parquet b/data/chunk-000/episode_000676.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6bc496a705a74c939480dce494a5ad781d56052 --- /dev/null +++ b/data/chunk-000/episode_000676.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a689ded4ea425c2ee0d3352b55a3bd5ece0cc69ac216a8e3933e0033e2a038d +size 114630 diff --git a/data/chunk-000/episode_000677.parquet b/data/chunk-000/episode_000677.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43d9f260f78f7d07a9165c09578a9505affbbaba --- /dev/null +++ b/data/chunk-000/episode_000677.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9ba94f0d2744692fbf8bca2c3ff91aa430e67b4c2fdb61e8553bed6c32fd4f +size 128171 diff --git a/data/chunk-000/episode_000678.parquet b/data/chunk-000/episode_000678.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44f42e89031c32138f37eeb0c22be067c18be2c9 --- /dev/null +++ b/data/chunk-000/episode_000678.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bada2a7fc700da4e71931877ed2c13b9c71cf5a4f96d9281db5148b19e1277b2 +size 123939 diff --git a/data/chunk-000/episode_000679.parquet b/data/chunk-000/episode_000679.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b1026ea04a9f8132a29593f7a11a4bbdd15ab22 --- /dev/null +++ b/data/chunk-000/episode_000679.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ddf696efe0cea9e853d8b0a2a3a0a13b946228d7ef832748b9a420cee00287 +size 121508 diff --git a/data/chunk-000/episode_000680.parquet b/data/chunk-000/episode_000680.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2607461b3eb6edf822e579125250abbab73a8dd --- /dev/null +++ b/data/chunk-000/episode_000680.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef3127c996469f6805267e1d37387f3b82474969052ca7b7342b91732b84f1a +size 172506 diff --git a/data/chunk-000/episode_000681.parquet b/data/chunk-000/episode_000681.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f67a8146ad15f84b49bed71f27eb69499a8549a --- /dev/null +++ b/data/chunk-000/episode_000681.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af1cdff044753dacf8d5659524198e4ce3506f0410545618a99f7f80bf39a0e +size 169986 diff --git a/data/chunk-000/episode_000682.parquet b/data/chunk-000/episode_000682.parquet new file mode 100644 index 0000000000000000000000000000000000000000..806559607cfd93cee4c4626f168ae9d879e7c8b4 --- /dev/null +++ b/data/chunk-000/episode_000682.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0970b53f58869a2b241e65284b89258889f9defe072a78391ad0ab8f1556ccbb +size 171950 diff --git a/data/chunk-000/episode_000683.parquet b/data/chunk-000/episode_000683.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7759f8da2cc4a2a1119a7a725b593000d1b7ff7e --- /dev/null +++ b/data/chunk-000/episode_000683.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da52b0cbf1ba6f95aa056ced2b2eaf3b86b18811356ce5e82d75afee61570a6 +size 233688 diff --git a/data/chunk-000/episode_000684.parquet b/data/chunk-000/episode_000684.parquet new file mode 100644 index 0000000000000000000000000000000000000000..576a9036619122bfdc1aa2599d21c09068149487 --- /dev/null +++ b/data/chunk-000/episode_000684.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbfe8bc215db164d82e941ca19d9e40be9fe7d436eb31d03c6892dc94a6d494 +size 181154 diff --git a/data/chunk-000/episode_000685.parquet b/data/chunk-000/episode_000685.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7cdf1293a15333fd4043c6cce61709f00a8f0a96 --- /dev/null +++ b/data/chunk-000/episode_000685.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bf6b5ca84b72a4370e0a21dd15a1b097de1cdd51980b9a337ecb7a05282730 +size 150757 diff --git a/data/chunk-000/episode_000686.parquet b/data/chunk-000/episode_000686.parquet new file mode 100644 index 0000000000000000000000000000000000000000..469c481358d492c53741998effeb25dd7d4429ed --- /dev/null +++ b/data/chunk-000/episode_000686.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425fc1c1cc0e0e87ddb1aa8fb291569a2a62776130355b0e0eb8b3c1cd97ec94 +size 163229 diff --git a/data/chunk-000/episode_000687.parquet b/data/chunk-000/episode_000687.parquet new file mode 100644 index 0000000000000000000000000000000000000000..803f76ac52a4c87db1eabc2a8905057da1350ed0 --- /dev/null +++ b/data/chunk-000/episode_000687.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df65a8a2cd3e9cab8a66e277864ac88b0062187fb4eb069c1bbf17b52d61c90 +size 155967 diff --git a/data/chunk-000/episode_000688.parquet b/data/chunk-000/episode_000688.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0d2d38ba2208ebf9a8496f1124712299a377073 --- /dev/null +++ b/data/chunk-000/episode_000688.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183cd4f6a160aab84a2cfced68f960ed853a4e29bb7e58bd91202c9097f1f76a +size 135258 diff --git a/data/chunk-000/episode_000689.parquet b/data/chunk-000/episode_000689.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02ffb98ccee0ef180a6214b2e0f405fd2c8c7fe0 --- /dev/null +++ b/data/chunk-000/episode_000689.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435549bab704a57bb033b3fc34b19e3c547a92f101bbeba2e8cfe757603a5518 +size 145585 diff --git a/data/chunk-000/episode_000690.parquet b/data/chunk-000/episode_000690.parquet new file mode 100644 index 0000000000000000000000000000000000000000..18ea3a47dd26670250fc1d3655f0272ae090d2ca --- /dev/null +++ b/data/chunk-000/episode_000690.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9f9dace4e9e0ae9b8cb3fdd8c50ff71c7278a3de1e14fb18ce8e0fc61686a2 +size 172299 diff --git a/data/chunk-000/episode_000691.parquet b/data/chunk-000/episode_000691.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88f0c2f404503b8e0def8f24e959508f81df4e57 --- /dev/null +++ b/data/chunk-000/episode_000691.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb13f697101debb76165b967c75d9594fcfd9657077d2c125447759e0040e454 +size 167148 diff --git a/data/chunk-000/episode_000692.parquet b/data/chunk-000/episode_000692.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9a10921b1b83d939ea6e3ef2dc75a5475313516 --- /dev/null +++ b/data/chunk-000/episode_000692.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f863f52ca5c4721745151e04065694f5e353777280d3d6a0948c18f4c6ae6733 +size 190349 diff --git a/data/chunk-000/episode_000693.parquet b/data/chunk-000/episode_000693.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9feb719256940e08f98864901c45effb4d3b92f2 --- /dev/null +++ b/data/chunk-000/episode_000693.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0e2b9cc515434fb167213a7dbc97e99c5952f9e7b20f770026e39f14261fb1 +size 146424 diff --git a/data/chunk-000/episode_000694.parquet b/data/chunk-000/episode_000694.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcdb305b7c7f2ac778cc3972cc9defd1523e58aa --- /dev/null +++ b/data/chunk-000/episode_000694.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce56a9f9223538941ad3f4938f101ae61122e73bfe3fd9bed5b8c81eb5c65ee +size 170285 diff --git a/data/chunk-000/episode_000695.parquet b/data/chunk-000/episode_000695.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b0524797b63ac97af4f6c159d4c4a314383d645 --- /dev/null +++ b/data/chunk-000/episode_000695.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c434ac58d379df25bd26564c459af532b495b559c62fa90cf011d424b4300690 +size 168340 diff --git a/data/chunk-000/episode_000696.parquet b/data/chunk-000/episode_000696.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a67d947e663fed37e73288c43a2e069fcf269555 --- /dev/null +++ b/data/chunk-000/episode_000696.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a784c32b879d92d591e57cfe8c54a2d37a4287777d4e4db983c7417cb9e4977 +size 165072 diff --git a/data/chunk-000/episode_000697.parquet b/data/chunk-000/episode_000697.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8cf248c8eb8004d0d6c16b507015e0e0512b00c --- /dev/null +++ b/data/chunk-000/episode_000697.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d96764eb673e3669a7463fa2402560747069a6ed6b33927bb935241f3234704 +size 168542 diff --git a/data/chunk-000/episode_000698.parquet b/data/chunk-000/episode_000698.parquet new file mode 100644 index 0000000000000000000000000000000000000000..505829495572dadb41aa8d98548c802b39d300f7 --- /dev/null +++ b/data/chunk-000/episode_000698.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf43e634e8068bc0ef146f471adfc0112ad0b1cc518a8df6fc7a800ea17397a +size 142285 diff --git a/data/chunk-000/episode_000699.parquet b/data/chunk-000/episode_000699.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3588d893559815679cede41b11f6384926cc136 --- /dev/null +++ b/data/chunk-000/episode_000699.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b361430256f4d420c71ca2d37f06c8680ce4ee91ca9136b7c614427e1c90957 +size 133312 diff --git a/data/chunk-000/episode_000700.parquet b/data/chunk-000/episode_000700.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d744de1aee02b0767c8b9ece43eb1157c29a53a --- /dev/null +++ b/data/chunk-000/episode_000700.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796ef68257332c4c6db02c9f11d1789d8daec9c9607d36ae61911119d47f7445 +size 154365 diff --git a/data/chunk-000/episode_000701.parquet b/data/chunk-000/episode_000701.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d990051c05299226cb66855a34a0d9e787ef0b0 --- /dev/null +++ b/data/chunk-000/episode_000701.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca5b4e01a4db87e82b4fe9b33d034166856ee36bc7f8c1241283e8badd643e7 +size 131993 diff --git a/data/chunk-000/episode_000702.parquet b/data/chunk-000/episode_000702.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95420c9c4c0115a814b4c5f723ed973d4547aa92 --- /dev/null +++ b/data/chunk-000/episode_000702.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60978d6e1d55801795073fa38ff9f004c9972227188482d17ee2098ee819ae1a +size 168320 diff --git a/data/chunk-000/episode_000703.parquet b/data/chunk-000/episode_000703.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b55f9013538b47e83fdaba268b1cfd0e0aab1dd --- /dev/null +++ b/data/chunk-000/episode_000703.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0009faba6bfc99cfd393516551eca822fa161d58fac08c24f399bec4f5e99b +size 144466 diff --git a/data/chunk-000/episode_000704.parquet b/data/chunk-000/episode_000704.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57207cf00adaf1be0de279ea2a7f92460496de79 --- /dev/null +++ b/data/chunk-000/episode_000704.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6de47a2f1d9698e2aecfaa6aad1461736c3f2e66def383bdef35a1bc9e9cb26 +size 143531 diff --git a/data/chunk-000/episode_000705.parquet b/data/chunk-000/episode_000705.parquet new file mode 100644 index 0000000000000000000000000000000000000000..314f28b3681bebfe597355377b80c04b4f2083ba --- /dev/null +++ b/data/chunk-000/episode_000705.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d410532c208473332d6bcab0b829cf7e8806f1c501017553e2151d83baf1400f +size 150012 diff --git a/data/chunk-000/episode_000706.parquet b/data/chunk-000/episode_000706.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfda421bc83de027d43b6a14e8d58152b2936e2a --- /dev/null +++ b/data/chunk-000/episode_000706.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f99911f8b36d5231ad61f97482e5803d7da819446b1acbe953f7d51aef7755 +size 137062 diff --git a/data/chunk-000/episode_000707.parquet b/data/chunk-000/episode_000707.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e3e974acb76d8b85d05fa91c9ae4572ded72c14 --- /dev/null +++ b/data/chunk-000/episode_000707.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2889bd4a3f6e627498207b4579c8387e8898b4660e179c9216962ae71a0619dd +size 150950 diff --git a/data/chunk-000/episode_000708.parquet b/data/chunk-000/episode_000708.parquet new file mode 100644 index 0000000000000000000000000000000000000000..164f23c0e8eb761288f9bdfd7840f49b27119444 --- /dev/null +++ b/data/chunk-000/episode_000708.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e81e73b33bec06d742c0e4f9116c25efded01d6d2ac87d06c368eeb9c1f2e3 +size 135469 diff --git a/data/chunk-000/episode_000709.parquet b/data/chunk-000/episode_000709.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d1ef2f442287a14a9f37f3b8767720b604f5e17 --- /dev/null +++ b/data/chunk-000/episode_000709.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633ebac348346f1acae12a3aeadf5db747e67914aea38bc7c06f315f2a348c14 +size 149262 diff --git a/data/chunk-000/episode_000710.parquet b/data/chunk-000/episode_000710.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05b28499276ea6e25eccb57f77aa7cf7e9c615bf --- /dev/null +++ b/data/chunk-000/episode_000710.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c926db93fc5e96f15b9573b27ada3fc6422383575011acb4d6e41c013ae408df +size 160938 diff --git a/data/chunk-000/episode_000711.parquet b/data/chunk-000/episode_000711.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a63afa3046720eca06f62c729f96552f3032021b --- /dev/null +++ b/data/chunk-000/episode_000711.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d83282a0e8c394e0b61d8e703e4805c8e74c6606fa4e989531acec4c4154adc +size 145249 diff --git a/data/chunk-000/episode_000712.parquet b/data/chunk-000/episode_000712.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f8f04f26fda001867ba9cdc140cea182f151616 --- /dev/null +++ b/data/chunk-000/episode_000712.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f5bac78006da4874c9732371a14368660e2e099e97959db1d31ff0218a5443 +size 191412 diff --git a/data/chunk-000/episode_000713.parquet b/data/chunk-000/episode_000713.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc8d3925f89eef576b4f5cea2c86aaf3bf5da373 --- /dev/null +++ b/data/chunk-000/episode_000713.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7caa9f1042d1b9463a6cbe474d71a5c59d397e2b05c1f56aa47413653a091abd +size 160450 diff --git a/data/chunk-000/episode_000714.parquet b/data/chunk-000/episode_000714.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0677542561b8e2494cb3a830121f93a4a7273851 --- /dev/null +++ b/data/chunk-000/episode_000714.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ba0d103edad0c2a0f32686c44b5f0e702e29b200e2bf5a544c364435acf46c +size 157165 diff --git a/data/chunk-000/episode_000715.parquet b/data/chunk-000/episode_000715.parquet new file mode 100644 index 0000000000000000000000000000000000000000..277b3672eebae03e0e8016e77deaee9cfe26cabb --- /dev/null +++ b/data/chunk-000/episode_000715.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c176fb242b8e494e79eea8eac7d1041269c8dda661f79b39e86be153f6ee7a9 +size 188257 diff --git a/data/chunk-000/episode_000716.parquet b/data/chunk-000/episode_000716.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0762669c115e4a7c9262101fccc5bf2e8c05d97e --- /dev/null +++ b/data/chunk-000/episode_000716.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b75d0f0b35e21ddcf21ed39201c7abbfafc7037ba04acb184cfc9761bf68569 +size 152081 diff --git a/data/chunk-000/episode_000717.parquet b/data/chunk-000/episode_000717.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dd1332a21094c50761a0193e07675a6861acbd4 --- /dev/null +++ b/data/chunk-000/episode_000717.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5be63e1ea5207974ed49ec39265ff1a51cd8c254f6f837e8c01fb5ef0b9fb2 +size 178132 diff --git a/data/chunk-000/episode_000718.parquet b/data/chunk-000/episode_000718.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8052cae38dc413f76b8091ff7b719b25b789610 --- /dev/null +++ b/data/chunk-000/episode_000718.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538b17a5af2ab07355d22baf450bfd64fec2353209bb491d2adc9be2f8126115 +size 137700 diff --git a/data/chunk-000/episode_000719.parquet b/data/chunk-000/episode_000719.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a73424be06b486f54c8dba2775f2298764f898f3 --- /dev/null +++ b/data/chunk-000/episode_000719.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e7e6cb7b6320e98ff1fc7704246d1a9391f21954f6d43b1f6b50a2dc8d9c2a +size 151961 diff --git a/data/chunk-000/episode_000720.parquet b/data/chunk-000/episode_000720.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4438d72c841a3c00f9484545faaa99938ddbf64e --- /dev/null +++ b/data/chunk-000/episode_000720.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c3ef7b69740bb2697144878edd75d0390344166db8697c88956a875f95b626 +size 158299 diff --git a/data/chunk-000/episode_000721.parquet b/data/chunk-000/episode_000721.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7eaa2d6fe2fd11fa535849de50ce8312d2a11400 --- /dev/null +++ b/data/chunk-000/episode_000721.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7d43e83bf2a0d1c1c2c01f1f1d1b7451adc77ef958a90cb93c87befe50dc2f +size 143674 diff --git a/data/chunk-000/episode_000722.parquet b/data/chunk-000/episode_000722.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d0fe9133e0578e281a8662a23e43dc4a86d4186 --- /dev/null +++ b/data/chunk-000/episode_000722.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e600d92a5101a8f56f43ae65f663fd34c5df52f54df14ad79758ecacbc9676 +size 164282 diff --git a/data/chunk-000/episode_000723.parquet b/data/chunk-000/episode_000723.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec87c230ab7bbadcd752155510a486b20e212057 --- /dev/null +++ b/data/chunk-000/episode_000723.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa546b81f30798f879d856b1db8012acefb93d1aeb8b269180267c3b8652c2c +size 161600 diff --git a/data/chunk-000/episode_000724.parquet b/data/chunk-000/episode_000724.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe98776005c050fedf34a2271c914d710ef5e522 --- /dev/null +++ b/data/chunk-000/episode_000724.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36887219fa33443ece3c08aebc75d382e65f7cdbbdd0c8338eb9a6a4b7e7fe07 +size 181229 diff --git a/data/chunk-000/episode_000725.parquet b/data/chunk-000/episode_000725.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40aed1e594738bb448ec03dcbdd29c5268b52ce2 --- /dev/null +++ b/data/chunk-000/episode_000725.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af5b5bdac1d6db95070b1c2d5e0999e58d82c048852275c8825bc866dc913ac +size 140588 diff --git a/data/chunk-000/episode_000726.parquet b/data/chunk-000/episode_000726.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c8857da8614e2a00f9cfcfb179f22ffc132b536 --- /dev/null +++ b/data/chunk-000/episode_000726.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c6c8c721dc8fb68af2d8362890a5482b6b9e08d8335805aa91ca5634fe98fd +size 148557 diff --git a/data/chunk-000/episode_000727.parquet b/data/chunk-000/episode_000727.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b940668192a34665eb932d4b78c25bfc8f33422e --- /dev/null +++ b/data/chunk-000/episode_000727.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb67c51ffdacdc27686fb0ad2e9dfdc6a4ec478b0c276e959288bc3f340070a8 +size 138536 diff --git a/data/chunk-000/episode_000728.parquet b/data/chunk-000/episode_000728.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03cf0cfbbbb844c75eea088fdf5f2a6c3d3b3df2 --- /dev/null +++ b/data/chunk-000/episode_000728.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2386afb053cb6185af1e6120c617665f004162ff40d7d43703edb6ed448a54aa +size 131165 diff --git a/data/chunk-000/episode_000729.parquet b/data/chunk-000/episode_000729.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e81e6f1bfa594d9f6d52c843b98c89aee871990f --- /dev/null +++ b/data/chunk-000/episode_000729.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e00632aa40819cc58e5dc4bf3af9b87274bd097a14476adf5c36d3769dabe3e +size 151981 diff --git a/data/chunk-000/episode_000730.parquet b/data/chunk-000/episode_000730.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e9f6f1f0b817e74d41696b1a8522ab1023a8c26 --- /dev/null +++ b/data/chunk-000/episode_000730.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf00075ffe708b21a18a67c2be7c45c5d834837c16337090e9a843c11ada470 +size 136140 diff --git a/data/chunk-000/episode_000731.parquet b/data/chunk-000/episode_000731.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57eb7585136e6e9c5fc84bd605224247a0181c81 --- /dev/null +++ b/data/chunk-000/episode_000731.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2d088230c173b2620ae84d95ab55b85d7763fb4816b1405320e895c8bfdbe3 +size 150791 diff --git a/data/chunk-000/episode_000732.parquet b/data/chunk-000/episode_000732.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b7ed87cb3abd55dc24c2a2b2f685ca99c5ff354 --- /dev/null +++ b/data/chunk-000/episode_000732.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a2fe99d50f6197866877f99b79f7f7e9596859318f59629557cb88690d668f +size 141106 diff --git a/data/chunk-000/episode_000733.parquet b/data/chunk-000/episode_000733.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3767a0477b65a06ac31031ad7c6d60264c103959 --- /dev/null +++ b/data/chunk-000/episode_000733.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f68f46de41d635d634fabeb9b8ee934a4a97c1df64c747aa7646459a36ce4f +size 172776 diff --git a/data/chunk-000/episode_000734.parquet b/data/chunk-000/episode_000734.parquet new file mode 100644 index 0000000000000000000000000000000000000000..704404dbc68a323715fa46190dd0c854cda1a88e --- /dev/null +++ b/data/chunk-000/episode_000734.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bcfda732c42d29c04e1711baf1ee48c8a7617f2e7e6ab40deb16055dc18ef1 +size 143752 diff --git a/data/chunk-000/episode_000735.parquet b/data/chunk-000/episode_000735.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8e7729bd6acf5968fe26cde1038023a1cb66a20 --- /dev/null +++ b/data/chunk-000/episode_000735.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dab4af97735152b334389c96e6720d0b42c5440826f323e7157aaa4b97b3cdb +size 133588 diff --git a/data/chunk-000/episode_000736.parquet b/data/chunk-000/episode_000736.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be8c59f1bff48459996973c657bd5fb6ebef743a --- /dev/null +++ b/data/chunk-000/episode_000736.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60861e07c56a67463515107ee4755d0120a26b79b0cf97fb8f5c148241840aa +size 144102 diff --git a/data/chunk-000/episode_000737.parquet b/data/chunk-000/episode_000737.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67162c4d48378ae2be6106ac68cdc6a65f354b1e --- /dev/null +++ b/data/chunk-000/episode_000737.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d797d5c9b21f61df909dee0a438199d45bcf462d18a9a250aaf0bd7b9d1de9b6 +size 155172 diff --git a/data/chunk-000/episode_000738.parquet b/data/chunk-000/episode_000738.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f20e28220963a4349020b9deb4364f14c27877e --- /dev/null +++ b/data/chunk-000/episode_000738.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ca91364a652c9e9ebc1c17f78f01ca0399dfe39cadd2659c79c55f37b653ac +size 168253 diff --git a/data/chunk-000/episode_000739.parquet b/data/chunk-000/episode_000739.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26f91d538788048915829a0f600e6f63455bd731 --- /dev/null +++ b/data/chunk-000/episode_000739.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9350251996a882afe305571cb5c8aa46172514a171d1763e06d1188a06b66ac1 +size 152065 diff --git a/data/chunk-000/episode_000740.parquet b/data/chunk-000/episode_000740.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a91444a00f066a1ddbd360c9347216e385a5775 --- /dev/null +++ b/data/chunk-000/episode_000740.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f682d93a22a713d45a87bce2d9e3b58419358f106d22f952612e847d6d50071f +size 160532 diff --git a/data/chunk-000/episode_000741.parquet b/data/chunk-000/episode_000741.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cae2351bd7c4fe40367167324eed68568159f05 --- /dev/null +++ b/data/chunk-000/episode_000741.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e246e60cbcf82615066b8983d96adc8e8a671347e5ad9fccc72aaeff168b9fd +size 123003 diff --git a/data/chunk-000/episode_000742.parquet b/data/chunk-000/episode_000742.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edbb76db2e373eeac6fbfb21a764e66814a876ad --- /dev/null +++ b/data/chunk-000/episode_000742.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e3775911e98c6c31438b786b0e3711211a073f2c105a613837b0d495331323 +size 129421 diff --git a/data/chunk-000/episode_000743.parquet b/data/chunk-000/episode_000743.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fe6d5ecffc6f7b1b805808f115c143505dc1f80 --- /dev/null +++ b/data/chunk-000/episode_000743.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86eab200359537dd801f284a41e40e35fcfcb8c711345f541c10607bd24b0be5 +size 170554 diff --git a/data/chunk-000/episode_000744.parquet b/data/chunk-000/episode_000744.parquet new file mode 100644 index 0000000000000000000000000000000000000000..822b9a98da6c7694ea83ff3e1c36cd864633a485 --- /dev/null +++ b/data/chunk-000/episode_000744.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de40b05db0c32977e339afa7510684705d0a4d9a7569c790804be9a293cc31ae +size 116202 diff --git a/data/chunk-000/episode_000745.parquet b/data/chunk-000/episode_000745.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2092ee2b0f1b656dba701db3b7ab8f2bfab1a91 --- /dev/null +++ b/data/chunk-000/episode_000745.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0083a0a02fc4c11b5342b4e6c50818885649cd1a8bcc4e7fd9acc2e2a1a5d292 +size 140461 diff --git a/data/chunk-000/episode_000746.parquet b/data/chunk-000/episode_000746.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e28754255d0eb1f22f0a855feedfdeda662fa8be --- /dev/null +++ b/data/chunk-000/episode_000746.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffca0e42c34a9d3ac4535950f00ab6008139555245c0e70f88daf78f55ef779 +size 146301 diff --git a/data/chunk-000/episode_000747.parquet b/data/chunk-000/episode_000747.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a07f45f1f87dec9c1057509ea897e4756676ac1 --- /dev/null +++ b/data/chunk-000/episode_000747.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfca45ce16c646a174b6e4619cd7d5cf398e999252168a006bc77db1535812e9 +size 126543 diff --git a/data/chunk-000/episode_000748.parquet b/data/chunk-000/episode_000748.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b58549d5654d30956ba4a0dfbde6b1fe7d471d7e --- /dev/null +++ b/data/chunk-000/episode_000748.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9a2e5c69b9ae3ca01f7823257ff9a7baee16be649df98a14446cacbb5039c1 +size 134494 diff --git a/data/chunk-000/episode_000749.parquet b/data/chunk-000/episode_000749.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7066fc74f4cb821bd32c89feaeed71675dfe635 --- /dev/null +++ b/data/chunk-000/episode_000749.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5ea97f5ed9f718709d015df4c5e49cc1720f1180bc088073bd4763e14a8ddc +size 120081 diff --git a/data/chunk-000/episode_000750.parquet b/data/chunk-000/episode_000750.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fceda1a1b0a6f20188d60e6651fa99c0ca7843ae --- /dev/null +++ b/data/chunk-000/episode_000750.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e078c61f9f67a0f81884b263e4300929ac24976406afbd940bba7d44a30e3cb +size 139180 diff --git a/data/chunk-000/episode_000751.parquet b/data/chunk-000/episode_000751.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a128b5c83d7fa48ff80fa3f840bf67680748be45 --- /dev/null +++ b/data/chunk-000/episode_000751.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f03fde62d983bd0c037c157c27891cd2c59b38058ef666fa2e97a02ac218f1 +size 133557 diff --git a/data/chunk-000/episode_000752.parquet b/data/chunk-000/episode_000752.parquet new file mode 100644 index 0000000000000000000000000000000000000000..691728f176002254696402560220fa699707613b --- /dev/null +++ b/data/chunk-000/episode_000752.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6a04104215029d2af659cdf2406000e79da4a42d78ca330a2ab461ad68d9e8 +size 143669 diff --git a/data/chunk-000/episode_000753.parquet b/data/chunk-000/episode_000753.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f64763d84fb14d5ecf842bf79d9b26af71935fa4 --- /dev/null +++ b/data/chunk-000/episode_000753.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0f4fb2f3e9fc9b3243071e4a77260b1366a5d70b2e9b0471efecefd9f407b5 +size 115091 diff --git a/data/chunk-000/episode_000754.parquet b/data/chunk-000/episode_000754.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95a0765b2493e3fab81b1eacf91ae94ec9065e47 --- /dev/null +++ b/data/chunk-000/episode_000754.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a7041b0aca430c6a2c2a8b422bb728b089fe40e2ee976571c360633e48f805 +size 133317 diff --git a/data/chunk-000/episode_000755.parquet b/data/chunk-000/episode_000755.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37f725cf3d71316a31adce4a2a977fe18ebbe27b --- /dev/null +++ b/data/chunk-000/episode_000755.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e93946e9e0693e94c130fb99cc5e4d9b36f35725d7795a66175393f17c449c +size 106630 diff --git a/data/chunk-000/episode_000756.parquet b/data/chunk-000/episode_000756.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0479cc540b1bd2918f4e41c6daeb3643f681ee0b --- /dev/null +++ b/data/chunk-000/episode_000756.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb9a37a8fb252ce3621459b3126b668063276b5569783b67348ec1df855b8e8 +size 132991 diff --git a/data/chunk-000/episode_000757.parquet b/data/chunk-000/episode_000757.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83028fb27f28fa668a5b81eee8c79d6fbeb2af4e --- /dev/null +++ b/data/chunk-000/episode_000757.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff44015f5d41c03eb1d6d8a62e4ab244cdad5529925f9135bf10a59b1c959cfc +size 99508 diff --git a/data/chunk-000/episode_000758.parquet b/data/chunk-000/episode_000758.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57cee449a79e2bad6da64525c2ff43b062f9e9df --- /dev/null +++ b/data/chunk-000/episode_000758.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e8b0b8c13290e78553d2348fc2327bfffa215f66e5a8cdbb6ce3a55ae8a4f6 +size 114352 diff --git a/data/chunk-000/episode_000759.parquet b/data/chunk-000/episode_000759.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b4b90b7720c824c3c2544b5e9ee8aa8ebc988ac --- /dev/null +++ b/data/chunk-000/episode_000759.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8608638864dfc2d5f6090aea77c2768fd3324ee69b11d4f5e0c8f06b628f65 +size 101398 diff --git a/data/chunk-000/episode_000760.parquet b/data/chunk-000/episode_000760.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf9f99e539d28a2f5a5edfa57017cb1376b93a50 --- /dev/null +++ b/data/chunk-000/episode_000760.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5618d2dc72293abc41765ae2b13ec0521e23aec0d586da46af939897a3c64d05 +size 94628 diff --git a/data/chunk-000/episode_000761.parquet b/data/chunk-000/episode_000761.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7f946d4a86f6694292dcf39efb4dcd381183d0a --- /dev/null +++ b/data/chunk-000/episode_000761.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e94e9369da4cba925b7b3bac4d3d915946a1775725cfc0fdab8cae5b944121 +size 105100 diff --git a/data/chunk-000/episode_000762.parquet b/data/chunk-000/episode_000762.parquet new file mode 100644 index 0000000000000000000000000000000000000000..951721bae259a864a61cb3e67e4224e1058f6e07 --- /dev/null +++ b/data/chunk-000/episode_000762.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6318920f81657ea1ffb417c3c6e961b2a5c489c3eae5b5f2ea67528ecf933426 +size 107927 diff --git a/data/chunk-000/episode_000763.parquet b/data/chunk-000/episode_000763.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce69033dfbbaa9bbd7af8d7edb80549b56c55c45 --- /dev/null +++ b/data/chunk-000/episode_000763.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfafe74aca29907a1efcb47d68fa4ed85d340e22a70d2c96f15adeeee5cc716 +size 113574 diff --git a/data/chunk-000/episode_000764.parquet b/data/chunk-000/episode_000764.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc5de26a08c09810d50674eda0fa5faa6d847e07 --- /dev/null +++ b/data/chunk-000/episode_000764.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4218323a25bacf117617a8b33133ff240722e84fe0d86e84bd13c13affaa3d +size 117686 diff --git a/data/chunk-000/episode_000765.parquet b/data/chunk-000/episode_000765.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb31e0e50cf1092a40cbede97ed28ae8bbb76f63 --- /dev/null +++ b/data/chunk-000/episode_000765.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7eb8b41a799ae5a101839170aae429d0dc097ad4404a1d4ff63ba37ad9d0f9 +size 120432 diff --git a/data/chunk-000/episode_000766.parquet b/data/chunk-000/episode_000766.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c89fba936ee659d75f53b9765df5296bfa74696 --- /dev/null +++ b/data/chunk-000/episode_000766.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9c636aef52bffa6d4882c8bb16f97d87d649c272d6e4f32a22e67db78b3c53 +size 111753 diff --git a/data/chunk-000/episode_000767.parquet b/data/chunk-000/episode_000767.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91439a9699a476c3730c917a7fdd85971ec9720f --- /dev/null +++ b/data/chunk-000/episode_000767.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12b47fb1865347a9a0f0faf58550e36a8f41a9eedbdea58ee7e12ef967981ba +size 104516 diff --git a/data/chunk-000/episode_000768.parquet b/data/chunk-000/episode_000768.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb621f39674f8386e8ddb15bfef253a4d9c06b9f --- /dev/null +++ b/data/chunk-000/episode_000768.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0981a50f04302235184b372558ebf3bcd62aab240d58d84bc53d7ac7970ed5ed +size 99802 diff --git a/data/chunk-000/episode_000769.parquet b/data/chunk-000/episode_000769.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca7dcb18d6d6fbd3a3f95733d430a25ffd3c03fb --- /dev/null +++ b/data/chunk-000/episode_000769.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c43bbcfbec13209d8ada4747faf8078863e56fc68dfa40a14e192070f946c4 +size 96704 diff --git a/data/chunk-000/episode_000770.parquet b/data/chunk-000/episode_000770.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14b5b662e0fdecc95fe3861e6cb6acf36787b58b --- /dev/null +++ b/data/chunk-000/episode_000770.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f6733656a4596f9a0a085ffd19ea73aed20dd953b98da61f559bc9abc99a1c +size 118344 diff --git a/data/chunk-000/episode_000771.parquet b/data/chunk-000/episode_000771.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72ebadc47ac75c671ca66ba582974bd26630eef3 --- /dev/null +++ b/data/chunk-000/episode_000771.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74997498fba22a20a638e54fd8d9d9d67782bd873d94aeeef2f05c5493577e1b +size 115267 diff --git a/data/chunk-000/episode_000772.parquet b/data/chunk-000/episode_000772.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0db25d3aea004eae0766af895ed8feadea8f5fb9 --- /dev/null +++ b/data/chunk-000/episode_000772.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a56f052ff8d3ed07d643af1c16343a2585f6989018f82c183b24e00f6ebeda +size 137586 diff --git a/data/chunk-000/episode_000773.parquet b/data/chunk-000/episode_000773.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eafcc0ad32eb009cf46277477e50170788ff53ec --- /dev/null +++ b/data/chunk-000/episode_000773.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4de404133e8ad641e43c1a74e2547c72aaeff9c27a3844dced0f8e841b563f +size 103399 diff --git a/data/chunk-000/episode_000774.parquet b/data/chunk-000/episode_000774.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3b419b61d97421f7a0b7b08469e79b27c28ef8d --- /dev/null +++ b/data/chunk-000/episode_000774.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3816e4fdce22a0868ce62c382ccb9485a9a3eb215bbcfd883fa1d42a72459d +size 99275 diff --git a/data/chunk-000/episode_000775.parquet b/data/chunk-000/episode_000775.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6a712e8ebfdb82a07fd7c8bb562bb8766ca517e --- /dev/null +++ b/data/chunk-000/episode_000775.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9616a22e622193bee94dfeba7026f4d239aa3a93a18113c5ec6d9800318fbb27 +size 93396 diff --git a/data/chunk-000/episode_000776.parquet b/data/chunk-000/episode_000776.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d47d002c8bdec08dc760e5a41b509e17ca77c30e --- /dev/null +++ b/data/chunk-000/episode_000776.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec45d219bc79bebb5dcd7aefb971ae03590cb17f1eb79f0ab7192107b0835f2 +size 101136 diff --git a/data/chunk-000/episode_000777.parquet b/data/chunk-000/episode_000777.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0be024ed487468f493fe2566ffd0ff425a73f323 --- /dev/null +++ b/data/chunk-000/episode_000777.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea63ffecf884d1f407d3a5352e7b10a95d62cd4943fbd5ae4345745c77b87ce +size 125313 diff --git a/data/chunk-000/episode_000778.parquet b/data/chunk-000/episode_000778.parquet new file mode 100644 index 0000000000000000000000000000000000000000..121b66b20259a0d706bc9f00bb3041b9bb3628d7 --- /dev/null +++ b/data/chunk-000/episode_000778.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd5010ebb5b791eeb552c75343efde533ca61b0e9e9201b0eac1faa782bff6f +size 103470 diff --git a/data/chunk-000/episode_000779.parquet b/data/chunk-000/episode_000779.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3583e442a8f25e644c7917b72236964c85d3c432 --- /dev/null +++ b/data/chunk-000/episode_000779.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb1b33f47e2794099282c07ec7ebbe3bcd15b905e4602161acb811cf2d1add9 +size 141345 diff --git a/data/chunk-000/episode_000780.parquet b/data/chunk-000/episode_000780.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6494edeed9c8558dbbd21271a13590f487de6a1 --- /dev/null +++ b/data/chunk-000/episode_000780.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552b5fb65f93d66b50d9cddb12b99ab91a8ebde6d919fc8a7379e8e5efdb46b3 +size 120563 diff --git a/data/chunk-000/episode_000781.parquet b/data/chunk-000/episode_000781.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4113353a05c5a00298c605c60f9e9268cca6c773 --- /dev/null +++ b/data/chunk-000/episode_000781.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f497ad60de3514e5d509d3025da25ed2638ddc6c0cdb61ae33a82654e0fb5dc6 +size 132085 diff --git a/data/chunk-000/episode_000782.parquet b/data/chunk-000/episode_000782.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d5a53b8065e7bf83747d2b48ff3b79651d0cd1a --- /dev/null +++ b/data/chunk-000/episode_000782.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb721044fb4e220c17202c45d58493f3ea56fe2445426f68700ef22c11c3cfae +size 135123 diff --git a/data/chunk-000/episode_000783.parquet b/data/chunk-000/episode_000783.parquet new file mode 100644 index 0000000000000000000000000000000000000000..357a89f1bf57b36489378369365f3892cd5ef1ba --- /dev/null +++ b/data/chunk-000/episode_000783.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6b2e6ecbd244a7db9d20a388d63b34ac870a5395e2afd708ccb087d3d4bf8b +size 133803 diff --git a/data/chunk-000/episode_000784.parquet b/data/chunk-000/episode_000784.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9036ed4422eab14186264561db468bdfe3557dd --- /dev/null +++ b/data/chunk-000/episode_000784.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a61d949f161c9c913266ed0e5f12bc88fba58bd93b177e1fec5d098231bc28 +size 135424 diff --git a/data/chunk-000/episode_000785.parquet b/data/chunk-000/episode_000785.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edf7a83f592b1023f9d4d0ea596c025e08070894 --- /dev/null +++ b/data/chunk-000/episode_000785.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c4db8c1df58290337b2e40b416e43b871d86e207b2689bdea6f724ab93d38 +size 163006 diff --git a/data/chunk-000/episode_000786.parquet b/data/chunk-000/episode_000786.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39a0086e82c14932175e0e54eec24fa5c84191db --- /dev/null +++ b/data/chunk-000/episode_000786.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9571cc667f0e6de910802898eb2669e6302598f0d307f65498a3d158dad2e82d +size 119795 diff --git a/data/chunk-000/episode_000787.parquet b/data/chunk-000/episode_000787.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e72ba289469f7c3a933dc9a7d81f07dc86aaaec --- /dev/null +++ b/data/chunk-000/episode_000787.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51403b05134b467a7274080bf744105c5603d4cf7d11ffa4079abdea15d03dad +size 126225 diff --git a/data/chunk-000/episode_000788.parquet b/data/chunk-000/episode_000788.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6736db9add7764a3c45592fc4d22fde3ea0f2c7 --- /dev/null +++ b/data/chunk-000/episode_000788.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30eb4633e60fcbc3cf8b673c7c06df1104f1066af6e1053b95a9adadd923ea12 +size 129388 diff --git a/data/chunk-000/episode_000789.parquet b/data/chunk-000/episode_000789.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4cece02a7fc72b6da33e761eac55fbc384e0920 --- /dev/null +++ b/data/chunk-000/episode_000789.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c781f9d0d587803076dff8c03e45ae8c4dcc532d842c658947d46b748cf6a62 +size 123812 diff --git a/data/chunk-000/episode_000790.parquet b/data/chunk-000/episode_000790.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31a71303d805b895cb2fba5ef0fb31a2e680573a --- /dev/null +++ b/data/chunk-000/episode_000790.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da4ade13f56ef191f1d04ba3099d96bdd2850a5044fc23e7a7fbe9a8af04db6 +size 124271 diff --git a/data/chunk-000/episode_000791.parquet b/data/chunk-000/episode_000791.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6493b7387bc3c70051f57dc6cd1f77f26aadfdd --- /dev/null +++ b/data/chunk-000/episode_000791.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a42716f20a756ad51a447f00c2484c8696a843dba2ced882dafcddb726fb0a1 +size 133900 diff --git a/data/chunk-000/episode_000792.parquet b/data/chunk-000/episode_000792.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24b82b872f6949d1052cd88f238bb2e95a68a73c --- /dev/null +++ b/data/chunk-000/episode_000792.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca932be9af4baa4ed7206b2bd59cc4117856bc9bb4395e9f9b444bf64e18bc92 +size 119258 diff --git a/data/chunk-000/episode_000793.parquet b/data/chunk-000/episode_000793.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c96edb0d7c52820cf6cfd5c2bc0a278378ef63ae --- /dev/null +++ b/data/chunk-000/episode_000793.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac77277e31155e389213a63ef55380d47d76bd594cbde105020b9326a214d3a +size 134469 diff --git a/data/chunk-000/episode_000794.parquet b/data/chunk-000/episode_000794.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76960984c14ab5c6f0298f6dd462194b2faa3fda --- /dev/null +++ b/data/chunk-000/episode_000794.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd38df5afaf9bf32dd410287b1e55533139aa0a578a0cf568167a664e072cc3 +size 150268 diff --git a/data/chunk-000/episode_000795.parquet b/data/chunk-000/episode_000795.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82f960e359b44c7131a64304c3b376cff576585d --- /dev/null +++ b/data/chunk-000/episode_000795.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52b43cbf2a4edd6457a3f8f6c5c90e9180263b69242370f0062aed7b5d46b2c +size 173399 diff --git a/data/chunk-000/episode_000796.parquet b/data/chunk-000/episode_000796.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab9b1fc729e9f25f2b867471f83a2acfcf7a5192 --- /dev/null +++ b/data/chunk-000/episode_000796.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8093a87cba66b68e39f57eca521217f1631142e9aa23c14bfbcc7fd2c8b2d43f +size 147068 diff --git a/data/chunk-000/episode_000797.parquet b/data/chunk-000/episode_000797.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e84fa8caa4bf4e2c2cdd4846c7136df241dbd45 --- /dev/null +++ b/data/chunk-000/episode_000797.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a327d90c60761230c00e8241f7e05dce07d67923405973b2f89ad8d3417b116c +size 134680 diff --git a/data/chunk-000/episode_000798.parquet b/data/chunk-000/episode_000798.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47650893a1be86d9d282d164456b0a22d31c0708 --- /dev/null +++ b/data/chunk-000/episode_000798.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66275d103448271ad7a7fd24fcf1f27a9598d5663080262f575315c9410e1b13 +size 119756 diff --git a/data/chunk-000/episode_000799.parquet b/data/chunk-000/episode_000799.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83f556a3733bd48df5caaa2be7405bb8ec121987 --- /dev/null +++ b/data/chunk-000/episode_000799.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3f6fc55da3eb9cf722251610d57eb0a76f61d8abd44c7fc99847a457a29fa3 +size 147401 diff --git a/data/chunk-000/episode_000800.parquet b/data/chunk-000/episode_000800.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c9e9f3579089248491b7d7ef70c2001bf9d9150 --- /dev/null +++ b/data/chunk-000/episode_000800.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a296051a4f2aa5b43c9484b9e0b59cdd7f04d0e03778f57d7764d3c3cabe83 +size 196073 diff --git a/data/chunk-000/episode_000801.parquet b/data/chunk-000/episode_000801.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d528175f5111a3928c3546017efa79b876a6643 --- /dev/null +++ b/data/chunk-000/episode_000801.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c283cf3b495a4bec25459115fbfc76be525937528f87e1801c82c8f531da3d99 +size 125413 diff --git a/data/chunk-000/episode_000802.parquet b/data/chunk-000/episode_000802.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c138ed78d218d50a9bd2d5e36a500eff75eed36b --- /dev/null +++ b/data/chunk-000/episode_000802.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd266d76dd3565f7bc13a7a96f53fda86de80704d0077c19ec926e07e1737b21 +size 136707 diff --git a/data/chunk-000/episode_000803.parquet b/data/chunk-000/episode_000803.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cca815254d16bc6db898122fb6327e7755d7e770 --- /dev/null +++ b/data/chunk-000/episode_000803.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96819dbc965201a2baf5806413a368f4a55bbc960ad519a7d239f6fcea1e2da6 +size 147040 diff --git a/data/chunk-000/episode_000804.parquet b/data/chunk-000/episode_000804.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8e00a5ecd47c5c570a54dc731d522209d9b3b55 --- /dev/null +++ b/data/chunk-000/episode_000804.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f51917654480e1d7f1d1d105d9ba4669cac4ddb2185b24f097267473c7349b +size 145090 diff --git a/data/chunk-000/episode_000805.parquet b/data/chunk-000/episode_000805.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8d4299a6514defde29cd3a7d4c9a3387fc6baed --- /dev/null +++ b/data/chunk-000/episode_000805.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d464708e194e3759b21390212b4021490a9325ad252f334a157fe8de91a4d16f +size 142003 diff --git a/data/chunk-000/episode_000806.parquet b/data/chunk-000/episode_000806.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a12ee46dfc9d7437464f7dc40686eee4077be6ef --- /dev/null +++ b/data/chunk-000/episode_000806.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba17454fac73125b7baf6c37f254dc2fb20399962fe9a915c597ff4dd89bbffb +size 131280 diff --git a/data/chunk-000/episode_000807.parquet b/data/chunk-000/episode_000807.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9215c86fdd21a567b2c1b1dcb27797fa3656a3e --- /dev/null +++ b/data/chunk-000/episode_000807.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6df13338ca0dbc854d1186e065c611e0ddf1e2edbf579c9dfc90f12b08a7363 +size 133795 diff --git a/data/chunk-000/episode_000808.parquet b/data/chunk-000/episode_000808.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4d3b7a5168cad57e94c4ded4612cef092890eb1 --- /dev/null +++ b/data/chunk-000/episode_000808.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc2e7fd7143d4e4253a9e0403c8eee22c5fb71d026bdd29c312478564ae6dd1 +size 132264 diff --git a/data/chunk-000/episode_000809.parquet b/data/chunk-000/episode_000809.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf4ffac65c5f00ff1cc511a4670369a406d2c2be --- /dev/null +++ b/data/chunk-000/episode_000809.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f55bee26c79f84595fd644125715c36b567704e645ea18842f082964a73dae +size 136834 diff --git a/data/chunk-000/episode_000810.parquet b/data/chunk-000/episode_000810.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c9f8b719f17c9720643c29e8b13ee1516aaa22d --- /dev/null +++ b/data/chunk-000/episode_000810.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593473e16df95bfb88a12ce9f54be4b97af6f07c12731a0ac5cdc86c350c8c63 +size 143616 diff --git a/data/chunk-000/episode_000811.parquet b/data/chunk-000/episode_000811.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4b9acda0279c8793c87105f86dce00bf4633280 --- /dev/null +++ b/data/chunk-000/episode_000811.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0124ba192c14980d97a05cb5002b095e99a1012913b6961eb29422e859c72a2 +size 166596 diff --git a/data/chunk-000/episode_000812.parquet b/data/chunk-000/episode_000812.parquet new file mode 100644 index 0000000000000000000000000000000000000000..107e8995f014fa8619e9b62da4d6fdaf96b2d045 --- /dev/null +++ b/data/chunk-000/episode_000812.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d32640c038640a77d96f580524b4d64729d3ae2c85c3da825bf7819c614a961 +size 154382 diff --git a/data/chunk-000/episode_000813.parquet b/data/chunk-000/episode_000813.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b31f2bb603953cef2587a03a24708c4832b632bc --- /dev/null +++ b/data/chunk-000/episode_000813.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79cbc1e9a9034dc616b4bac0f15c8d7954ee72392cf765743c0027c889f57e7 +size 127260 diff --git a/data/chunk-000/episode_000814.parquet b/data/chunk-000/episode_000814.parquet new file mode 100644 index 0000000000000000000000000000000000000000..888dd32009817d091e6794de6f06ccb5ce730401 --- /dev/null +++ b/data/chunk-000/episode_000814.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e2136120f0d5aecbfb4df25cfda952c42e3a9af1f3b299145e7d4d5d66fa45 +size 137196 diff --git a/data/chunk-000/episode_000815.parquet b/data/chunk-000/episode_000815.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e21fe5f156c339892b3ee9eff574748ddf41b117 --- /dev/null +++ b/data/chunk-000/episode_000815.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f44a4c0ea701706ef07c9be7199b072bb16b4a7e5f480255b61f5a0778fc62d +size 132034 diff --git a/data/chunk-000/episode_000816.parquet b/data/chunk-000/episode_000816.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f05ede70a730ad0d43fb14af83b0afdf7200c0f --- /dev/null +++ b/data/chunk-000/episode_000816.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f22952d327ac740575479ff9f4bc6f5827b1542fdbb56830bbf8266adb50361 +size 130031 diff --git a/data/chunk-000/episode_000817.parquet b/data/chunk-000/episode_000817.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26f05436da188eb07914c3cefeb3372e43d20a13 --- /dev/null +++ b/data/chunk-000/episode_000817.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9e6418881ff82c96e6744557af58b75b83695d27f3aba1065ccd88603ccf41 +size 135377 diff --git a/data/chunk-000/episode_000818.parquet b/data/chunk-000/episode_000818.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b9db1dcdac26591ac12506496f9185a44787ff6 --- /dev/null +++ b/data/chunk-000/episode_000818.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e081fd124e88d6f7eae8bba82b0aaf224a4bfa6f14af4e100fdae224a520eddb +size 152345 diff --git a/data/chunk-000/episode_000819.parquet b/data/chunk-000/episode_000819.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60798a640653ee8d064075723bff89950f533e69 --- /dev/null +++ b/data/chunk-000/episode_000819.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffb86616f8d6be3bd9c884ab89f74fa4e8c41370193d38a1e5928add0c76af5 +size 152845 diff --git a/data/chunk-000/episode_000820.parquet b/data/chunk-000/episode_000820.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b8131f2bd57724ea142d7a8410608fd7055901b --- /dev/null +++ b/data/chunk-000/episode_000820.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af6d38d2164565243b3dcf3dfbccfded35950234556a165f989b074c16e53dc +size 133149 diff --git a/data/chunk-000/episode_000821.parquet b/data/chunk-000/episode_000821.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1747cefaa976f99722be427a0c041ff89966304 --- /dev/null +++ b/data/chunk-000/episode_000821.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7922da306ead8d288df254c193aadbe11fc74ae5ac24e9fbc0395656d8041a67 +size 133319 diff --git a/data/chunk-000/episode_000822.parquet b/data/chunk-000/episode_000822.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c2692c1516adeb99726a75c98b4233b9a239aca --- /dev/null +++ b/data/chunk-000/episode_000822.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce755011ef12e53bff26c276f1dbfbcf178d9b0c01e5e25fceabd8ba39c3f38 +size 147927 diff --git a/data/chunk-000/episode_000823.parquet b/data/chunk-000/episode_000823.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4500972327d9c349bfd5a8b9ee22fae5ad296f33 --- /dev/null +++ b/data/chunk-000/episode_000823.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cb18946dd7cdb81f214dd4559e0a209fa18739e2787a7649db11bfbe083fe8 +size 136001 diff --git a/data/chunk-000/episode_000824.parquet b/data/chunk-000/episode_000824.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d0208cb6b9a50154d30fc52ecfc463baad301e6 --- /dev/null +++ b/data/chunk-000/episode_000824.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d69c01d5b2a6852d4b3d72ba81ab6ac838d11a6eecd3826d463befee7a21d4 +size 154137 diff --git a/data/chunk-000/episode_000825.parquet b/data/chunk-000/episode_000825.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9627f426837685a900d49c605584b399b898b5cc --- /dev/null +++ b/data/chunk-000/episode_000825.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01878da4bd584a721210f1b85d464249cd2a3dc38c381068617d6c5aa3494848 +size 138346 diff --git a/data/chunk-000/episode_000826.parquet b/data/chunk-000/episode_000826.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cdc5dbf91f146026e6af74769b3541dd4fa75bb --- /dev/null +++ b/data/chunk-000/episode_000826.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f70f90bf1824d952f72423f0e218a1618364cf1bf2999484782f9e2d855a85 +size 117120 diff --git a/data/chunk-000/episode_000827.parquet b/data/chunk-000/episode_000827.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16e31e31572a16bd84a1773f79dd61bf367de9d1 --- /dev/null +++ b/data/chunk-000/episode_000827.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33ccdf23895ba27614596245fe8e3d3128e7ed78211c4d16f89409142346e1e +size 150856 diff --git a/data/chunk-000/episode_000828.parquet b/data/chunk-000/episode_000828.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e714bad4e6184d853a1d0347f379e49989004cd2 --- /dev/null +++ b/data/chunk-000/episode_000828.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafbb7bc52bfeb87ef0dbf7b6222f2a4ddadfd1aafe02df3e28a70d65952abf7 +size 131470 diff --git a/data/chunk-000/episode_000829.parquet b/data/chunk-000/episode_000829.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25c88e205fa2d5194487af1c291b2caae76e50da --- /dev/null +++ b/data/chunk-000/episode_000829.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b066d959481310897aeb0d2ea5599b245a9796c1e184d8fd5f1c9aba5415221d +size 141928 diff --git a/data/chunk-000/episode_000830.parquet b/data/chunk-000/episode_000830.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19d684908e0aa391944f7d435a180352aadf331b --- /dev/null +++ b/data/chunk-000/episode_000830.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfcc3964d3f5e485a0112110fe2105a48ede171a41acd3506509a6c8c1be1a +size 140614 diff --git a/data/chunk-000/episode_000831.parquet b/data/chunk-000/episode_000831.parquet new file mode 100644 index 0000000000000000000000000000000000000000..875270ab54a37256b9ad365dfccd8fc8daccac53 --- /dev/null +++ b/data/chunk-000/episode_000831.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba0cc58d756ce24ab9916ffa0b6084a2d4c98405dd1aa0bf9895be06a1e7d5b +size 150949 diff --git a/data/chunk-000/episode_000832.parquet b/data/chunk-000/episode_000832.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2acfea4730606f31d27004286f51f0cb58a6efe2 --- /dev/null +++ b/data/chunk-000/episode_000832.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707a1b606f362a9600bd2ea09e3863ce189f27e1fc626f5049b90c64559d44e6 +size 130990 diff --git a/data/chunk-000/episode_000833.parquet b/data/chunk-000/episode_000833.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5353f26a7368ca557dfccd3a16ce93f474b651b2 --- /dev/null +++ b/data/chunk-000/episode_000833.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d19fff4946da1fe43634791fbe05a8f6bc0ffc0a1e91374df96747813288d58 +size 127578 diff --git a/data/chunk-000/episode_000834.parquet b/data/chunk-000/episode_000834.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bb26dd752f0853f7fcfd990bc1c6b7fe7b1bacc --- /dev/null +++ b/data/chunk-000/episode_000834.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae4a2efbd635713c08ba8505f1cf030e69586e940e1a209ba7409a504c07c16 +size 123748 diff --git a/data/chunk-000/episode_000835.parquet b/data/chunk-000/episode_000835.parquet new file mode 100644 index 0000000000000000000000000000000000000000..154a052dc9528878cda722e91e87a2794c9d4969 --- /dev/null +++ b/data/chunk-000/episode_000835.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57aa6cdc9e2de519f8f2513a35bebc8578528308a6ecac145fbea0d1cd30cbc1 +size 111526 diff --git a/data/chunk-000/episode_000836.parquet b/data/chunk-000/episode_000836.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65fd04ece6a7981cbd765c8e6d2297aeeb73bbe4 --- /dev/null +++ b/data/chunk-000/episode_000836.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e984cc3f7a89f7be87dbf2c0de96737d91ec8333363ea171c9ca9e4b8c7a38a0 +size 118769 diff --git a/data/chunk-000/episode_000837.parquet b/data/chunk-000/episode_000837.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e2fc8d267b0ddfdce17a4fd0725f8211b1ceed5 --- /dev/null +++ b/data/chunk-000/episode_000837.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e67e66b4eae22adff663bb9908d59454172116e9bac2d3d249fcce8236eb657 +size 113861 diff --git a/data/chunk-000/episode_000838.parquet b/data/chunk-000/episode_000838.parquet new file mode 100644 index 0000000000000000000000000000000000000000..239c320901de4f5bf4b0bf9ada580de1a1074c2e --- /dev/null +++ b/data/chunk-000/episode_000838.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4e9e2ed733b518e086275ff47bc04b49f5a07552e82b055fb8fea492af2655 +size 138056 diff --git a/data/chunk-000/episode_000839.parquet b/data/chunk-000/episode_000839.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2fe3311dd149416db959e897ef7c85efe4416380 --- /dev/null +++ b/data/chunk-000/episode_000839.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b11cd2c45d8244893f573437412af3077505e05902486657b9589492eb647f +size 179036 diff --git a/data/chunk-000/episode_000840.parquet b/data/chunk-000/episode_000840.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9e3ac83f64279aaf6d1aecca4d46f04b8801ca4 --- /dev/null +++ b/data/chunk-000/episode_000840.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c391647b62fd4462a55bea842ce991d32e784aa470761592faf3c97d794e16a0 +size 130896 diff --git a/data/chunk-000/episode_000841.parquet b/data/chunk-000/episode_000841.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f8b082c41f40f0e885683549351c94356b38795 --- /dev/null +++ b/data/chunk-000/episode_000841.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b104abe4193790d830167be6fcc15218e9bec693376f8c6ae8dbb2554fd60c3 +size 126925 diff --git a/data/chunk-000/episode_000842.parquet b/data/chunk-000/episode_000842.parquet new file mode 100644 index 0000000000000000000000000000000000000000..665d80793cd7e498c62ebb965995f0f87a37d99d --- /dev/null +++ b/data/chunk-000/episode_000842.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da48b965a44a0dcfd83b3262bb4a17bdbea6ffbd6ba4a5084f14b3832e94e2a8 +size 97131 diff --git a/data/chunk-000/episode_000843.parquet b/data/chunk-000/episode_000843.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3054d0d43c94bced8b1bfcda5011865c775b54e8 --- /dev/null +++ b/data/chunk-000/episode_000843.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131cdafd561550a4f16250480fcdc2c687d733e6a76437ab0c937f2c9bf5684a +size 131997 diff --git a/data/chunk-000/episode_000844.parquet b/data/chunk-000/episode_000844.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b0ad4f30e7212ac618560585e5c814d81b826f0 --- /dev/null +++ b/data/chunk-000/episode_000844.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6163debd2da056f4090972799208a818158d65ed9aaf4c3f1743b314fd7eee +size 118171 diff --git a/data/chunk-000/episode_000845.parquet b/data/chunk-000/episode_000845.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0640c5eae079453846e35d938284bff6665aa25d --- /dev/null +++ b/data/chunk-000/episode_000845.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33b1a7956b3f19afc7574658e6645dea14b0816a6715de24adb5dc8a06ee699 +size 119769 diff --git a/data/chunk-000/episode_000846.parquet b/data/chunk-000/episode_000846.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb8358e29abb41e0f6906072c9d6a553946a866b --- /dev/null +++ b/data/chunk-000/episode_000846.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fb3523d6158a732ee7347b83aa0d56fab783b8516f32ad6b86902021166fc5 +size 111983 diff --git a/data/chunk-000/episode_000847.parquet b/data/chunk-000/episode_000847.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f415170f29275043389d8861aef9e2e4254950fd --- /dev/null +++ b/data/chunk-000/episode_000847.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dae6f61717796f230c19f80bf10886febf24cc91308c6c9fc2ccd58848c2de +size 119052 diff --git a/data/chunk-000/episode_000848.parquet b/data/chunk-000/episode_000848.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc3514aff8913aae1832bd892f8d0074f33fbc26 --- /dev/null +++ b/data/chunk-000/episode_000848.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675352a5ff23949ba140c0221b659206d2f34434089c19763e090adac1b99010 +size 178998 diff --git a/data/chunk-000/episode_000849.parquet b/data/chunk-000/episode_000849.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21e93dc2a8c609276e6696b6628158d10d929330 --- /dev/null +++ b/data/chunk-000/episode_000849.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db51a04375f52549a3f3e8a27470e60053356017385c6b8ecd5d126655b3698 +size 123360 diff --git a/data/chunk-000/episode_000850.parquet b/data/chunk-000/episode_000850.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6abedac3833cfaa81a1ef4d61c02bd0117d143b8 --- /dev/null +++ b/data/chunk-000/episode_000850.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffc0d07e54762257273c631746f0a7b97e02263973594567ef2f0bd359841c0 +size 116030 diff --git a/data/chunk-000/episode_000851.parquet b/data/chunk-000/episode_000851.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2630b6096eae2dc6f808dd6485524f759dfeb8ca --- /dev/null +++ b/data/chunk-000/episode_000851.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654deff002b74caf5085d29c7ffa89b4f8241e8ec8ab42b5b34b00be04173869 +size 121787 diff --git a/data/chunk-000/episode_000852.parquet b/data/chunk-000/episode_000852.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87558ae5170788de2d18aa4e88f2bfca67c1298c --- /dev/null +++ b/data/chunk-000/episode_000852.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73df841563cdfc29659c07a10fa4c7cbc2f3f007d1a50f63dfd6675121a7dc62 +size 100056 diff --git a/data/chunk-000/episode_000853.parquet b/data/chunk-000/episode_000853.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff3bb12a37d85a04cdcad36a61ce2494a35a243a --- /dev/null +++ b/data/chunk-000/episode_000853.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d002ccf3b5334e103f2b3947d7e8b3216c37bf818692813e9318d01821f8743 +size 125488 diff --git a/data/chunk-000/episode_000854.parquet b/data/chunk-000/episode_000854.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8aa666b19048aac2f36c0975f1901ebacdc6d241 --- /dev/null +++ b/data/chunk-000/episode_000854.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ceb2ea92a4566ec495001eb967941e4a2ff5a1f7c2d9ae00374394edb8db76d +size 138111 diff --git a/data/chunk-000/episode_000855.parquet b/data/chunk-000/episode_000855.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48c706dca6012941b9c4ab967dcdb688fa77d531 --- /dev/null +++ b/data/chunk-000/episode_000855.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63c330551aabaab02f6fa2149396aa087620de8a57668b608ee4e09c0be931e +size 128810 diff --git a/data/chunk-000/episode_000856.parquet b/data/chunk-000/episode_000856.parquet new file mode 100644 index 0000000000000000000000000000000000000000..097881219de2be3b2f54c23b1df0c82e6206df9e --- /dev/null +++ b/data/chunk-000/episode_000856.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f0feda25e75e8c25f92f264f07b5b53687419a5e0e5ae06164ec300ca34121 +size 130672 diff --git a/data/chunk-000/episode_000857.parquet b/data/chunk-000/episode_000857.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37a84540d960d3ab352d0ccc937408574de96e12 --- /dev/null +++ b/data/chunk-000/episode_000857.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cacf0b0d5e4c76d85e92488cb37e2d9e14c9ea19e6d2c8207ad81652ef6267 +size 137655 diff --git a/data/chunk-000/episode_000858.parquet b/data/chunk-000/episode_000858.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7142acc2b89b1aae2f1356fa8fbe0a004c30e6e --- /dev/null +++ b/data/chunk-000/episode_000858.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6c4f3626288126f06d770a7c1960850bfe3d88e90da6bb9d91ce051d194b30 +size 136854 diff --git a/data/chunk-000/episode_000859.parquet b/data/chunk-000/episode_000859.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b421cdecb53426cac72f7f7f2370ca5a42b2fabd --- /dev/null +++ b/data/chunk-000/episode_000859.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6410739563cc6c96d02036e7b8fc4d9883579a186f3f299c3ce5e5f096c3fe99 +size 124874 diff --git a/data/chunk-000/episode_000860.parquet b/data/chunk-000/episode_000860.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a29bba315ba943bc225f99b5edacecfc94c83d32 --- /dev/null +++ b/data/chunk-000/episode_000860.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f7bd716c281b853659d16b980ffacdd9b5ab69193b8756ff86ceec3061c06f +size 127898 diff --git a/data/chunk-000/episode_000861.parquet b/data/chunk-000/episode_000861.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d221eadd9555a304b507ddc5988b36595bfc5f2b --- /dev/null +++ b/data/chunk-000/episode_000861.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867fa799f3174041fc7609d16ea76ae4a37052ba4e8d67fdffed7c75031bf7ea +size 144751 diff --git a/data/chunk-000/episode_000862.parquet b/data/chunk-000/episode_000862.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c82fc7f2c9a8b04261747e69d0d73541c71ce97 --- /dev/null +++ b/data/chunk-000/episode_000862.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1b60e33f3903480fcb21b42e3078ffeed5e4f005c7e6dc32694ef61afb31b4 +size 125649 diff --git a/data/chunk-000/episode_000863.parquet b/data/chunk-000/episode_000863.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e782561ac9a9ceb156521a50c2043c8ab4d7326 --- /dev/null +++ b/data/chunk-000/episode_000863.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9ffa7c07a4309f4c1509bd27c8abbe37cb03216cff73b0ee52d3b66ce66f0f +size 134565 diff --git a/data/chunk-000/episode_000864.parquet b/data/chunk-000/episode_000864.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5d476a7ae6fc6cacf2a23d33f7cf1b75ffa541a --- /dev/null +++ b/data/chunk-000/episode_000864.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0add9df5567c5c949e65a69b5378edb2dab8ed9f15878df4c1d08708bb428d0b +size 139823 diff --git a/data/chunk-000/episode_000865.parquet b/data/chunk-000/episode_000865.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8c97181d4dbade80c7c2ded121acfb4bc891564 --- /dev/null +++ b/data/chunk-000/episode_000865.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143c53f01e1482bd4b2370504ac05686c295aa90122157bd835109c9baf03f81 +size 124353 diff --git a/data/chunk-000/episode_000866.parquet b/data/chunk-000/episode_000866.parquet new file mode 100644 index 0000000000000000000000000000000000000000..361ea87f87b9eb09291b762774d5abf9728564ac --- /dev/null +++ b/data/chunk-000/episode_000866.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0547b8d5c7464de4ee1819f5866cae6899f8ac257e04295168224136687d50 +size 169567 diff --git a/data/chunk-000/episode_000867.parquet b/data/chunk-000/episode_000867.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49c08f198bd47c6fb4f4648e6e20a9df03836bc6 --- /dev/null +++ b/data/chunk-000/episode_000867.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5672f7353b5f046fbb4f05738871c7570c54007582097ae239aeb2609a168115 +size 133938 diff --git a/data/chunk-000/episode_000868.parquet b/data/chunk-000/episode_000868.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a18d7342d2f0766c72b2dccec995d7222dd79b69 --- /dev/null +++ b/data/chunk-000/episode_000868.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d493de497d358488272867b0607365fc16afb97840711d0060df5f473ce5032 +size 133445 diff --git a/data/chunk-000/episode_000869.parquet b/data/chunk-000/episode_000869.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4024f91fad9bc26b0fd0d8055977f2a7c1d4d2d4 --- /dev/null +++ b/data/chunk-000/episode_000869.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1311dc8ae97c7ea41e10eb02a6a9ea9c5dbaba917d740532771224c6837343 +size 129962 diff --git a/data/chunk-000/episode_000870.parquet b/data/chunk-000/episode_000870.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b1c7572d597891c9168bd251b5ea86f0fb9dd05 --- /dev/null +++ b/data/chunk-000/episode_000870.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b6e4e3d3d6aeff8a544b1c4bef996e2f9b785e352d7861039d294c6bd30f61 +size 130921 diff --git a/data/chunk-000/episode_000871.parquet b/data/chunk-000/episode_000871.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43d2041b839e558aae95c87171c7bd2951674361 --- /dev/null +++ b/data/chunk-000/episode_000871.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5491c7995a599fd6337b3a1a97e9a1132bcf490fedb9a00d3d4ae13deb5839 +size 125463 diff --git a/data/chunk-000/episode_000872.parquet b/data/chunk-000/episode_000872.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c9671564cbd40a213a6d75f534151ae566e3b13 --- /dev/null +++ b/data/chunk-000/episode_000872.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d617242e72becbce16b53b6131437c721f5c28b9ab90410b9d2bf5674e02034b +size 123418 diff --git a/data/chunk-000/episode_000873.parquet b/data/chunk-000/episode_000873.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bbf84b0086a840f490c738fb45e21dc3dcca4ce --- /dev/null +++ b/data/chunk-000/episode_000873.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a565bae646bbff0b6cb98afb3d36086224039fafc806f1ebc053c06ed09ab90 +size 158153 diff --git a/data/chunk-000/episode_000874.parquet b/data/chunk-000/episode_000874.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46645843ac71eecf8d369960001236637eb1a6f2 --- /dev/null +++ b/data/chunk-000/episode_000874.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41f1afc2cc6acc3ac5b2a76bd42f30e675dc95c2b5f936b217c60c2d8b15871 +size 126716 diff --git a/data/chunk-000/episode_000875.parquet b/data/chunk-000/episode_000875.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3201e2b920f6ee6b579b329d8a756a9830a10477 --- /dev/null +++ b/data/chunk-000/episode_000875.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cb566e46f678d5cd183ad5abadf2c737573aea85f810d720a9b3914fdfc5f8 +size 165177 diff --git a/data/chunk-000/episode_000876.parquet b/data/chunk-000/episode_000876.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8cd7609b0c88d3c5d5c28718959c9dc123aa7e1 --- /dev/null +++ b/data/chunk-000/episode_000876.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b225885105689cf52ce52e9802712925b014cda3185f70b60794c8e3ee88161a +size 165209 diff --git a/data/chunk-000/episode_000877.parquet b/data/chunk-000/episode_000877.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f498a93aa49b43644ecd4627df4313973718e96d --- /dev/null +++ b/data/chunk-000/episode_000877.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3348d17948ea418d2481a9b3ed51031ae5be14803f1bcdc4c027c46c6ab5de7 +size 116255 diff --git a/data/chunk-000/episode_000878.parquet b/data/chunk-000/episode_000878.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7331eb7a45448745abf02c7dad9a1da203727feb --- /dev/null +++ b/data/chunk-000/episode_000878.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5909e772d594f30e1dff9f1d082e8307da3644d1c7621834da714d6b3d6f04d6 +size 117053 diff --git a/data/chunk-000/episode_000879.parquet b/data/chunk-000/episode_000879.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f65ee704e19bf9ae014885e434db0c3a12c5e22d --- /dev/null +++ b/data/chunk-000/episode_000879.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c770e5b5b625c75c280da80f0c183456bcdaabfc95f07204c02215f772426310 +size 111239 diff --git a/data/chunk-000/episode_000880.parquet b/data/chunk-000/episode_000880.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0a5ee7e82c9a62db72e1e7d0bcbc404420d311b --- /dev/null +++ b/data/chunk-000/episode_000880.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ceba3c7dc1690f33bd00abd200364258e48e3f8a4088338b6e6c9a3750e64dd +size 118100 diff --git a/data/chunk-000/episode_000881.parquet b/data/chunk-000/episode_000881.parquet new file mode 100644 index 0000000000000000000000000000000000000000..633e05c10d484962b8cae92a430eb0ea1dca4c64 --- /dev/null +++ b/data/chunk-000/episode_000881.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb6bfe0ced7f0eb8c108d555d707459c8094a7f714949faf819d2711467e2f6 +size 99677 diff --git a/data/chunk-000/episode_000882.parquet b/data/chunk-000/episode_000882.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2648f0cdb92f409c3051a1ae25247742fd2a303 --- /dev/null +++ b/data/chunk-000/episode_000882.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e876c7e93d9dd379f3cca738bd58d52edc96f970c7539692e60e4fb696af707 +size 92455 diff --git a/data/chunk-000/episode_000883.parquet b/data/chunk-000/episode_000883.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd0eabd92786c7488fff5d5eb7893ca7901038ed --- /dev/null +++ b/data/chunk-000/episode_000883.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c395ee23e3aa5086bef7456a9922173b0a7637d42e129b15b547f7516d2924ff +size 116043 diff --git a/data/chunk-000/episode_000884.parquet b/data/chunk-000/episode_000884.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52637334baf845a4af9676280cebc6126246e57a --- /dev/null +++ b/data/chunk-000/episode_000884.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108aa60a9b8c0a8ebe75069f8ac034101da990353c55838ce422e4abfdfd8915 +size 116173 diff --git a/data/chunk-000/episode_000885.parquet b/data/chunk-000/episode_000885.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8321a3159f2e5d5d09dd4fcb9ba5c088721b2437 --- /dev/null +++ b/data/chunk-000/episode_000885.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ec9671da05a9d913281121c3eddef585e7411a54b11ced1dd6d7a896452ec8 +size 99064 diff --git a/data/chunk-000/episode_000886.parquet b/data/chunk-000/episode_000886.parquet new file mode 100644 index 0000000000000000000000000000000000000000..316192c228ba9c6e3daa3bc131903bae9b55b529 --- /dev/null +++ b/data/chunk-000/episode_000886.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6709e56d79cae79735b738d87c92598ce35cd4b440eab1d488473876fb36c697 +size 111374 diff --git a/data/chunk-000/episode_000887.parquet b/data/chunk-000/episode_000887.parquet new file mode 100644 index 0000000000000000000000000000000000000000..146509da38be52a616a46708d8725ce2a5ca27d8 --- /dev/null +++ b/data/chunk-000/episode_000887.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33760b5f0da09f1607562fcf49140cebc61270176dfd8debdc071ecf7503f52 +size 128510 diff --git a/data/chunk-000/episode_000888.parquet b/data/chunk-000/episode_000888.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6626fc8cdf5014907dbe1b7dc1bb5a9ed5127026 --- /dev/null +++ b/data/chunk-000/episode_000888.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e817fb3feec523eded520e84379ee014cc8634a070eb9d83f80f32d6ceeedf5 +size 101200 diff --git a/data/chunk-000/episode_000889.parquet b/data/chunk-000/episode_000889.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f458f4ddfc87530e67a1b12f1a6e44a1a970e83b --- /dev/null +++ b/data/chunk-000/episode_000889.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9206b95f05a7f2bba98fd64f56a1d62be4c5086a47916681054ca47abddf7e +size 132511 diff --git a/data/chunk-000/episode_000890.parquet b/data/chunk-000/episode_000890.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d78f30ca4f25a505854f3d16939b17cf3684ce0b --- /dev/null +++ b/data/chunk-000/episode_000890.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad3a4725c99d50b479cb7d1edea84118055fb251c15179c18199c0cd2bbc1fe +size 123112 diff --git a/data/chunk-000/episode_000891.parquet b/data/chunk-000/episode_000891.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e7c0b3eb45cad8bb3143af393ee308c29e8fab6 --- /dev/null +++ b/data/chunk-000/episode_000891.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9df3da39fb1173d2668d0270f27beade25812aaa3384984a5ecee3824f1f75 +size 135421 diff --git a/data/chunk-000/episode_000892.parquet b/data/chunk-000/episode_000892.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19275fb5a59ae052b24f67901154abaf7d617401 --- /dev/null +++ b/data/chunk-000/episode_000892.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c0ebead51984ea6e5b5bcf800433de424dd308e237a1b6ad20e21aa7567f71 +size 104417 diff --git a/data/chunk-000/episode_000893.parquet b/data/chunk-000/episode_000893.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e095326a8b5edbff7c32e1e8662eea9a6f04bb76 --- /dev/null +++ b/data/chunk-000/episode_000893.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c220c4b260a650034690207d3a5e6ad00f6e56c45c36789f5dec9f0f111ea376 +size 95766 diff --git a/data/chunk-000/episode_000894.parquet b/data/chunk-000/episode_000894.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e142d022382ceecc5781f930018ccc3eedff61ed --- /dev/null +++ b/data/chunk-000/episode_000894.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d0d63b0ce3655e02c6d8ae4b0d7353f94aaa56340a6995867ddcf4778e0e35 +size 109914 diff --git a/data/chunk-000/episode_000895.parquet b/data/chunk-000/episode_000895.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5579b1d22540458b9b8bfee54b97c9ba2ac2499f --- /dev/null +++ b/data/chunk-000/episode_000895.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1647fa03940e2aef2bac49de9b90080f862fda35ffdb00cce722d744f62f740 +size 143101 diff --git a/data/chunk-000/episode_000896.parquet b/data/chunk-000/episode_000896.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcd36961be416ac94adfd0651e569270f4807faf --- /dev/null +++ b/data/chunk-000/episode_000896.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02f0859dcedac8c83341f4f0f4f28ff79425c2a1f9fb09d8039cab38b9f98ef +size 94209 diff --git a/data/chunk-000/episode_000897.parquet b/data/chunk-000/episode_000897.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5224431e1e40311982aeda1ba4e51d5b510c4eac --- /dev/null +++ b/data/chunk-000/episode_000897.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbe4a383c779106f21665c942c3d2e658bc56c780020955aec641eb93d57024 +size 117427 diff --git a/data/chunk-000/episode_000898.parquet b/data/chunk-000/episode_000898.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98dc5c9502e80a548549c65bf96580e8f2f91eb9 --- /dev/null +++ b/data/chunk-000/episode_000898.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0a69a82def71391cba9c2be710a017a044e93749fc834ba04996211b1d21ad +size 128982 diff --git a/data/chunk-000/episode_000899.parquet b/data/chunk-000/episode_000899.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b9fc3feaf7a55509a2d4a640cd18c38bbbecadd --- /dev/null +++ b/data/chunk-000/episode_000899.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58199ba07c9142b70f8dcd9d70077078415fb261f561af5df92f93a9389c94f +size 129571 diff --git a/data/chunk-000/episode_000900.parquet b/data/chunk-000/episode_000900.parquet new file mode 100644 index 0000000000000000000000000000000000000000..013281144c8e23920741cce0dd26f4d9b52a5677 --- /dev/null +++ b/data/chunk-000/episode_000900.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87ba592c7c154e72ad547650200590009115de3dd1c1dab3121d5c4e671207c +size 123931 diff --git a/data/chunk-000/episode_000901.parquet b/data/chunk-000/episode_000901.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f9a8e3eca80553e4e085b77bb06df26ef739840 --- /dev/null +++ b/data/chunk-000/episode_000901.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43bc4c486fcd701d8e2418fc21c9f65c52ce7980b1c64705d6b938a220e939ef +size 120079 diff --git a/data/chunk-000/episode_000902.parquet b/data/chunk-000/episode_000902.parquet new file mode 100644 index 0000000000000000000000000000000000000000..caaccaaaf6dd9d155eabec4571c0c92c2a3f7b74 --- /dev/null +++ b/data/chunk-000/episode_000902.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417ad612309913e1d9578de39aadd4205ccaa544e952ab472a82f7842582fbcf +size 130076 diff --git a/data/chunk-000/episode_000903.parquet b/data/chunk-000/episode_000903.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d3ae27c4a8485550e7ec6d784839bb0e1c19dca --- /dev/null +++ b/data/chunk-000/episode_000903.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7714eb25d64e1d81eb5f3d263d6a63426464c415d2a51bd37cbc6794cc03e1d7 +size 130212 diff --git a/data/chunk-000/episode_000904.parquet b/data/chunk-000/episode_000904.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cc3563563a9501911f7f82387c9836ea87fae89 --- /dev/null +++ b/data/chunk-000/episode_000904.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670ea3507d749d5566e474e109625814c3db738a50372622669ec5192f7aad66 +size 116366 diff --git a/data/chunk-000/episode_000905.parquet b/data/chunk-000/episode_000905.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7acf01607b8a16de4ee18561dd37f9f3e0fb7005 --- /dev/null +++ b/data/chunk-000/episode_000905.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9179b7c582be6b597e6de89707b2489ad6ba0a7653db1f102c164d8eb0aa37f7 +size 114161 diff --git a/data/chunk-000/episode_000906.parquet b/data/chunk-000/episode_000906.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c08040894d9b0c1362648fb051fb7c3514ef64f6 --- /dev/null +++ b/data/chunk-000/episode_000906.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894062095f872902067efcd9d8415b37aeebf12d37520792c901a9f59229ee38 +size 122937 diff --git a/data/chunk-000/episode_000907.parquet b/data/chunk-000/episode_000907.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9674e335ada501973d16e4babb51d21bebc4e6fe --- /dev/null +++ b/data/chunk-000/episode_000907.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a232d9771ec1ce9f4c42ab20135bcc5837a7573fdf76049b0592cfc1ec72d497 +size 126690 diff --git a/data/chunk-000/episode_000908.parquet b/data/chunk-000/episode_000908.parquet new file mode 100644 index 0000000000000000000000000000000000000000..213c923f23a48da17815daba2b4a8db6ad37357e --- /dev/null +++ b/data/chunk-000/episode_000908.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477b718db16f19a79a69d41cd4acae0996eb7049449905a2415b6c41f79be1ef +size 122634 diff --git a/data/chunk-000/episode_000909.parquet b/data/chunk-000/episode_000909.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20095e7ce351dcf0f1638ecd906b093fff09ac25 --- /dev/null +++ b/data/chunk-000/episode_000909.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f3ccfa96dc753c878ceb5d6ca836274473f9944caa6669b5e5ed6e43382867 +size 92903 diff --git a/data/chunk-000/episode_000910.parquet b/data/chunk-000/episode_000910.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac390b2da1279463b0d97d761d70f679447b50d7 --- /dev/null +++ b/data/chunk-000/episode_000910.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec7ba740d7ed229e9ec944632b0bf25bdcd3d7b2b25123208f9360af4158a0c +size 98516 diff --git a/data/chunk-000/episode_000911.parquet b/data/chunk-000/episode_000911.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6da797df6ac7cf9f4605b171e5e562a3e4f3d3ff --- /dev/null +++ b/data/chunk-000/episode_000911.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b86a20734b0219d49cf1862cad121a4dc841ccbcee49f7c82a5a8aa7cf93576 +size 102586 diff --git a/data/chunk-000/episode_000912.parquet b/data/chunk-000/episode_000912.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c47feddc89b2e4a4b0f0bb1201820ceb3c57bf78 --- /dev/null +++ b/data/chunk-000/episode_000912.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718f6a7d53e734efd98d58b76dfe11b50dbb0f6fbf0b281d1c28c12cd747e684 +size 111542 diff --git a/data/chunk-000/episode_000913.parquet b/data/chunk-000/episode_000913.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5036f063f2358012be6c448293e60847135978ad --- /dev/null +++ b/data/chunk-000/episode_000913.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905dfe70dcedfb1bf21ac0cbd151d9584ff807935e3a7e66802b3cc0aeee1bdb +size 116655 diff --git a/data/chunk-000/episode_000914.parquet b/data/chunk-000/episode_000914.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a617209ed39bfcd9856f6259d538555fc87f1b9 --- /dev/null +++ b/data/chunk-000/episode_000914.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1881308dba46040dd73774ab7239f2818be7ed8d15e777b758601dd8313da47c +size 124884 diff --git a/data/chunk-000/episode_000915.parquet b/data/chunk-000/episode_000915.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b98b8a568f8934f85f9ce165f934d17e6c534bd5 --- /dev/null +++ b/data/chunk-000/episode_000915.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c2c2051c12d85ead0f677628efa3092c985bad4f31d7d54e6b3af9477d4609 +size 125541 diff --git a/data/chunk-000/episode_000916.parquet b/data/chunk-000/episode_000916.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30064b469711a67fb571b36a6022a6d4880efa8f --- /dev/null +++ b/data/chunk-000/episode_000916.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2d4a115d9945820129c30b3ee84c9683468871373ee612b09fdea0a67e7120 +size 140554 diff --git a/data/chunk-000/episode_000917.parquet b/data/chunk-000/episode_000917.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d3f720615218b1e32be235cad24091926a6d926 --- /dev/null +++ b/data/chunk-000/episode_000917.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931ae6a539ec493c5310578d43f8622092ccd10b8075a3d87fb282fec46cb04f +size 140492 diff --git a/data/chunk-000/episode_000918.parquet b/data/chunk-000/episode_000918.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa28105e1013861e43d543d7c663385605cee86d --- /dev/null +++ b/data/chunk-000/episode_000918.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d650697bd54fa44c2c1ed0186e9b4ca332a0daed739b6b6e4f84396a8a6652 +size 123255 diff --git a/data/chunk-000/episode_000919.parquet b/data/chunk-000/episode_000919.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9436b056b516a2838270bac5aef5b1c6485f8e5 --- /dev/null +++ b/data/chunk-000/episode_000919.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861c2de35d8d05101548c65918eb21f6f7ed71cd17d305e1d936ecf5c87e747e +size 150612 diff --git a/data/chunk-000/episode_000920.parquet b/data/chunk-000/episode_000920.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e878f15914c85a82ac5e6c91c86f0682d289de3 --- /dev/null +++ b/data/chunk-000/episode_000920.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4d8188ac98214601f56c9cce71d8a6e6df8f518f7b075b5a262de8fa7cc379 +size 134863 diff --git a/data/chunk-000/episode_000921.parquet b/data/chunk-000/episode_000921.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2086d8641f53cd47b8db774651ef08244e4c38b0 --- /dev/null +++ b/data/chunk-000/episode_000921.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc4d1cb4cfcc4931af244e63ffb25b3df5843c482b75d0bb3792583f3194dc7 +size 127462 diff --git a/data/chunk-000/episode_000922.parquet b/data/chunk-000/episode_000922.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51d400d66d5ce5d93d601b825d96385f8a5f89ce --- /dev/null +++ b/data/chunk-000/episode_000922.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bb38d3c6e93718abf2f32ec310b77cd2e654ccf18c1a5e30800c67d9b2bc5e +size 154812 diff --git a/data/chunk-000/episode_000923.parquet b/data/chunk-000/episode_000923.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1b932c22f609cefa06343a51e6cd1191912b091 --- /dev/null +++ b/data/chunk-000/episode_000923.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d9dae498a9a1c914654a75dff1dec1c6a176325fc2660d16a77ab2aceaf4a2 +size 125777 diff --git a/data/chunk-000/episode_000924.parquet b/data/chunk-000/episode_000924.parquet new file mode 100644 index 0000000000000000000000000000000000000000..638933eb89c4491462e0a127de0fb98a4dc996a1 --- /dev/null +++ b/data/chunk-000/episode_000924.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4d4d8dd453af04ee3b50aa5f3935e02b81cb6cef35d7f8285a72a61680c30c +size 121001 diff --git a/data/chunk-000/episode_000925.parquet b/data/chunk-000/episode_000925.parquet new file mode 100644 index 0000000000000000000000000000000000000000..931cbdfbfbf56fefe51f3e8a90deb8312558cd61 --- /dev/null +++ b/data/chunk-000/episode_000925.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8696353ee7de43e83b2231efd33c5a1626c41db2f30be662bc5c1c919c4c28cd +size 140626 diff --git a/data/chunk-000/episode_000926.parquet b/data/chunk-000/episode_000926.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4409506bd54851011373618265c5079af67a82a5 --- /dev/null +++ b/data/chunk-000/episode_000926.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed42f7f34eb8f9a1039c8a98f28d4422297fee1d85415b6e508c49522425160 +size 131957 diff --git a/data/chunk-000/episode_000927.parquet b/data/chunk-000/episode_000927.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c836759fd8bea5552adfd8f4fcce8f887885121 --- /dev/null +++ b/data/chunk-000/episode_000927.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a382e44a0138d47dd043b53658f1ab323f357d7b768b7f8db90b4ef8c61a43c2 +size 142460 diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7cfe983cb801bd53dfcecc0a9637c701071e2d76 --- /dev/null +++ b/info.yaml @@ -0,0 +1,439 @@ +task_categories: +- robotics +language: +- en +tags: +- RoboCOIN +- LeRobot +license: apache-2.0 +configs: +- config_name: default + data_files: data/chunk-{id}/episode_{id}.parquet +extra_gated_prompt: By accessing this dataset, you agree to cite the associated paper + in your research/publications—see the "Citation" section for details. You agree + to not use the dataset to conduct experiments that cause harm to human subjects. +extra_gated_fields: + Company/Organization: + type: text + description: e.g., "ETH Zurich", "Boston Dynamics", "Independent Researcher" + Country: + type: country + description: e.g., "Germany", "China", "United States" +codebase_version: v2.1 +dataset_name: AI2_Alphabot_2_test_data_cable +dataset_uuid: 92e1e60e-93c2-4d31-8860-7f87862be3f4 +scene_type: + level1: Industry + level2: Inspection Area + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: voltage tester + color: black +- object_name: data cable + color: black +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- Pick up the data cable with the left hand. +- Use the voltage tester with the right hand to verify the data cable. +atomic_actions: +- pick +- move +- press +- place +robot_name: AI2_Alphabot_2 +end_effector_type: two_finger_end_effector +tele_type: vr_controller +sensor_list: +- cam_front_chest_rgb +- cam_front_head_rgb +- cam_left_wrist_rgb +- cam_right_wrist_rgb +came_info: + cam_front_chest_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 928 + total_frames: 326536 + fps: 30 + total_tasks: 1 + total_videos: 3712 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 5.77 GB +frame_num: 326536 +frame_range: 1M +dataset_size: 5.77 GB +data_structure: "AI2_Alphabot_2_test_data_cable_0_qced_hardlink/\n|-- annotations\n\ + | |-- eef_acc_mag_annotation.jsonl\n| |-- eef_direction_annotation.jsonl\n|\ + \ |-- eef_velocity_annotation.jsonl\n| |-- gripper_activity_annotation.jsonl\n\ + | `-- gripper_mode_annotation.jsonl\n|-- data\n| `-- chunk-000\n| |--\ + \ episode_000000.parquet\n| |-- episode_000001.parquet\n| |-- episode_000002.parquet\n\ + | |-- episode_000003.parquet\n| |-- episode_000004.parquet\n| \ + \ |-- episode_000005.parquet\n| |-- episode_000006.parquet\n| |-- episode_000007.parquet\n\ + | |-- episode_000008.parquet\n| |-- episode_000009.parquet\n| \ + \ |-- episode_000010.parquet\n| `-- episode_000011.parquet\n| `-- ...\ + \ (916 more entries)\n|-- meta\n| |-- episodes.jsonl\n| |-- episodes_stats.jsonl\n\ + | |-- info.json\n| `-- tasks.jsonl\n`-- videos\n `-- chunk-000\n |--\ + \ observation.images.cam_front_chest_rgb\n |-- observation.images.cam_front_head_rgb\n\ + \ |-- observation.images.cam_left_wrist_rgb\n `-- observation.images.cam_right_wrist_rgb" +splits: + train: 0:927 +features: + observation.images.cam_front_chest_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_front_head_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_left_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.images.cam_right_wrist_rgb: + dtype: video + shape: + - 480 + - 640 + - 3 + names: + - height + - width + - channels + info: + video.height: 480 + video.width: 640 + video.codec: av1 + video.pix_fmt: yuv420p + video.is_depth_map: false + video.fps: 30 + video.channels: 3 + has_audio: false + observation.state: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + action: + dtype: float32 + shape: + - 34 + names: + - left_arm_joint_1_rad + - left_arm_joint_2_rad + - left_arm_joint_3_rad + - left_arm_joint_4_rad + - left_arm_joint_5_rad + - left_arm_joint_6_rad + - left_arm_joint_7_rad + - left_eef_pos_x_m + - left_eef_pos_y_m + - left_eef_pos_z_m + - left_eef_rot_euler_x_rad + - left_eef_rot_euler_y_rad + - left_eef_rot_euler_z_rad + - right_arm_joint_1_rad + - right_arm_joint_2_rad + - right_arm_joint_3_rad + - right_arm_joint_4_rad + - right_arm_joint_5_rad + - right_arm_joint_6_rad + - right_arm_joint_7_rad + - right_eef_pos_x_m + - right_eef_pos_y_m + - right_eef_pos_z_m + - right_eef_rot_euler_x_rad + - right_eef_rot_euler_y_rad + - right_eef_rot_euler_z_rad + - left_gripper_open + - right_gripper_open + - neck_joint_1_rad + - neck_joint_2_rad + - torso_joint_1_rad + - torso_joint_2_rad + - torso_joint_3_rad + - torso_joint_4_rad + 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 + gripper_open_scale_state: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + gripper_open_scale_action: + names: + - left_gripper_open_scale + - right_gripper_open_scale + dtype: float64 + shape: + - 2 + eef_sim_pose_state: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_sim_pose_action: + names: + - left_eef_pos_x + - left_eef_pos_y + - left_eef_pos_z + - left_eef_rot_x + - left_eef_rot_y + - left_eef_rot_z + - right_eef_pos_x + - right_eef_pos_y + - right_eef_pos_z + - right_eef_rot_x + - right_eef_rot_y + - right_eef_rot_z + dtype: float32 + shape: + - 12 + eef_direction_state: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_direction_action: + names: + - left_eef_direction + - right_eef_direction + dtype: int32 + shape: + - 2 + eef_velocity_state: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_velocity_action: + names: + - left_eef_velocity + - right_eef_velocity + dtype: int32 + shape: + - 2 + eef_acc_mag_state: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + eef_acc_mag_action: + names: + - left_eef_acc_mag + - right_eef_acc_mag + dtype: int32 + shape: + - 2 + gripper_mode_state: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_mode_action: + names: + - left_gripper_mode + - right_gripper_mode + dtype: int32 + shape: + - 2 + gripper_activity_state: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 + gripper_activity_action: + names: + - left_gripper_activity + - right_gripper_activity + dtype: int32 + shape: + - 2 +authors: + contributed_by: + - name: RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) +dataset_description: This dataset uses an extended format based on LeRobot and is + fully compatible with LeRobot. +homepage: https://flagopen.github.io/RoboCOIN/ +paper: https://arxiv.org/abs/2511.17441 +repository: https://github.com/FlagOpen/RoboCOIN +contact_info: For questions, issues, or feedback regarding this dataset, please contact + us. +support_info: For technical support, please open an issue on our GitHub repository. +license_details: apache-2.0 +citation_bibtex: "@article{robocoin,\n title={RoboCOIN: An Open-Sourced Bimanual\ + \ Robotic Data Collection for Integrated Manipulation},\n author={Shihan Wu, Xuecheng\ + \ Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu\ + \ Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang\ + \ Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin,\ + \ Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng\ + \ Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang\ + \ Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance\ + \ Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang,\ + \ Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie,\ + \ Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao\ + \ Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian,\ + \ Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong,\ + \ He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang,\ + \ Yonghua Lin, Zhongyuan Wang and Guocai Yao},\n journal={arXiv preprint arXiv:2511.17441},\n\ + \ url = {https://arxiv.org/abs/2511.17441},\n year={2025},\n }\n" +additional_citations: 'If you use this dataset, please also consider citing: + + LeRobot Framework: https://github.com/huggingface/lerobot + + ' +version_info: Initial Release +data_path: data/chunk-{id}/episode_{id}.parquet +video_path: videos/chunk-{id}/observation.images.cam_front_chest_rgb/episode_{id}.mp{id} +sub_tasks: *id001 +video_url: videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 diff --git a/meta/episodes.jsonl b/meta/episodes.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2241f7ac5c574e041816866ef226abf99d2af4c0 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,928 @@ +{"episode_index": 0, "tasks": ["Pick up the data cable with the left hand."], "length": 653} +{"episode_index": 1, "tasks": ["Pick up the data cable with the left hand."], "length": 520} +{"episode_index": 2, "tasks": ["Pick up the data cable with the left hand."], "length": 403} +{"episode_index": 3, "tasks": ["Pick up the data cable with the left hand."], "length": 592} +{"episode_index": 4, "tasks": ["Pick up the data cable with the left hand."], "length": 588} +{"episode_index": 5, "tasks": ["Pick up the data cable with the left hand."], "length": 568} +{"episode_index": 6, "tasks": ["Pick up the data cable with the left hand."], "length": 482} +{"episode_index": 7, "tasks": ["Pick up the data cable with the left hand."], "length": 466} +{"episode_index": 8, "tasks": ["Pick up the data cable with the left hand."], "length": 383} +{"episode_index": 9, "tasks": ["Pick up the data cable with the left hand."], "length": 415} +{"episode_index": 10, "tasks": ["Pick up the data cable with the left hand."], "length": 442} +{"episode_index": 11, "tasks": ["Pick up the data cable with the left hand."], "length": 470} +{"episode_index": 12, "tasks": ["Pick up the data cable with the left hand."], "length": 449} +{"episode_index": 13, "tasks": ["Pick up the data cable with the left hand."], "length": 594} +{"episode_index": 14, "tasks": ["Pick up the data cable with the left hand."], "length": 392} +{"episode_index": 15, "tasks": ["Pick up the data cable with the left hand."], "length": 368} +{"episode_index": 16, "tasks": ["Pick up the data cable with the left hand."], "length": 537} +{"episode_index": 17, "tasks": ["Pick up the data cable with the left hand."], "length": 403} +{"episode_index": 18, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 19, "tasks": ["Pick up the data cable with the left hand."], "length": 518} +{"episode_index": 20, "tasks": ["Pick up the data cable with the left hand."], "length": 393} +{"episode_index": 21, "tasks": ["Pick up the data cable with the left hand."], "length": 411} +{"episode_index": 22, "tasks": ["Pick up the data cable with the left hand."], "length": 372} +{"episode_index": 23, "tasks": ["Pick up the data cable with the left hand."], "length": 367} +{"episode_index": 24, "tasks": ["Pick up the data cable with the left hand."], "length": 280} +{"episode_index": 25, "tasks": ["Pick up the data cable with the left hand."], "length": 454} +{"episode_index": 26, "tasks": ["Pick up the data cable with the left hand."], "length": 489} +{"episode_index": 27, "tasks": ["Pick up the data cable with the left hand."], "length": 443} +{"episode_index": 28, "tasks": ["Pick up the data cable with the left hand."], "length": 470} +{"episode_index": 29, "tasks": ["Pick up the data cable with the left hand."], "length": 389} +{"episode_index": 30, "tasks": ["Pick up the data cable with the left hand."], "length": 383} +{"episode_index": 31, "tasks": ["Pick up the data cable with the left hand."], "length": 512} +{"episode_index": 32, "tasks": ["Pick up the data cable with the left hand."], "length": 471} +{"episode_index": 33, "tasks": ["Pick up the data cable with the left hand."], "length": 458} +{"episode_index": 34, "tasks": ["Pick up the data cable with the left hand."], "length": 476} +{"episode_index": 35, "tasks": ["Pick up the data cable with the left hand."], "length": 545} +{"episode_index": 36, "tasks": ["Pick up the data cable with the left hand."], "length": 421} +{"episode_index": 37, "tasks": ["Pick up the data cable with the left hand."], "length": 362} +{"episode_index": 38, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 39, "tasks": ["Pick up the data cable with the left hand."], "length": 475} +{"episode_index": 40, "tasks": ["Pick up the data cable with the left hand."], "length": 419} +{"episode_index": 41, "tasks": ["Pick up the data cable with the left hand."], "length": 412} +{"episode_index": 42, "tasks": ["Pick up the data cable with the left hand."], "length": 396} +{"episode_index": 43, "tasks": ["Pick up the data cable with the left hand."], "length": 468} +{"episode_index": 44, "tasks": ["Pick up the data cable with the left hand."], "length": 432} +{"episode_index": 45, "tasks": ["Pick up the data cable with the left hand."], "length": 516} +{"episode_index": 46, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 47, "tasks": ["Pick up the data cable with the left hand."], "length": 336} +{"episode_index": 48, "tasks": ["Pick up the data cable with the left hand."], "length": 286} +{"episode_index": 49, "tasks": ["Pick up the data cable with the left hand."], "length": 355} +{"episode_index": 50, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 51, "tasks": ["Pick up the data cable with the left hand."], "length": 378} +{"episode_index": 52, "tasks": ["Pick up the data cable with the left hand."], "length": 390} +{"episode_index": 53, "tasks": ["Pick up the data cable with the left hand."], "length": 364} +{"episode_index": 54, "tasks": ["Pick up the data cable with the left hand."], "length": 432} +{"episode_index": 55, "tasks": ["Pick up the data cable with the left hand."], "length": 454} +{"episode_index": 56, "tasks": ["Pick up the data cable with the left hand."], "length": 444} +{"episode_index": 57, "tasks": ["Pick up the data cable with the left hand."], "length": 456} +{"episode_index": 58, "tasks": ["Pick up the data cable with the left hand."], "length": 365} +{"episode_index": 59, "tasks": ["Pick up the data cable with the left hand."], "length": 355} +{"episode_index": 60, "tasks": ["Pick up the data cable with the left hand."], "length": 412} +{"episode_index": 61, "tasks": ["Pick up the data cable with the left hand."], "length": 415} +{"episode_index": 62, "tasks": ["Pick up the data cable with the left hand."], "length": 425} +{"episode_index": 63, "tasks": ["Pick up the data cable with the left hand."], "length": 386} +{"episode_index": 64, "tasks": ["Pick up the data cable with the left hand."], "length": 389} +{"episode_index": 65, "tasks": ["Pick up the data cable with the left hand."], "length": 400} +{"episode_index": 66, "tasks": ["Pick up the data cable with the left hand."], "length": 385} +{"episode_index": 67, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 68, "tasks": ["Pick up the data cable with the left hand."], "length": 433} +{"episode_index": 69, "tasks": ["Pick up the data cable with the left hand."], "length": 516} +{"episode_index": 70, "tasks": ["Pick up the data cable with the left hand."], "length": 540} +{"episode_index": 71, "tasks": ["Pick up the data cable with the left hand."], "length": 378} +{"episode_index": 72, "tasks": ["Pick up the data cable with the left hand."], "length": 373} +{"episode_index": 73, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 74, "tasks": ["Pick up the data cable with the left hand."], "length": 383} +{"episode_index": 75, "tasks": ["Pick up the data cable with the left hand."], "length": 408} +{"episode_index": 76, "tasks": ["Pick up the data cable with the left hand."], "length": 357} +{"episode_index": 77, "tasks": ["Pick up the data cable with the left hand."], "length": 372} +{"episode_index": 78, "tasks": ["Pick up the data cable with the left hand."], "length": 348} +{"episode_index": 79, "tasks": ["Pick up the data cable with the left hand."], "length": 370} +{"episode_index": 80, "tasks": ["Pick up the data cable with the left hand."], "length": 529} +{"episode_index": 81, "tasks": ["Pick up the data cable with the left hand."], "length": 492} +{"episode_index": 82, "tasks": ["Pick up the data cable with the left hand."], "length": 386} +{"episode_index": 83, "tasks": ["Pick up the data cable with the left hand."], "length": 459} +{"episode_index": 84, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 85, "tasks": ["Pick up the data cable with the left hand."], "length": 354} +{"episode_index": 86, "tasks": ["Pick up the data cable with the left hand."], "length": 366} +{"episode_index": 87, "tasks": ["Pick up the data cable with the left hand."], "length": 402} +{"episode_index": 88, "tasks": ["Pick up the data cable with the left hand."], "length": 446} +{"episode_index": 89, "tasks": ["Pick up the data cable with the left hand."], "length": 382} +{"episode_index": 90, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 91, "tasks": ["Pick up the data cable with the left hand."], "length": 323} +{"episode_index": 92, "tasks": ["Pick up the data cable with the left hand."], "length": 456} +{"episode_index": 93, "tasks": ["Pick up the data cable with the left hand."], "length": 401} +{"episode_index": 94, "tasks": ["Pick up the data cable with the left hand."], "length": 393} +{"episode_index": 95, "tasks": ["Pick up the data cable with the left hand."], "length": 401} +{"episode_index": 96, "tasks": ["Pick up the data cable with the left hand."], "length": 356} +{"episode_index": 97, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 98, "tasks": ["Pick up the data cable with the left hand."], "length": 348} +{"episode_index": 99, "tasks": ["Pick up the data cable with the left hand."], "length": 396} +{"episode_index": 100, "tasks": ["Pick up the data cable with the left hand."], "length": 412} +{"episode_index": 101, "tasks": ["Pick up the data cable with the left hand."], "length": 371} +{"episode_index": 102, "tasks": ["Pick up the data cable with the left hand."], "length": 490} +{"episode_index": 103, "tasks": ["Pick up the data cable with the left hand."], "length": 447} +{"episode_index": 104, "tasks": ["Pick up the data cable with the left hand."], "length": 315} +{"episode_index": 105, "tasks": ["Pick up the data cable with the left hand."], "length": 347} +{"episode_index": 106, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 107, "tasks": ["Pick up the data cable with the left hand."], "length": 323} +{"episode_index": 108, "tasks": ["Pick up the data cable with the left hand."], "length": 321} +{"episode_index": 109, "tasks": ["Pick up the data cable with the left hand."], "length": 275} +{"episode_index": 110, "tasks": ["Pick up the data cable with the left hand."], "length": 350} +{"episode_index": 111, "tasks": ["Pick up the data cable with the left hand."], "length": 414} +{"episode_index": 112, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 113, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 114, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 115, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 116, "tasks": ["Pick up the data cable with the left hand."], "length": 413} +{"episode_index": 117, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 118, "tasks": ["Pick up the data cable with the left hand."], "length": 346} +{"episode_index": 119, "tasks": ["Pick up the data cable with the left hand."], "length": 389} +{"episode_index": 120, "tasks": ["Pick up the data cable with the left hand."], "length": 293} +{"episode_index": 121, "tasks": ["Pick up the data cable with the left hand."], "length": 356} +{"episode_index": 122, "tasks": ["Pick up the data cable with the left hand."], "length": 344} +{"episode_index": 123, "tasks": ["Pick up the data cable with the left hand."], "length": 362} +{"episode_index": 124, "tasks": ["Pick up the data cable with the left hand."], "length": 340} +{"episode_index": 125, "tasks": ["Pick up the data cable with the left hand."], "length": 492} +{"episode_index": 126, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 127, "tasks": ["Pick up the data cable with the left hand."], "length": 404} +{"episode_index": 128, "tasks": ["Pick up the data cable with the left hand."], "length": 287} +{"episode_index": 129, "tasks": ["Pick up the data cable with the left hand."], "length": 377} +{"episode_index": 130, "tasks": ["Pick up the data cable with the left hand."], "length": 261} +{"episode_index": 131, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 132, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 133, "tasks": ["Pick up the data cable with the left hand."], "length": 348} +{"episode_index": 134, "tasks": ["Pick up the data cable with the left hand."], "length": 356} +{"episode_index": 135, "tasks": ["Pick up the data cable with the left hand."], "length": 363} +{"episode_index": 136, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 137, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 138, "tasks": ["Pick up the data cable with the left hand."], "length": 275} +{"episode_index": 139, "tasks": ["Pick up the data cable with the left hand."], "length": 280} +{"episode_index": 140, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 141, "tasks": ["Pick up the data cable with the left hand."], "length": 321} +{"episode_index": 142, "tasks": ["Pick up the data cable with the left hand."], "length": 340} +{"episode_index": 143, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 144, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 145, "tasks": ["Pick up the data cable with the left hand."], "length": 331} +{"episode_index": 146, "tasks": ["Pick up the data cable with the left hand."], "length": 321} +{"episode_index": 147, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 148, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 149, "tasks": ["Pick up the data cable with the left hand."], "length": 391} +{"episode_index": 150, "tasks": ["Pick up the data cable with the left hand."], "length": 413} +{"episode_index": 151, "tasks": ["Pick up the data cable with the left hand."], "length": 397} +{"episode_index": 152, "tasks": ["Pick up the data cable with the left hand."], "length": 359} +{"episode_index": 153, "tasks": ["Pick up the data cable with the left hand."], "length": 434} +{"episode_index": 154, "tasks": ["Pick up the data cable with the left hand."], "length": 408} +{"episode_index": 155, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 156, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 157, "tasks": ["Pick up the data cable with the left hand."], "length": 412} +{"episode_index": 158, "tasks": ["Pick up the data cable with the left hand."], "length": 301} +{"episode_index": 159, "tasks": ["Pick up the data cable with the left hand."], "length": 377} +{"episode_index": 160, "tasks": ["Pick up the data cable with the left hand."], "length": 384} +{"episode_index": 161, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 162, "tasks": ["Pick up the data cable with the left hand."], "length": 356} +{"episode_index": 163, "tasks": ["Pick up the data cable with the left hand."], "length": 419} +{"episode_index": 164, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 165, "tasks": ["Pick up the data cable with the left hand."], "length": 347} +{"episode_index": 166, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 167, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 168, "tasks": ["Pick up the data cable with the left hand."], "length": 374} +{"episode_index": 169, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 170, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 171, "tasks": ["Pick up the data cable with the left hand."], "length": 410} +{"episode_index": 172, "tasks": ["Pick up the data cable with the left hand."], "length": 366} +{"episode_index": 173, "tasks": ["Pick up the data cable with the left hand."], "length": 408} +{"episode_index": 174, "tasks": ["Pick up the data cable with the left hand."], "length": 398} +{"episode_index": 175, "tasks": ["Pick up the data cable with the left hand."], "length": 382} +{"episode_index": 176, "tasks": ["Pick up the data cable with the left hand."], "length": 396} +{"episode_index": 177, "tasks": ["Pick up the data cable with the left hand."], "length": 465} +{"episode_index": 178, "tasks": ["Pick up the data cable with the left hand."], "length": 358} +{"episode_index": 179, "tasks": ["Pick up the data cable with the left hand."], "length": 354} +{"episode_index": 180, "tasks": ["Pick up the data cable with the left hand."], "length": 426} +{"episode_index": 181, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 182, "tasks": ["Pick up the data cable with the left hand."], "length": 304} +{"episode_index": 183, "tasks": ["Pick up the data cable with the left hand."], "length": 481} +{"episode_index": 184, "tasks": ["Pick up the data cable with the left hand."], "length": 371} +{"episode_index": 185, "tasks": ["Pick up the data cable with the left hand."], "length": 296} +{"episode_index": 186, "tasks": ["Pick up the data cable with the left hand."], "length": 416} +{"episode_index": 187, "tasks": ["Pick up the data cable with the left hand."], "length": 347} +{"episode_index": 188, "tasks": ["Pick up the data cable with the left hand."], "length": 457} +{"episode_index": 189, "tasks": ["Pick up the data cable with the left hand."], "length": 387} +{"episode_index": 190, "tasks": ["Pick up the data cable with the left hand."], "length": 359} +{"episode_index": 191, "tasks": ["Pick up the data cable with the left hand."], "length": 370} +{"episode_index": 192, "tasks": ["Pick up the data cable with the left hand."], "length": 293} +{"episode_index": 193, "tasks": ["Pick up the data cable with the left hand."], "length": 406} +{"episode_index": 194, "tasks": ["Pick up the data cable with the left hand."], "length": 378} +{"episode_index": 195, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 196, "tasks": ["Pick up the data cable with the left hand."], "length": 423} +{"episode_index": 197, "tasks": ["Pick up the data cable with the left hand."], "length": 420} +{"episode_index": 198, "tasks": ["Pick up the data cable with the left hand."], "length": 412} +{"episode_index": 199, "tasks": ["Pick up the data cable with the left hand."], "length": 402} +{"episode_index": 200, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 201, "tasks": ["Pick up the data cable with the left hand."], "length": 407} +{"episode_index": 202, "tasks": ["Pick up the data cable with the left hand."], "length": 356} +{"episode_index": 203, "tasks": ["Pick up the data cable with the left hand."], "length": 439} +{"episode_index": 204, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 205, "tasks": ["Pick up the data cable with the left hand."], "length": 285} +{"episode_index": 206, "tasks": ["Pick up the data cable with the left hand."], "length": 362} +{"episode_index": 207, "tasks": ["Pick up the data cable with the left hand."], "length": 496} +{"episode_index": 208, "tasks": ["Pick up the data cable with the left hand."], "length": 299} +{"episode_index": 209, "tasks": ["Pick up the data cable with the left hand."], "length": 285} +{"episode_index": 210, "tasks": ["Pick up the data cable with the left hand."], "length": 500} +{"episode_index": 211, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 212, "tasks": ["Pick up the data cable with the left hand."], "length": 316} +{"episode_index": 213, "tasks": ["Pick up the data cable with the left hand."], "length": 407} +{"episode_index": 214, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 215, "tasks": ["Pick up the data cable with the left hand."], "length": 280} +{"episode_index": 216, "tasks": ["Pick up the data cable with the left hand."], "length": 365} +{"episode_index": 217, "tasks": ["Pick up the data cable with the left hand."], "length": 462} +{"episode_index": 218, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 219, "tasks": ["Pick up the data cable with the left hand."], "length": 241} +{"episode_index": 220, "tasks": ["Pick up the data cable with the left hand."], "length": 297} +{"episode_index": 221, "tasks": ["Pick up the data cable with the left hand."], "length": 285} +{"episode_index": 222, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 223, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 224, "tasks": ["Pick up the data cable with the left hand."], "length": 344} +{"episode_index": 225, "tasks": ["Pick up the data cable with the left hand."], "length": 474} +{"episode_index": 226, "tasks": ["Pick up the data cable with the left hand."], "length": 535} +{"episode_index": 227, "tasks": ["Pick up the data cable with the left hand."], "length": 417} +{"episode_index": 228, "tasks": ["Pick up the data cable with the left hand."], "length": 446} +{"episode_index": 229, "tasks": ["Pick up the data cable with the left hand."], "length": 321} +{"episode_index": 230, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 231, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 232, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 233, "tasks": ["Pick up the data cable with the left hand."], "length": 295} +{"episode_index": 234, "tasks": ["Pick up the data cable with the left hand."], "length": 265} +{"episode_index": 235, "tasks": ["Pick up the data cable with the left hand."], "length": 376} +{"episode_index": 236, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 237, "tasks": ["Pick up the data cable with the left hand."], "length": 428} +{"episode_index": 238, "tasks": ["Pick up the data cable with the left hand."], "length": 352} +{"episode_index": 239, "tasks": ["Pick up the data cable with the left hand."], "length": 457} +{"episode_index": 240, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 241, "tasks": ["Pick up the data cable with the left hand."], "length": 316} +{"episode_index": 242, "tasks": ["Pick up the data cable with the left hand."], "length": 485} +{"episode_index": 243, "tasks": ["Pick up the data cable with the left hand."], "length": 520} +{"episode_index": 244, "tasks": ["Pick up the data cable with the left hand."], "length": 229} +{"episode_index": 245, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 246, "tasks": ["Pick up the data cable with the left hand."], "length": 281} +{"episode_index": 247, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 248, "tasks": ["Pick up the data cable with the left hand."], "length": 421} +{"episode_index": 249, "tasks": ["Pick up the data cable with the left hand."], "length": 411} +{"episode_index": 250, "tasks": ["Pick up the data cable with the left hand."], "length": 276} +{"episode_index": 251, "tasks": ["Pick up the data cable with the left hand."], "length": 327} +{"episode_index": 252, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 253, "tasks": ["Pick up the data cable with the left hand."], "length": 393} +{"episode_index": 254, "tasks": ["Pick up the data cable with the left hand."], "length": 293} +{"episode_index": 255, "tasks": ["Pick up the data cable with the left hand."], "length": 292} +{"episode_index": 256, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 257, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 258, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 259, "tasks": ["Pick up the data cable with the left hand."], "length": 300} +{"episode_index": 260, "tasks": ["Pick up the data cable with the left hand."], "length": 357} +{"episode_index": 261, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 262, "tasks": ["Pick up the data cable with the left hand."], "length": 338} +{"episode_index": 263, "tasks": ["Pick up the data cable with the left hand."], "length": 350} +{"episode_index": 264, "tasks": ["Pick up the data cable with the left hand."], "length": 306} +{"episode_index": 265, "tasks": ["Pick up the data cable with the left hand."], "length": 384} +{"episode_index": 266, "tasks": ["Pick up the data cable with the left hand."], "length": 288} +{"episode_index": 267, "tasks": ["Pick up the data cable with the left hand."], "length": 376} +{"episode_index": 268, "tasks": ["Pick up the data cable with the left hand."], "length": 334} +{"episode_index": 269, "tasks": ["Pick up the data cable with the left hand."], "length": 355} +{"episode_index": 270, "tasks": ["Pick up the data cable with the left hand."], "length": 362} +{"episode_index": 271, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 272, "tasks": ["Pick up the data cable with the left hand."], "length": 386} +{"episode_index": 273, "tasks": ["Pick up the data cable with the left hand."], "length": 262} +{"episode_index": 274, "tasks": ["Pick up the data cable with the left hand."], "length": 314} +{"episode_index": 275, "tasks": ["Pick up the data cable with the left hand."], "length": 290} +{"episode_index": 276, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 277, "tasks": ["Pick up the data cable with the left hand."], "length": 256} +{"episode_index": 278, "tasks": ["Pick up the data cable with the left hand."], "length": 281} +{"episode_index": 279, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 280, "tasks": ["Pick up the data cable with the left hand."], "length": 224} +{"episode_index": 281, "tasks": ["Pick up the data cable with the left hand."], "length": 376} +{"episode_index": 282, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 283, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 284, "tasks": ["Pick up the data cable with the left hand."], "length": 367} +{"episode_index": 285, "tasks": ["Pick up the data cable with the left hand."], "length": 528} +{"episode_index": 286, "tasks": ["Pick up the data cable with the left hand."], "length": 447} +{"episode_index": 287, "tasks": ["Pick up the data cable with the left hand."], "length": 398} +{"episode_index": 288, "tasks": ["Pick up the data cable with the left hand."], "length": 370} +{"episode_index": 289, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 290, "tasks": ["Pick up the data cable with the left hand."], "length": 305} +{"episode_index": 291, "tasks": ["Pick up the data cable with the left hand."], "length": 336} +{"episode_index": 292, "tasks": ["Pick up the data cable with the left hand."], "length": 341} +{"episode_index": 293, "tasks": ["Pick up the data cable with the left hand."], "length": 301} +{"episode_index": 294, "tasks": ["Pick up the data cable with the left hand."], "length": 335} +{"episode_index": 295, "tasks": ["Pick up the data cable with the left hand."], "length": 381} +{"episode_index": 296, "tasks": ["Pick up the data cable with the left hand."], "length": 297} +{"episode_index": 297, "tasks": ["Pick up the data cable with the left hand."], "length": 361} +{"episode_index": 298, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 299, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 300, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 301, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 302, "tasks": ["Pick up the data cable with the left hand."], "length": 399} +{"episode_index": 303, "tasks": ["Pick up the data cable with the left hand."], "length": 398} +{"episode_index": 304, "tasks": ["Pick up the data cable with the left hand."], "length": 368} +{"episode_index": 305, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 306, "tasks": ["Pick up the data cable with the left hand."], "length": 388} +{"episode_index": 307, "tasks": ["Pick up the data cable with the left hand."], "length": 330} +{"episode_index": 308, "tasks": ["Pick up the data cable with the left hand."], "length": 397} +{"episode_index": 309, "tasks": ["Pick up the data cable with the left hand."], "length": 334} +{"episode_index": 310, "tasks": ["Pick up the data cable with the left hand."], "length": 395} +{"episode_index": 311, "tasks": ["Pick up the data cable with the left hand."], "length": 368} +{"episode_index": 312, "tasks": ["Pick up the data cable with the left hand."], "length": 284} +{"episode_index": 313, "tasks": ["Pick up the data cable with the left hand."], "length": 382} +{"episode_index": 314, "tasks": ["Pick up the data cable with the left hand."], "length": 341} +{"episode_index": 315, "tasks": ["Pick up the data cable with the left hand."], "length": 303} +{"episode_index": 316, "tasks": ["Pick up the data cable with the left hand."], "length": 367} +{"episode_index": 317, "tasks": ["Pick up the data cable with the left hand."], "length": 253} +{"episode_index": 318, "tasks": ["Pick up the data cable with the left hand."], "length": 330} +{"episode_index": 319, "tasks": ["Pick up the data cable with the left hand."], "length": 470} +{"episode_index": 320, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 321, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 322, "tasks": ["Pick up the data cable with the left hand."], "length": 296} +{"episode_index": 323, "tasks": ["Pick up the data cable with the left hand."], "length": 327} +{"episode_index": 324, "tasks": ["Pick up the data cable with the left hand."], "length": 327} +{"episode_index": 325, "tasks": ["Pick up the data cable with the left hand."], "length": 420} +{"episode_index": 326, "tasks": ["Pick up the data cable with the left hand."], "length": 379} +{"episode_index": 327, "tasks": ["Pick up the data cable with the left hand."], "length": 357} +{"episode_index": 328, "tasks": ["Pick up the data cable with the left hand."], "length": 406} +{"episode_index": 329, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 330, "tasks": ["Pick up the data cable with the left hand."], "length": 388} +{"episode_index": 331, "tasks": ["Pick up the data cable with the left hand."], "length": 376} +{"episode_index": 332, "tasks": ["Pick up the data cable with the left hand."], "length": 323} +{"episode_index": 333, "tasks": ["Pick up the data cable with the left hand."], "length": 338} +{"episode_index": 334, "tasks": ["Pick up the data cable with the left hand."], "length": 646} +{"episode_index": 335, "tasks": ["Pick up the data cable with the left hand."], "length": 344} +{"episode_index": 336, "tasks": ["Pick up the data cable with the left hand."], "length": 389} +{"episode_index": 337, "tasks": ["Pick up the data cable with the left hand."], "length": 359} +{"episode_index": 338, "tasks": ["Pick up the data cable with the left hand."], "length": 292} +{"episode_index": 339, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 340, "tasks": ["Pick up the data cable with the left hand."], "length": 334} +{"episode_index": 341, "tasks": ["Pick up the data cable with the left hand."], "length": 397} +{"episode_index": 342, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 343, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 344, "tasks": ["Pick up the data cable with the left hand."], "length": 352} +{"episode_index": 345, "tasks": ["Pick up the data cable with the left hand."], "length": 334} +{"episode_index": 346, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 347, "tasks": ["Pick up the data cable with the left hand."], "length": 338} +{"episode_index": 348, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 349, "tasks": ["Pick up the data cable with the left hand."], "length": 389} +{"episode_index": 350, "tasks": ["Pick up the data cable with the left hand."], "length": 344} +{"episode_index": 351, "tasks": ["Pick up the data cable with the left hand."], "length": 303} +{"episode_index": 352, "tasks": ["Pick up the data cable with the left hand."], "length": 414} +{"episode_index": 353, "tasks": ["Pick up the data cable with the left hand."], "length": 266} +{"episode_index": 354, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 355, "tasks": ["Pick up the data cable with the left hand."], "length": 374} +{"episode_index": 356, "tasks": ["Pick up the data cable with the left hand."], "length": 351} +{"episode_index": 357, "tasks": ["Pick up the data cable with the left hand."], "length": 359} +{"episode_index": 358, "tasks": ["Pick up the data cable with the left hand."], "length": 299} +{"episode_index": 359, "tasks": ["Pick up the data cable with the left hand."], "length": 279} +{"episode_index": 360, "tasks": ["Pick up the data cable with the left hand."], "length": 387} +{"episode_index": 361, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 362, "tasks": ["Pick up the data cable with the left hand."], "length": 330} +{"episode_index": 363, "tasks": ["Pick up the data cable with the left hand."], "length": 383} +{"episode_index": 364, "tasks": ["Pick up the data cable with the left hand."], "length": 372} +{"episode_index": 365, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 366, "tasks": ["Pick up the data cable with the left hand."], "length": 243} +{"episode_index": 367, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 368, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 369, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 370, "tasks": ["Pick up the data cable with the left hand."], "length": 312} +{"episode_index": 371, "tasks": ["Pick up the data cable with the left hand."], "length": 271} +{"episode_index": 372, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 373, "tasks": ["Pick up the data cable with the left hand."], "length": 343} +{"episode_index": 374, "tasks": ["Pick up the data cable with the left hand."], "length": 293} +{"episode_index": 375, "tasks": ["Pick up the data cable with the left hand."], "length": 338} +{"episode_index": 376, "tasks": ["Pick up the data cable with the left hand."], "length": 297} +{"episode_index": 377, "tasks": ["Pick up the data cable with the left hand."], "length": 294} +{"episode_index": 378, "tasks": ["Pick up the data cable with the left hand."], "length": 322} +{"episode_index": 379, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 380, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 381, "tasks": ["Pick up the data cable with the left hand."], "length": 326} +{"episode_index": 382, "tasks": ["Pick up the data cable with the left hand."], "length": 306} +{"episode_index": 383, "tasks": ["Pick up the data cable with the left hand."], "length": 256} +{"episode_index": 384, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 385, "tasks": ["Pick up the data cable with the left hand."], "length": 292} +{"episode_index": 386, "tasks": ["Pick up the data cable with the left hand."], "length": 432} +{"episode_index": 387, "tasks": ["Pick up the data cable with the left hand."], "length": 250} +{"episode_index": 388, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 389, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 390, "tasks": ["Pick up the data cable with the left hand."], "length": 502} +{"episode_index": 391, "tasks": ["Pick up the data cable with the left hand."], "length": 357} +{"episode_index": 392, "tasks": ["Pick up the data cable with the left hand."], "length": 231} +{"episode_index": 393, "tasks": ["Pick up the data cable with the left hand."], "length": 314} +{"episode_index": 394, "tasks": ["Pick up the data cable with the left hand."], "length": 297} +{"episode_index": 395, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 396, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 397, "tasks": ["Pick up the data cable with the left hand."], "length": 241} +{"episode_index": 398, "tasks": ["Pick up the data cable with the left hand."], "length": 324} +{"episode_index": 399, "tasks": ["Pick up the data cable with the left hand."], "length": 343} +{"episode_index": 400, "tasks": ["Pick up the data cable with the left hand."], "length": 249} +{"episode_index": 401, "tasks": ["Pick up the data cable with the left hand."], "length": 283} +{"episode_index": 402, "tasks": ["Pick up the data cable with the left hand."], "length": 242} +{"episode_index": 403, "tasks": ["Pick up the data cable with the left hand."], "length": 267} +{"episode_index": 404, "tasks": ["Pick up the data cable with the left hand."], "length": 225} +{"episode_index": 405, "tasks": ["Pick up the data cable with the left hand."], "length": 253} +{"episode_index": 406, "tasks": ["Pick up the data cable with the left hand."], "length": 264} +{"episode_index": 407, "tasks": ["Pick up the data cable with the left hand."], "length": 357} +{"episode_index": 408, "tasks": ["Pick up the data cable with the left hand."], "length": 251} +{"episode_index": 409, "tasks": ["Pick up the data cable with the left hand."], "length": 249} +{"episode_index": 410, "tasks": ["Pick up the data cable with the left hand."], "length": 294} +{"episode_index": 411, "tasks": ["Pick up the data cable with the left hand."], "length": 276} +{"episode_index": 412, "tasks": ["Pick up the data cable with the left hand."], "length": 278} +{"episode_index": 413, "tasks": ["Pick up the data cable with the left hand."], "length": 227} +{"episode_index": 414, "tasks": ["Pick up the data cable with the left hand."], "length": 252} +{"episode_index": 415, "tasks": ["Pick up the data cable with the left hand."], "length": 287} +{"episode_index": 416, "tasks": ["Pick up the data cable with the left hand."], "length": 303} +{"episode_index": 417, "tasks": ["Pick up the data cable with the left hand."], "length": 259} +{"episode_index": 418, "tasks": ["Pick up the data cable with the left hand."], "length": 278} +{"episode_index": 419, "tasks": ["Pick up the data cable with the left hand."], "length": 386} +{"episode_index": 420, "tasks": ["Pick up the data cable with the left hand."], "length": 406} +{"episode_index": 421, "tasks": ["Pick up the data cable with the left hand."], "length": 300} +{"episode_index": 422, "tasks": ["Pick up the data cable with the left hand."], "length": 277} +{"episode_index": 423, "tasks": ["Pick up the data cable with the left hand."], "length": 233} +{"episode_index": 424, "tasks": ["Pick up the data cable with the left hand."], "length": 303} +{"episode_index": 425, "tasks": ["Pick up the data cable with the left hand."], "length": 277} +{"episode_index": 426, "tasks": ["Pick up the data cable with the left hand."], "length": 253} +{"episode_index": 427, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 428, "tasks": ["Pick up the data cable with the left hand."], "length": 315} +{"episode_index": 429, "tasks": ["Pick up the data cable with the left hand."], "length": 238} +{"episode_index": 430, "tasks": ["Pick up the data cable with the left hand."], "length": 249} +{"episode_index": 431, "tasks": ["Pick up the data cable with the left hand."], "length": 266} +{"episode_index": 432, "tasks": ["Pick up the data cable with the left hand."], "length": 276} +{"episode_index": 433, "tasks": ["Pick up the data cable with the left hand."], "length": 241} +{"episode_index": 434, "tasks": ["Pick up the data cable with the left hand."], "length": 347} +{"episode_index": 435, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 436, "tasks": ["Pick up the data cable with the left hand."], "length": 351} +{"episode_index": 437, "tasks": ["Pick up the data cable with the left hand."], "length": 301} +{"episode_index": 438, "tasks": ["Pick up the data cable with the left hand."], "length": 263} +{"episode_index": 439, "tasks": ["Pick up the data cable with the left hand."], "length": 336} +{"episode_index": 440, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 441, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 442, "tasks": ["Pick up the data cable with the left hand."], "length": 350} +{"episode_index": 443, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 444, "tasks": ["Pick up the data cable with the left hand."], "length": 354} +{"episode_index": 445, "tasks": ["Pick up the data cable with the left hand."], "length": 329} +{"episode_index": 446, "tasks": ["Pick up the data cable with the left hand."], "length": 441} +{"episode_index": 447, "tasks": ["Pick up the data cable with the left hand."], "length": 326} +{"episode_index": 448, "tasks": ["Pick up the data cable with the left hand."], "length": 354} +{"episode_index": 449, "tasks": ["Pick up the data cable with the left hand."], "length": 372} +{"episode_index": 450, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 451, "tasks": ["Pick up the data cable with the left hand."], "length": 279} +{"episode_index": 452, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 453, "tasks": ["Pick up the data cable with the left hand."], "length": 593} +{"episode_index": 454, "tasks": ["Pick up the data cable with the left hand."], "length": 463} +{"episode_index": 455, "tasks": ["Pick up the data cable with the left hand."], "length": 279} +{"episode_index": 456, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 457, "tasks": ["Pick up the data cable with the left hand."], "length": 345} +{"episode_index": 458, "tasks": ["Pick up the data cable with the left hand."], "length": 411} +{"episode_index": 459, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 460, "tasks": ["Pick up the data cable with the left hand."], "length": 345} +{"episode_index": 461, "tasks": ["Pick up the data cable with the left hand."], "length": 321} +{"episode_index": 462, "tasks": ["Pick up the data cable with the left hand."], "length": 345} +{"episode_index": 463, "tasks": ["Pick up the data cable with the left hand."], "length": 374} +{"episode_index": 464, "tasks": ["Pick up the data cable with the left hand."], "length": 252} +{"episode_index": 465, "tasks": ["Pick up the data cable with the left hand."], "length": 364} +{"episode_index": 466, "tasks": ["Pick up the data cable with the left hand."], "length": 295} +{"episode_index": 467, "tasks": ["Pick up the data cable with the left hand."], "length": 389} +{"episode_index": 468, "tasks": ["Pick up the data cable with the left hand."], "length": 308} +{"episode_index": 469, "tasks": ["Pick up the data cable with the left hand."], "length": 329} +{"episode_index": 470, "tasks": ["Pick up the data cable with the left hand."], "length": 361} +{"episode_index": 471, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 472, "tasks": ["Pick up the data cable with the left hand."], "length": 461} +{"episode_index": 473, "tasks": ["Pick up the data cable with the left hand."], "length": 428} +{"episode_index": 474, "tasks": ["Pick up the data cable with the left hand."], "length": 509} +{"episode_index": 475, "tasks": ["Pick up the data cable with the left hand."], "length": 368} +{"episode_index": 476, "tasks": ["Pick up the data cable with the left hand."], "length": 536} +{"episode_index": 477, "tasks": ["Pick up the data cable with the left hand."], "length": 415} +{"episode_index": 478, "tasks": ["Pick up the data cable with the left hand."], "length": 306} +{"episode_index": 479, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 480, "tasks": ["Pick up the data cable with the left hand."], "length": 400} +{"episode_index": 481, "tasks": ["Pick up the data cable with the left hand."], "length": 393} +{"episode_index": 482, "tasks": ["Pick up the data cable with the left hand."], "length": 379} +{"episode_index": 483, "tasks": ["Pick up the data cable with the left hand."], "length": 407} +{"episode_index": 484, "tasks": ["Pick up the data cable with the left hand."], "length": 268} +{"episode_index": 485, "tasks": ["Pick up the data cable with the left hand."], "length": 477} +{"episode_index": 486, "tasks": ["Pick up the data cable with the left hand."], "length": 376} +{"episode_index": 487, "tasks": ["Pick up the data cable with the left hand."], "length": 474} +{"episode_index": 488, "tasks": ["Pick up the data cable with the left hand."], "length": 314} +{"episode_index": 489, "tasks": ["Pick up the data cable with the left hand."], "length": 352} +{"episode_index": 490, "tasks": ["Pick up the data cable with the left hand."], "length": 446} +{"episode_index": 491, "tasks": ["Pick up the data cable with the left hand."], "length": 391} +{"episode_index": 492, "tasks": ["Pick up the data cable with the left hand."], "length": 322} +{"episode_index": 493, "tasks": ["Pick up the data cable with the left hand."], "length": 338} +{"episode_index": 494, "tasks": ["Pick up the data cable with the left hand."], "length": 421} +{"episode_index": 495, "tasks": ["Pick up the data cable with the left hand."], "length": 405} +{"episode_index": 496, "tasks": ["Pick up the data cable with the left hand."], "length": 426} +{"episode_index": 497, "tasks": ["Pick up the data cable with the left hand."], "length": 300} +{"episode_index": 498, "tasks": ["Pick up the data cable with the left hand."], "length": 450} +{"episode_index": 499, "tasks": ["Pick up the data cable with the left hand."], "length": 408} +{"episode_index": 500, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 501, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 502, "tasks": ["Pick up the data cable with the left hand."], "length": 347} +{"episode_index": 503, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 504, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 505, "tasks": ["Pick up the data cable with the left hand."], "length": 323} +{"episode_index": 506, "tasks": ["Pick up the data cable with the left hand."], "length": 270} +{"episode_index": 507, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 508, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 509, "tasks": ["Pick up the data cable with the left hand."], "length": 377} +{"episode_index": 510, "tasks": ["Pick up the data cable with the left hand."], "length": 280} +{"episode_index": 511, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 512, "tasks": ["Pick up the data cable with the left hand."], "length": 331} +{"episode_index": 513, "tasks": ["Pick up the data cable with the left hand."], "length": 400} +{"episode_index": 514, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 515, "tasks": ["Pick up the data cable with the left hand."], "length": 359} +{"episode_index": 516, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 517, "tasks": ["Pick up the data cable with the left hand."], "length": 320} +{"episode_index": 518, "tasks": ["Pick up the data cable with the left hand."], "length": 368} +{"episode_index": 519, "tasks": ["Pick up the data cable with the left hand."], "length": 314} +{"episode_index": 520, "tasks": ["Pick up the data cable with the left hand."], "length": 364} +{"episode_index": 521, "tasks": ["Pick up the data cable with the left hand."], "length": 292} +{"episode_index": 522, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 523, "tasks": ["Pick up the data cable with the left hand."], "length": 287} +{"episode_index": 524, "tasks": ["Pick up the data cable with the left hand."], "length": 361} +{"episode_index": 525, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 526, "tasks": ["Pick up the data cable with the left hand."], "length": 282} +{"episode_index": 527, "tasks": ["Pick up the data cable with the left hand."], "length": 410} +{"episode_index": 528, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 529, "tasks": ["Pick up the data cable with the left hand."], "length": 398} +{"episode_index": 530, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 531, "tasks": ["Pick up the data cable with the left hand."], "length": 422} +{"episode_index": 532, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 533, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 534, "tasks": ["Pick up the data cable with the left hand."], "length": 439} +{"episode_index": 535, "tasks": ["Pick up the data cable with the left hand."], "length": 441} +{"episode_index": 536, "tasks": ["Pick up the data cable with the left hand."], "length": 296} +{"episode_index": 537, "tasks": ["Pick up the data cable with the left hand."], "length": 320} +{"episode_index": 538, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 539, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 540, "tasks": ["Pick up the data cable with the left hand."], "length": 331} +{"episode_index": 541, "tasks": ["Pick up the data cable with the left hand."], "length": 320} +{"episode_index": 542, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 543, "tasks": ["Pick up the data cable with the left hand."], "length": 267} +{"episode_index": 544, "tasks": ["Pick up the data cable with the left hand."], "length": 273} +{"episode_index": 545, "tasks": ["Pick up the data cable with the left hand."], "length": 478} +{"episode_index": 546, "tasks": ["Pick up the data cable with the left hand."], "length": 394} +{"episode_index": 547, "tasks": ["Pick up the data cable with the left hand."], "length": 356} +{"episode_index": 548, "tasks": ["Pick up the data cable with the left hand."], "length": 425} +{"episode_index": 549, "tasks": ["Pick up the data cable with the left hand."], "length": 391} +{"episode_index": 550, "tasks": ["Pick up the data cable with the left hand."], "length": 315} +{"episode_index": 551, "tasks": ["Pick up the data cable with the left hand."], "length": 322} +{"episode_index": 552, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 553, "tasks": ["Pick up the data cable with the left hand."], "length": 480} +{"episode_index": 554, "tasks": ["Pick up the data cable with the left hand."], "length": 383} +{"episode_index": 555, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 556, "tasks": ["Pick up the data cable with the left hand."], "length": 574} +{"episode_index": 557, "tasks": ["Pick up the data cable with the left hand."], "length": 534} +{"episode_index": 558, "tasks": ["Pick up the data cable with the left hand."], "length": 392} +{"episode_index": 559, "tasks": ["Pick up the data cable with the left hand."], "length": 371} +{"episode_index": 560, "tasks": ["Pick up the data cable with the left hand."], "length": 388} +{"episode_index": 561, "tasks": ["Pick up the data cable with the left hand."], "length": 412} +{"episode_index": 562, "tasks": ["Pick up the data cable with the left hand."], "length": 363} +{"episode_index": 563, "tasks": ["Pick up the data cable with the left hand."], "length": 258} +{"episode_index": 564, "tasks": ["Pick up the data cable with the left hand."], "length": 270} +{"episode_index": 565, "tasks": ["Pick up the data cable with the left hand."], "length": 336} +{"episode_index": 566, "tasks": ["Pick up the data cable with the left hand."], "length": 383} +{"episode_index": 567, "tasks": ["Pick up the data cable with the left hand."], "length": 371} +{"episode_index": 568, "tasks": ["Pick up the data cable with the left hand."], "length": 432} +{"episode_index": 569, "tasks": ["Pick up the data cable with the left hand."], "length": 346} +{"episode_index": 570, "tasks": ["Pick up the data cable with the left hand."], "length": 326} +{"episode_index": 571, "tasks": ["Pick up the data cable with the left hand."], "length": 400} +{"episode_index": 572, "tasks": ["Pick up the data cable with the left hand."], "length": 394} +{"episode_index": 573, "tasks": ["Pick up the data cable with the left hand."], "length": 394} +{"episode_index": 574, "tasks": ["Pick up the data cable with the left hand."], "length": 340} +{"episode_index": 575, "tasks": ["Pick up the data cable with the left hand."], "length": 327} +{"episode_index": 576, "tasks": ["Pick up the data cable with the left hand."], "length": 299} +{"episode_index": 577, "tasks": ["Pick up the data cable with the left hand."], "length": 262} +{"episode_index": 578, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 579, "tasks": ["Pick up the data cable with the left hand."], "length": 312} +{"episode_index": 580, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 581, "tasks": ["Pick up the data cable with the left hand."], "length": 437} +{"episode_index": 582, "tasks": ["Pick up the data cable with the left hand."], "length": 426} +{"episode_index": 583, "tasks": ["Pick up the data cable with the left hand."], "length": 392} +{"episode_index": 584, "tasks": ["Pick up the data cable with the left hand."], "length": 401} +{"episode_index": 585, "tasks": ["Pick up the data cable with the left hand."], "length": 423} +{"episode_index": 586, "tasks": ["Pick up the data cable with the left hand."], "length": 392} +{"episode_index": 587, "tasks": ["Pick up the data cable with the left hand."], "length": 377} +{"episode_index": 588, "tasks": ["Pick up the data cable with the left hand."], "length": 428} +{"episode_index": 589, "tasks": ["Pick up the data cable with the left hand."], "length": 364} +{"episode_index": 590, "tasks": ["Pick up the data cable with the left hand."], "length": 428} +{"episode_index": 591, "tasks": ["Pick up the data cable with the left hand."], "length": 364} +{"episode_index": 592, "tasks": ["Pick up the data cable with the left hand."], "length": 401} +{"episode_index": 593, "tasks": ["Pick up the data cable with the left hand."], "length": 513} +{"episode_index": 594, "tasks": ["Pick up the data cable with the left hand."], "length": 484} +{"episode_index": 595, "tasks": ["Pick up the data cable with the left hand."], "length": 366} +{"episode_index": 596, "tasks": ["Pick up the data cable with the left hand."], "length": 472} +{"episode_index": 597, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 598, "tasks": ["Pick up the data cable with the left hand."], "length": 351} +{"episode_index": 599, "tasks": ["Pick up the data cable with the left hand."], "length": 404} +{"episode_index": 600, "tasks": ["Pick up the data cable with the left hand."], "length": 372} +{"episode_index": 601, "tasks": ["Pick up the data cable with the left hand."], "length": 416} +{"episode_index": 602, "tasks": ["Pick up the data cable with the left hand."], "length": 439} +{"episode_index": 603, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 604, "tasks": ["Pick up the data cable with the left hand."], "length": 394} +{"episode_index": 605, "tasks": ["Pick up the data cable with the left hand."], "length": 474} +{"episode_index": 606, "tasks": ["Pick up the data cable with the left hand."], "length": 391} +{"episode_index": 607, "tasks": ["Pick up the data cable with the left hand."], "length": 394} +{"episode_index": 608, "tasks": ["Pick up the data cable with the left hand."], "length": 413} +{"episode_index": 609, "tasks": ["Pick up the data cable with the left hand."], "length": 517} +{"episode_index": 610, "tasks": ["Pick up the data cable with the left hand."], "length": 474} +{"episode_index": 611, "tasks": ["Pick up the data cable with the left hand."], "length": 437} +{"episode_index": 612, "tasks": ["Pick up the data cable with the left hand."], "length": 398} +{"episode_index": 613, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 614, "tasks": ["Pick up the data cable with the left hand."], "length": 498} +{"episode_index": 615, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 616, "tasks": ["Pick up the data cable with the left hand."], "length": 346} +{"episode_index": 617, "tasks": ["Pick up the data cable with the left hand."], "length": 387} +{"episode_index": 618, "tasks": ["Pick up the data cable with the left hand."], "length": 347} +{"episode_index": 619, "tasks": ["Pick up the data cable with the left hand."], "length": 358} +{"episode_index": 620, "tasks": ["Pick up the data cable with the left hand."], "length": 397} +{"episode_index": 621, "tasks": ["Pick up the data cable with the left hand."], "length": 384} +{"episode_index": 622, "tasks": ["Pick up the data cable with the left hand."], "length": 355} +{"episode_index": 623, "tasks": ["Pick up the data cable with the left hand."], "length": 435} +{"episode_index": 624, "tasks": ["Pick up the data cable with the left hand."], "length": 415} +{"episode_index": 625, "tasks": ["Pick up the data cable with the left hand."], "length": 431} +{"episode_index": 626, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 627, "tasks": ["Pick up the data cable with the left hand."], "length": 276} +{"episode_index": 628, "tasks": ["Pick up the data cable with the left hand."], "length": 292} +{"episode_index": 629, "tasks": ["Pick up the data cable with the left hand."], "length": 355} +{"episode_index": 630, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 631, "tasks": ["Pick up the data cable with the left hand."], "length": 358} +{"episode_index": 632, "tasks": ["Pick up the data cable with the left hand."], "length": 356} +{"episode_index": 633, "tasks": ["Pick up the data cable with the left hand."], "length": 404} +{"episode_index": 634, "tasks": ["Pick up the data cable with the left hand."], "length": 418} +{"episode_index": 635, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 636, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 637, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 638, "tasks": ["Pick up the data cable with the left hand."], "length": 381} +{"episode_index": 639, "tasks": ["Pick up the data cable with the left hand."], "length": 305} +{"episode_index": 640, "tasks": ["Pick up the data cable with the left hand."], "length": 414} +{"episode_index": 641, "tasks": ["Pick up the data cable with the left hand."], "length": 334} +{"episode_index": 642, "tasks": ["Pick up the data cable with the left hand."], "length": 299} +{"episode_index": 643, "tasks": ["Pick up the data cable with the left hand."], "length": 386} +{"episode_index": 644, "tasks": ["Pick up the data cable with the left hand."], "length": 440} +{"episode_index": 645, "tasks": ["Pick up the data cable with the left hand."], "length": 324} +{"episode_index": 646, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 647, "tasks": ["Pick up the data cable with the left hand."], "length": 385} +{"episode_index": 648, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 649, "tasks": ["Pick up the data cable with the left hand."], "length": 263} +{"episode_index": 650, "tasks": ["Pick up the data cable with the left hand."], "length": 335} +{"episode_index": 651, "tasks": ["Pick up the data cable with the left hand."], "length": 285} +{"episode_index": 652, "tasks": ["Pick up the data cable with the left hand."], "length": 331} +{"episode_index": 653, "tasks": ["Pick up the data cable with the left hand."], "length": 338} +{"episode_index": 654, "tasks": ["Pick up the data cable with the left hand."], "length": 269} +{"episode_index": 655, "tasks": ["Pick up the data cable with the left hand."], "length": 281} +{"episode_index": 656, "tasks": ["Pick up the data cable with the left hand."], "length": 335} +{"episode_index": 657, "tasks": ["Pick up the data cable with the left hand."], "length": 414} +{"episode_index": 658, "tasks": ["Pick up the data cable with the left hand."], "length": 247} +{"episode_index": 659, "tasks": ["Pick up the data cable with the left hand."], "length": 330} +{"episode_index": 660, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 661, "tasks": ["Pick up the data cable with the left hand."], "length": 259} +{"episode_index": 662, "tasks": ["Pick up the data cable with the left hand."], "length": 346} +{"episode_index": 663, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 664, "tasks": ["Pick up the data cable with the left hand."], "length": 265} +{"episode_index": 665, "tasks": ["Pick up the data cable with the left hand."], "length": 343} +{"episode_index": 666, "tasks": ["Pick up the data cable with the left hand."], "length": 290} +{"episode_index": 667, "tasks": ["Pick up the data cable with the left hand."], "length": 361} +{"episode_index": 668, "tasks": ["Pick up the data cable with the left hand."], "length": 286} +{"episode_index": 669, "tasks": ["Pick up the data cable with the left hand."], "length": 302} +{"episode_index": 670, "tasks": ["Pick up the data cable with the left hand."], "length": 351} +{"episode_index": 671, "tasks": ["Pick up the data cable with the left hand."], "length": 354} +{"episode_index": 672, "tasks": ["Pick up the data cable with the left hand."], "length": 329} +{"episode_index": 673, "tasks": ["Pick up the data cable with the left hand."], "length": 294} +{"episode_index": 674, "tasks": ["Pick up the data cable with the left hand."], "length": 290} +{"episode_index": 675, "tasks": ["Pick up the data cable with the left hand."], "length": 311} +{"episode_index": 676, "tasks": ["Pick up the data cable with the left hand."], "length": 286} +{"episode_index": 677, "tasks": ["Pick up the data cable with the left hand."], "length": 327} +{"episode_index": 678, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 679, "tasks": ["Pick up the data cable with the left hand."], "length": 301} +{"episode_index": 680, "tasks": ["Pick up the data cable with the left hand."], "length": 458} +{"episode_index": 681, "tasks": ["Pick up the data cable with the left hand."], "length": 438} +{"episode_index": 682, "tasks": ["Pick up the data cable with the left hand."], "length": 444} +{"episode_index": 683, "tasks": ["Pick up the data cable with the left hand."], "length": 584} +{"episode_index": 684, "tasks": ["Pick up the data cable with the left hand."], "length": 448} +{"episode_index": 685, "tasks": ["Pick up the data cable with the left hand."], "length": 390} +{"episode_index": 686, "tasks": ["Pick up the data cable with the left hand."], "length": 417} +{"episode_index": 687, "tasks": ["Pick up the data cable with the left hand."], "length": 397} +{"episode_index": 688, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 689, "tasks": ["Pick up the data cable with the left hand."], "length": 360} +{"episode_index": 690, "tasks": ["Pick up the data cable with the left hand."], "length": 436} +{"episode_index": 691, "tasks": ["Pick up the data cable with the left hand."], "length": 416} +{"episode_index": 692, "tasks": ["Pick up the data cable with the left hand."], "length": 464} +{"episode_index": 693, "tasks": ["Pick up the data cable with the left hand."], "length": 354} +{"episode_index": 694, "tasks": ["Pick up the data cable with the left hand."], "length": 429} +{"episode_index": 695, "tasks": ["Pick up the data cable with the left hand."], "length": 426} +{"episode_index": 696, "tasks": ["Pick up the data cable with the left hand."], "length": 397} +{"episode_index": 697, "tasks": ["Pick up the data cable with the left hand."], "length": 407} +{"episode_index": 698, "tasks": ["Pick up the data cable with the left hand."], "length": 343} +{"episode_index": 699, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 700, "tasks": ["Pick up the data cable with the left hand."], "length": 378} +{"episode_index": 701, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 702, "tasks": ["Pick up the data cable with the left hand."], "length": 431} +{"episode_index": 703, "tasks": ["Pick up the data cable with the left hand."], "length": 358} +{"episode_index": 704, "tasks": ["Pick up the data cable with the left hand."], "length": 341} +{"episode_index": 705, "tasks": ["Pick up the data cable with the left hand."], "length": 371} +{"episode_index": 706, "tasks": ["Pick up the data cable with the left hand."], "length": 332} +{"episode_index": 707, "tasks": ["Pick up the data cable with the left hand."], "length": 371} +{"episode_index": 708, "tasks": ["Pick up the data cable with the left hand."], "length": 327} +{"episode_index": 709, "tasks": ["Pick up the data cable with the left hand."], "length": 367} +{"episode_index": 710, "tasks": ["Pick up the data cable with the left hand."], "length": 404} +{"episode_index": 711, "tasks": ["Pick up the data cable with the left hand."], "length": 359} +{"episode_index": 712, "tasks": ["Pick up the data cable with the left hand."], "length": 489} +{"episode_index": 713, "tasks": ["Pick up the data cable with the left hand."], "length": 391} +{"episode_index": 714, "tasks": ["Pick up the data cable with the left hand."], "length": 391} +{"episode_index": 715, "tasks": ["Pick up the data cable with the left hand."], "length": 454} +{"episode_index": 716, "tasks": ["Pick up the data cable with the left hand."], "length": 380} +{"episode_index": 717, "tasks": ["Pick up the data cable with the left hand."], "length": 446} +{"episode_index": 718, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 719, "tasks": ["Pick up the data cable with the left hand."], "length": 367} +{"episode_index": 720, "tasks": ["Pick up the data cable with the left hand."], "length": 389} +{"episode_index": 721, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 722, "tasks": ["Pick up the data cable with the left hand."], "length": 418} +{"episode_index": 723, "tasks": ["Pick up the data cable with the left hand."], "length": 402} +{"episode_index": 724, "tasks": ["Pick up the data cable with the left hand."], "length": 456} +{"episode_index": 725, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 726, "tasks": ["Pick up the data cable with the left hand."], "length": 366} +{"episode_index": 727, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 728, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 729, "tasks": ["Pick up the data cable with the left hand."], "length": 397} +{"episode_index": 730, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 731, "tasks": ["Pick up the data cable with the left hand."], "length": 374} +{"episode_index": 732, "tasks": ["Pick up the data cable with the left hand."], "length": 355} +{"episode_index": 733, "tasks": ["Pick up the data cable with the left hand."], "length": 445} +{"episode_index": 734, "tasks": ["Pick up the data cable with the left hand."], "length": 351} +{"episode_index": 735, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 736, "tasks": ["Pick up the data cable with the left hand."], "length": 351} +{"episode_index": 737, "tasks": ["Pick up the data cable with the left hand."], "length": 384} +{"episode_index": 738, "tasks": ["Pick up the data cable with the left hand."], "length": 424} +{"episode_index": 739, "tasks": ["Pick up the data cable with the left hand."], "length": 375} +{"episode_index": 740, "tasks": ["Pick up the data cable with the left hand."], "length": 401} +{"episode_index": 741, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 742, "tasks": ["Pick up the data cable with the left hand."], "length": 312} +{"episode_index": 743, "tasks": ["Pick up the data cable with the left hand."], "length": 447} +{"episode_index": 744, "tasks": ["Pick up the data cable with the left hand."], "length": 266} +{"episode_index": 745, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 746, "tasks": ["Pick up the data cable with the left hand."], "length": 362} +{"episode_index": 747, "tasks": ["Pick up the data cable with the left hand."], "length": 298} +{"episode_index": 748, "tasks": ["Pick up the data cable with the left hand."], "length": 320} +{"episode_index": 749, "tasks": ["Pick up the data cable with the left hand."], "length": 278} +{"episode_index": 750, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 751, "tasks": ["Pick up the data cable with the left hand."], "length": 324} +{"episode_index": 752, "tasks": ["Pick up the data cable with the left hand."], "length": 353} +{"episode_index": 753, "tasks": ["Pick up the data cable with the left hand."], "length": 264} +{"episode_index": 754, "tasks": ["Pick up the data cable with the left hand."], "length": 330} +{"episode_index": 755, "tasks": ["Pick up the data cable with the left hand."], "length": 270} +{"episode_index": 756, "tasks": ["Pick up the data cable with the left hand."], "length": 316} +{"episode_index": 757, "tasks": ["Pick up the data cable with the left hand."], "length": 241} +{"episode_index": 758, "tasks": ["Pick up the data cable with the left hand."], "length": 273} +{"episode_index": 759, "tasks": ["Pick up the data cable with the left hand."], "length": 244} +{"episode_index": 760, "tasks": ["Pick up the data cable with the left hand."], "length": 226} +{"episode_index": 761, "tasks": ["Pick up the data cable with the left hand."], "length": 256} +{"episode_index": 762, "tasks": ["Pick up the data cable with the left hand."], "length": 253} +{"episode_index": 763, "tasks": ["Pick up the data cable with the left hand."], "length": 262} +{"episode_index": 764, "tasks": ["Pick up the data cable with the left hand."], "length": 278} +{"episode_index": 765, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 766, "tasks": ["Pick up the data cable with the left hand."], "length": 260} +{"episode_index": 767, "tasks": ["Pick up the data cable with the left hand."], "length": 253} +{"episode_index": 768, "tasks": ["Pick up the data cable with the left hand."], "length": 239} +{"episode_index": 769, "tasks": ["Pick up the data cable with the left hand."], "length": 230} +{"episode_index": 770, "tasks": ["Pick up the data cable with the left hand."], "length": 286} +{"episode_index": 771, "tasks": ["Pick up the data cable with the left hand."], "length": 266} +{"episode_index": 772, "tasks": ["Pick up the data cable with the left hand."], "length": 346} +{"episode_index": 773, "tasks": ["Pick up the data cable with the left hand."], "length": 248} +{"episode_index": 774, "tasks": ["Pick up the data cable with the left hand."], "length": 231} +{"episode_index": 775, "tasks": ["Pick up the data cable with the left hand."], "length": 217} +{"episode_index": 776, "tasks": ["Pick up the data cable with the left hand."], "length": 239} +{"episode_index": 777, "tasks": ["Pick up the data cable with the left hand."], "length": 290} +{"episode_index": 778, "tasks": ["Pick up the data cable with the left hand."], "length": 247} +{"episode_index": 779, "tasks": ["Pick up the data cable with the left hand."], "length": 365} +{"episode_index": 780, "tasks": ["Pick up the data cable with the left hand."], "length": 294} +{"episode_index": 781, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 782, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 783, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 784, "tasks": ["Pick up the data cable with the left hand."], "length": 322} +{"episode_index": 785, "tasks": ["Pick up the data cable with the left hand."], "length": 402} +{"episode_index": 786, "tasks": ["Pick up the data cable with the left hand."], "length": 282} +{"episode_index": 787, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 788, "tasks": ["Pick up the data cable with the left hand."], "length": 303} +{"episode_index": 789, "tasks": ["Pick up the data cable with the left hand."], "length": 297} +{"episode_index": 790, "tasks": ["Pick up the data cable with the left hand."], "length": 294} +{"episode_index": 791, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 792, "tasks": ["Pick up the data cable with the left hand."], "length": 267} +{"episode_index": 793, "tasks": ["Pick up the data cable with the left hand."], "length": 321} +{"episode_index": 794, "tasks": ["Pick up the data cable with the left hand."], "length": 369} +{"episode_index": 795, "tasks": ["Pick up the data cable with the left hand."], "length": 412} +{"episode_index": 796, "tasks": ["Pick up the data cable with the left hand."], "length": 371} +{"episode_index": 797, "tasks": ["Pick up the data cable with the left hand."], "length": 324} +{"episode_index": 798, "tasks": ["Pick up the data cable with the left hand."], "length": 284} +{"episode_index": 799, "tasks": ["Pick up the data cable with the left hand."], "length": 367} +{"episode_index": 800, "tasks": ["Pick up the data cable with the left hand."], "length": 514} +{"episode_index": 801, "tasks": ["Pick up the data cable with the left hand."], "length": 299} +{"episode_index": 802, "tasks": ["Pick up the data cable with the left hand."], "length": 335} +{"episode_index": 803, "tasks": ["Pick up the data cable with the left hand."], "length": 362} +{"episode_index": 804, "tasks": ["Pick up the data cable with the left hand."], "length": 350} +{"episode_index": 805, "tasks": ["Pick up the data cable with the left hand."], "length": 342} +{"episode_index": 806, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 807, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 808, "tasks": ["Pick up the data cable with the left hand."], "length": 326} +{"episode_index": 809, "tasks": ["Pick up the data cable with the left hand."], "length": 333} +{"episode_index": 810, "tasks": ["Pick up the data cable with the left hand."], "length": 357} +{"episode_index": 811, "tasks": ["Pick up the data cable with the left hand."], "length": 438} +{"episode_index": 812, "tasks": ["Pick up the data cable with the left hand."], "length": 382} +{"episode_index": 813, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 814, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 815, "tasks": ["Pick up the data cable with the left hand."], "length": 325} +{"episode_index": 816, "tasks": ["Pick up the data cable with the left hand."], "length": 314} +{"episode_index": 817, "tasks": ["Pick up the data cable with the left hand."], "length": 326} +{"episode_index": 818, "tasks": ["Pick up the data cable with the left hand."], "length": 382} +{"episode_index": 819, "tasks": ["Pick up the data cable with the left hand."], "length": 383} +{"episode_index": 820, "tasks": ["Pick up the data cable with the left hand."], "length": 331} +{"episode_index": 821, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 822, "tasks": ["Pick up the data cable with the left hand."], "length": 366} +{"episode_index": 823, "tasks": ["Pick up the data cable with the left hand."], "length": 336} +{"episode_index": 824, "tasks": ["Pick up the data cable with the left hand."], "length": 377} +{"episode_index": 825, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 826, "tasks": ["Pick up the data cable with the left hand."], "length": 277} +{"episode_index": 827, "tasks": ["Pick up the data cable with the left hand."], "length": 378} +{"episode_index": 828, "tasks": ["Pick up the data cable with the left hand."], "length": 311} +{"episode_index": 829, "tasks": ["Pick up the data cable with the left hand."], "length": 344} +{"episode_index": 830, "tasks": ["Pick up the data cable with the left hand."], "length": 339} +{"episode_index": 831, "tasks": ["Pick up the data cable with the left hand."], "length": 367} +{"episode_index": 832, "tasks": ["Pick up the data cable with the left hand."], "length": 315} +{"episode_index": 833, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 834, "tasks": ["Pick up the data cable with the left hand."], "length": 292} +{"episode_index": 835, "tasks": ["Pick up the data cable with the left hand."], "length": 258} +{"episode_index": 836, "tasks": ["Pick up the data cable with the left hand."], "length": 282} +{"episode_index": 837, "tasks": ["Pick up the data cable with the left hand."], "length": 268} +{"episode_index": 838, "tasks": ["Pick up the data cable with the left hand."], "length": 329} +{"episode_index": 839, "tasks": ["Pick up the data cable with the left hand."], "length": 453} +{"episode_index": 840, "tasks": ["Pick up the data cable with the left hand."], "length": 326} +{"episode_index": 841, "tasks": ["Pick up the data cable with the left hand."], "length": 300} +{"episode_index": 842, "tasks": ["Pick up the data cable with the left hand."], "length": 228} +{"episode_index": 843, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 844, "tasks": ["Pick up the data cable with the left hand."], "length": 277} +{"episode_index": 845, "tasks": ["Pick up the data cable with the left hand."], "length": 283} +{"episode_index": 846, "tasks": ["Pick up the data cable with the left hand."], "length": 263} +{"episode_index": 847, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 848, "tasks": ["Pick up the data cable with the left hand."], "length": 457} +{"episode_index": 849, "tasks": ["Pick up the data cable with the left hand."], "length": 294} +{"episode_index": 850, "tasks": ["Pick up the data cable with the left hand."], "length": 272} +{"episode_index": 851, "tasks": ["Pick up the data cable with the left hand."], "length": 294} +{"episode_index": 852, "tasks": ["Pick up the data cable with the left hand."], "length": 238} +{"episode_index": 853, "tasks": ["Pick up the data cable with the left hand."], "length": 298} +{"episode_index": 854, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 855, "tasks": ["Pick up the data cable with the left hand."], "length": 311} +{"episode_index": 856, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 857, "tasks": ["Pick up the data cable with the left hand."], "length": 337} +{"episode_index": 858, "tasks": ["Pick up the data cable with the left hand."], "length": 334} +{"episode_index": 859, "tasks": ["Pick up the data cable with the left hand."], "length": 299} +{"episode_index": 860, "tasks": ["Pick up the data cable with the left hand."], "length": 312} +{"episode_index": 861, "tasks": ["Pick up the data cable with the left hand."], "length": 364} +{"episode_index": 862, "tasks": ["Pick up the data cable with the left hand."], "length": 302} +{"episode_index": 863, "tasks": ["Pick up the data cable with the left hand."], "length": 328} +{"episode_index": 864, "tasks": ["Pick up the data cable with the left hand."], "length": 349} +{"episode_index": 865, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 866, "tasks": ["Pick up the data cable with the left hand."], "length": 437} +{"episode_index": 867, "tasks": ["Pick up the data cable with the left hand."], "length": 324} +{"episode_index": 868, "tasks": ["Pick up the data cable with the left hand."], "length": 336} +{"episode_index": 869, "tasks": ["Pick up the data cable with the left hand."], "length": 314} +{"episode_index": 870, "tasks": ["Pick up the data cable with the left hand."], "length": 317} +{"episode_index": 871, "tasks": ["Pick up the data cable with the left hand."], "length": 303} +{"episode_index": 872, "tasks": ["Pick up the data cable with the left hand."], "length": 297} +{"episode_index": 873, "tasks": ["Pick up the data cable with the left hand."], "length": 402} +{"episode_index": 874, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 875, "tasks": ["Pick up the data cable with the left hand."], "length": 419} +{"episode_index": 876, "tasks": ["Pick up the data cable with the left hand."], "length": 414} +{"episode_index": 877, "tasks": ["Pick up the data cable with the left hand."], "length": 268} +{"episode_index": 878, "tasks": ["Pick up the data cable with the left hand."], "length": 267} +{"episode_index": 879, "tasks": ["Pick up the data cable with the left hand."], "length": 253} +{"episode_index": 880, "tasks": ["Pick up the data cable with the left hand."], "length": 273} +{"episode_index": 881, "tasks": ["Pick up the data cable with the left hand."], "length": 242} +{"episode_index": 882, "tasks": ["Pick up the data cable with the left hand."], "length": 216} +{"episode_index": 883, "tasks": ["Pick up the data cable with the left hand."], "length": 270} +{"episode_index": 884, "tasks": ["Pick up the data cable with the left hand."], "length": 272} +{"episode_index": 885, "tasks": ["Pick up the data cable with the left hand."], "length": 235} +{"episode_index": 886, "tasks": ["Pick up the data cable with the left hand."], "length": 258} +{"episode_index": 887, "tasks": ["Pick up the data cable with the left hand."], "length": 310} +{"episode_index": 888, "tasks": ["Pick up the data cable with the left hand."], "length": 236} +{"episode_index": 889, "tasks": ["Pick up the data cable with the left hand."], "length": 321} +{"episode_index": 890, "tasks": ["Pick up the data cable with the left hand."], "length": 292} +{"episode_index": 891, "tasks": ["Pick up the data cable with the left hand."], "length": 323} +{"episode_index": 892, "tasks": ["Pick up the data cable with the left hand."], "length": 248} +{"episode_index": 893, "tasks": ["Pick up the data cable with the left hand."], "length": 229} +{"episode_index": 894, "tasks": ["Pick up the data cable with the left hand."], "length": 251} +{"episode_index": 895, "tasks": ["Pick up the data cable with the left hand."], "length": 344} +{"episode_index": 896, "tasks": ["Pick up the data cable with the left hand."], "length": 226} +{"episode_index": 897, "tasks": ["Pick up the data cable with the left hand."], "length": 281} +{"episode_index": 898, "tasks": ["Pick up the data cable with the left hand."], "length": 313} +{"episode_index": 899, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 900, "tasks": ["Pick up the data cable with the left hand."], "length": 284} +{"episode_index": 901, "tasks": ["Pick up the data cable with the left hand."], "length": 279} +{"episode_index": 902, "tasks": ["Pick up the data cable with the left hand."], "length": 309} +{"episode_index": 903, "tasks": ["Pick up the data cable with the left hand."], "length": 314} +{"episode_index": 904, "tasks": ["Pick up the data cable with the left hand."], "length": 269} +{"episode_index": 905, "tasks": ["Pick up the data cable with the left hand."], "length": 268} +{"episode_index": 906, "tasks": ["Pick up the data cable with the left hand."], "length": 291} +{"episode_index": 907, "tasks": ["Pick up the data cable with the left hand."], "length": 307} +{"episode_index": 908, "tasks": ["Pick up the data cable with the left hand."], "length": 285} +{"episode_index": 909, "tasks": ["Pick up the data cable with the left hand."], "length": 215} +{"episode_index": 910, "tasks": ["Pick up the data cable with the left hand."], "length": 237} +{"episode_index": 911, "tasks": ["Pick up the data cable with the left hand."], "length": 245} +{"episode_index": 912, "tasks": ["Pick up the data cable with the left hand."], "length": 253} +{"episode_index": 913, "tasks": ["Pick up the data cable with the left hand."], "length": 277} +{"episode_index": 914, "tasks": ["Pick up the data cable with the left hand."], "length": 295} +{"episode_index": 915, "tasks": ["Pick up the data cable with the left hand."], "length": 299} +{"episode_index": 916, "tasks": ["Pick up the data cable with the left hand."], "length": 341} +{"episode_index": 917, "tasks": ["Pick up the data cable with the left hand."], "length": 341} +{"episode_index": 918, "tasks": ["Pick up the data cable with the left hand."], "length": 279} +{"episode_index": 919, "tasks": ["Pick up the data cable with the left hand."], "length": 374} +{"episode_index": 920, "tasks": ["Pick up the data cable with the left hand."], "length": 319} +{"episode_index": 921, "tasks": ["Pick up the data cable with the left hand."], "length": 301} +{"episode_index": 922, "tasks": ["Pick up the data cable with the left hand."], "length": 386} +{"episode_index": 923, "tasks": ["Pick up the data cable with the left hand."], "length": 290} +{"episode_index": 924, "tasks": ["Pick up the data cable with the left hand."], "length": 288} +{"episode_index": 925, "tasks": ["Pick up the data cable with the left hand."], "length": 345} +{"episode_index": 926, "tasks": ["Pick up the data cable with the left hand."], "length": 318} +{"episode_index": 927, "tasks": ["Pick up the data cable with the left hand."], "length": 356} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c7e25ec5a3d14a5bf3c4323eacf1b1356e7c0642 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80db5cdb86a719cd451fba087daa1c295520cb3342a0ef73840def89e8232d6e +size 10849374 diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..30b892617e5393f646cea926558a31257236376a --- /dev/null +++ b/meta/info.json @@ -0,0 +1,389 @@ +{ + "codebase_version": "v2.1", + "robot_type": "AI2_Alphabot_2", + "total_episodes": 928, + "total_frames": 326536, + "total_tasks": 1, + "total_videos": 3712, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:927" + }, + "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", + "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", + "features": { + "observation.images.cam_front_chest_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.cam_front_head_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.cam_left_wrist_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.images.cam_right_wrist_rgb": { + "dtype": "video", + "shape": [ + 480, + 640, + 3 + ], + "names": [ + "height", + "width", + "channels" + ], + "info": { + "video.height": 480, + "video.width": 640, + "video.codec": "av1", + "video.pix_fmt": "yuv420p", + "video.is_depth_map": false, + "video.fps": 30, + "video.channels": 3, + "has_audio": false + } + }, + "observation.state": { + "dtype": "float32", + "shape": [ + 34 + ], + "names": [ + "left_arm_joint_1_rad", + "left_arm_joint_2_rad", + "left_arm_joint_3_rad", + "left_arm_joint_4_rad", + "left_arm_joint_5_rad", + "left_arm_joint_6_rad", + "left_arm_joint_7_rad", + "left_eef_pos_x_m", + "left_eef_pos_y_m", + "left_eef_pos_z_m", + "left_eef_rot_euler_x_rad", + "left_eef_rot_euler_y_rad", + "left_eef_rot_euler_z_rad", + "right_arm_joint_1_rad", + "right_arm_joint_2_rad", + "right_arm_joint_3_rad", + "right_arm_joint_4_rad", + "right_arm_joint_5_rad", + "right_arm_joint_6_rad", + "right_arm_joint_7_rad", + "right_eef_pos_x_m", + "right_eef_pos_y_m", + "right_eef_pos_z_m", + "right_eef_rot_euler_x_rad", + "right_eef_rot_euler_y_rad", + "right_eef_rot_euler_z_rad", + "left_gripper_open", + "right_gripper_open", + "neck_joint_1_rad", + "neck_joint_2_rad", + "torso_joint_1_rad", + "torso_joint_2_rad", + "torso_joint_3_rad", + "torso_joint_4_rad" + ] + }, + "action": { + "dtype": "float32", + "shape": [ + 34 + ], + "names": [ + "left_arm_joint_1_rad", + "left_arm_joint_2_rad", + "left_arm_joint_3_rad", + "left_arm_joint_4_rad", + "left_arm_joint_5_rad", + "left_arm_joint_6_rad", + "left_arm_joint_7_rad", + "left_eef_pos_x_m", + "left_eef_pos_y_m", + "left_eef_pos_z_m", + "left_eef_rot_euler_x_rad", + "left_eef_rot_euler_y_rad", + "left_eef_rot_euler_z_rad", + "right_arm_joint_1_rad", + "right_arm_joint_2_rad", + "right_arm_joint_3_rad", + "right_arm_joint_4_rad", + "right_arm_joint_5_rad", + "right_arm_joint_6_rad", + "right_arm_joint_7_rad", + "right_eef_pos_x_m", + "right_eef_pos_y_m", + "right_eef_pos_z_m", + "right_eef_rot_euler_x_rad", + "right_eef_rot_euler_y_rad", + "right_eef_rot_euler_z_rad", + "left_gripper_open", + "right_gripper_open", + "neck_joint_1_rad", + "neck_joint_2_rad", + "torso_joint_1_rad", + "torso_joint_2_rad", + "torso_joint_3_rad", + "torso_joint_4_rad" + ] + }, + "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 + }, + "gripper_open_scale_state": { + "names": [ + "left_gripper_open_scale", + "right_gripper_open_scale" + ], + "dtype": "float64", + "shape": [ + 2 + ] + }, + "gripper_open_scale_action": { + "names": [ + "left_gripper_open_scale", + "right_gripper_open_scale" + ], + "dtype": "float64", + "shape": [ + 2 + ] + }, + "eef_sim_pose_state": { + "names": [ + "left_eef_pos_x", + "left_eef_pos_y", + "left_eef_pos_z", + "left_eef_rot_x", + "left_eef_rot_y", + "left_eef_rot_z", + "right_eef_pos_x", + "right_eef_pos_y", + "right_eef_pos_z", + "right_eef_rot_x", + "right_eef_rot_y", + "right_eef_rot_z" + ], + "dtype": "float32", + "shape": [ + 12 + ] + }, + "eef_sim_pose_action": { + "names": [ + "left_eef_pos_x", + "left_eef_pos_y", + "left_eef_pos_z", + "left_eef_rot_x", + "left_eef_rot_y", + "left_eef_rot_z", + "right_eef_pos_x", + "right_eef_pos_y", + "right_eef_pos_z", + "right_eef_rot_x", + "right_eef_rot_y", + "right_eef_rot_z" + ], + "dtype": "float32", + "shape": [ + 12 + ] + }, + "eef_direction_state": { + "names": [ + "left_eef_direction", + "right_eef_direction" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_direction_action": { + "names": [ + "left_eef_direction", + "right_eef_direction" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_velocity_state": { + "names": [ + "left_eef_velocity", + "right_eef_velocity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_velocity_action": { + "names": [ + "left_eef_velocity", + "right_eef_velocity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_acc_mag_state": { + "names": [ + "left_eef_acc_mag", + "right_eef_acc_mag" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "eef_acc_mag_action": { + "names": [ + "left_eef_acc_mag", + "right_eef_acc_mag" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_mode_state": { + "names": [ + "left_gripper_mode", + "right_gripper_mode" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_mode_action": { + "names": [ + "left_gripper_mode", + "right_gripper_mode" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_activity_state": { + "names": [ + "left_gripper_activity", + "right_gripper_activity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + }, + "gripper_activity_action": { + "names": [ + "left_gripper_activity", + "right_gripper_activity" + ], + "dtype": "int32", + "shape": [ + 2 + ] + } + } +} diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..30e5ce4795eee57aadaf896872389b3fa0370b42 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Pick up the data cable with the one hand."} diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd1c49109035e13cfef3b173f03af1588ee96f8e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b35179c6d7e6d17051bbb750d1181527f7fbc92b5c41f9837a62f00d9038ae +size 3049617 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e7aa55c6cdbf7bb8e79f1ee388b94ae81b1b65b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39a7d852a129d58c9f75e86a8b6e230e6b19c98eaed0c843cda343820f86794 +size 2208373 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c311e0c743854d9994efa81132eaa3f172e08715 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308dd67c3333ee0f64d5724fa83597d37bb23760c8b6bbd4f741b6a60d562ec1 +size 1968461 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d1d15a3cd017488c0d7924f6d19e5e7d431db94 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8c55793a84edc09f45fcaf9044af234bd782a501ade14966641bd84c58a9c7 +size 3022693 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9693d6a37db57c1fa6f27a6722f5695a8bac3bc3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2af47cff557b49759cecd38618be51df2baae7f2225cad8337aa2bac25403cb +size 3097967 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333bb5e9d2634783d40797cde971670f5eaeb98e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83e3e4caf5019756b913ffeb4d298cc2b0cec3418e63011bff699943fc350c6 +size 2644331 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..822bb39382269965ac865e39d4f54f3a4fa9e650 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8e3367e0a02bf54a0108b17c7818a08eef7deff12ed6ec7ef70b30141a4c9a +size 2673145 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb511b37f0d8c5348a026320eda105196d147567 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037cf28358d55e335a6d41b84cbbfe7ddad90300d930f3e6dd3e869213ac691e +size 2639104 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0f68a7c1116700bf229b065124b42b27b119544 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8513a1e5c125d3fdca8c98c283359abd48cd19413958c69348ee75a007124532 +size 2109201 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fa511361adc1c0838227b0e7f653834bec305e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fbe9d28245ebeb6596f725da952e337c020f13016f69d9bf17e850c78c397d +size 2134264 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6898fc2735df84890f6bf2bd2ba6bc6ed6fed0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f38c2a463903a8a52edf2593a9016d0dc2d8debddca94f3959bfab40c3690c +size 2182846 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84e30b97e1f66dc454ce2ffc37514c74408f89ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22fa77db1adb1310f3682d9cd28687bdad1dff5343f449312875ff737990fea +size 2485057 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffd22456dcfcf1a833239c783e6805c6296c7529 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc7b7d33f2a8b728b9a447675d98eefde8437313872ad94e25814337873dc3d +size 2501662 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..157c8b00fc0a490e811bc56b395ada25d7e7d549 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337b18879ad0b1281f84a360da610f1ea254a03cdd13e9cbf7b5657daa3a11e2 +size 3367684 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2f7dcc47dbe9c7f434e4646c6d23aacf5c6bb22 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ca83f7ca0485b1c028e7cc58ad648083bece69b603ad5f6bb540a1b389fe8b +size 1996604 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88e801aafb239dc65cf4588d0fe1fbdd039fd652 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66efa406bc801117d684a6a0f975bc95fea2eba20713200377b76d509cc34f6 +size 1817754 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d073ce32951ac7916491a59fabb19b0d0d9d9e54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cd6413aa149ac2e669d99881c86627a72816f4e927e2fd427b8d68ebe516f8 +size 2975401 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a55f57e11da7077df99fdfd61adfb6f9578afb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebc75cbb1b03c9f50e60b23366d7c0f267ddaf13f833c8167afcc8701c98da6 +size 2089108 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f1b2052253d6b6660efa618fa68569cac8020d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cdaa1895f711c1853611ec991a8683138917db848ec551a0e066c25f3795c6 +size 1693210 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c59cbb35ba31cb31104d79b2186341a90d7c19e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9b69305ca4ace31922978b5b3e8ca3e67964b4493ec62dfed3aeae8e0c400f +size 2874057 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a9532f86b6cdee1f1b040f92acfd23a1bc301bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8ab17821a99d9ba598883568a96da660a090160e73304da384df6a99d6f6ea +size 2140503 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d34c2e8e5161353ec1368ece63f4d4c0c2d8f5cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2db8a8f1a842e557ec7b70383e01ccda87ed47a6f7488b3d30687d92883ac2 +size 2207639 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f9be7c0a4e1469c3ea09c27bc665e4f46dabb0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1ff24d798cc04a6f8bd85f2120d1914b71a58f192a95e88cd3b673cab45a17 +size 1953481 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3d5ad7d1cdca9f343162df91f7e3b3beedb47c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89bda512564a2acf033655224a039001a5fadd1e9270ce4a622bab74068225c +size 1918260 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c81f359dae3bcba00a0b75eb14568b644fd5e846 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db6c67c573cbf3dfcac841eabe9e937871f4fac5ceb7c6b5cd482898115493c +size 1447381 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..017cae46efd588dd7ef3cb74b1e08ccd299968e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9f8416999fe05c22ca4275c698423f55871b522250fae1c8bbc1be313d2bd1 +size 2409444 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42c730b05961b82c4e8c1e4cfcbdd140339c759d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeddc2abd79fb9767a331441e7abf34ba7ab5eee7e1597f7984df06609feff5 +size 2665668 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb8742e0154fb4159d22f756ed5e9ecadbc4c93b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ce7ef37cbd5d46ab74fdd7ce7b4d673a7859b24495656d41e0a64a64a2c399 +size 2325228 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90e9dc0d34f9cf16f18d1dda71600a97a6393017 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2871b4adc4299976a3a39e3d70b4e3c217d9efd9556fd570c04963c6bd1c1fb7 +size 2345102 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f339508086bbaed37b62941d7aa732a840720aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a4a21ff9ad8c5520ff82f41c262f3c2bb4203f9209813d0d9e3bdd01baea73 +size 1978944 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6563c7648cbf6c8aa384fa2e69f9dfc59910930 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01512d7896fe22634579a3869aec402ae8fc357dad38d9b9a18973f3155164f5 +size 1956375 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4816d45a9ceec638fca526c272a6f2ac5e439686 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5348fda9f72ff7fd220a61eacbcca9e850bd883bc19a2a62b2edd8be4d5d9eda +size 2720494 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11e4d91b7ed4e675bd00f057471d5b00824fa069 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d94508e58bea78cbc749c387e44117d7f2954f3b59c93509acc9b3ba1616dba +size 2604308 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91a2fe8d470ed52347f4a8d2f207e7623930758e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1861be1b038f5dfb96eb5a6fd18c1c30f771dd94193221e5c89894e69ea68cf8 +size 2182405 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48a6a96712b3622a11623d8fa975ad8e84c6cc62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b116d9f0629553bf8b50299ba23fce5dbd91c24827702be70190fbc6f19d114d +size 2522763 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33564506a9bf5c2be9f674a28d88849121b4a34a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99121d7604cced8d8e17ed1a612d41391682dca1922840dd2526a4f65e1297a +size 2737879 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a2e7aee2f9d3c986a1c2d65f1f2202f1baa626a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2874d4e031f32bb29399c6494d0c26c235b497016479bbf711b88a3f5ba05c9c +size 2250846 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfce9f2015cd86a1cae8872f4bff5ad162a9e079 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce0c1ccef3e141f03ef0575ad5c0382549e2c540d7939952a9068fb10d4a6a0 +size 2003159 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4be67cf679033c4bbd5c68ca601ec6bfb5f67ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786e064c004b252cecb0b2092145b3d9c4a85bb5d2cd36177121986c3032e0fa +size 1888719 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c539c34bb253b91924169540ef5febda46268a14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea5fcb9a32c8aeda9b10e351246343030baf2a34d98a032311f703220428288 +size 2456380 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6d83f77effa72f0be526d0d00e7936edbea9cf5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c32d89aeda36c17422416bced94a4ab184c424c7cd65f832fcb2e48a154a2d8 +size 2160684 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa857a45c5f0d6552d7a8ad12704aa4223cf17d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70eea5fe5055cbbc824b82346fc2780bff8bafbd734cecb32776e80c6f9c445 +size 2088295 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2730ba20bafbc53e2a0ef2be45a175d5d43a6007 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61546df096d32f157cfb4b82af47c78b64f5410d67d1d2cec38044033988c0aa +size 2013247 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..088f501f30f4b8cfdf3c09feeef3775af72bfc44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55de50ddae55466562b89ca817854c9d21575e14cbae6a7f9b684a78bfb06962 +size 2313602 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7453edffeae13515196cd0fd656479c5e3a8ccd2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6d214f90d4d1e6386b3f0799b1eb7625b15b33abd7babab581d9dc33c65e41 +size 2132118 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004009d0d6d2037c8b3627dcf6cf99686bc224dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4078fd432806a9e744c9850b0728412f7d0bb161eda772fa5f7c92142c07c13 +size 2594242 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08a2d3b0ae715dde45f2ef279136bc97776c3db2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138e6083e8572a38daf2cd375ec73d46c5009ea5cfa71367a61ee205d135cfc3 +size 1732389 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f778eb1c273340fe8838a60cb6723307e8ee8942 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2a884ecbfe55029058c8573caff91a9934d767ec316ab48acf8033c4d1e87d +size 1734180 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8540ff72a96533b6c6c70b948022cc306b6f6d03 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011bc8aa98e3a7e0c25671d4f9f4e3ab7f683c74d2dd3fcb2620ad23581ed095 +size 1424260 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d2289520a8900378fde204a3c4c91fd6c48f26f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9b7d1c078e459ebc09d4e038ae427519a66eec2d08927b78cf17e34864450e +size 1823170 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff748f80750dd85b15390e84187121024ff478b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0107f1d471ac007508f2f61331ef52aeed5d3f604b0329f43d6d17742d2bd711 +size 1626282 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..198cb2ca5925ef0d704f70287614f06c079f93ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a218a59d407ce4dcbd29518906301f5fefe963b016a191add39bcf75ee088f +size 1946195 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce7b53b86dbc82988dbb3ad71eb982984bb5335f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec8c6bd385f3c6f42398f2e24d6656ee616ff25a6bf80cf9eda12d9c22f8a96 +size 2137994 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a4bec7cb7c2d121b13f5bc81c310a6a7c87feef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa94594d468305429694cbedcc52127b8b71f46a670b8adcfddda86a2a3d83d +size 2209085 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a12ddec919d936de5594d48c76a2cd6f06658602 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4cbac8c0573984b2f85bad4ff1e5e7a81ef9f8daad02143639e390da43130f +size 2503974 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72cf7d01a62f8d585a1702d36a120c9fd7e88566 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2753f156d7f3e26206352fa551922e6ab395ac90b98a1082694bb20f191c0a6 +size 2644058 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a76a71ba3cc98f82a35ef5f35be88dbef61d57e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae2fd3e1bb22f5acdfa49478f48f684ff3c09c7c732c0e89e59bec204a3a2f8 +size 2689526 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e05dfe380fd2c70bed3abccfcf4764b1eeec8082 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3654739e5b2354a6d0c6385edc044cd4cfacd96596be99738d3f926338ff41d2 +size 2697368 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c845a6c060bea58f800e1d087c8d4aa170c73ef4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8573ff4cf2150a648ad86e3252dbafa80c30e30482b0042b4447451de4d8b9f9 +size 1889245 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c66e178e9b6d6462a4b9d83ae33097cf093efdc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182b11ec18e6e668cf6054a5064067e4631192f84dbf46b884a83158900695ca +size 1820689 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0731e98eeae1cef934574c85fa2acf9700dc313 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c441148c2b12db170a6f27176c8f5e38cf778ca89ddcdf8dce0294873e210d76 +size 2275392 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..567f1ed81b3bae9d13e9cc5cc49618e97346f7ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a700915f4d3f5fd0abc00f533288e7ba322ccbcddb3e6bc42996964cb91d0c5 +size 2332984 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe62247a62e25e6c50cef00e1c2c8227aed60510 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333aac2656e10577849861ed7839dbd45c01ee83738129b9f8a84654b6b021b4 +size 2266849 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..641a9266ab63721e3129b4a249340e2625c58f5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117c2ea0b69ccdc9ce52cd36e9182ce5eaed965943bea6588424cda789ca44ee +size 2140956 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f605e3ed10fa469e559856d552db8c83eb632194 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713da8910c664e7097e42db069861c5b000ff66c94ff9c69a8e042d8bdb0be2f +size 1987808 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f94c2222312cffba9e090ea47fc12471ff8bae1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da176b277131e9b8abf43af857e97bca0bfdb6bb6684e55f12d99525ad138ac3 +size 2085866 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db62211c3fc1e30c477496bd2201261179a5a27c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9cafbffff0539203b4f8550f01a6136c32478644c898deeca78e7a26913c9b +size 2065534 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eae82e7b93ed1860112a2e117104edca4144ff41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a8ede2ff14c5dd1e5245929a4f89da0a82d6fb06654fff46e8fe27d8c6e11e +size 1712241 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8fd1598d91e25977b472fe522228ebf71c0696a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deedf1c3dcf5dc6898242f1c7f6cf3208d0db392732060aacb83e9edd62848d0 +size 2330572 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b28e3637eb5552d9b30384bf4651abe90598d79a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab19592355cf5ea0a7f6ac5ef196a31db5e3ef79b57132090726e0043b1de56 +size 2531046 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4969514b1f11de323a7e225f21b9ec383e80b9bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa4b60ebe1a8d769a48aa9d2c1a2344334da579caba1c1fe01569b282b906f2 +size 2695338 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcce1dffedb55672d4b05106606574a9411d0117 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661dc03a42f8d1d950b66132b095f8202b012fd59f100ac84431b3cfd8d5de4e +size 1771550 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..712e8e21c62b34f28d952c795671f48c07c9d458 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9d1affd842a434b9ea213d6a01f8e4c72156185ddf9bbfaf3de77b00605728 +size 1599445 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a3ff8cae69cbcb4772a81d426a0fb322cd120b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d83c835854ff10fd2d912df39196f7a0c4ee15a1acf7b07cb6122baf2374030 +size 1537904 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1309035643e0e70daa3b598884154a785a10d21d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa28756b750a376877cd7723d3633a0259738d4abdf6fd242f77f0d4cbc6b59c +size 1863502 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30cfd3aad7c04b1d0ff217c3ae66352841f7f4f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd2bba2bff4f2dbbe8025b6f3e2f65782e501f00db65af1ac309d03520de236 +size 2106916 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d09b1e838f5d2918648b73a6f3df368ca6e82d45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e17c25afecea23f888a0a376f09aa6830f19c1b1f887138597c1bcaaae82cc6 +size 1745180 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4aa95fa19fb442b38fbfe9f3dedc89eebc6dd85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff69ecf8f4a3606887a1e3891a9ba3ddba784577d4b28318044e073b3887dbd8 +size 1907640 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0dbeb158f381aa02a820bc9e3c859b5e5870038 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92197b35db64967e914ed303d9a0b3932c467114482e1da383a67f5cd0b8eb66 +size 1748172 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4beb0cda26be40d5266b864b64477b4ccf707484 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3b54b8806de8ba48d516077a59db0b8ebc79df80db21ffddec0e98b6cb020b +size 1997700 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..298e514d549e84d9f758cbc1c64d32b311fe58e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24df7f5953f855caba8674fab2381353ac029ec512aaabecbad3dc1436d4095 +size 2645703 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..162c59807a540405a214f1ac60d2e7fec0c8f38b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d1ecb1b8739a32fe3e1d5eb79516363ff7c5c04d7c82d58f6b1e59099e8510 +size 2464270 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12f1fcbdd5409dfd58a238874284a02d549716e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256ec6c88c61d6b6052090ac4eb684c810162d64d8a61f63a4c86e2a125fecc3 +size 2031197 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b9e5c852c034512efda11f2e5266e5a19078a87 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6be4ec8c16dfadb6561e9e47d628c2ab216db2d716b4467f20dd32fd6abd320 +size 2444974 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51a59cfe66315c7128421cc64ffa67ae7d6f8753 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb90001a23c3607f495d16057717e5b2491fd9d8013ecef5c9263d19601434c +size 1911109 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..461322e8646bc783f9888b16a0242795742cd908 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2826e7dd679a2965ffb07213c5fa83f9134b9ae2546e0411d0b1f43ea874ed +size 1786594 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..652edc1fd795f3998ce84f89e1630b835d77a15e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b550bb08a1e7ca16c99e49a0a147827b6ac9bef92529482a2df2f5020c34ab +size 1986067 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..befcb1fa097d23e5dc4970644070688c37bbb503 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8440da80bf79bb190a242f540a68b39e44c83d0c7d82f777bf153351bb92f93a +size 2032996 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c69bb9785fe281352b98726b201e01c0672b6282 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081df1473907f192304a4e202614d1f8e625a4dec9785ccc576d8a88f554ab1a +size 2447877 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3562ac0f66fb4900664e61efa754a393718db42 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc24e143e92da6413906c0293a514a5747ef1e7c088d88f70b5ebfe34c5eea22 +size 2022387 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8d7494e865ec8dd8143da7cb66b5780464bf18f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825b493111524c610438d8b1834bdbf36e881c8f2663b216c40dcfd9ec64be33 +size 1926394 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cd23426dc3da7688d5d843005c725be66f3cdc6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3194673349b9d4bb036b0e07cec4a969f456625a3da1ebc26216c424cac527fb +size 1710772 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9687522a586c788485b7bef6a4050d744a098df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3226fa84610e91d7baf3ae0883298de771b8f35e774e771673db3cda0633122c +size 2420422 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6ce18568616b861a207ddcf7381494394b6ae93 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0283e09e295b292cbb5eaeea21c453ebb1a64bf446791d9f87ebf69cfc8a547 +size 1870256 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80f3ce5e6b4034280dc577a19fa1741d22b7b433 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcbbc68c31947890ca7e1e537b50da0aec8fbd0fe4ec821484ba5c28c7ea9ba +size 1917326 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dd1dc5376ab0f778cca2829857397d63ce1bedc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b100a7afe4aaad386c721b571a400a7b03f9c88e0be8713d5beb4204f984f7f6 +size 1876567 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac990cd9180c3f6b8f854e14b7ce699b0b5bd30d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc6353ccc2875290e1bce65b84db1212ab2a9c762ec0fee17a851d3a15b6cdd +size 1669607 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15ba470db08ed3c84d2d9f7d8048bb74c64244f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554aa6cee7314e03dcef23aee52e75edf07feeed44da882671e881da0a239834 +size 1582180 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..faae328439e96fdaba31a5d55f5f50297db3dd5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d49c07d83f30ecbb70d26eb126a95d29a904df55baf009b1a6aa1a52d5de1e6 +size 1791450 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5475d1175866e794697b0c9332e11d7212848fda --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a3c166100d7052c9a9a5ec9e5987543b2f12dde3ceb6dc66691b45ee10b1f9 +size 1967681 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7833ca21edc7bbd229989ac158c733490cd20cbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe648ae1462c306ccc7f0051ac9e1e960a9960828e3683ad6a87c756e225343 +size 1862204 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9948cb65e0d4f6361089abfe7796b6f1daea76a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3441c13b0878b4bb602dd9e78c662d1531c0d165f6c6f8f4c0b942b6351dc7a9 +size 1499726 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50de604a0f52cef428b90d24bcaf3ee1d8ebe901 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce48a230922664670f5e1d66f55dbee803c36369b30d103a137928a6150f269 +size 1963682 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75dd927db0ce760fe7151b14bdbf17780289f727 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943b257e60d0bc31ec7642589a1bdae702970ff8ad2a7fce2ae438e164a9c8f2 +size 1899175 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d66576fdcd9bc109e47433c8ac7c5d350aaafd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733a429b47b375436e4d629d00fee322409c250be2c5b537fe8f62842d7ff90c +size 1392023 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21f22c404a208fce47a0ccccf25bb0071b12ff14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f098544fb1d2504d93a26a1c152c2d9901623b65ead754d5eafa9e18a6a619b +size 1629675 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49d6113fc03ba91f77920deff38be9c41bf39419 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6852f96bfb4a06c3db54a2430d84544f74e64fdc809484d5392220bf9f0e9b +size 1402581 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1e7cf22ae4bc2c39d983376bb99e16aa3ebdfb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051ac6fa447402ded6a7bc9e8bd999a6591607956035eee951eee656c52d6cc1 +size 1571512 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..957cb2cc0d57d04479dc1bc978facae4af03e721 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d58acaf0400ab6905d21d92215b1e50c08c0ef8cce80a99f47646f963213658 +size 1549949 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93fa37e4a121016a9ac82a8a832f3b5ef788cb10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510af28595aa0581dd92118be549cc500973b772a9d09fea497ef5099d1eaff1 +size 1305812 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4c35a3fcd21b7cf7df5ce76345eda06ddd0e743 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7bbce1aade4756a8c928bfe9bd984e8dad0035b42b0deb7a979f51576d3461 +size 1752093 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4afb4d291ac420dc28cbecdfb25cec967527ef5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d717c8a8eafe43d37ae53e8fec4082dd08dc94d12cfdb4b2679ec032e26d22 +size 1850419 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45e5a2daf4e5ba7ed148aa08390939c00fdf9a52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943eefb701121218a993cbb893250a09dbc2365bbe6ddf66d7ff26b1ca3e613d +size 1580505 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2274e29bdfc3cfc10195196f54cc9f0479ea7e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc2781c2d623d5876786b999087d0c5ecbaf4389738227c821b3a2ad812065a +size 1749649 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aa7718b01cc5fc9594cbc523d84baf2d8d7ae74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec57dd2499050dfe2ed6822abf11ea5c0650eda2fdfb9af6acc7d4e4b5ed5794 +size 1536244 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95260fe3919309afef16f1159f986315d07ce1bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e002242306ab5885f5dcf23a0c520f1005beff0f609d302877272f606c0673c +size 1740384 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c912f8e4c970d1cf0b869e6e6249f6717bed21ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a9d93db0cffaad1641a068e265c019bc29bebe1c44513bb9f7b849c6b7d7fc +size 2121327 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9d36a32a2a72f47242ba4355f065502f75aac8e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1bf64716341c50d4d31d82f264ca3df972a6b6197047be2a3419d1e434020a5 +size 1634724 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af37efd1dc3b51c1b0637ef71767e9e720b19429 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bc4d3230b0236eab00f0acdfd3df830beb4728d8334ee8feee0228a40f12df +size 1771490 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f62cb9bb217336cef8b815e00335547db6185cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5240a5150210df98ad45fbbd05ecaa6edaef89c926d7da9b239a10a3ba4766a1 +size 1715863 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6057e54b465164692bdc61092bc40cc6d9ae27d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c03aaccba980a1c05c57d2c341b67cf3efe026702c2188f7fe7ae78f86f3a6 +size 1428294 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5116dc22593c58dd86bfe899ded26b2f4e1039a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efcc50749bd76c8d3f8b030b0938a194e4c54720036374eab9a50145b81159e +size 1740583 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79a638394a08dffdafb0e32d8ef5110cbdb19230 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4014ab4a4efecf7deeb1cb0a28f242e68aefaf36481847dae1da319e81d858a +size 1610377 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3c9424e8a8b8a725891146b62e74e33a59674bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7acebdd4a7d79a8166d2c0efa5a5ac29aa18ef618905b404a7b916c673e649 +size 1774314 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..398eb91c5f7f057cb56ccd804d0cb77df8b75203 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7161532c949d364eeba9c9f8e2c3679d11d6bf3568e0baaf1c641a7f7d1878 +size 1621749 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7841e385590d6b682b90690e86211d7784c29c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff79711d848bfa144eb260d0c53399d0cafba591b972aa32773db2713e1fab77 +size 2417382 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72bd8e1cbb12bc15358f79b74f0ccad91497c28b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc3210d5f01d1e7042b7966ff63eec6b162ee80cbd3949d3a926ab56ef71813 +size 1561882 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ad08996d5edf2774dc9e20b64764d8cf482c710 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b511eaded5b150af8fef00ed83574e0a7356194f02cb6a9092ae5da4de538fee +size 2078144 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c90423e93ff9354edc8638c5c74f9f4282c7aaff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03f99f8e9c3bfe9d812f22321e2e195e6feb3440441df76b0aa4745c9bccbc2 +size 1278273 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9c2dd1440ea72e41bdc07b2b86e27f920dedcaa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0efdbed1010e4b0d5e6f20ef96b4af39e7b847efa7d1887170ffa68bc3e992 +size 1834002 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc872e7743dea0c6061bf2e9618f7d61ce8f1c51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c15817d23710abfae8738a5c5f00b4f9f823e767a67f88e5b853fffe504b765 +size 1235650 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e215a38383ff9192237e333607a1ec41b9ed3411 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79229c30f0dad6267e39c0eb66fe33d3f5dad676d5706b23246bb20de4c5c79 +size 1507021 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d45102e90147fa973cae89c03d310e3fa0ca470 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d67e59e9641d0d858d1aacec11ce73185538ae104b15ea90d1b8de2fe78dfc +size 1674269 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fd9157952e57a4a5848ba99ba7338c338c7f605 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8680431c10d91f03434975cc2ebdc2b527803eb5a599fe261e525e42a9df3638 +size 1697266 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..439d024a4f0b1cfd97ecd58a59b05b2fd3980d8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3aaf1fcedc2df23440d7e1514cb15ea7aba8b7cc401f306b4282aa8cfc9dcfd +size 1823595 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36138de3b2848386361ccd9ebdd3dad7ad8c3400 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32244f7cc8fd18a1b7ff3116afc2d3a2fe5c116da3f274daf3fda298b36a76e8 +size 1759018 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb3ea9a386a81ec5928c6d76fbb42cd36a510ffb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b550dd44b619e08cbadb176bede0a2b079fc10fecc9e7a8f69305bdac3065dbd +size 1643759 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..857f9d7bc010afe29b4e8cfc9821565d71c171fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cb1cae418068bffc2430693fe3f241938c93e17b8a7e964e1f8594482ff136 +size 1509474 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1471551ce3ceca80fea74ecafbed0852da47e59a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0e4459a385159eda0e9b5c31799600e9b393776bda060c590ecbf26e3448c6 +size 1437558 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e3dd019fff76b806d513c43762c313a1ae80280 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b80684ac01e442c773471b5d4a53b0652727e197106e11c5ab0ae68df51f53 +size 1335982 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd69556ef728c656a23a00cfe1ee36958f7e02f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdab2b7531babb09807943d36d614aa1d017b25ef4164323669c420e2f757e9 +size 1574460 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ae1f2ce1d1b3a6f995f7681f7cfedd5b3e727ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9104a834fa987ef78c98ef3b167fac08f34dec62a2f6434daaf1d247dd3a4e63 +size 1532545 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..764de38cf12c5894b7fc640317173a18f060c19c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9321d483f893b9a711336f87f69fa9432680d87dad72525ec8e04136b329370a +size 1780526 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..530c01b2a050a438fd37a2f3be4f65fa96271e4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e465e6ff2ace2c8eafb4f878595d5c3e954998ef4b55de2ad15b9f92ec9df3 +size 1476477 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5faba2b45d98cfc25dda11c64ff360ba6e0eca6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e21c5d9e2852024849ac5f37820503e8d790f868437cd8314729e817be5a30 +size 1479069 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f14e6d7e04ad9c5b16c0bbe23b577597d33243c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6dec985a43a1ce151df30fd8b296e2ac4e37f21fad38a1e8c1df9eb3b652bf +size 1539454 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18818ad922c5dec93466e4ce92bc6c5db83ae913 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090e6fa74a98a8b795249d9bc8e43eeb5d7d6c0d0b85edc3b30c02751f253584 +size 1555494 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d86d9b3215a4299b9819029c8f1b7b5f5e59082 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3537e683ffed71b0041c20fcfde77fc8c85759d8b33e751c2c0edb6ed7984c +size 1522081 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6d115a03fedf9e90ae2df90e91b0dacbccd9f69 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e01c36be7df5cda60677fa2e21eb04a93decb52af2879b6422a05fcd6e608c2 +size 1584785 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4cda7f874d3b326cd2c327aad6a45fa762e7ccd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148be381035b6e398aac51c7a488203216b000aa23b851d47d04a6563e0f892b +size 1750325 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd921ff26ff45beed8d94cd8e51ae97a616b81cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0767ea363c0c15eb62a26c01cf08a3f6779d44b36642cd6a857223948355b78 +size 1953959 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1498144695114beb0de89f62fec1c086e42d58a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3d2d51a5b8c519ef1abd8bd597932777e6550014dcddb27141894badb1e689 +size 2010280 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aec4d7f37a4b8b1a2cf20795875dde417f1a45b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a6507129cd5fc2fdec1f6cc682b444e07bbe788310ca7c4af12c756228d95d +size 1710616 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28a4ab711b3d71c06b5472e1cbece5569f04e49f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f25fe38228c30a035c9b298cf94ace25b4e941cebf07f0a0077839883b3564e +size 2083959 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ea14d4c6ea23e79386aefb984f3160f6c093bdc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc5e949785f374c4159afb1b6a7b93143fca6e44d240d10051dc11fa4064249 +size 1902900 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74ed91b29c64ad160efbcefa4e60542daf0ffd47 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ad0d4637085c336ce44436078ac729dca99fa4d8af7854e0b67d07a0e7b74b +size 1696226 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..257cb1102c53bd6ae1738364fc1916509cf5961f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7043eccb96688b5110a6e70ee5aa2ae2445f20e9e355b24239d37028c79c64 +size 1507383 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4521428d475ad0a41699fee084fc05a59c843dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab007d95c17f1a549073b0e461710cdb9e0495a02d78abe7b0246f511c853a46 +size 1969049 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41c56c70ae4be9afe8dc1e1e26aaf37e5e9cba10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35717a3d11c99d602856e565bcce3d188820f625ef8a8838be53662ee4031ea +size 1437864 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d18335b8b8516dc1dbd3cea5b73a7acd275c4c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a986b42b56bda37114979c902238ba9d1c41322293a1a421aaa066218b4c8f78 +size 1802886 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5c2410ea301b1a77fac81157dad9f69a3273e79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b04524bf9fb5523dded45c85490fd4c444d240b8bf8a65d29508ec35e91903 +size 1870646 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bff1b608663594a6180feb579cd974b7945a081c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2febebd5441a5df0e6aa0e4453a366d48a2ff0a9aa774a37f656e286ff2780d4 +size 1559542 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80e04184871b0fe9faa3667a8052d9809efd4b4c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e970f27c1c3d35e69b581e5bfb9e349eb1d4d8c5b88d254bd2fa1e16b54691b2 +size 1829881 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08ef8c170a05c1bf4599947945a6de9479212037 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f3c3b750e1da1cdaea8dafa1f8154dda50635b70d8220f9d1e125e1232781b +size 1956774 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9047981e5fadda115650f4cf939875c3959aa13e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab41de71a7d4ded0641deed5d75f6519c5e01c6457a24ed191b446295dcade7 +size 1756398 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ab6fbeef1f5a7a7a72833c22d18d8d3b46e0824 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c3146db77613393246aa67aa3e26372922116a126b64c000705ecd6d7a48ec +size 1690466 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e03720790f9091b2e1dc9539b72fa97cd1bdab8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccafb543b81da1dd6a4a7f86999c47158c41bbeda8d7fb794082b24bfdd62e4 +size 1521098 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dd335ffede092d685def34dec9f359237c04102 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ccb4ed97851c4cdd138d6af9ae4d2f205c309a491a1603e6c5b80187eed892 +size 1698653 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bc1431d8d0d096a9f8131102b5fdf228e5d3d0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1f74a09f4a3c839de4c97af42d069b276a7147b38fc604c7c6f39396cf9a2e +size 1731755 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..064e1fec1663155fe435dc31f1e112ba47af995e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732f3fead09079b032b5b07e34eff11bcfbabc941dc41164fd693f4816e4938c +size 1520357 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1893886abfa1fef8bf2c0ace5949bf780200a49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3198a11cac1150f22e53f3624b322f8d46b5e3f49890047490bdb90c17e99b +size 1502959 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1dcf4797c079b53ee380a48b4e7139b179eb029 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a330fa24b2f086c4966ecffdef587499b106d62465ce7c4692ca1cb15162c946 +size 1824036 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de90d948d7ee6f4d558ee8bba7f81a1c3cefd22b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56990d9406a240314f5e30e44b32444fb85e1b8b25094c70da767348c9ee7cab +size 1722563 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..013705720ccf4472af150a6bdce2cba3f6d39734 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8eba9097f6b09c346e626fc959e1f81ff7c4ba23a968bfbcd5baa692130601 +size 1979999 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d6f937b80b5009b50b5bc7490755b777672581c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef79d77c620fac217947b6d66b1ee583ea70c0e807b7bbe7bb7e437aa3061675 +size 1978835 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02bcd3a339206b6a7caa1a14707853162a43820c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d0d80cf0d1a671a6fc141d0dc78ef1a17e7cd2d3a03e8eb5e217c97fc8e95f +size 1822853 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0931da11c10b1d08cad7b96daad61832eb5d913 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea568d7810a4a81158d3dcb59859e4a3d93d36d5b0bc516c5694b132fdc9358f +size 1888174 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64df30a3c28d2cf82366831a84ff1b1872b42aa6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0669c2f75e65c6f0d501ccb0e2cc18e6743234a554fab9a1b83938f7dee137a1 +size 2265346 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc45f548fe44fcf377adfceeafd569cdce46cf99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56d1e37925579b701faca6321761b3c367c757c054bb9530266700302d55906 +size 1647303 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..566cdab97a83eb66df7ea50f504d6c019bf131b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e282ec722bb0b3c8c9725dbb681286c8d99dd6644c0453084ce6f131d6de3e8 +size 1707915 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a781ec11757f3f8312f37b5828711b49bdb13045 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36721b10c096d067fd8b26f6de5a95273fb2a23f5badd97072422c2f1c65571f +size 2004990 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ea5a72924500f6ea5de990c7179f358af4ef2e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9be8c296c468a086d01926cb000763a55707c3da8e38f3bbaafad40a089f5b +size 1613631 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d25f08c8d347a66aebf0b3014a5c49adc9088ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed999e2d9b61413ed9463a93b7a33f04f907cc79288d2681f6f33baf5168f8c +size 1508600 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83fd4913864f1a16c25ae8afce94e7127a4066de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b10daf392885c82628ecbe74a2f12ca777b36ff6b0c99bda71c8d830d5d033 +size 2303950 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72edb3dc165812ee96308f5cd11bfcb4b091f336 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12171cc0d2e1cbaad673fba37e54bc48fe534d31d19c020ced47bf5119017e7 +size 1706034 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af4cf556144ed642029629a1115eb4cbdd00661a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3f82454f9d0d8d8855c2f4e541cf4af248b653902405591469f6ebb4f19bd1 +size 1337391 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abc7c8bc5655981a196c59cf6991657e93c5d9dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5181f1b5f96ffab08c34cbaa7f8dbd07a2f4936221092069ebeecd9cedad7c4c +size 1919551 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..959c34f9950d54f0773c445d3e27579dd7868d28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d3590bc0f8c5d40ae106601b7f5f6a93ef63d5f50fbc6a7e272a6d24e2937b +size 1617229 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e386f16ba5fbaf0e1fe727e7ef557a86a49df4b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01341ccf04a957f83bbe08563d3eb4f90164c4cb9df887dbd402431b6680aecc +size 2083258 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29b00862040495d7e245da2b17c3da982a5303e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131e2e94f7fb5f4f9d83b8404f1b2e3bbbac63d9280c593912f1868d9efd1cba +size 1866445 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..761436587b8571ddcd9b2a836ff8763e0b65d79c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fae03427c2035c989f0742df1937563a3b9f9fc0fa7d2c06f546d2cbbbd0795 +size 1701067 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3952e2d6c98f5c763a2241af1906e43e68f7681 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe8fdd9310df665623b4f5daeba522672f24a438e0dc8273183c20f1b4ae768 +size 1728847 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b5ea28045c71d97046e412bf71d1387604ae31a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4862eeeb8fd904728a3286e0bccd393014933d084d69759135437c5fe9bf7bef +size 1414827 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b3e25ed9b94e75b334187ecf791eef5bd568fbb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79a5945a2554d29e620838322417d27e9cca4aab2548a96c45a0da4bf6391be +size 1982528 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d14aa701cf1e12f472b309d5fd9c335589b7889 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077b63ee09559e50cb6c9b787783d950be1fe690323c016e245fd00b71871d96 +size 1797626 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72949e6a452d62113b24ca31c4154b237837a311 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eeb37c0de26fc6ed9a7fbc64472cedd707ce9926380ea5771b2f7cc5ef08c89 +size 1523708 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b420989fbabc6ab1ab5a0b43754c4e79f9cea326 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d87cda12112979ad5926589783e11a4647f983c15d8ab86024ec1a290e1c95 +size 1934185 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b187095383be7725e29ef34b4cc068eb6677236b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5609e1cc42541defc98968cfa0039d9d970890b72b28342780be88135cafa78d +size 2010824 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2c022585c7d92f2be833ee7d42930f1f2210432 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbc017c92a35433e25de525bcbf0a3d3a07afc6d9fea7deda5f98fa36b8f9e9 +size 2091214 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03746849ae91c50617be54130033cc41d522ae3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd754b0716d3bb33a3663d2ecc1a7811551c8cbbac2b2a1466f9ab90d6cf199 +size 2079328 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fc2a3b644677764e3a978e9bb0aae78754c133d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30401899c0f6b530f590689e523fca2a34e635151ef547de0a6ecb489b88c25 +size 1622444 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15f586735b358ca08ef9e0952e38191a922af24b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ec0cdfd27418359c1fe0d45aef23f61a50171b44065a0f1ba0d99a77d0fe48 +size 2026157 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d52c72d248d76c16597469fcd04a92bef966752 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f6309999fc388fc583c66e85398e89c28cd4b9c0183d088fee24c6cf35bc0e +size 1689134 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d0d04c3d6d053ba42b63edfd142874dca2a2a6b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f57caa8cdb752e2b14523e551af8a5fbe5f286e2c1d2f536d047a6c765a4f5 +size 2204999 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..072b629912afcfa0d2a25cdcfa619ffca32379b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02a7932cc0805caf7fc5421f358ad215831830347a16be09cc9f90c29d1199b +size 1441142 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4851d06ea75106671f570c1903fca57d8939f48a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4909b7469766b2252c5de0e04218aef24b2bc3faae3cd602024288e502bf961 +size 1345738 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9855398e78c687c1aed8c662533df42e6b9457e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff9f7a82810df409fb72f90585511b2014dc3aa580721343476600a36b74664 +size 1775634 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b048528e224dac33b85a721d72101f737f648db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d9159d4a46bb9be12fae0b4a51dfc359df1f314c84588fe50d5b7a180db3a6 +size 2445716 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c921ebeced090f8e7563f23b926c6c1197a2be6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2b57b87c19011b6bb8478b16aebc3611a81a5937fe5170841eaf992831555d +size 1496142 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97b43a5abe80292657e823290a411250aef311b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d699cfb6beed28587630a19727c04fc97bcb96c849ef39dbd4a884c896d3c1c2 +size 1417054 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41924bbd9d40022b0bb62a0110ee17fb62a25d6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd6fb45e6d908b4b496e11136c06b3c828426d72c7d0567361649448b2fa528 +size 2338210 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1751de747522b57383384263be0a870f9c9c44e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633e8eb79174807ea1639714862854cc5106f1380047f665b2a447e2365e6e23 +size 1717781 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfcf9597eee9ac16edf8b72ab98f5406c54bd775 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064e1c06203426da8cc6ebd91c1d778f05db21a55902b805d2a2ca3ef9a8b752 +size 1574026 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9aacc3f8fd4f4024bd9c6b4c82e1769c27c8a18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6359c05b72ac7da88387ff1a59b4f56973e42a566d8ee2f8988756d64b412a6b +size 2000719 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61b712cf3bec68fe61bb15d19a7d8f9501b57657 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06880d294a583f17dc01a64f7c38f1a228a32dd3d7a7b3b4bdfa5729ed345eef +size 1494314 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e316970fc9b458b230cc5e03dd851008df8247ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2710af27c1e325da4bd755736a18df393a2e8629623f469409f1d94b2f3c637 +size 1368216 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7814dc5cddc7cbe9e87182dfd3f27e1fad2480a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc528e56e1a2833eb67781aa30e39aa30f347985481b8ede92d3899773c2ed28 +size 1792708 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75f55bfefea6f411384a61f395c64c281ee2ce68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc91b6291dd978004f1ace7f37bb42baf42791647493f3d1e3cb0bc9b54c8e9 +size 2281918 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5439c014eea51a164655e7113a55d16b307ccf74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cf2006c085f3dab614ea94d7e0cd5e6535df4004f63784370541f20a75e8b1 +size 1539341 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4b1b8b152c56d6650d5ad773735d789022da193 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1baedaad0bd9501a4095a5202ae7954400e88ded80a0b381809212d3a31f76 +size 1175851 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7784243d8cb5c736414ae65d3b97195dc7adc9c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ee4f805694fd64f163b4e152c9cfcb1f8da03587bb777627887f5bb7f299a0 +size 1469523 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86853114c09805a250e1586d8c7328ab31c93bf5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f976e8253f66be44228a44677db367d3b0ebae4128ab3198ac32ff468fd6490 +size 1358036 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e15ea0faeda9a2bab3227fe0ded6b2462002f41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8610f301c020ef3b257762bcd4afa3bad380883dfd4dc142a2ed28b99f0e6c2 +size 1475559 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c8019773018cf3e5837f3c1ab521790bcb27c1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7d89d095c8c2ec5d2dea57d0058c504f8c318494c73e123d832ab1a768ef51 +size 1688861 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55d1ac3b2ad62454c9eb2e05bec33840af7619cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20885af8f3270e15f55a6877353ba9b5298ffd34c42b429ed1bda062f2b245f +size 1634026 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca9b865c3297dedcdad4747f2a0473a35c565fab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942a0f42da83d5380e81a5dd58e70bb2525acf4786457abcb164eb035da9ac9a +size 2287206 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6f1c042694bda802d0d0b1eacdbb3a1aba3d067 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ae5e67c3244e0000ce044110eaf505ae00b4d43aad08dddcaf76d863c40379 +size 2576987 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d6456e3af0cc92becc023148a337ca025bf990e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b5c178490ed4cab56226b4955e0e0e890e5fb47d78b3a2db0d6acced574a03 +size 1970592 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6758017d6ee93f91d5d7900d919a3a22a71afb50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cdda5e6df1b1fc405d18e8c39917976be2f31f2fbff86671e6c900e6260153 +size 2215133 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324028d2eee526ef53d86478a32467ecc63975e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bef81e5a32f60575bf6241d3f5e4eefa6352db1dc6902566808bc4a3a46826a +size 1639628 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39f425da2a3b8a64a3a2dfa6b8f9b4fc8e27bdfc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69074a60f7b0058f0280f9496bd80e243add376da2b3efe1717c516097a5e422 +size 1393965 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53bb862e35dc07774fad33aed9504790ab322e40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee0a35dcf90b20fa93472dcaafe3e3b1ae46bacfb41fc22389d85c4f03157ed +size 1706767 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcf09622077adb4f27ea68bb8e008021effd39d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a84c11125c353ed4f17f1a62bf6bf3047adb7f9667d8d1d1e5e94937a321f0f +size 1663456 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c90542ce3188082c175fb44a3c87caa1d25132b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d20fb99061b17adb4234d22bf8744678c01f632b074ee6d8dfcf34981a7c41 +size 1484785 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c23c050f833353e4707cb953e07d890f856db638 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5e9a7755f11daea84c224a75e71d2edae7e06dcd8e4fc7d51436ddef8df828 +size 1278535 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00c1844bc8522e0dbb0a6505e46e4d738f744426 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13072836f2365a2d37c5ec7508b253a2de515d56a055883c9a1bfaa554f4d17b +size 1805904 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fa76d2fbb676e258738c8e8e87946787736df45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cec3820149c040499b05911a544a0af110de084d030825377e8965fa644e0ed +size 1541943 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d85dc174012410dc3c278a88a8958de0778f2290 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790a1698340fce7848bb363e79fab46ed0e612d69c716162bd00115af3213c6e +size 2090006 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f1c43f11bd2c18fd134e0954d281424d1911250 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f977124489c97096ebdb4e5dbf289174c0e563c97add83eaf3a564102198ed0 +size 1734035 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25468379699a66852cdb814b8fe14922e13e73de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbe80e0b7d27ae55d2b337123b8680a391ba288cbcb602e8fd51e8fcaa33207 +size 2219638 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ba930af75e5f219796570000cc9938b4e9648ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab426c4cf165b6dffb220ed4dc68d8c64428dd3ec57bca1e45a999f021f00581 +size 1427750 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7a0a3a789a59be220e9b0f864ea8d740ab43dea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac08d8c17417c1db83996388b1a9223a022e6c9102db5e51e811a1c3b96ea213 +size 1495197 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffd87a9e3d3596958efbfb14a95b37891ad05379 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32daca6e50d10465e7fd8e5fa2bd632b4de1a355f455868088b72d497bf5b63 +size 2319860 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ff234eef32c25524cdc292969e12a833cd23292 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef9298cad50abbb1fddd168d66218ce8978720abb1272c46e05cdf65bfea397 +size 2404729 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1795f31485f787bf7e4ab437b5b3a0cd0709c4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20e6b8c865d07f951d76464e0ea4c07e4de49ea207f23eb9d8de9e7533a42fd +size 1118663 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..047a010b6da07758450a394582950b2056db4ac3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2625d658fe4a68110fffdc6c728097dd0d45dd63c41d162cbcc8d992653d1660 +size 1629778 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89adbd0d278677b581a2a5062e229d37719d2c1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b956aecfe58952e4344687183e2f315259d2c46c4ece99b4f0fbd82d0a5f07d1 +size 1415112 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afda8a1be0e762548576dfd16577fd29e9e45702 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c85962c1d3c0c370759779d6e67debfb40ab97d84e3fc6d974776cb07737f5 +size 1572284 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2c3e3083fb18d39244a580854408dd767a25c21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e520ccaa5ca07e102d887b5fbaf24235ebd8739d07d0a4996b04c995d2bbc16e +size 2146557 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6700178b44b98a163e7e35ce1086dde92ed2eb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea413efceb45de09a0132244c7dc032112cb38521ae99d5ae38a6e2c443cf93 +size 1978015 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1be063aad74a320a4ab9a152db17668228c52146 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa9a9576a0d9ab01b288217387d2e7e147c72edb2c440872d6dec01db46f916 +size 1381348 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9409f2c9044f3f2415ef5fea80744151ed73df45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0676ef010828fa65e6efd5f885d386418318902e5aa1e2a8c71d68067efb18b +size 1613819 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46a88bb849f8b2c8cb4b28d3f479101326165db0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e828b01d537fbbd4819afcaccc293c10f13f590c0c6b5e23c8dd42b866668a +size 1519684 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fe25023e37ece0060d075fb152fc939764f57de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448c4fd2c94d827344bdca0e9f73f9813aabd4183f0288ebdb6711f48f95985f +size 1875220 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0757210136208fd9c5ee78790660f78ca8fbf443 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1d5b4459ea4dcb24bc6a644888fbc5722d5757dbd88a771c2ed8d25cc80e6c +size 1513459 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25aab4156923d8446d39616643ad42ad9f83110b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73905e60755ab5e51687dd34f5371f0988df03c20670c7342706df20e53e555b +size 1539299 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55803e1b61847b15391b1d4f8cf88fca3d698cdf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae9948c66f9191bdf8bb1e81ddf8687c612080b09185cec2e9beff176c66cf6 +size 1613549 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f58bf4fa880d089b568c1bf920cf3675deef3df2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d861269f6c999b59d2d8e28f4cca288f63cf53e4f299ea9c587e8abc6f1093b +size 1759917 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bc2a5017f5740b8cb3ec97d6df30ccb62c65b03 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08951b720120af181b4c6d2fd22c270765a6ae73f6928cb4818b6df9ade44dba +size 1833087 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d027715d8e06340b7e2eb6670fa397beb10a9bb9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf5d62dfe4b2d65d5d1ffa01cbdd798e8591c0d715516a7bea830fbf69a676a +size 1564285 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d14f4793dded7636ddaba37fee31c9d65fbfd5c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15edff8d639c203278991185b57d1b5bc302edd01fd5689e8b9e6eb8897eb615 +size 1853213 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7309b5a1273a35aa709e13549059a81d2e5e2e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30da161a203704d661cb9f786f0f8befe5cfe0d9559b885911111602e56d81d +size 1824444 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4613ac60fa0cd59f74f8906a00d795feaf3c17fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd65a8857a33bd773c599afb286090a56d296e4fc49bcc7512b47edd7ee13467 +size 1725865 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e5bcd122ea14a5c5eba0ba83fe9289a20d5a606 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b55d023d75989b77f670cef1071ceab87366aabcf900cb8a2f14fc7575a5463 +size 1817673 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3d80e26b1461863150908465dfb1f8527899c0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf3c885a56e27a4375fd442c78ad44aa9a7d4a530d073b997596808dfa8af08 +size 1630965 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f4003fef877fe29011672272bf7e7ff308c8b43 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fb566c5a18546d822fbd7c10742b4b5d062963cb6f53fbc0abc5a9256de35f +size 1887587 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fee9745b159e5962a6fbfac3d814416d4266132 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58fdabc073ac537ec007bf9bd41e47d8214cdba253421aa4a9bf70fd1f62624 +size 1479888 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..150128aea586f79f8b1a4938a3e839c29881cd16 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee9e18471312dee6f4133fe86eb615e9b572a8c962c3992f09cb1376aed4598 +size 1766649 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31b1496edded7d984500fce0965532a3f97d859e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86834facdc75f84ea89ed138f01bcca70ca600a21f123ce7fbe3cc0b2cb5b81 +size 1637122 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d70fdc14c9cee8f95e4c209413bcf8fe0c65436 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eee190f9d9c73f704e6f1511d27f045f7c541165089cdf6047cb6b809c96310 +size 1761161 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..756d43dd2bc9755c583c434aab662a4649330119 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d74095726f7803527d6e1d96107d4e7f83e70cf34da316efb49dce2da82d65 +size 1817270 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3251dfa9c45f789acb12ccd44729f8d73c6c9a4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cf664388cacb547557039843bcce79d2eedf34b441dc9d4c576d6908ab3005 +size 1623566 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3c87fdcf872f3afa851c73ec8e883fba1ee266b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e4a59d5d92c4649bbcb56ddd71dbbbc33e4218c70b061f8624f70bf877ef8a +size 2008020 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..918362596d8f4e61f5db90043fb66e18debf17db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54aa7b576f03d078564103d744baf6cbc85512a4a947e710d3aa7d59637b01d +size 1265435 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee6e9db3ab4864975c0b3099cf6763f9c816c8a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83216eaefd70259cb434f8ffb84066cdd58ccc7123e1e1f126be82195d01d02a +size 1577679 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4095f7e866c9d37b8da896ed1cc4f8c083999be9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72fd1e238377cd5a5e936dad6232b42b4d61804d2aa1a0e3086f760abdf29c5 +size 1471519 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a2bf9edaf61c21a2472f4f0fa5e8df7e37b4088 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faae2d2b6f50488643b5f4894765a8389b26bab75b969a9000a8225e977765c1 +size 1621098 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3d91d4303938b05518f65bce7e472f32d039022 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4dc7c8505a512a3586baf54a9e75375cc03c373acb44c2b509eff78a141514 +size 1308405 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75d7d21fc5cb26eadc5fa502e36d19ab10eeb38d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a37f8969c814ce673208f9f1826fcbee25db5ba9779065420b68a799923e09 +size 1445661 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..badcbdb3097830d75b8caf5775421a80eb6fa27f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491e5278289422ffca3b5f5f0fad3d4ec29c1006d84a1ff0798f7c979d212251 +size 1683187 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06381f25e1539866ac94d88c6f99f65465db2a28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee802e557198075ee4aa859565ad96a1217856375e5db26bd95b780c281d0de +size 1148732 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0319f9d7284cd80b15226b99bb4f350c32815dc2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1b743c1c8458c9b02889bed483f96b601fd75e00da981899be901f0ee88dc3 +size 1917301 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd263462e8282e5e5c9a1a4ad8a34bfe49635c19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fde312fb30d4473d0e89faa2ee8a19d80cf705b3fa63b271150c0236fcf672 +size 1585082 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..915588fa6832910feb41f7375efbb64c9cd89251 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7395a6885550c3c9e7e9014f06ae5216799bc42f02930760c7b66dfe5de694 +size 1501518 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..debf7d4006b40e40d3daf7004aa83d0c0d2ff28b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2711072dafb9e6f957b4a7a3edfd1dbd56f34b9a820a1bc03e24aa5c44bb7e +size 1880334 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a022656c053254abd4b0f5dae97c9b41426a477 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f75ade2be85b122df5b7c3c4ecbccaa74f459c6d8d77bf16040984409c8702 +size 2574664 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d43096b2e168aed0db78571be1bb1ca2f5eb6518 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63967f3ef93921f57236f0b8fc46bb65d83016b747cd83905448aa1b7479c9ee +size 2162076 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26f6e65f01fe445269e2232d78aabd1dc7435d0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c944efacb2ada888cfb05186f08cf67efeb5eb30e234cb8263af993fffa2b53 +size 1925917 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a0498c29116cc4033c506e4c3987e01e896073c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8de016a2f0e5daf81eb1860da9c8e7ebfe0807c9fa995114fe3f68a19dbc99b +size 1795983 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..913a9b3412570b520d3655c87de45173c3218af7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a29bfa6aac2ed8170e64134073b3933ef46b2c2a2f33b37720eb568ddf11d6 +size 1572941 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d177e311e3c1f56722f899208c2949cfd5b18c56 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a65c047beafd12f7bb89f7f23bbb9391ff08b6b40c9fbbcb1b7f2b0aafdf58 +size 1494097 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2a9fe2561dea68f5603070b6018a310504b9abf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76710971dcc77dfed579216c50247cb21da0430baa8c271d8cb97ade345536d +size 1606193 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8168248e427ae036186287afca1916ee2c29b19b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6655a87aedeb19cdb62e37dc0f5970a16b95560e73ba9b2366b90f3334fdbba +size 1585592 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63c8a209c9c132178284e2eb4a99dc91dc4911c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180fa9375739f6b3793749824c87da868ebe2ec6908cfe3025cc84ee461012a6 +size 1434418 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90082c5be18d951ddace705092ca363b1af19485 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6280e4c2f433cc858ddc8f068187974cab4a87d1fa1df7bdd05d89cfc529f220 +size 1538302 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f932cf5b26e6042e3cc9faa261dcaefbcec8f39e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dba3e03b81194cec59249f4a7e405ba4cab73f6d11aa8a4db37880983c02d92 +size 1806816 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ff0ee0e399121597ad8e7cce6ffd9c0d5f31330 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d944ef1b0a86bdfea38e1c1f02fbdb8db60143bd1dfccc403945bac6d7aecb0 +size 1392041 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..361a25a4924999c5642e36459d6691e697ba21ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75f65f9880c400e0669c97cb18fa23d08117eea8ed03cc00510a902a8ee7d6f +size 1894985 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9bd2bc0491d118ea020de278c117e5bd73d82b3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16ecaa08db8e8bef9f27bde980b51a1bf2a564a3d4217e9b481948d09ec4098 +size 1584488 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e32bf2ce715675314159fa98c9bc21dbb97e108d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17349f0d7adc33f20513ea2a646f52546739b281c66fcefcd807e559be26c63 +size 1509446 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b711049060453354956c924c99fd4928eacb25fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5647c3460ff994269a7beb14fe74d5d11b1fd8ee9f2c13fb55a4621631622a98 +size 1609553 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95b1c7478e2a0f2ae2b93d602f785c5bf72f5af8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6ad4421718c3fa17f8390e0cd05f426fba32fde3d41ccf3ed5d8e39153ffc1 +size 1528829 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..139eb40cebde18c21e924ee734f7829e6ea7ef40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2d879621333837928f7b597a22d18d03597482a0bbd45b87e940bc216f7a11 +size 1875624 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9e37937b6e8982764ac1eb7de20e39830db9484 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c221b0abba1f06adbef3455b0a1d2ff8eff041bd8dfea3b877fc269946692b +size 1776922 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2651bcd8ac1cd21ce4718bb67f1287d2b1b1d83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a49955907109d4fdd0bc420526d4dac5d79b44286e9df2fe11c9d521f6abc7 +size 1632025 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bba460b7bf735042948ea09efc5c5e86c783006b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f4b85fc56d46f3c4382e9ef715ce03da90c2a261680b58d18a08068bf8c39d +size 1656903 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dda17a5ec0c75cb217397b3bee916ba606d7a41e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62acda865806622a75248a99b986038e94db021c66cbe1eec1dd31f301bece14 +size 1797139 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d3c8aa9069557e2c256917337ab4d3746dfdcc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbe9cf2329aff68887b1238492bf356007c50ac32ee9e98b8020cbcfbf717a4 +size 1585996 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..864beb288069855f4415fcbe66f9aece541f7784 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d3e8f9c3b1ac4868dc698848dbfe547648ec568839d6cc7403360da642a387 +size 1778612 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c74439a51e7aee7a9e55224bddcef13f3eab6803 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4ce333edff0e58ba79be6cf414c31da782b31656965744839b115dccea3e4d +size 1381440 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..188de41170a052f709eceb442900d93961ded9b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630311a433c8e3fe1a6227ce35a3bedae29ff9931129f7c6a6e149327da608a +size 1795477 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01a1da67c6b4f01a80a67ade22e986dcdc78167c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ced4da782e572b68d40dfa93e77c2ede52e470acd9dc2dc895b62754448e07a +size 1771669 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..532acee57f40f844c293be8c98511d9161fef30e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc6077c742eeef89a400348bacc3565961d47eefed88505b5e2e6b4efc1c792 +size 1406039 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88076263c8b8de057d3d11a4d2dc8847c76507ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9626f1d9a80d191bfb44736ded4becd5d42187e97ed512fcc3f371869d435e2 +size 1976882 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00110f26211b34155e4168f0d6c622c8271e340e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff1885b5bb8c5badfc4a97ed19019246c3a75a1ada8c1a13f0369dd9120cd1d +size 1770436 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b576690aefc25b04be4444a64ec9439b38e65550 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884805287782e74c049dac6d338201814501bad4b122e738cee11a8ea125a832 +size 1428926 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46956e771b5b0a6a29aa5bee3d53d259799435e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f1633dc14ffcde48064735f806735561b6241e286752cf33269d19e6659e3f +size 1848115 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ded3b7140e6aee1d6feab8b1bf71ed4e04d4ab6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215329fd41722ab81c8cc4bfd433019fda2e3ce67a514ddb9e44125b2bc48766 +size 1315447 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f112dfe6518402e7d2cd7ab4d2664dbcb172c512 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b732a96522303a4c46a7f9464350e07c6d3a938d51071df27a7bf470680ad30a +size 1681440 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f91a145f336fe673bd0aaf383f6077dbcbc0a1d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14295b3e884f442fc6ba51958199ec7dab1521feea3a9fc67f1d346c7350efd +size 2351117 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2489b3597b410e261ac6a3f684cc3b74f3a0707d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b0a3d3620db08adc1569259c613e99b804d17ce6bfee830298d62430d55735 +size 1680809 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..784b2276928fdc01fda4521f167f5a05b05c90ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc684ee776b3d5ac55648fa82cdd47cdad5d8adc462f13f4c2f305ecf2f5725c +size 1635533 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ecfdad1afdd8fa2584b0b5ec888798d1cdf513f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2703cf8e5e36ab8303cb3befd52316818e794ad1eed10c273d1b15931144170 +size 1336043 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e14e5b73fcc16cb67db24277ae24ce1f547637f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f2fdad89f4fd3154c6f339c7fd5c33aa8a25524f706f442944036d77a68755 +size 1441294 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4686f003056b5575b734ed6b8d6704a9b79431e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74049ed9bfd74882d4caae74955027677b3fc54fdea2ff18b2d039371bdd9dd3 +size 1589247 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ee6151ba3bc49493d20aa25b1a51cd19fe1850 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babd60c14af8acc675bbac4b801c660ad6727326daf0db2ea5ea505af8826b4a +size 2001419 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc6e25dada71d62dba7a6667bc252122e5b3dabc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b190b3fa378e4f462654af85dfe8221548e7a68477736f8093284c76e312877b +size 1606065 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..741de757959aa67c3087bb53faac4c0380465b62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60072f8e8d9069cca920d7e95827e0c2e5960c96796c204767f3cf96a5209491 +size 1691475 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f414cf24deca16c9462c5c3c2d11e7342cbd7dc1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf19f3dc2a47ab1519c7a6109978d786771d94ac9cbeb4a245428528488fcb79 +size 1843509 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc9c973ebb23afbf1edd1d702281d619ae0c63e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82ecb1b225858c99747384446f710a76ac88256abef82f6f7399c34231f2b42 +size 1556685 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b72f8dea88923afc9c179e48325a5b5f070007a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2018fb547bd3f6f6e39a6d169e9c734a9c88c304ebecba56861be5980e429a +size 1794043 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b275eaf561baed4d5d8e8b110f4f7e88179967 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a2931f4a31b0b41dbba254e73427782f881add50b5ae4931f0aa3b39233d75 +size 1866750 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0913bc68956cdb6ecbf534ed58c4ced3b1df3fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae119390c196a82b4dc8e4c13e8bdc6218289bce314481861e0eb9dc1b19d08e +size 1475606 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9bcc4e84fa839440475db3d308e6b998ff819fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32995b004d577d9e02be578cb006663289a9040bcd417b1a20a6b1b0dc46ce05 +size 1637229 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41b55ab0b7568dc4fa24b6190a605f95b994e8ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e9f2b29a089d612d2fa6f0af597c7909cf225267c44881a6e6f4f924077a99 +size 2863588 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db98b51be20c650977d674beae1af8386d094501 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3acf50f290d7847f2dc3512583ce6a229837e01c1b090e5e5f2345378e4e78 +size 1173774 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3404536cf083a3171f07667cd11d44e698afe1c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a4bc94cbbb0214315426144ceb3fa74958c30fb8faf7fcbfd4a006b5481d0f +size 1384281 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f0113d40669811aaaa7e733471fd4b518f302fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6dd5a6a33b490749a7f68aa87d77541ad0f043f654165dbd2a01f708dfc4f49 +size 1539708 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e1a8415228e0c55e30b9388197d9339a8948638 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac84fb76bed45d077c36ad678e8346f15019c9e131cb7ab1b2dabbf1ff9b1f3 +size 1238393 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ead3de4b09c9ee3dee2687bc75f514864543426 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca7f9d8d46c3be2874274b2e0e39c8312825afd144141d208b3073666f5f531 +size 1444171 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea79e5ad0cb5f2c8f06ed255c3b93e4e0ab0340e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70dec7d70285fc03b1e9da60af11598acbcb7ce0f12fe840d9746c58a558a692 +size 1459677 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1d829c49f43c0666954c67065d361c4996d32c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0989a858919f0a792688470008bd42c8b7b99135335d9a459f10a17c37497bfb +size 1710846 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfc3626e9745e81c36f988d6300c7d9f1a30a13d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e51da310cdd8347086f73715da6704ef14def66eab9ced7ab54e356746c512 +size 1588806 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff112ea9bd7a46b7284859209a7ef21a3dbeeab7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ebd524cdce92edf8a7790ce7786a02bbf017256a46a490413795b8b02df9aa +size 1449870 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aea7493c4829180d9e381368f06d46a76e0fae40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58601c74e5d6e2c94341c5a4cc18f8225bd75d927877b06dd634d73adaf2e81 +size 1621927 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d55c80817d91ad8001bcb4ac9f90124c24a6ca6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0595e5e7f6eb07e232efefe6a238b34f471ba8ab3f24dc3edd31640d550b4e +size 1401672 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..add578e084c885693de11c2cf12d8385616156fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d679606ba9f36e6bd634187fab654b1309c270ea6a1adab1d956a3a700095cb1 +size 1293110 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..629754c3def8b12a144789a9b6fd927fb27d0de5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5f927361b8283eeda481c8891633eb47eda42869f6886b0ba64b9c875878be +size 1486592 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a847e596e95af18ae1d13b0757f82e693f8d08d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be64ff75a7d498482269be23936644ede686f06c95a23b4472788fa23b1a0e1 +size 1418796 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abfaed1d17a073f787e1b6e24a2bb4653c93fdcc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7981754fbe30586d14a61ad92ba07b8d529dfdeb870b0e90b3490ba5f1f3df7b +size 1647470 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8918a3e05336afd7921b5a530163a39f64ecfa0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c93a85ed671d03feceb2c4b6b6b7932ff04ae114dd219028bd73279b9d409d +size 1368061 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f1548d0d29a0bf7cfc7b5ae76351f92113f2ad3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a28312366679839a370db29875efd4c4f2df1d35f97f04ad04cd20b0b970e6a +size 1422764 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51615c22b8ae03573c437351e25649109523d182 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc76f15cfcd767129fd772bf26141428e19ff4d18ed8518eb6e661d3c9c3c0d6 +size 2189910 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffdd925cf4d703e445a188406ab591f2ef59698c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0647c6b3b7e9baa290d058b8f1cba3f808691132318f074a086d949279df9d +size 1266826 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f25d36ba979bf809dab69001175407087bc0c40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bb9ead215f1f49c9c7576a6a2bdb2c5bf5f5d946d2ba6c9eaf1cacf02fa05b +size 1376516 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0360ce806bd702c5a53e29df27eb92ee2650381 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663015929de2ebeda1271cb413c58fa56ca50811fb4bfc9ead418a5af6b727a3 +size 1448036 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f73f77a78c40fbd020f8574c7778a0fe88730b3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c346f8a8615ed933ba06f298981d471a4e5e28174952c0975b9c1f5746f83394 +size 1691805 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..000ac6a3d8f8fce4d1c3e5d575c74502ce5e6e3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3ce3e64563e53f462cfafc0abd2c00a64ed554029a485e1a8f2dc7420ba1b4 +size 1428819 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd41008783130535142abbd090dcc9fd2f611484 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f1455ecfa39af8448ab9d50676128e6dfd4109eecc276ef530a1fc8980a878 +size 1326361 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e33e3b1ea86cfb3f6577b6c3514ef723deea67de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649ab36840cbfcd2253c45d566c12f786d9ece1e61731a4c30dadad3d31e2241 +size 1183196 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffe59a36e5cc667e08f8f14e5682f0892a2883ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662d83d6529a4e03d1083fd2376bdf8e7f5ef0c6ce1a6046639e8a5d6fee4c04 +size 1914360 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fce5b62ddcddf21999d1ee85d541def966955667 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd87655cf53fb6bcb04ee17ad567f3cdd25f70f094d4d84def3a51a36a455f8 +size 1533431 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e534d7ece20383a8490583ddaa90732fffecb37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1c11d27864eca6c48ba3e0d760ce7be441dca1153c96bf650a672818fa407c +size 1519371 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..865a99a4619e6b7b88dfafd01719546fe415e0f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58dc664f511d7ec367168395bb7aaa933dbfd5d8f2755ef907946353969e550 +size 1710929 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eee2d7e569e710822e581f65bc985caf7dfd33c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87062c1b62e7fce142c9b2b094b0f4d691290453a6b2b977a5eb185dfa2124e +size 1387389 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04e3247baf5aa765bf32a0eb281ccf53865e8f7f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074a9e4c9871fb24306f813f8c98d3fdf05018266cee61b469525d98406dfd02 +size 1531708 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..424facd233bec236e58f85aebee905cc10fb8b20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3fd9eb43444d0575c891c66e85850aaab4707132013720ee66a1bd6953db36 +size 1014383 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ade65f186790b226693948b332501766f8c66a35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7923127696f05a4875a8207b643956d20136f73314a891f6cb4f857dd74e54e5 +size 1464815 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3327587e5a6654bd21eb3dfe53401f1e11acd873 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f0f2d95aaecab68e8ccf271d7947815bf569944e3a2644f4b3bbc7cdac88c2 +size 1509086 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2777b2d78752ed709c63b51cafd6842e38ad22dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fe0691ab1c91ca60b306df763fc2145980fab5c3a1b558b20d36c213eaff1e +size 1446431 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..babd92e9b3da1cace646b9e21b7af7a5166b104f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7033e2d30a4b5034fc27196f10da27d361632d7e5385e076d9ed89cf99302db9 +size 1322604 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4604ae4327b26a4db675f77d21e2211d73f4f89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e8b0c98cbde557f7519e16849fabbb316c687fd2fd6d114c274505e07006fb +size 1185834 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6831b325199ef8c8499b31ba1baa29b34f9f79b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a048e2ce736a1d6dcfa02bf7470383f690cd918ccb19bbca3825ef1387d5f5f +size 1279213 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7737a564e42e57931576043e2afd7aa56aa3f669 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013f273d539f54c90d86c888ac894c1f1f5d5b58093d7f11c97bc5fd13855d87 +size 1370728 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9061b4c73fbca3f1f4ee17c56bc2c1b0ac7c587b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d12ecc1183d36f3cc85429a771f672b36d386593abc47a607cff8daa6f2e59 +size 1306752 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe768cf2296847862078d5610a864947ad7f8adb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801f441aaa8e9c56b142133d91edfe2395fa84eea6882105489cdd9974b0dc23 +size 1498884 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0db79805832598a52d7d94bb6585dc20b1790c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cc6677c6f4c663c2278fd984dba1fb3e9f9efbde5e0069a7bf5f01ed6f3db8 +size 1292351 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0d426d7c2069826634ca7b574248042a29d6e4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9117857abde5f3def3697b9e577b7e2f11c61b0b8928bc9fa4e2b7785ae812c +size 1302532 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5407180c17c776d061412b27c392f2bbcbbb8cdd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e327f42a495ea6b49189526ba5fce19b7be8934007a21d2dca1ec07c1fb809 +size 1487013 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b496bc7a92210f038c14402cdb6a98def4e1571 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b3085f871fcbc5b27708037404477a12aa5bdd67563a961f479eec5545f5ad +size 1395512 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9daa34ced4f4d7c8c7e95f5c12a9e21ddb3b9c5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361afbd6d1ed0a076e6040db6a923db4f968c0617f079bee769145a138be40bb +size 1497087 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32e1b086849fd3478a6237b9eae4cb856b2b9276 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070875f824f038162e9fa6024761db9791eed3e06f1c108428a3c1db2c0b003a +size 1565801 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d306cb8a6d2b085715272f28f0081307c5731010 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75abe51842380c8ffcfe7d422113ad2269fd396f26af4ccbfa2458506e65a01 +size 1299622 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..245f99535cc84ccb1b3c3b16b09c0b07e1a60538 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af59fe5bd737a050dc04162374c5b70730a959d9da97256596abd6af61c5fc2d +size 1208595 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4e1861213a8c45f9ca37549e1cfcdaa112c4f47 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb7a25135470951e7f44a3f8953a8097c557d34ce496c9d113700138a986563 +size 1560454 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b430dc69856b7b84eaf7713de37734488a1607a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c64e00634f9153dfcc6326ea35d019f2879cf66ac6db0e83b54aade33789d5 +size 1372409 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83daec082daeb1ded93b82311e6261f098a0b3c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59fad9151be3b306dd2c2dd9573ba12da59927d3e61589da94b28de0643495c +size 2115766 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d20c00c0c008a8c57bbdbc04c770be0d2555142 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527cccf1eddff3c19422bbeab2657b524c4eaf8491f083b7feb0cc2d249c0210 +size 1334725 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc8b013edba867509781181e038383e011bdd9b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366e0159c38c7fb8b38a19a4e44f1bbf12ac5c7494759ca9ddd1bf947ae7f7c7 +size 1490498 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74365627f6ab843bc1e168beb9354abfab108cf7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b418073555e8314bae955722156816c69ebc24a98350c453326512802649c06b +size 1626066 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada6ad59142f4b67e313313263ca610037ea25c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdaa184d821a932b1571b002f65d2b2c4ddc795dd7bf11bc2f6c1a56d79156c +size 2360445 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..976a0484453e0a02ab3a4ef14485bec11a46efcd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0014658a7a2e9a5fe8f479b9303e98581a0710f0d20d5f6ce3b96ef661c0009 +size 1546938 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82d0c6f3050a77f6d16ea6e844656dcdff82a861 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3749de3679ef20d5bac9287d879a09946026d8cb56549319564c44e675a0682 +size 1037570 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b12ad423789c2e68d9de0ccf70e02b76617e1098 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116f008fbe829a455f82a7c2c64315ceeb1be529d53995a62735f890a72b28e8 +size 1433480 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb3d33d949a91003967132363f4c4f7028e01011 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836142498f2fb9d1c05b58e7588ac9a4673c6f66a65f94abcd3e25710e257068 +size 1364933 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dce641d607538983b7f23b8de9569ad59749a21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c9725862db1a55fc7e29b163d94d75be4c029a0107edbd1c66bcbc4afae216 +size 1666423 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e75a778a45585b9aa99ff7bef8aa4be49ad7ac28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb89a93b09e5909711b6d72fbd0a226efd2b88aef7b04867661d3b24b02af156 +size 1526352 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef38fa4292f66ba3849df8da738cd936baf27806 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ca64b1db2d5cc4ed01080a3f7ba2abc66687e0134df4400b2f3626a02a0cf9 +size 1155723 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d9823def3d4eb2fc4d621770cb08adf86a427a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d2a27442e34074c25da4396e9587a8a354f2ac3127960e73c55e7f8b8a59f3 +size 1599151 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10795a797a9a0c0b879c9b2860171e814db04104 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838b0a6ad3294724789d589da65c060bf926fd619fd7565e1b60b05e23621161 +size 1617327 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c05ab69f5153c93ed970843ab8d4dbf6b13d9bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf851e5066c083d42c977de58a5a22f59f939f0b0d32ec8d7f029e1f2474259c +size 1249143 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f92227ce28564a0a8180fe818ae357f0fcaf3ebd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ffd1d895e761d9329a6a28f5db669405efed4fd09545936dafa099fba76984 +size 1309706 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45e63577dad78b246f1351aae5e92fe97e3d5433 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8f2d9a080cc952cc9016795dcb6791dcd1edf9ed72ba256728b74554065478 +size 1252299 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..354410d6a79355109c664f7efe25c85549eb5348 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8ff3ceecf974e94fb7e0cf00ae405dd9d59e9cff43c8fd584521577fa9cf8e +size 1298407 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000404.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64e50b1b018664458385e92189f0996a68060037 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d95c9273c04e154403052d2e5613d9df095dd33f54f2fabf599dd22c90180a +size 1217582 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000405.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..637ce9ca9f36d6d576644743a6ef386fa2697fef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33aa2549c0baaa793560a9c20e096e0464609b29262ba9e732bb4c007d1d0229 +size 1260736 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000406.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72468ac6667749ed429a1477c8a5c9bf6d0c5682 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2774d7510a5a374923877a74a65be8eb2101dd69fe4733012b78c3c2a0c4847b +size 1327544 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000407.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da4e417e7bcd3e50d01ce3d2f2dc25daff5bb1bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce64099aeb3771de8ca44777e9d14676d8f1069aeb46b8b475f890d6971f9c2 +size 1969019 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000408.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16e8076012f55287613233ff3c165e920ffad416 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798c9cfd3cdf8f89e1091edc009c0b69241961f8d3169d8b79f10bbc758a18bf +size 1311400 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000409.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a5f3ba508a0cb07368193285b696f42c69b3aa9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d799164d353d8adff45bf44745ffad6b946e4817b331098a28e9787807b72d5 +size 1282057 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000410.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d6ea1e5d63bd04c890e80498470d16293f9afde --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f31e941dac458f2d91607e7243b4db6bf9aba101d2b13bf35439008bcdef780 +size 1455544 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000411.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e1647e2bf36a5d189b34a8e1f3608f04beb9c44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd75398b73fc8912392ebf6ece60a32026238bf4e43d58fe402c0d8063aa6ef0 +size 1269528 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000412.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fc0d19ad7320e0fb80e76582c8de608f337d8f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ac1e4f48cbe78de8f933fc19e8c16eb37c614e778d9d13d9df4079dfcfb5bc +size 1442008 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000413.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..844d7dd9adbd360a53904d7a8f6fc472a9ed145b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ea086cae59f8bdaaf40ee40473a99f18734dd8c0b89d9c44b040e8a5741850 +size 1010606 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000414.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d65971fe9e5d3e8caebdd5a73d57cd5a5969c751 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e65844af4816ae220de9f6d1ade0d9e08b65cdbf3fd08fa64148b3b2a489da +size 1247099 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000415.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9108b8f60ce4d5cb9059751f1e1d10dddb652218 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ee066972576a1820d8206d3ceb879ac9cb4fd5825b78574abf0412da9ff3ea +size 1249833 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000416.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b6765a479f3c603075f595a280f899533d371fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834a7a78c1e97b312a43c33f6923ae9fe7ab0d38139256095b0d837285018cf1 +size 1480401 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000417.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daf79a63878f10ef06a55e928efda12dddad3dce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4291d6c9e2495ec3a9de3e8d5f01341ff43f83c1891f19ac5c8d559c8e6687b2 +size 1237405 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000418.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08a842845cef66a07514354fc754a4a3caf13b0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b817dd6c30a11fe60fdee551ac200258cc3f7164468fce4ae1e92dbb77155b38 +size 1362061 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000419.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68805af13d1041931de1342d97ea281987886f9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804d76921704ebfd82fbbd2381a805b7ce6c2e37667f12526d6f977002028d3a +size 2001989 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000420.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3aa273c54c1cf1b473002c998840202d37af3b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a079ef2dfcf17b49f12d8cf67ca6f6bd5487e058227b78f5aaa34c191957885a +size 2098257 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000421.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e241d8d86babf2905615643131fc2abeef0c3a39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cff59b81c2d3aea1cdb6c6e0e49b775fe85586f6c63d83faea822648f4d010b +size 1610951 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000422.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e8bfef9a18c0271a028a5cf0e9436619b04fb07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c1b1324c06c2ff55e1f9331682e08e1747a9f31e2b3f0ba69f721ce85331c5 +size 1544534 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000423.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48e86bdbab106dd12cddcb31cdb1c0515da2eccd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a0a21567741c9ef082e48916fb3081d6253a63f7b561acb5c2a4590a4cf047 +size 1206480 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000424.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4432af793b5e8ae9f55410418ac982d1deb1520 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7aee10ff28ca6c2f1a0c00dcabdc4cc247bf8e360068c762e1024c3c44004b +size 1608297 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000425.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47abb2072748f02fc92f7f2020fae430145f8236 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47b8968ba402bee7bc94ee70dd8370fa3d1aa52985461490d2d1459b11e676b +size 1552741 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000426.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca8cb525adfa225727ef4a28b66af6c72cadf2ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f5681e95a3d61a3ad0837cedeefc9962120b84d06acb6ed9af8efacc8c3e43 +size 1350077 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000427.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a973fcde4fc725bf2ad3f1b9ae17c226af94b9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5ece830bff768d4c417a761d0d2bf41790bec1e873195be756048c5a563039 +size 1693543 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000428.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4162277f258d70ec3165393aa00ebcd8fb30b0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb34f71ac31fee875020f50db7141f6c0f9688b7d00917494671c4793657bfeb +size 1664621 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000429.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f477bcae5ef8e72a890578add09edac13f3731a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b6727f27a6c32160eac46ac1ff96359ea4c07bff0117009b14545766247ab1 +size 1221988 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000430.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3049b2cfe5a13bbb50b427e3b6d9300e741f5b39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c91827921e66687ce303b5c51536626f02720e9841e07ee0b1ad7fc1275d70e +size 1220476 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000431.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e07a0927c35ae8f97c5cfb55cc34ca49258ee892 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8413602d0e6a02961dfe7a82907fd4e594c9eb0f2a41700e22a09775fc8d3e +size 1344365 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000432.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8015f9d101975d82b0d3589697a33a7ad80d66c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9de2c558f602156e3d7f436203da6986852c9921d92f8b01fc7c39abf6810b0 +size 1358912 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000433.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9fedd27cf1c2e2a1770dd6630859c8b2ced92b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecb2a7b173d79fedeb960d56a1d1678f3f1c897380d97f9dda557ebd4c15ffa +size 1208226 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000434.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e9ce816bcb50c9586e39bf62f64df5dc8fa57f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d994f048aed47a74f76db0bd52aa7dc72df2d523a26e50221c1bc44a19d717 +size 1460046 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000435.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c43f48dce8add354118574664c0b1968f0a3027 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9f7c5496e86efc2209da096f8dae916d7bead3ea4c1262e7f4ec57ce327988 +size 1367636 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000436.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53dffff4741a698bcfbf0f31882f9d3e3e3c4f24 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f554346aed01821cfa3f1b47daad76130894ff5773ac63f431cd87ae77560fff +size 1686296 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000437.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f5a6f8ada4432a5b0fb3e8984feaa7e33a8f8d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203416ab656240064b1bef599be2d2a39695aa451a31e5b57cb39374a6d87eaf +size 1482419 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000438.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecf2cb63a606cd0b62a5a5324a8397a6c1a47c6e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a20c7a69a24f68e70ce19ad942156b161c5ae72a98f5f093505505acc038cad +size 1171128 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000439.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f3fe6b45ae45f519b080de99d0ed98dc56d1891 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c304c619e5fee5f42fd8f9fdc1eaf4f0a212bce6ae1943641e31780bed09b28 +size 1842582 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000440.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6001b9e204980c5d83918ac3549b76d4dc49b0f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cdca8f874a8461b749c5b4caf8bdd533748bb86df644a427b6df70c6ba33b8 +size 1834396 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000441.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d582296066c7bcfe8abc632348ff21514bfd89c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8e3261410f6b439fd2864038e5a91c1e28656084e25163e44d551593014ae4 +size 1658602 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000442.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e72ec3eaded63eb61027507b6cfaafbc40efbc4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8103f183375d498ed795438ca53b2ae32882920122842687f47c180cf383152c +size 1838373 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000443.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45b900c27b4a5229d3bbbef3e7ec78a3d990e372 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb27895b26ac1a8b72207769dc0ab9de230e43f602917c5c148dbbb3d3d0bd5c +size 1621679 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000444.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e893893b7bf7149d34ec3e2dc62540632c106106 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafab775a7b602f22709e8e35054ee6281a187215a0f7814de53c666316dacfe +size 1927602 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000445.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3901fd90053369d0ab07c0d19a41c9853e24e9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932293e44ea4a6f1b47d4ef87e543c00cd79ebacb7ecefbb448f2dc1a6561aaa +size 1706470 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000446.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a6dc675cc335f87f0dfb6c3245be773cbd4402f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f978d42d5827dae7bdafa02f67a61d1aae76002d64d3679f233e45369ecf56 +size 2431958 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000447.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4823df207bc076400f2ad3cbe559013917e2f2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda36aa964b28f5d9250b2f467fb53822eb47b20cc8ee96a5866b39848ec6982 +size 1572800 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000448.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd61b1346b969a51bd22a963abea12d679fa423 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb423b8963199f46d668de22895c87a44aa83b975df78190bd09c5690ee345c +size 1769696 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000449.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..484f6f80bb738a208e36c79754b0c5ab357e7f5e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92f03361533b78b1a35e37214ad0802de983b469c7a5afd7807e85628e95959 +size 1883498 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000450.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..424c3345888f251fd8c279f3148b7903c9dfdabc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c3dbb04dcc6f8f91565d632c166dbe051e92e811980212b01a44f86bb453ff +size 1504035 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000451.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fcc0ee2be1c613f4b5e74b881dc0244b3be3979 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e64350c791f523aa48dfbebdeab9d0fae617ada614d9c005705f11b51c9cdff +size 1307243 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000452.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..567eee84af6893c65355f7009fd1b5ee380a43df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1aa1353f58e0299af8c3ce214660a6f91308889f9fbd7f8ddd7cb923757f73a +size 1600729 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000453.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0c91ee4388fbeda88d8f786014d958d1d57165f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dbcf6cf2cecb959865b7d2bf8c574d85fdecc2e6ed1f73a4e6358185055259 +size 3183512 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000454.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa797f5e3e1bc9a4ca8e9d08f67d3cf69369ebd7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c195528dd7f13d053fa4a05b15d313b5d39bc90a5ca4f3b45b0f732d6c1c6d44 +size 2377193 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000455.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3641d67d552fb895135859b7194e3a9d1cf3d6ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c84cd6ac96d6b98a250fd60a7db5a42d35519ac64b96b24bba3dab8aace47f +size 1466774 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000456.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9e2255e6e8bcd1dd47aa2b0b3b776cc10b4f65a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879c06b286a93d0b5897ec15624fd59d03f82baeb35234411b4ca578313caae2 +size 1730598 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000457.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01c1ef68719ffbdf30cc410e1c754fb6d003496a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a586c780ea74917ec187d4e03d2b1fe0df8c204d32cdf3211a0b000791287f01 +size 1654168 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000458.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bab3b2e75a908e1dc9183372a2cc3835e038bcc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1991e7cb5bb73300872f72eb88c7306cb913c06636ca819cdee56ff8b6c2064c +size 2046499 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000459.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fb61bf6016512b606545fd3419a8a2e96a42695 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750ac6b07c11893dfb41ed7917bef8dcdc2d079dd84c88525ff51fd1bc0119d0 +size 1720612 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000460.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..169f2370a0177016dcb31e322c0dd3f82aa0a494 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9c18e56d438c43877d9d2b42c933f60c76197fb5c1e042e242f90a5d90474b +size 1790628 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000461.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62900b61fb0313b0c5afa407f56c84ac1fe6bcc8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e724f29af389f1e2046c61c80a5fe8ed9171fc4a0cde91be2c69be48be957dd3 +size 1541697 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000462.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f40e35aff1f052e86fdc0ce3ef24703cec29acaa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd38a96e1644941ab2b75909661f6ecb320cf0bdbde1053857018eb3a983c956 +size 1695250 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000463.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..942a7c1ec3d4b95e73033f6c1c0f00d0a3db0377 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f29e8e494fc751e2b76922c96275a7c7201f2b14bed6c256d699fa58caa3da +size 1785035 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000464.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45786f479957a85ef4839ff27a178745520a6e33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4046d334102bc3afd02f8e8acbf3b5777a7fbe3442ed99d822c72979065da30e +size 1192914 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000465.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b16e1765d5396942373a78997fcc9cc3109a4a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5aae64dfad389978dd79f885778bd12ea1f53289d5fc0292b6635761d2ba43 +size 2001798 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000466.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10418a2917a739e06cdd50d5887f672c43e3cd36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04347b175ecb071a73a261dd96b27f447b8ff70cd79402d8ecaaf13a8588e6de +size 1471549 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000467.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6c01c64299b34dcaaf5f96981b6a070fff41292 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91f0083a96a205631c7184ef687f1662885388a305fcd6a96be913d773389e8 +size 1945829 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000468.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53792fab81acd460b27bc164a9d914a2f7d2fbd2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07770b122a0e985f5b9bdedbc2c54d9837468f7611ef03439dc5e2aeeb35f90 +size 1489896 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000469.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c577b5b3a98554bc3631ce10ded9ed638a0839 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59ce7e2326445398ab9b0e8a09343e2771b3e7ca5b60f372cbfe6b26146689c +size 1665588 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000470.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f799826f12444f1df028c3ef3ad557b9ad8771e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e53b20afc386d20c0395d4f93a5e60f91ca79ec90ff4378674a193e2e97e06 +size 1872470 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000471.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a01ac6b036dffbbc71fe96c64ec9f4f3728d08e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b2b248bb054f88b9a354a6acafd1c2e12d7427a1186477e1287e5629393c74 +size 1716603 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000472.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8a5531467fbb57b8dfa14545914ccfa7b2e8fe5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c1481a2909d114c45bc1e1d3ccc18eacd59079161f091890c1e0f48cd43db2 +size 2539529 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000473.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a121efc80b23a3342f79c607f345b9c2b8b5984 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16d1931b652c702604883254c56832a9d1b619c6f29bc8a3f58de81e4edd200 +size 2209390 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000474.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..491c723f3d64bb96e11d924035592272f39bc817 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a0f9f8114da37627b0faca602ee353994bc1b1d3de3efb290196533d817e6c +size 2529052 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000475.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6216d30405870be66e10d02f984bbf3d2e29b516 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a793d236e91dbdb0dec057df68340611ef02a7d70f4fa13f3740e51b50d6d0 +size 1932102 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000476.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c6095d08888edd52aca4b3466390e8be298d4cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c48b0ae6579865ba250b64830f49147599e552290fa2653e0e7c752321df14 +size 2821893 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000477.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad519dd29c540420c4903fe6b6a240c6e456da51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ff3a6ffa073583c043ba4e8fce76137440e45d5d6a7af088600be6f6b92927 +size 1814492 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000478.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b67ea55598ddd42e024aac1b2c1727058f03f88 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d03c566b20a4550064e2299d6786571af01f88e55d25bc548bc93906fd3704 +size 1522824 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000479.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bbea00b9c4ecc3f55e5de61e3b96c3ef6c40891 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37008a39a89e0271533604283ef70b01f52ccb40700b906a40d5c96149fc4627 +size 1630772 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000480.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d76fc4d9e845e35406577fb69219261791fa3fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653d34551068ccd794286da18a1d17356292475c140f8dd313e4e5d6dedbf69f +size 2137349 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000481.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dbc6a1b972eff4eef1be79f585b081244572635 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9337ea79f243096e8bee595b18b15d55f61c50e6c575675d9210410c625720 +size 1933742 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000482.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b00c750f497d74dc88b21a5f8d764976ac106fd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ff365b91fd533489e7a57d0dd147804627ff6176dee6974522d8043e165cdd +size 1801331 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000483.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f3a80f5dbd9373010901d6cfbbe4ffe6d33354 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f93b20fa84a315733113adc48bb89a26097e4f20cc98855d33b271ea15c3a51 +size 1973102 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000484.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a108f89394188823c98ea7c6c9802220432bf4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a019e8b5d5b37345cea86b866ccf2dcccdbdd83c342525bc35d785057ca7da +size 1260244 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000485.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..951e603f3f5395679df0f9b28ae8e21997d100ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2692b40449033d03c3e77ab7ac2f58bcbd2339270d1d60d5d522ed6fa938a32b +size 2485585 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000486.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6db9ba1c54964aa0ac93732ec72ea18250e62b51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afeea8493636f917c74e98812d8f5d4b480b8332244f7134a2ae824216c937a +size 1940986 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000487.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbb1269cc1b89220f08974ed559870e8f44023ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2648a09c53dd124cf09953050a83cfe17a08020161aed5f95207f3cfd247e603 +size 2293093 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000488.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1eb960a00ab0384820b55094f4d2afb93a0220a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcd9e29864287c2abda7f103c066c85cc67952b86711ba2eb117935d03adc20 +size 1476745 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000489.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efe415ef42b637217d5dc43a3c6aaa5bcbeb2849 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649ecee8aecb34632c5f096a714b3ac58ec18f2c9e246a7fd4a25ca47587ca18 +size 1795700 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000490.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8141dcb618d7493ac19f02aa9f6c93e5d5ac69c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906fb5d9549756800c2868d86c2c49d30dc5b04f956dd65733db2a008c53c8a6 +size 2520471 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000491.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a91a487c7218654fc9b95b7fd1dac2f00e3bc2a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3e910496706f033013289f90f854d288f6afad7bdc38486286bec329dd0536 +size 1944078 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000492.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..818792bada7a4c5c03678190f52d3e0e5afcec21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0821b6217c04da121284876ea2587eb12a6e8919a0a9f654ee21a452e980668 +size 1753748 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000493.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82d6ec297cfa818b4ef2885182cac5d259410a5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2cf3d288a3969a72df9f12739b32fd9e2f1e091edbaed5ab8d6124c2c724c1 +size 1820649 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000494.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7a50f2fbff8bdcb9cf3bea9e51baa1fb9e7e5ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a3be79e11b5fe7d38b9f7a29f288ae28669e6aec2860e12275e747b774f404 +size 2230525 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000495.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91e808f5b1fa4ff644b14f280e1efb1e9b8a2c50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0737c8c72844bf7e0ad3acc35b1d4b8629a955856cc62de994d5719d28e74a40 +size 2024685 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000496.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f18f8976afb4c10e0053a72614b806f43379436 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0237d158204ebba4c95fc51888dac3c766bfe6af297cf3662553a84d321e8373 +size 2132934 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000497.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d76899efaa0199385066dc4c4b27b9f6187fd7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca01cb99014aca8647b919da296b3605eae772f89d497215245b3709f872153e +size 1591486 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000498.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33455851b396bd6e3c24fd77006d35eff0c4eef7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832730387dff286bdcadc15f1660b0d0730043c48e3b8efef64d9c960cd34923 +size 2391177 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000499.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa7cd459bb0b7a9da47bc11354d541734303d3bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53974978fb0dc49c7557d6c34524ac0d8431b1cb3cd17d442f550ab415a8fd97 +size 1999262 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000500.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000500.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dafaeea01c7a216675ce154d843fe645e4811b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000500.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf686cb1d9cbf82d1bd1252b2602beacf6ed7df480ac176e0adf6bf72d9160cb +size 1909534 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000501.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000501.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ffffba93fb868153a43082c77df2046c6b5c023 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000501.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e11352823b167fe1135ee563f63100ec16f1575a3075728559903795905ce2 +size 1765665 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000502.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000502.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ae08eef487398653133b3effba5350b7233a269 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000502.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ed199d726bd3a1b0f0ad9123089ef9db544f84cd6b5e974674d7df57532eb0 +size 1901847 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000503.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000503.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d374aed468b02893cf961cd24f4ef8f782f7dee2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000503.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090477a2ae84a2b5848697fc62b818ebf062c55b861fb14f2acd89b66f22a1c7 +size 1629236 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000504.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000504.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e46fc7203c2970eb038267d2d3ba3beb37b89a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000504.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d15bed1b9c785e4dbd59fadcf2da1953a00db25a35f6f9a49288b6e0199ba82 +size 1591696 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000505.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000505.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36e1d3ecd904db9536acf730e0102101f1335d5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000505.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ef0e73fcab3ab4aaa6cf507b5592a37e37cb8143feedc7ae05dd2f7231ca71 +size 1901195 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000506.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000506.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baf532ce36bdd5043121d3df305674da73db80dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000506.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507ed1888ab2fffff14937d3799ffd99111ec1e78e24d067efcdc00cb34b5e2f +size 1408264 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000507.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000507.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2125f1482736c696b40e2ff72705946f0c639f29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000507.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f45ba4ad3f497d52eb8a4055a84949683ab2440257e32d90d8126da60968bb6 +size 1799129 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000508.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000508.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e39d59d32013524e3c1ac2b054d97064533107be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000508.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf677dd156637491b6fb57db795ac73ed7891e5d3d5e1a3af3659255e5882e5 +size 1780916 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000509.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000509.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5725359504e6cf075e5727477a513eda6f3f8853 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000509.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d0c74d169c8e9f057bfdb3ed48d68239a502af1fbb6fdb589b612079e26708 +size 1936678 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000510.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000510.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88e3e43f33580bac87be23cb264603d804b095e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000510.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea3f3febd3985bfcf1d12682252305c69036e9a232be13dca2ea5a60f981fe1 +size 1442950 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000511.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000511.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32c9c1a85c55869940c0077af01e3b5fcee57e84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000511.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bd82375c7bc9a67e2ae22e7c8553debd4645a644323bb7989b6b132672c5f9 +size 1586428 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000512.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000512.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a29ab200c665c7d3b09aac8a930281c47392b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000512.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793ce662fb8370b1f5dd659cca1d9a62acb94c12fa082ffef292c9af90d70060 +size 1819330 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000513.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000513.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64b7383aa392959c1939078a5b1b0ea9b061c652 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000513.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc81c23c7f399f1c8d4d337bcbe5144392b3f56240f9a85314c1698057368cb8 +size 2018161 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000514.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000514.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e49d2f3366172cb00006171aeada98d85f132452 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000514.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62da7ae23b5f10be5ea2b9f7636d264834ab1b893de87cd1dfc23b507ec6d546 +size 1644620 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000515.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000515.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e04122a100884b540f3f7a5f21491c4e622d3f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000515.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649567f4784476c9b5a22f02368786064fb51109dc49b3dc9b83e7f82b52bdb4 +size 1913601 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000516.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000516.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c393c08861864cdef9bfbab098482f5122da516 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000516.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4498122e6f2dca5acb9c14561d7c3e59054ceb2df88732c89ee9b9060f3ae15 +size 1734125 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000517.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000517.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a040641b2fadc83076e2f1d5a3f4ac8af13be9b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000517.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41511178c7a8f1c8ce343e357113f57faf6d99723f5d89fa7e88bb74904aa520 +size 1689653 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000518.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000518.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab08189bb83fa068353c895dcbf02580914f01f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000518.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb31f82c9e077faa4a8ce2206f3ba92431a0c338e2895b832ef5f7e2316bfbe +size 1921789 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000519.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000519.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f0978eb9116d77d909270711abdf6da3af3e16c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000519.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c7d449e10f6a6f54db6212ea1b7d4db3ae0ae24171faf1d9277ffb5b9586f9 +size 1639492 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000520.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000520.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb3198c2ab2eded2df5b498e4e1a377ee32ca438 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000520.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3c33bbf993d578dfc00f17bae26cdedc4af9c558a86d93465dd04620a7bc0c +size 1943554 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000521.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000521.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de6297fb9173e948047c1f87e57ef91bb990d6f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000521.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b44bf51a2411b491e9ec803536c164dd5fa63e2fcecab81c427990a4dee9082 +size 1527629 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000522.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000522.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ecc46489a870b3bf1bee94272a3282591c21950 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000522.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7260426b422f332edb863ae85592e24824993ebc8948de9b4222950fff1723d1 +size 1776464 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000523.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000523.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..690ff4a27b051b779df8bd2536c652a698f514b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000523.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5add72361c298b31dd0bc07c747f6d3340b7fc276f7d4f0eb5d7bb495951fb3 +size 1581764 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000524.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000524.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfa59a20fde321c6a8c8fec7e0ad88ee63b0e638 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000524.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa64dd6a82c13280f07c831d831e974de1c790a6a5ef60edd7c2fec09f108da +size 1690268 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000525.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000525.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e663e75c44fab2ebfa1e18ee45be4a9eee0d95e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000525.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9097c3092084fd16e456375b3c6540dbee83b65860389ef973bb88a8a05d120 +size 1550162 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000526.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000526.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf88240e8478a20bb42679cf3086b8649946feef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000526.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5257eed255ba66a2ff040c933d0ef68e01ddf599bda4b0881b0f3381727915 +size 1513390 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000527.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000527.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67e926605b9c9c604fb7aecb28f5e1b72bcb4f15 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000527.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd999dd4ea7b5e57368ab7007ff8aba57a3a622b44d8b6c6268464f57f6544e +size 2013436 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000528.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000528.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b76e8088c302fe694fd481d52d3e07f75f7dda79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000528.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4269da96e9196fb77449154281678c43801a00c7fdb24966fb742dedc318fc +size 1757060 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000529.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000529.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f384ded82112f9b67f2fde6d3a7be31180e52de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000529.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c8faa7e96ab2e96e677dca7e327fb96597f0edbb6bf93a8449f119a35ea724 +size 2254817 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000530.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000530.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ecc38ea0c5b01309e228695978ba779de9ed1b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000530.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1060feaee3a7edf3f9d94c86c1e7cadc3b11fd703794941cfedf42ee6f0165e8 +size 1318951 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000531.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000531.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08700a71da1cc85324e66f22e9f2c6c5eab8d712 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000531.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59422cfa5963a5af0b69b7144e384dd3beda3961a118a42379195587a9691a6 +size 2048323 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000532.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000532.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb69439c92d9dcf9b552bbb8f97546e3719d21e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000532.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8893d43670fef5453310ad6f18f49c4c6aff3a974e6f76b3ac615cfcb1cc25a +size 1613311 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000533.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000533.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cca71efb4755ef22abc89c3f3be8667f904646b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000533.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7145280e9a9d9bdee00d94015983c1dfcfe516f30db39273731f21d548f157 +size 1568156 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000534.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000534.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fb6549b115e39ef075ae3d8688fd729bfb8034d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000534.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6d93020e733386d28d736a288a32cb3a3920ca7c1b3a31bcd219633593dc6e +size 2001725 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000535.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000535.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd5a336509a91d1e77af30a69e24ee8ac819def5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000535.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710833bb476f0179e592bbe76c7e9b16b3e3381daa707f203db6fda7146c0ff6 +size 1955764 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000536.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000536.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98abbe98a27c2d0959ff4cb5b8c37562517c5755 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000536.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce69b6a673e96c91d5cfbf58e183d657de31a535c0b01077fdd884e9dab7ed18 +size 1194662 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000537.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000537.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07557e7354d3a1209ccbca602ccdebfe28b356fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000537.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781a0738b55f4c498d228689312357327e464ac75821a094e0733346caa2d352 +size 1357195 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000538.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000538.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6675588ef39d10374c4ea98a682ff94476e50104 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000538.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2a5449821301c21ed828004ee3d53bd1760509935c7f2438707857ae5a63b4 +size 1404429 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000539.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000539.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7137eff885d92c5efb28b5575cdcd037b914f526 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000539.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b404571bbf308e441861236ff750d984b8cd046283cb91e2783b8a3aefb6006 +size 1440985 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000540.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000540.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b5b2b89d7750e1be921cb98a5cdbf7e39fe6c64 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000540.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cfcc2786e76160daeb1ad1129a6e25fc696a6bcb46197bfd063cb3f0abf7bd +size 1475639 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000541.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000541.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e884f65d5f0343cad30ce6eb2690c57563a3f8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000541.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d78ea9fa1adcd07534e47fa7831131c9327c2e3eeb9bc8772c85d9b6684d8fc +size 1493304 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000542.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000542.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e096e46d0911eaecbcd8bc353894818315287f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000542.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e87b58c334c5ae18ab174e575f0b30a5b087a07f335fbe5a3fa917bdd395ed +size 1359190 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000543.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000543.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c14cef4b6c6ee25441ce25c67330cf95da79fde --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000543.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39be8ddf9c7ecbe975ba5439c71f999b5980a2ad9448bc8fa2ff01eda5f88107 +size 1138307 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000544.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000544.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9448e643008ad2f9820b8db23d0b3bfc1a1da0be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000544.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58ce461d280d06660109f07364cbeaaf0a0612931715f56804d0a659e477d4d +size 1213616 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000545.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000545.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de3a385af2138ee77731c47e5ea565883f23fce8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000545.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1331911f0ba15c52a630fd6f8fe49bf8feefba7ab78e089548485aacf43eb3 +size 2102928 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000546.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000546.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4341f077a4ce68a74bdd8b76b727c759ec90a25a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000546.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dc80a14eaf452bae4de0776982421f1603c07a4402ef61400af3884d49dc92 +size 1678297 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000547.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000547.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92902cd83ecb14f4e3e0d59ac66e37650e0a0cb9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000547.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d713aa522214d87a18ce1c6a7dbd07f4a9d26ad34c5a472496af0e84a752fc +size 1586059 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000548.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000548.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc7f5a0e4911daf31ae0048dcf7a5fa08fc3405b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000548.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1258c0747580f884327cbd925aac62fa90bc1fed43665ebba550c7adeae0aa9b +size 1949461 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000549.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000549.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60a4d9c26a9281d8f99b3e237c08057d8d057d86 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000549.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df8cb52785318549c9305041f4666b10466d874ac70190f2b0a5b84411fe987 +size 1763557 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000550.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000550.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7e27db5723598b6894c0ad87312a2524ae9b36d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000550.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcd00703dd177d351730029c7ea57a630ca457be121fc8caccfe74d9c9a8e98 +size 1391257 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000551.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000551.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7a1f2ff33fdad453ce9ece5fcf33d905f73edfc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000551.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d9b16bf8494a22925f0ce33806f6c354507a222398247a506e966708e2e15b +size 1423836 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000552.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000552.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d52c126a86e4d4e617a143826ca82def843cc812 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000552.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff82c450340661bbf8d6725f30e7f1b1d693dfaaaa17f08194773d899f8541e +size 1408263 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000553.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000553.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d5af5885f31f7705a701f13a185c22304bb3768 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000553.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040088b254a6bfaa2b8c46d5957c890ecbc5ffe3155db8287e5f3c4e698e06b4 +size 2109557 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000554.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000554.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee985c568d90ee8a329881e917a842b5923a82c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000554.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f9fd379ea2e1781748c27da4d3f01560439c38f55a7a837bab3b82496c8bce +size 1726705 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000555.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000555.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0c2f9c79eca97417096648948c3d5720b732945 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000555.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bbfdc0add78e515ca08d09042065a22813799d44486feedfc0c7b3dde2b604 +size 1632057 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000556.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000556.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..096a2d4b05e2cc8ef3d711636c5f52d4c8e64179 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000556.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aff1c65868636a50d6d7dc238ccd978a948701d2e62a6bce977656b8bf287f9 +size 2630620 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000557.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000557.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff30b3f1440ec57333e0d3a9851eb575cdd9cfad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000557.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bbf9fa3639f52f6db740cef9295b84064bc084a40b861f118a6b42e7ad16ff +size 2372136 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000558.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000558.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6de74fcc9c2bf26708c028eba6fc4316e5b9f81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000558.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfa56b178f4df06588d3696496fc6e405cf4fc7935f054a83b3a9f697711599 +size 1690396 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000559.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000559.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea702adaa52dbc977dfcd5b35231a11c6d057111 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000559.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c300e5740d44470a917f32565d93d069c2d19b516fa3bace6890e0bdbdb41c5d +size 1555417 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000560.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000560.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fd4f8a1b383edca0df03cbe8869bc3754bb3908 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000560.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818747ee94586d9084eacd8a4713d20b49d3ce170d9a096f1994b6147d701225 +size 1834574 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000561.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000561.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06713c89e97b345bae8b0c01562c5d621a6ec7d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000561.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8d9de4de647ac3cbd9f98af85c1a86621ab84df79e55f2afd0e24d67eda23b +size 1838759 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000562.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000562.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b2dae582d43fe983ab24e9625e28e47b82dd89c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000562.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2d00be8ad9061e6266a4c18e2f0745cab687bd3b0050b10b3743ec17209837 +size 1489528 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000563.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000563.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cde21058d0b54b0d227e6e66931cb204a41d1d2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000563.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ad7c1f9e7a0a34df65b24bf9a3030254147fc25d1b30e37d84c9838c555e96 +size 1094913 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000564.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000564.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4299502b743ea2ccdbad77cd4e0e213cde17f9f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000564.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5699954f170b5e20b42e3851d4903563840075fe060136f7c0d13caeabeffbec +size 1171065 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000565.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000565.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8f1d7c6781ae1b56de50c5ffa1f3e760e7511ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000565.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b471ad055bb5647827f26f441a6ea1c7efdb4dadbb3b2cbd920d6fb638b1f6 +size 1411274 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000566.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000566.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..252571623ff7216ef6cca7e7d1ff342942cf5046 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000566.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e40d352386f2d19e6100dfbdbde82fc5205829bcf7465ae2b073814916a80f +size 1568867 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000567.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000567.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3a35fb6c65d62311c94ebc16dff649ce733d218 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000567.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45b55d2d7a6c5bc434a25060562ad1199971836402a92056340737ee889bc93 +size 1531803 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000568.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000568.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d56eb8548ea98529c7195f04524b15c3a4ef0872 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000568.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771fa0323e03a9adce6ab63987a5d5e8f8c9bb6cb3119c91477298ab259f2d53 +size 1731221 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000569.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000569.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b3aa13d24f3664f51e37b1b6b9f1e78218d7a4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000569.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b85c9ffc05dd7b143923034e5f12cfa20edf72de16d48b6be6b59a26b94982 +size 1459349 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000570.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000570.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f727d795db4d59177572e06476f806a9ef646dca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000570.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a7c87f15b3686b01de3d7d21f130e80b6c22de214bf823e7378d1ae91eb7dd +size 1324073 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000571.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000571.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf3c3332a891a20a544ffa287108d458f919adbf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000571.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb911087a58e8beecd26f0f5944cbbb2f547ae5b99de85c2451d44ad505718b5 +size 1677512 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000572.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000572.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f665ccf4357243e9fa2a9648f17c86247362de7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000572.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92711f7ae33d10e622365890953cf4d97b26b13c05f7a7d478fe16fe952b97fc +size 1685397 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000573.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000573.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8ac9cadaff5580af58fd24e79e40c69d560915b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000573.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c880ec1bcd4d638319a1370ce2a949c0501c96d3b87bf3049058b3904a3a56 +size 1682756 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000574.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000574.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc2e7461b625d72e0dcfe4615261ba6bdbe0f88d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000574.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20cf1359877ba984e17f3e04cccf2b052db1068c775d150e73a5c9abd7ee4bd +size 1471383 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000575.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000575.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c37787e2fa336a51acd73f158a30e202cc94b8a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000575.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5732ef720acdc432f9ef850c43a6e47cd08f893c0d35c32b75e4cabbf98da3e5 +size 1571491 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000576.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000576.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cb2a0860c71c9f89225919eeb2dbb38f90e182d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000576.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cff38feb80242a0ed5ccee405db6dc18cb8c6e5b3a15759001a5e130fda7240 +size 1383636 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000577.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000577.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a626469096feb274fc2511570c65b996b3cd69f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000577.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5489280ab99ac64afdddb82de827d71e758a6fed154b08b3dcdd695777237f +size 1311984 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000578.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000578.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a320667255c613ad73f1f50e08e803ba3c59cb35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000578.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7b3311a0cbd5e45d17c7d7538be31617ea2af5c290fa8324393de90439e1b2 +size 1552874 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000579.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000579.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3877eb47c2e2e384476c9eb0329b966acf85da1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000579.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff4c9e67437b0fbf16c184c2fd50e0d2acc4a3e18e39db07df50fa165b2e8fb +size 1484235 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000580.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000580.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10597a765fc6dc1b80fd4895632ae7c8961bda58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000580.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbee34e1b150db892d62e0307bc245d838eb33e587e803996e09de90ea9c973 +size 1728953 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000581.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000581.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f527ffc2cd5d07838e267768f829f1d53d55321 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000581.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b6e570c0b304e4ed05a3c7e93ae33773279aca6af8b5b31f120f7356461168 +size 2090237 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000582.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000582.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac73640b8a96b886fef7b71019fa37bd163f2c17 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000582.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f746052511f7f4e873192a7e6637fbe7d39fdf5541045c2f26bfec030ad793 +size 1829514 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000583.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000583.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5017b8521cafd2c40a3b85c12cd5789e82ac3d57 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000583.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a49e7db80c9fd6e6969cb60062e8cb3929469fa71837595ced40734915e469b +size 1874774 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000584.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000584.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a700bbfc3bbc1ab66eddd4cfa8a7e8c21fa53b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000584.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa57baede42edc929e2daebc34ae72b7c0008568fede370f73c7b16c3895cd5e +size 1728263 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000585.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000585.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aeb1074b28e5599dfbd3988a83303fc1205e663c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000585.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2309630a61c731aa6aea0244000bb3a16171f3721381de644db9af679d21a73c +size 2006555 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000586.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000586.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d798671ff3df1c972b9e76f6d53267a000e027e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000586.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b7eeb29a8f3455cc83aa3286f7410d013287f6a855d40c0774727106ef629a +size 1933354 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000587.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000587.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f748817791a204f69ed0c564c811da9259a1a4c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000587.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ff12ad5ab45561c87ef414125b3c15e30d20ff72176148bc0e40e9495a601c +size 1858217 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000588.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000588.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..696e514021f94f873a505918d2028d60998eebf8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000588.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4886e74d201f0a1880af1cd203adb77c2fefb11f460ca9682d7cccf2ea1732 +size 1961078 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000589.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000589.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7264cfe698b490c6276686da2c491022646aa08f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000589.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f50f0a136b83e65a352d1b1155bbbe478a206f3cbfed8a2daaf05ee869857d +size 1588519 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000590.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000590.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12988540c8918fd04135d10b9fcdd1ab0b0839db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000590.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff095b1aea2dc42de7d684bd9760df7333eb8e6244a68007e113f045f2efffc +size 2023598 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000591.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000591.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a30de08eed8b08542d1262869bec790af01788d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000591.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeef7503ece65e74939e7abe28b5e05d30711fb80b1ea14dd0bb76cbef2a763 +size 1650785 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000592.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000592.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f18b6714e344bbf10434f0131e1f0c1308b95f9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000592.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4922e906910239f63be007e965df2db0ea6de92a63259130658479d34d3d7dd +size 1989009 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000593.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000593.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ea944cb6d8e630f1b9fa2b4d943e246d2ba7f85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000593.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7046cc9e2f10310e6a0fbc17e75b7d8cbfeee44ccf771c09dffea5abe7cc1d +size 2335697 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000594.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000594.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beac299e57acabb4c7e35c2c90c875dd54e9a822 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000594.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf6915326dc771eb831d8e712bab8b50aea9d207eca9aa75a1f2bcad2b9009c +size 2058974 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000595.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000595.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b03d1a3a5e357777de113f22db641640d134715 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000595.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb4ba326a2b8a6ae2095c4c2d17c8ed2d98122f9c614ce74fd762199ce7891a +size 1679352 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000596.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000596.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b6f9c7880cea6dd6096072602e6ffc31beb944d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000596.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd533bd16c10f9cefe0c7db1aaa513093134e36b4b9a08a1ffe45d99532a8d6 +size 2265627 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000597.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000597.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..311990919dde20328fd855c2a8c38c148f4d88a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000597.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f154c10cc01846670ec09877fdc618b16cea3e585a869a91506d02a589ddde +size 1607137 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000598.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000598.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee636f98a1cf22fd894d62ab2f0000f9e0018316 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000598.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebe5ba33bfaa4616e9f38b281f8f541c21b704d49b34da32393e9b6cc9b2216 +size 1575654 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000599.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000599.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93caeb7647e9fbb2c5b8d8941c2beb6968f56485 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000599.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38bc26b1840449b55d31e4cbfe2934af0475142cb34c2a102148a9c97162069 +size 1792651 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000600.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000600.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a580a9ce8b1b9e58e0634fc8fe80c839f47219e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000600.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1c0114a9c7c1b28099c15992803f17a47f62ce5917f1bf0ed8c804b28dccc7 +size 1670106 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000601.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000601.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e455011bce434b5ea6d35260deb3d6975857fe35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000601.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fa182fbab6bfdf531a32056a7174ff773eb85eab4b66dffe15098fa11ee383 +size 2023067 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000602.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000602.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b12dd212755aec88ffd6a7a4db211de867749435 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000602.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aca1168605d7803cc68decaef29074ede5c72b0ed53b8175f4ece8dc3e8c097 +size 2098591 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000603.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000603.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd6db5f7717a7c9697359febb761d3e785c7cc5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000603.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6b51dcc2c0f415b53d657a819001fd252b32859c7e28206a57799ef84ba345 +size 1553373 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000604.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000604.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ee67665f3092704379310500dabc8bfff2823d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000604.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e01e6028e8e2bea11bea204d4ed261fcab985b8845dbf4717161094574c5af6 +size 1822836 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000605.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000605.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..637a1689b83d85702b6a83f076d1cd9332ddcd7a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000605.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8954350ed3c029a01b46dc4fb84f6868773992ce0b00ca589cd159add51fdbe +size 2288396 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000606.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000606.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0d284a3de0599f09d5542cb2bca39bce1b7eb71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000606.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baf475dd6c3c996b4a4e88219e843d0484cc14c8ed8d24ea56f097bc530b3b6 +size 1786556 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000607.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000607.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e0a0dc33842266eb3419b5ffe5a6ae32ab955bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000607.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017f194694f0b44a73224b2646d4c22ce3e5baa0948ed2cac27e303c52bee2f4 +size 1756899 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000608.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000608.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f74f4792c591f3fee309494d0c1b41f0743b2098 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000608.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8866d24ec212ecd7c0783ef4cde687bf22a28bbc6cdc61bd69aaa6b5272507 +size 1738631 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000609.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000609.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a602d10a71b88432ae934d00ee9b249a22f071bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000609.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b375c89664c8b83261de1718e73feb68cc8374634f411397aa2aa2b8ea1fdc +size 2462686 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000610.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000610.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..028f8322f26a3286cee22a08a9c17492ca505abe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000610.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889f8fff7d11a7f1afc88e8eb77aa07001982b2e032d708f0c9283132f59643d +size 2168716 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000611.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000611.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..358bec8f923ae4c3561a6f4967da15c9abc6d922 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000611.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68923deb96b536faaf9e994143dec0e7903d695b811f775cb5b9215dcb53747 +size 2013694 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000612.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000612.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5c7a31e4ae34d7ad484f647279aef1336b0bb62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000612.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c302f338a58fe84d3b5c37a4e1946c915a6ddd493e5488a7b10bdcd43d4b95 +size 1797669 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000613.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000613.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dd1dba21bdaf0dd36e18e341ff6470b0ca72f66 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000613.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f49a011abd4ae2624b03d0b834352533b573a5ad12bf1987866e43da36a8a62 +size 1690976 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000614.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000614.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a70c3e9cb245225b6a16b2a858cb2c35345fd4e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000614.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146366c15f89d07fa6655bbfa10768321bc829e6f73046febf1c26dcac0b3147 +size 2405665 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000615.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000615.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5fb48a4734c741c662fd5b1568fd579e32f3198 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000615.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0413a48b5d112cd80991444279c4158d41cf438a8e79c765595b7af732c6528a +size 1618414 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000616.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000616.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcaa25f010fc1d4f56e087a6137a7fb9c6cf3133 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000616.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bee55c42a8d934c4b13b46654d4682f94f37f4060c12019d1f67b120cbc46c +size 1659146 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000617.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000617.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5993160cb95438ec80e2242dc571a59030af708 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000617.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9392929a5d6e90b15b99096c0007acfcaded65153d29ad3b54fff7a4e8bfca6b +size 1793039 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000618.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000618.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65a9fb83c07d3225a936d709f08d9a506b2ffb54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000618.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8775d335fd034319fd52b302bf760263bf5fb1c66de69ceaa6882a01efe8a1f9 +size 1572051 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000619.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000619.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..450c87565c8faf6f8d741642cb0eeb868f2c6219 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000619.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a01642e7cdb6c0d48ca71391792046f8dc46b91c974ed915c0a9534d94c69e5 +size 1640914 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000620.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000620.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..851685e22e1794f2f10fe3b6ef1b2dbb5200727f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000620.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201d9705cef088c7ef7cf9ee143cb2de8d871af6da2a6de49962f560fbdf9e63 +size 1825694 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000621.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000621.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed6618f7a2a289aad6bfa8d3bd4a6aed30b722aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000621.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5660c7c9aafe8e00a51784148e10e4f43415e372a2f915467bd20d0598da325e +size 1790430 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000622.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000622.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63f47b2d7f8b8a92576ddb6c3bb6087c1e8610db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000622.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295f4ccae9cf85b0889a10417f232e8ef8be60174df68044db496918be4e5443 +size 1642700 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000623.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000623.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de1e4714b1735c014e2b8328fbbe1f5b73e41bdd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000623.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9dbc2065891e768444b38d0438d87ca0e8692ae8b0a9ec12001897464795b7 +size 1979875 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000624.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000624.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..656712fd0131b440afbe330cc5e8d143f3397cc5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000624.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1c5e29245fdf732facc02168eb1da6afd8a73cfd426501413ab7c6bbadee0b +size 1985833 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000625.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000625.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a9951d95917e456e84d4ec653b4ecd4deab4a0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000625.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d5adf24fd2eec6f4039b1a97062da2f23458ef435eec7271eedcc8a8a1d605 +size 1917913 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000626.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000626.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d6b05d37ac4dc2613b2c8c73af7f9a3e4570917 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000626.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35f1246956f88881b2cee1472e4934200f87d165fb346976a26dc776ad10cd0 +size 1443159 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000627.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000627.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03c07c197c63949b415407ce2273ff5a03bdf46e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000627.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f75697366688528155d52621bb68c5cc5d4a9411a24858f6a3edc0b36ee5993 +size 1219953 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000628.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000628.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c9c090d7c2112d2ba8da5c58da3d2cba03eaeb8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000628.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1378d1eb29db4fde99755eb0b5697fd571ecb373c0751769dc48c6c2163a770e +size 1334796 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000629.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000629.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cd578bfac77ccf176b51373c6446f4cbb61e02d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000629.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d81e6cdd46d96404e22f75d34bde4889a3fe5f262df47c2ae71057c07a44e8 +size 1649128 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000630.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000630.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b65f87e57b15b7cdcae86aa974d6a013f02325fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000630.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5b081c412e0a74610b78eeb593bb43eed8edc31adf4c8e12263ddf00205f7f +size 1371859 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000631.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000631.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..371228cc1ba99211a91ae47b6681617a59b93865 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000631.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6951a190feaab882ac11ac2fba22c955271aa34fac5b4536ac1e60aed6cdb158 +size 1688195 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000632.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000632.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85d567a2ca0494c7e811a5f0d974086fbe3a0259 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000632.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5221aaaad6a3e0ce15000c746ccf64196520ee28c607099c1878b7c79953b2c5 +size 1756586 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000633.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000633.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abbb0b6ab87c9f4f6061893640df74d3c54a19f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000633.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db5c7ef632ed7dba8b3d38c9d219c4a9efc9bb5c0f117e5d944a6ad22209733 +size 1931678 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000634.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000634.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82b33d9b7e54db872a02842073ec30f9f044afb9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000634.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc151462b401bc077786a64003b70a8040bb369c83708a651991652d7697d50 +size 2107024 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000635.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000635.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d271e6dded2298bef9b81feb95a8549f28e37e34 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000635.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a55def03633e37a23b8108d1d94eb7e206dc23c1bbf037c8a6a21dcecf01f22 +size 1569444 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000636.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000636.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a01c17d31d12d1c8e176f16971236d5e37ba2790 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000636.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3021dd2cc134ff659e7cda2154f89c53381f8a1014600cc29e89efce2c05f9 +size 1697569 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000637.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000637.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3115c59c98135b69bc6143d78f962fb750b00b55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000637.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad0433f42c37d09b1c89ec8db6928f7f9bd1a1f6db371bfe2817d72c2dd1418 +size 1450884 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000638.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000638.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..062ebb88c3624264bd759539906295205154d5ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000638.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe1345aed373b236594a9a06f3f82e6abe20237c8413bc86eb5dc213d137d3a +size 1770509 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000639.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000639.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1eb37ded7d3ee6ba78e583d7c7b4dafa28d7ba78 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000639.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9355433209898af8be7f1deed44d0575006d8ec599347812568a4a0e3b2aef +size 1413990 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000640.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000640.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b16852c43c624f20149466a28266376787a0a14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000640.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b16d902a17aa2adf782642f212c58f1d864c237f862030c59e3ba55466a12e +size 1917448 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000641.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000641.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a754bccae54ca9463b6ba72a2aee5b84aba5e619 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000641.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15e76c72d31a5992c0db68085fc2e0b15a755a29d3776a764de1584421a6f25 +size 1511892 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000642.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000642.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39e55a6b791edd754d8ca5edf95eafc6d8cb7838 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000642.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8390c8e3f889dc81df297950df208347994015e1e17c4c7b9970762df474ee64 +size 1299289 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000643.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000643.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03426b54395adbfabd09f3e1d7d29f61320f6de0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000643.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b643e6a4896322fc671ad861c4feb8509bfd7009f25046e77e435752384e7fe +size 1967714 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000644.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000644.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4019d3920e9e6a126646aa3cb88f9a5328017fc5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000644.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8e3611b01cf6e2968e1346bc51ff57f0ae9a8585cbb419969bf78cec03a61a +size 1955143 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000645.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000645.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..410fe7e1b87fc70388916a211e8a6d6c7e4c52c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000645.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62eafba515d74888982aff4b5999179b07a64b7d31ffcc5240ec4580a550e8d7 +size 1523264 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000646.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000646.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0b440ec59f7210940d56320a49d3b89cd9b053d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000646.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b091c209af41d61ef4c7b2f115c67d536c5186695e014fb1c240989abc9f43d +size 1709113 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000647.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000647.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d229195976010c960627376070613c66bad451 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000647.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575d5c369993476ad77f47ef178b51f6babb00437fcee95c0ada2b9cb743fbe1 +size 1683683 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000648.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000648.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36929028a16489fb2f4b403966af4564fff51ea5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000648.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f198c8db32bd6acc82d1294db3108014e5e64dd5422a20402f6f4038c59d78 +size 1340045 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000649.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000649.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcb1890a6be8ab820d1fd4da380e1f30f82859d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000649.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5759240c013c00e9838a0c29b7e539947d6ac6b50fd6010ba531d6752d834a45 +size 1067797 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000650.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000650.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..854364375d990dde0af732dd38f8ffc1571e1c0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000650.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7853de41201894bd6b73604163a0b20161c89078c3bb6c2f05e533ddd0f8f8 +size 1397772 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000651.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000651.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d75dd2439414d952fb2df32da14efd2a0c4673a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000651.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65739317653c00d9402b165c3c035e8b5d65436fa88d782030e80f915152d941 +size 1153668 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000652.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000652.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f65de3c841a1cf1c8bd11fd373d64e9dd1c330f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000652.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74f44c86d53b0af4eb478fffea7106dc7fb07de75b103f60d97e516797682ff +size 1370630 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000653.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000653.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df4d747b0701593fe0ee45a28a3919deba95f74c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000653.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060b983504ebca1b9488fe1b09c73fa7b8cf062b8f121096607d168762989c25 +size 1477362 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000654.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000654.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce5e4f6f8edb124c00d8af1fd7b952d2d4663f20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000654.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9ad907e13263d2410658d3402e0b5d732a5fd77781292c794f4f45e6b7064d +size 1189896 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000655.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000655.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7a07e8ab9c8b867c5e138b9404414f775055abc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000655.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025966353d05c6c3e8f9ea7bbcaea97f648f0820936201f1c94f0a6ce553d6e6 +size 1226964 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000656.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000656.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d96931cf2f5e549015081ad1d98a935ac813109e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000656.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5592121d58fbfc01a02ab764e8bfdcec71b29d9017b91fc92474e395f58430 +size 1357992 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000657.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000657.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..159c24e3d4d0e80112a6178e43c233e12ef76d13 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000657.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d2a1f112b03a8b6e9423d5a1732bf03a6dda9d6014621309437e3a40d67f15 +size 1695307 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000658.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000658.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2be280aac386353eab706a40b50fa869f1f74703 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000658.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f679d50f929f43c33b251b378c451725cda9b7c3046f6414241c88e6c5efcc9 +size 980243 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000659.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000659.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ced6b78e9d4a409f8e0ff701a4c45441ce2c4450 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000659.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847406f5edec320667cea1e2d2917ba92196f55b55bb663da3100608c5cf3de9 +size 1329863 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000660.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000660.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f55a81f29960ae3e36d2405005f7de6924b93a06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000660.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d7a8aa0140c862171bed152c19bd5cea8b81e6ee20e90df50072980c93436f +size 1124242 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000661.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000661.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..864e9eee38082a3a478645f59c0f89ec6510e28a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000661.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d120f4a0e2f7f140cc9df1c8c6e031f68bad3247dec9dfa986206157752aaefd +size 1012591 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000662.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000662.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5fa23d008b8a6ca1c09c15731b271dc8f6f7f4c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000662.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b109e75bd68f4ffb1493c76db6efc29d4db9d427f30e42b145cabd0483d659 +size 1400337 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000663.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000663.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aeeadac5c5c8dc9a21944522da2ad7e18277a08a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000663.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58a9b223b741b390c7511b5ad11b273bd86ae0d5cbac6bf5b69b60a66a60f01 +size 1369233 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000664.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000664.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61171bbf9ab9d56ed805d70b4ea82f2ad6ab285e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000664.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34a3ab6fa5d0ba3f17528c70fe6fcd886f6e314f527f5030624094b373d51e9 +size 1049984 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000665.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000665.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96afcab5eccbd54d698d54d190758a1b17040277 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000665.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc40c10b8559627a1443661d1786e05277123fffb4e76cadd185ec82baefde2 +size 1362674 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000666.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000666.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63ea482416879377178864491e831a75a44598c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000666.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd18cc1716fca0dd96377b1b7240cfa1c8a67c1fb38124dae7f0511bddff4536 +size 1164169 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000667.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000667.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b47d58a28dcf24b0a80d0895a55a7e3e1c3b327c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000667.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30787514222d74f370b702e20ffcc099826490de41858a7ccaf8a45e6e8a001a +size 1582829 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000668.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000668.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2330c4d580944dba4926ba47489b96fbb2d43ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000668.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3720cfe6012cabaf1308a6002bbed01566fdfff4dc7253683ccbe4f0177fea2d +size 1200331 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000669.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000669.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ee66eb8a3b76ba2a9184ab6203bb506a17dc410 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000669.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3b97073994fbf115bf63a21579de77fa523ea08f880ef98692f88ac58400a4 +size 1077909 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000670.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000670.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab98fd4751f52accee6c06a1e978e639f5ff4540 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000670.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc12f637fa03fe9a2a76da03478686caafdb3a7b82c860ab1c5af3293e0199c9 +size 1450739 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000671.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000671.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ca55fe03f860e620745e0c739d3e57461f272b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000671.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c9638baad48acfa789e70b634fde3d2c1ff7954727c2b6197296b7b8a2bb61 +size 1434896 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000672.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000672.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2b7770413db95821148abc13754be47c1f83342 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000672.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db8e1c019a689083a49948466bbfdc67a9de1cc914012fdea0f669eb7d23b2f +size 1362234 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000673.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000673.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4f2fcf418fdb8522485e0a7d95c496facfc180a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000673.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4e05a37335cf7ee2a759894a21082be61b5f20c657f2831198f45582d6f7da +size 1257627 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000674.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000674.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a8ae8ef962463fff06cc04a17612398517eec8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000674.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7271a0a1751d50dfae1e17e5ea0e5963c32d54ec222fef73d2bde74706ce76 +size 1183309 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000675.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000675.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a89621e23920fd2ac792e4e0e83bd409047fb6af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000675.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49e44057d5e361ae9db02025934ea75a9579796fe8e52eb95c7a4f134bd54ca +size 1262065 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000676.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000676.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..686fc0b44aed2e582153c7c1bc102488be674ebe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000676.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61195d6a9a8de5c5ef7c57dffc661a8fd8a80c786ae4687266d65123022e1fc3 +size 1228839 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000677.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000677.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85a434eeee6621b6de2148ade11bf61b3e12a651 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000677.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed25f8c819c8bff814eb61fbe17d867ddca782bcbf1466b63a575e9de455e8f +size 1345793 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000678.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000678.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e487d09d8bed8c83c45250df27b6385819457f3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000678.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d37f90ae93f5b4ddc46ff70601dd9d90d0e417b1c96f1dae9d0147bf5ed14eb +size 1270474 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000679.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000679.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c4b91cc5873a506fe01b431c6fd9a745a827fdd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000679.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b255ecdcbf6fc783a36a00e4a1327aa77e7e5f8bce3a46562336396989e244d +size 1069921 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000680.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000680.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53d715ca3aa6eefdabe404d2ca9ad0d859f226f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000680.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a87cda76510d3de6f4c34e686d8f7bfbc8154861ff5ae33a2b332b68c3d5f25 +size 1996854 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000681.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000681.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2ed29951f98da360c2bc3683c572bc5d515590a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000681.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d87962633eb947643002be71e2557b777a03df9803ae7babe5fafd0c9823e9e +size 2056233 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000682.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000682.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b5ed6656a8da06f863a627ed9b5cebc4e6d5fd1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000682.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17e2c1079fcfafbef62da67f667513a87d68a35ebb026702481534dbffc4e7e +size 1809672 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000683.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000683.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d5b17993e94937cef12af878b649aff6691e49a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000683.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c165c9f5447d477b4f4b0665371bb62f703a30505e0a9da1955805dc2b34a4f +size 2358820 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000684.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000684.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebad2fc3d00b593fc6c9017a709088cc765131f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000684.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9094d5d5c9d4cfa1eaeb245be16e1e1efe833d78a371c4da3e8697bb8540948 +size 1965309 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000685.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000685.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cbcef8573645c1692959d62627629fef7b88cf3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000685.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33955a205eb0e93a439fbe1fa2331ec79075d95a20356d7d56b12e33296182bc +size 1767041 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000686.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000686.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d874f1b9f2e4d8394b4df7ab676bea62b75e1118 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000686.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a161dcab17652551b8318974016db030604a5b711d7a9e3cd257d630668bb0c6 +size 1922331 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000687.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000687.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f0ef3ad3f955099b352ce5f9772d12bf4a59ab7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000687.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ecbedb23140fa26ff033af5a428dea875b8f05be857cb5e19c520a9ecf0d78 +size 1735872 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000688.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000688.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..491800653c01e282409960b20821a91d5e8c8a2d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000688.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06429244ac8e459be4b6037bfdc075f95ab275dbd7a52908456addc6f8f937ac +size 1470242 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000689.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000689.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07fb83dcfe166e87752aedbdae3bfa3cb3a0f587 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000689.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e086671f42b66894791f9741d591d24026661785fe89e9a8b330715681663965 +size 1779983 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000690.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000690.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03f924a4d5611173a03e9935b71835cc8b82766d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000690.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896517b25409831fdb5557453fd08bbebf41b801ad39485690031cd74b95c0bb +size 2018786 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000691.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000691.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60c7a367f5cd180d76099c34400df2527935bfe1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000691.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d98bcc408ace560a7ba970773b6fd658830e676b98a259e7b86638d8ca3bd0 +size 1907982 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000692.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000692.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aba1eb855681d4ed5d28571fb5cc4f8575f206d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000692.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d385c54bf7c3172cecac8e081ac43f67eb29d2495430cdd1d4bc314b6ddc20a8 +size 2156814 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000693.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000693.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..644f2a5d75e26397765604e46dbe7ff5f7a8f7cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000693.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fb22de98be370fed11f48940a88dd46a732f73a1ca44b9c3b66ac531f916f4 +size 1604796 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000694.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000694.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a98f324a71f77ef7a3fb83adc55e67d38b085a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000694.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf3d0c96debc32d3d05be812f5e4715bbd564488508e92509c43abcfe38d5a7 +size 1957272 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000695.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000695.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bcc4c4fcc177bfd36c291a6c1b13e1506941ad1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000695.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8157a56d160c3117eebe7840477473a086e64afb3531a7ad5325a9abdae56a0 +size 2274867 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000696.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000696.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd02d2f5ae8a949c6a0ed2185df2dbb27a0de0d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000696.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9c2d43e7fd9a24da50432bbbc046357e6365fed084f2730c304e0b7e209c34 +size 2057159 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000697.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000697.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2441fb5a0e478b0039a0d29425469a611864a891 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000697.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2a45be67083943761f87008be5f3c16e275d1ae4a60a36144ecf27fbbc250a +size 2056912 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000698.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000698.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..961b267b2d88d0d9b9987adaeaffb52f4583115b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000698.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162893686d03e9dea02e68ad067a27edab3a2fded67361c1dd585ac8d4053df3 +size 1766719 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000699.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000699.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ce76c0827782504119ec41badbf795664b0bcd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000699.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f42a1d5d6865a9520442319613cda468b71919a5161dfd24f9ce13b082efeae +size 1572944 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000700.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000700.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9fef6a2d0924f1a9c04ca7282436f9e72a3782d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000700.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadb96db9bab0865786807b623d9a11665545c1455ab9f65310e544be0adf687 +size 1963162 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000701.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000701.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75852b6a66f2fb05d70b8c6b771c18bd65749d2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000701.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b9263c40e3a4247b63be54948de64d40513a5923c7beed20d86c4e1a252ee5 +size 1580286 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000702.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000702.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beba59077be805512b9ccd3b472a830efe49efa8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000702.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e62fed0737075d85aa8c1e9443d2e21ebd51793b8a0cc5fa46d9d6b76bd0047 +size 2229225 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000703.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000703.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27b2e2d7211d4b27c351943a468a41292d6c6ee4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000703.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f226f0f6f80a01ec4391d4bfce0a0f735aad573dfd15f96a128b109ff169b0d1 +size 1871483 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000704.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000704.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..564039fd5a67cd164d4653740189cb8837b31dc9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000704.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9d394b54bc93a885557bf843e8514047dc1823db570d872bd87c8b8e0f92db +size 1615893 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000705.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000705.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cd648f1843d0c5e5deb4dc86c9653df929333a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000705.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9817ffa23266f9bfb37bd6f10816c543e2e8b722a717f9b9ea63e6fe28b0e6 +size 1922475 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000706.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000706.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1b1f637e15f5cbd7f842a493b3a9ba565256c20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000706.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641a94d74da3db4a0ddfedeabc4f202ca354be6d8e11ba4943ef9d944e8896d8 +size 1654420 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000707.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000707.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..798f2509949ddd058c9bfdb378b23a86ed500d26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000707.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76df23c7597702337c9748efe3f380d735d49570810f107874892e8111899345 +size 1917269 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000708.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000708.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e98cc09953d0f1ef9ce69f95311bd570b800a47b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000708.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfda1668bbf55168b6103d1f5b094d2e49d482b254da81299bf8371a31cc88e4 +size 1665887 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000709.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000709.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dac223486adf45a87719757aa2eb94422258c4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000709.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adccfbdf467910a71a646e3886f68e0fb80cff5b0e945c3cfcfca9328e0a02bc +size 1892642 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000710.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000710.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deb9bc63c6005b08a882a64f938825518360befd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000710.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3127b13afb5287474918116ea144f6596475ec6ad414966aab0c8fbee9b13ec2 +size 2154410 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000711.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000711.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf57a1197735fa4482a9750c47847ea12e9a4cfd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000711.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fbd1223b8c91b2cb94841317abafcafc3b6d24a4dcab9ebf16e515fddf24f1 +size 1862644 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000712.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000712.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b1f8ccb0152bf1589f225d9e96c92d92e0e7320 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000712.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fabe8f94246c339d85b78f5ea29a198a59fa3ad3b73f64de954e72894fd4c69 +size 2616107 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000713.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000713.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8a08e7759f31c0dc168572cb3d8e741f8ed4e24 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000713.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05854e1e6abe7b5bb286123491e53afc96b0c80b748699e2cebddf27a06e0cc +size 1825478 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000714.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000714.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5be229ac7d367deb23bdf0a29103d4c127f9ef61 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000714.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b706258ae88b40a1f8a01dac7071c66d7d1ababbf0926fde83bf3a1c6e6b2e +size 1954210 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000715.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000715.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73463a31a9bd59368049bb459a315a702e4e669b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000715.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c383fc430810b800a8e3844df3b61fa9109fabd5917e5c760491685e2c7c274 +size 2250553 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000716.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000716.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd3df91852a238eee71972a5ab3649b2b1190e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000716.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfed6b5f9fc20774c3ed43661242aa928ba7903c514365874753f69e7ad1a11b +size 1927292 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000717.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000717.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0ee84a201d2ade60b35d746ad883428c9cc222a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000717.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4dd19490a920733aef5f92739f8538b8855248ceafbb7b18449ee23a4a68cd +size 2330084 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000718.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000718.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ade6ffc8aadffaab5daf8e4759c6107a898c2cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000718.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30da2f422acdcd37a797469cb2664a5647489dd03f52535e7aae2ba67f2a03ed +size 1638443 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000719.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000719.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b58f2c053e3c37520e4cebe9220d167a10843b19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000719.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a053924a8aa73a6d8312012bddc40d86cc3e6596b0c45ed3322aced38f49e9 +size 1865986 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000720.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000720.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17482aba3264e28fb69e70a7e86e6fe046392021 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000720.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efe965feed84a36dfba717d2a9d5805749d090768781ad6e075422bdc5584d0 +size 1880959 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000721.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000721.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a9304e5bdfaf2dd4894e79cdb7dbe6c678a324c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000721.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b647ed34531f6b2726925fbef7594c92f1fc6b70dc45973d606d68555f700a9 +size 1786621 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000722.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000722.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a18dcad652e59b249c7814d13a16b2f1c5f06824 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000722.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770fc9a4162e5e9dbd47319b08e3101bf4d72fcdbf2bb52d90d3eb178b624a9f +size 2257484 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000723.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000723.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53de712a4b9b0563bc33f96bf39b82f1d59a18c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000723.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733d22a34f520f0e62c7143a3dd59bdb084afd89b0a059962c80de3e7aa6d975 +size 2014634 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000724.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000724.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1f8b928aee905eb524fa8e348b7fad117115662 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000724.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ee391353ac158e6c2fd38f3d3faf4bc08566ba84736e9d6269816fe6cae8b0 +size 2104047 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000725.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000725.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69f88a37c9bf5eebf1385a1c143a5c3149f0330e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000725.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06bff24e3a053303e13a908e086df9618a6aaeb1e9691d625de56f3dc1ac98e +size 1780417 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000726.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000726.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67986413a622100649e77e085ca6ebf91c25e37b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000726.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889f2fe497d5d1414d34a39919d6ee9ea7e6a311c895a8c0057e7555ec3b28cb +size 2046244 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000727.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000727.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a938904b44c7c4c839e99b07dd1a940865bb395 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000727.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b502b7095a4063c24c970905c9e014c365a0a620de329fca9fdb62825c12fa9 +size 1858104 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000728.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000728.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9938d3a87c5a1d12e4565573e61047f8710ec0fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000728.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fc51c39b7422b98bd572603c77ee9d0af18646ed2d95f19a4602d2b26513aa +size 1713005 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000729.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000729.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9df7eeb91c2e0c663ff78f25f98427a71a9b0ad4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000729.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5447d5ea298e17c97f8c1b160a0811504f02dd4a7d194a9aa5f5be8cb3bf31 +size 1730826 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000730.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000730.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf872077b50ae28321bbab0f9f7fbea48ebc944f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000730.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31db785f1f326f4414d89474fed3f4180f79330c6280ffaec1b244b18134f093 +size 1501163 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000731.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000731.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c31e5acd89d4d15eb87820adbdcd16fe1bd5e18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000731.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7aa0af73b1e38aac53c4d7566e5dde958957d14b77c7dc93cc29c8118b9417 +size 1747540 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000732.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000732.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6275f2decb4d5c09fe908e9c5f105b5e020d3e52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000732.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227891c2c4f67403a02e59505502a167323c32aa238123fbb9810c591ceceb30 +size 1599875 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000733.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000733.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2472d6ff99cc7e3b12e0605f9e4a80becbcdf501 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000733.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7e87942e22049b2f1a7f229a14efa208480d635bb98379a25be4cdf19b699f +size 2041006 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000734.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000734.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e65212fe2c813030d2cee9c6ccd836e1ba0ca350 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000734.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c670fd03295b4bec742a757b557fa39bf188c4edd42021bd5f8039231fa566e +size 1488485 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000735.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000735.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7564cc0618f44080cc548373dd9bd01cd1e63c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000735.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fedfdbb8f25ab7d5a72186bc01339ab15c9639da04abaf5be8a94a7da356696 +size 1557699 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000736.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000736.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97265abc6b1d96741a5f3e87e6fd4302369aa726 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000736.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35f211f08e7331629db1af405ee050456f0b87f6236676f0cdb53868d354bf6 +size 1558044 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000737.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000737.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..212c0c1463564e80ab875b924e6192deb6b8b95a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000737.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c306ebd8010a1beecabaf5e4fe4490e36c58f1c566588cdf590cdbe9e1eb235 +size 1773096 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000738.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000738.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5628eb2cc4d382563036c0ca3c56223d0762e4ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000738.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431e5e38c18728e47080dcf8b47b56b8cbe775c181ccbcdf21e0f52878719710 +size 1927311 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000739.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000739.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..866f153b10374b80149c51e6afded34e39bb27e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000739.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8af8020709cd9ee856b846b3342da5fb44a568470e5ad77a078684971147bbf +size 1895171 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000740.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000740.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c7ecde3aaa093059419e3700fd562aa2124596c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000740.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b15dc113e0e8049b4dbcd1da170b3bdedec85594c2fbd5414db3fe24f02b38 +size 1816244 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000741.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000741.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..420b6f007bb3f768a7b329f7356ff5656d9b95ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000741.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defa5db215579cb81c26f1853e42faa2081b79b7ab6d9a1d3e90ebe1835a0380 +size 1351254 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000742.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000742.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f12d9a69be31205482731875c91b5136e41ebe8c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000742.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba10a9b069a4362c1d19e0cda171c5f1bccbbb1975f9f16d7c9b70682b766dd +size 1468197 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000743.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000743.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c46632254b229664d0834f42f0e041f979545565 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000743.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2007aa082f50e5635ae7bcae05a7401407f7a927563b7a4ea93883a1af115d +size 1900148 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000744.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000744.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ea42e8c50095a6f6a99d2ce1575d128da32c083 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000744.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45379cff8b4df45112a34970ec83512b96586608188a9cfbd3e2d9f277f37b4 +size 1340435 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000745.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000745.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75a771693e567fc42c79e6ddbf52951532bc566d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000745.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a4969c24ff7eea609a2adbb9722192b8b0a0636bdd8d230b14ee95546ef7ed +size 1676321 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000746.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000746.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b396db5087b39fee557546ba475b5ce18142a3cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000746.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a87094de3104b763de8d55499a839901117118df07adfbbe6ad406eeca7cb09 +size 1644416 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000747.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000747.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07d1a3893e3ad63f98f101d8cd8014afd0ca30db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000747.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2681105b0fadfc63943a0a6788b0805ddc7eb23215b424e34df1db0eb39d9e6 +size 1245256 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000748.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000748.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8799029595778a410d543461db74251552e19c02 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000748.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e3b030a63d15a4f1699fc61e8a98185fe8af2c0ab2d0fd7512b96a19b7d7b0 +size 1474545 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000749.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000749.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f158b37b6b855b5ccab47d872c4d961048e44f0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000749.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad65915b2bc5bbc2289217df1c629563ef108951292d39bef2a079775ade54e0 +size 1299260 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000750.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000750.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29729f38a87acab577ecfb720a8b18d3e8398484 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000750.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0d77b2324bdc62f7e64bae194befdad7cbdeb9ad993803eecb05bd5a75479a +size 1545422 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000751.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000751.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0099380e8890f362097c7612c0b49b377edfb52d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000751.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642f99b9f5a10c1bef4a3268b2826243929e174782c5c25fc91f9c186f196937 +size 1417918 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000752.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000752.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5f7ece4e1306da767ff6828d34cf76f538c4828 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000752.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4356b6483e66f1a59a01d3eac2a7d9467adc18bee73ee813bb336e4080399325 +size 1616054 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000753.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000753.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9632b0b5ba18a399a4ee683a2dca61fedb0bed3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000753.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf3396cd6dce4bc17f9135f153b3b5a226f0db9c937f2bf5cab25179057b1d8 +size 1156400 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000754.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000754.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ab5b86640fce51bc38dbf0b12f0b1c672428002 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000754.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a8e60d1a4ab9a26311a9bc2600d4e950b018b7fd2762f1029875a93ad6d3c9 +size 1585601 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000755.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000755.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e61dad1e085a8a15b1b23bf8b28e5c52bb5ca3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000755.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681bc9851ce2fad5f12f3320d119c7fa08690ee1501861a1cfb3c0998864e8a0 +size 1236992 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000756.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000756.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92f1bc0a8f8866a7337154b205ae92c4be0e6ee8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000756.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d301efdb2814f508421fa581db0bcd34ecc5f45d9ec45c5beb0f7f57399d73cc +size 1444003 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000757.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000757.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6146162a57482ecd051accc4a836b529ffe6b9d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000757.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fef17c902e1451573f9aee2173aa0044e005785053ef2b6f6661caf0d837b57 +size 1104391 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000758.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000758.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..017eb54746cdc05a0ccede2a76dde2f5530cdbab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000758.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595c565c33a8bcb13a23067555e28fcbbc3c0693a64ef4b07e396009be75fe6a +size 1367135 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000759.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000759.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1084ea65c6fc5ed2d97e54922bff7dd139c111b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000759.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e14ae4f540563ad42ac6e3cfe5b484273daef9f245955f16223318bea299748 +size 1124030 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000760.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000760.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf6a38ab4478a8ae690fc14812a859e65af94bb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000760.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a13169b4a79f1ea0b802fd9963efcdab8105721f67df8e91692896e1183632 +size 1074450 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000761.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000761.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec65d1634219bf3e33f7dfda8301f4298afc43fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000761.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cdf0a61e9eb634653a08b3c8147a1b1b123b3db35d6372e530d3d8e3dc9f8f +size 1301433 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000762.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000762.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e963e8d6054f0c34da8eb0144255fff516414ac7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000762.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394a5c1b99fca8d177761b35d5183b1d888832bf406dc01837b96a446c69b044 +size 1263337 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000763.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000763.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45c7ec2b0ecabc415695a51f7d843842a27c2918 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000763.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcff38fc34c92eaa719ccfb69abdcb209df54df9dce045e3f05c4cb2a5c69979 +size 1265273 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000764.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000764.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..143da1740c9d0759027fe4c76a60c9d041bca8d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000764.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7056030f0abbb0a5cfb7d91a1cafae44029edc6140d94956314be2cdf3f936e0 +size 1352354 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000765.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000765.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d2109049d6d2a74c0f3eb5d59e5328e489bd08b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000765.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48599689576bb1f1699f50c1fb8427d84449b1c324d9e2605a2bf0074f8bf26a +size 1403131 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000766.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000766.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3687730d1f1325018b9b7dce6a3fb980738729a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000766.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b88c073ffd7bf77980473480b9b19947ea60c04b5529fd59dc7280184e256f +size 1152174 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000767.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000767.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7fd64ea0263fdbe790fcf4bfb91da2600f69a62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000767.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7410491ef4a377b28cee32745276767af4018031aac3472373ceebc8dced073 +size 1157913 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000768.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000768.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28c6d81feacce3bbf220920441939b5f0e242348 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000768.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67afae9f7879824be448daf744eeee5347d162c5b0b7f4579f18206e29d543f +size 1057809 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000769.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000769.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f31e04351367338c9e4da4d11036ca8df6bed765 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000769.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5e8cc497e7495ac81d102002a2f42d414e6a37d77f66b310da4560e54a2706 +size 1083453 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000770.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000770.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a9674a1eee09cdcd01593b7e4c4102932283dd1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000770.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdb93db6be89bf7225a9b11355121af3a2a7c5851a063b9d1a2607411486bbb +size 1262175 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000771.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000771.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca3c4118f47cb7c0dbc38ceab1af754b5423db7b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000771.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cf37d9c69b5afb241ce0456710e4f768df152a20a0b4b5b2c66d078ae714da +size 1250692 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000772.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000772.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80728f670503fdecdaadd2f193fca3b77ab26348 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000772.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2faec3d4b61e6dda59bf7b739dce69fd2164b1228d1c2cc784735b1fdb57b55 +size 1542973 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000773.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000773.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ac513a4afce9e97f150d866b7a95796591218bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000773.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112f15c43596675cf0aa9c3791d3d4fbdb0bb70bc0e4626229ebeb7a065a5d3f +size 1253311 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000774.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000774.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d5dee92c254ac8446b0b6d33083ba8494a564dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000774.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd316b6c60ace177dc11531a9a2a5f71599a1a171bfde2ab2bbbbf9bf323328 +size 1162966 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000775.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000775.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0313e50424b57dd53b611b620d586bee45b67a2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000775.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adeade91e733c057574af575a7c2814519581f0d3a0fec3c40d6ca13a7dc25b6 +size 1112014 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000776.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000776.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8652e87cee0083050a9ddb087e9109567402cb9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000776.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df928d0c8650d7b7910629ed69b7eb097de04a5599b904b861b56eb03a90fe2f +size 1127295 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000777.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000777.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4923f3f95ab3b3d109dd2844d019bbf7b40bf3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000777.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ca2dbf9f05f2ad14fcb7aaa6c07eb3daf91a4775636e9a729c71c4caca6289 +size 1376417 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000778.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000778.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cee234c7eb705c27e859ee53783aeea0555fe954 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000778.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1d575d08d89c3bc9b27cb06945289338b9102252a57265d1f8f28cd1baf0f1 +size 1219883 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000779.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000779.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4c20cf59da042bfdbac9227d17449e485d89c4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000779.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01222cf818e824cfae9b8a354a2e3549c4d2134887960c00838fd2bbaeabf06 +size 1991291 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000780.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000780.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a463e44face7bda5a447eaa3ca3a10e44cff0e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000780.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5fff0900acd759f3c3e40db34e8cb558a2804f6cb5831a43d709346645b3f2 +size 1503180 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000781.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000781.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95f7ae44a16f6810e92b7fd60274fd90288558c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000781.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5354380df6c5cd5deb27dcc0b1dd5eb9d996499f72e2152466b764085f79c4e8 +size 1700443 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000782.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000782.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6211984b608d5879cc90068b19b03e3bec94e4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000782.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96333f5b39bb398cb8c344b5e7eb2f0c411c1c6eebbc530116675c72ca9030c +size 1499213 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000783.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000783.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3064d5bbf59ebf9179853984c9dcff722fd370f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000783.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fc1bc8f4ba9aeace13147375f6af7aa749448f7c0fde376739ecf023bfaf94 +size 1684242 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000784.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000784.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..922a79ec92da24f87e427596191f2e271b236f14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000784.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1298de3e86ebda06f5acb9ca252e1b2533dec9cc17dbefbf1e09dc7b9762212e +size 1727429 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000785.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000785.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..154a9a7aec37517a813ac313fe56e5dff8c90b89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000785.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1bd40aab89374bd5ebb2e9713dea04be3429d42e2276bc4fbc09f1b402ab54 +size 2154352 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000786.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000786.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e0fd40caaabbf4b3abf200022084b533f21e9b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000786.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398904e7c481d1b700dc333ce2bcd73725af1b9e0420aeb9e3b307a216042fef +size 1446067 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000787.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000787.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee2ff0913fde501bdefd839e601b04520671119d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000787.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3280bfaa404f9cd8b68902254bc7e64f76203a379468c44e0f9124e13ccfc7e0 +size 1664347 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000788.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000788.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f25b74d134c55db3f993f6b74d6ff4e2ce9b7231 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000788.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e9ac9c611d4d7fd5cbf485c8bf9eeedbbd273eaf748b8eaf98cd2263fcd031 +size 1693697 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000789.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000789.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cd65b9e2349caf03e4b5a0e9b50fef813addd94 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000789.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c2f343e79a9eb1a51f2125c4cacd59f8a1886e743498f7a0e0980d65c507d8 +size 1539821 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000790.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000790.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36fb06537667942ee0d93d5134192bea41bf6669 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000790.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e9531e5e09e104f75cc01dec03c863afb99727abdae237fecd5ea8b713c148 +size 1578251 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000791.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000791.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..734de670977637ff9f44c2e9af4ef3525c82dddc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000791.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e41ef2d7e612ad7d6c0e0cc3d0d7dbe0d7d07204beaed62c3562e82825e7b1 +size 1583134 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000792.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000792.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d2fbb636593bba351daee245c71ba3a84a19780 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000792.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438cdd57419bc36509c5e2c41e377808026c69817b1dc41c9d644223d7ed85e9 +size 1392158 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000793.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000793.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d57a587b0613a75d2347316c163270fa710e8495 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000793.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45f31d7ba2ab289072dc983b6f8cd0edf53ea5785534f48c35c6a3a27d322f6 +size 1683984 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000794.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000794.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..725901474620fd59e1b2268320040e25e0568435 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000794.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03328f4dfea06f8ba0daad5e6087021a5559e26e02f89a0ca930f79d01b9b49c +size 2022334 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000795.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000795.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08cacac00b6665e2df7e128a411c665d02d05253 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000795.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa72c431a4b284fcaabfecfb6804218b501442bc8088f656b5310b03df70ecb2 +size 2260698 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000796.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000796.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b99e0ed635538dccf09afbfede72416228c05f2d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000796.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f8dd34e64bab7cf0b2db3a000ab4176aa142e8fc67ae6bf1289a7380495dd6 +size 2016588 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000797.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000797.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46f19a1db725eddbe67810e8b6613adfda09e0d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000797.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da2605fef31abc36ff4c7d57a3e49b797fa4a6b7104981f5c5c4787add567c7 +size 1832232 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000798.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000798.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d216c1879a283faeefb42947d9207d18258fd465 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000798.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1276c719f939cdaf6a5da003df60aaf99556aa456430c36beffadec10cb000ed +size 1622283 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000799.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000799.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44431cd84f86e067ca310cd08ec13873c2b9fbb7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000799.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d564fb808918c940ab1abb34a7244ec8b6fcf2ccc9123eaee4c74b06d18b5c8b +size 2027211 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000800.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000800.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2c3d138e288c6aa1507a5b55acca8906d5f3a6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000800.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac0393048da4c4d619d39a46e0305c813da7eda76c07359639623ee8a2be014 +size 2745554 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000801.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000801.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da90b295f8f6f5159f46615877afd10aa5612372 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000801.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b08800836fa40306dd20cd28b288c8adf9d3137c37dcbc38ab3dfc3e84d2f09 +size 1511727 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000802.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000802.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..393eafd2a1b6e79c21270d0d7cdc7d51df75e7da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000802.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6311190778ded98717344bdc0426452f310d802e83aa1ca8b244e6b8e265efad +size 1788617 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000803.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000803.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a5f1a6231c70a1652a37725f6f51783a714cb9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000803.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17eaf6c647d94707e11cee76b293b39648b3079cb11bd576b304b31ba9be1f5 +size 1958406 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000804.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000804.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8431a295e95e084515d54302c51aedf48fd87324 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000804.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db8abf84712952a8b25938563f00a80a53d8cf6c571d884cbd941b0cc9fe675 +size 1788724 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000805.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000805.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e20fc6dcb212bf220134c7de46cb105c44f87796 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000805.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0730e12cb2036de04413a819ad18053210375ea9936634d3b2c2cf66124249c6 +size 1749071 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000806.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000806.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92bb69a63961048e810e36e128277962a46efdf5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000806.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889e9717a5c9ce1a63bb670d1ee15f60092c489f07602717d91995cbef36cd54 +size 1583797 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000807.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000807.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bde26fba70928c0942ffdc18254bda6e120afbb7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000807.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b98f253427a437d7fd82a888bc0470081212ccd86b752de7536d3c09059eff7 +size 1643341 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000808.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000808.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf00afa667c06d51763a69aa9bdfe96810a892df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000808.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964a549779d1c85711ce7667a91e6f1ad3abf5f429e5b2a0b149688c7cec6515 +size 1728354 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000809.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000809.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdb0d66eee9d6c7b4fc23a389155a0776529d501 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000809.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0763df29e030a3754cf60a214caec6cda2693e4112f22427f63cac8430b092 +size 1828960 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000810.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000810.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dddcd24456d433c360f377de9aedd59b1f158f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000810.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480b49c6826a428205da5b5ee3900e193f148e84393f2f534bdd819e9f8759f5 +size 1872974 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000811.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000811.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aad852d4c25ec24690eb9447c5196e8e13546acb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000811.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbb105443eca6b0eec34ee07170f64014569079700ebff0700d17e8fde16c57 +size 2265351 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000812.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000812.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c2f74f234175e03ba96752e72fd18e5e1dd7e7d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000812.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f653f66af8e827a5e9a683263c449ddcc9d5eaa3a550857fd07672d2664a13a5 +size 1981353 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000813.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000813.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adbcd71c2c6c4f21bc501f58beb22d39eac81cbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000813.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7741b0d62924f79bcc216bb80320b8e3df085b6b64b128e9d324fdd31aab6eb7 +size 1562870 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000814.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000814.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b39d892788069f234432d72914f84b6e0c2e4ac8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000814.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8950f9ede809ef0f835459f8e564c1ffecbd85b5341a7021067d8037ee5756 +size 1655473 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000815.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000815.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87f9ce8c0a414585353aa3ad47c076e1f25f9dd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000815.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5810a3108badf2a8e21e20e64a096e538c66de6613315559eb113b60ac82b591 +size 1579395 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000816.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000816.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b5ce9faf46e87b21c7fdcfe918b7c3ccd9e1d22 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000816.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f3df88b147a7bf4c74ca9a8488c9776bbb1d444cfdb7e4106d968d169c99d1 +size 1527199 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000817.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000817.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30d5670566e4afa2a0e17d9e58121fecc8d0b3f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000817.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a53c40d3c403f43b400d65e8ae7b8fd4bb24aabe921c78136503b387e3e410 +size 1630885 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000818.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000818.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4173c0d00a72020f779d074ebadf70b79ef6f7a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000818.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c0028e7de20dcdb08f532c758a002cfb91aad53db58fbc45f37878f28f7d38 +size 1843520 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000819.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000819.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..391bf78dd5f6d8ca01e0b999fbf62836e4f8b869 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000819.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1656f7856a6b9afbb02eb766266cfa7c8ec7d2083fccd65635c965c15e7f2b95 +size 2048441 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000820.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000820.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76d15a4fc43098b52404486441f0335df9261389 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000820.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135d135116f71bfe21d2bef9f25c4abe7bed1e711dc4ec9f037402001f2017ac +size 1712468 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000821.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000821.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..829d22be79af2f24ebe08dd3a60cf9072be50763 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000821.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf88611c472490512956a43dfb30a15722119eaa9325614f143ec3c331f12d56 +size 1677226 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000822.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000822.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..598adf95dbcebab9e7173becd1392bffdcc309c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000822.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e65301d301bad4f3548463b53c24fd4390654645e4d9eda157deac6f4208ae5 +size 2101342 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000823.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000823.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eef70b349748328d4adabbc43fdbe58e459b2363 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000823.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a376a8c4d65486063eb2be3927fe2766604561d295d16c8723615e6d279cfd +size 1765889 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000824.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000824.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08078d010c7bdd99b71903abfe9067e22cb3ad91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000824.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f2b3a5c8496e89b76e139435b028502e951688149c3c014620cf7c779977c4 +size 2130982 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000825.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000825.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6978f77b3ae2c388ef719e891842ac09709fab5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000825.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40d820748a661c4f64d11995a2f70c5b363afa914c0c1ba6eb602bf12591219 +size 1687537 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000826.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000826.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76cf54452a486245372d5cfd9a0e9763eba60e43 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000826.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68269addab3d77b6e4a376997ac1eac2b5bd30e3195ac3c21da76be8327cecf4 +size 1462005 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000827.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000827.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22d840b144456d7d6cc60ee2674eade381b95014 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000827.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe4b4f88c9f567d8273d898716a6d34749e62efd554032a9f0966035889a1f0 +size 2164776 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000828.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000828.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9af961cb11dd970e9e300d57c9d73bac9a7bfd82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000828.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d9abd3c98de6ebd07d06c46ed70c54f76a5b3d9c08d7d8cc92d43e8389f952 +size 1734836 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000829.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000829.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89c542e67ab0557459ec67adbf57f6baa2f6f484 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000829.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d16d508fd86b43bc692fa55541cb688c31ac0660ed203acea9555583d4c7306 +size 1937300 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000830.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000830.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56d256acdd8e8fb63f43281576969c83e5ddf272 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000830.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c81bb4678824765b5a2ca1bcd06abe1a70f491560d593a9c5114dd0c3b487ec +size 1895151 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000831.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000831.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee144e79989ce8272c38c38fae62d92ab10cc05a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000831.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bfda0dca7c709ccd6465ea5448579e6ad872290fff689a15a9ca9362440634 +size 2137699 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000832.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000832.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6aaa74a37e69b2df9575b68f909d3f709afb7fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000832.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cede93d4281b3c930ada51c4420961c2cf7db5acdef35bdabc7f5d08410f1e3 +size 1796496 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000833.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000833.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80412d4f431dee83353a6dae81ca88dd019fbec7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000833.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70de0abdc2be399515b532fc312685dc40e3b0b829606d7847b31402e68aba98 +size 1765984 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000834.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000834.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea4ca15d23e43017049b24c7d4860d8e6f021ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000834.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4879acc1018718129c06b6d32253256c7e84a2e6d855d3b5026e0199d79287 +size 1625903 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000835.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000835.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15a719feddfd0f08332c8d6b03e90bd5ab017a26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000835.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ed38cded64c71f8055d7fe6479a39b69acf23f298e9b21cfe9330badc05e1b +size 1386863 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000836.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000836.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd29a6e6f807b25e30d6ce53671df10959ccdf4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000836.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946b5aef4c87af7b05d731763239a92d55197eaf4abd199b2de7143353f4acd1 +size 1511675 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000837.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000837.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7ec9364040a69a9e17b862f4f0d672f68a689ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000837.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca9d4084b2fae4489ea72af6cd6d286f2097e83beb410bd694dc7cc8bc07b9f +size 1463568 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000838.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000838.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3951556295d2493ab780fc3b0b67e6e4a42833fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000838.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa010cc3b6df4da4abe414da8427673813fc115d6abc0d9ea40e8c08801f00c +size 1864206 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000839.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000839.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15a5638d5ffd67813a9875ac5d658915d076bb2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000839.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc7e64da3a96e7fe4ad2b05581736af0c3974f2cda3a6f456f3aac761d215b7 +size 2487283 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000840.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000840.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e457b9d4be17b26057575d044c349b13a9d02d14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000840.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e9bd18d1500e43a6f4adb2a8bc8848152c4053a97bdf969ccd0e0fe9483f84 +size 1836560 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000841.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000841.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34237a596b3e6568d8840f7c80ad78b6bcdc6e2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000841.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1ea5890cafd1757740c8fb9dc4aaf843142262c031afe24615a42fb541978c +size 1668814 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000842.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000842.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40bd4aecf6e1da1e34d8d8505135cef2e85a2062 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000842.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009139f51022e06760d84d5974005f05a5bbec61541a58ca86cbad2d83820217 +size 1239549 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000843.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000843.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4bbbb3ace995da81471aa07bf4a828b72353920 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000843.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aade695ae29d37f53d77bc2459fae64c7cce4f62631fa2283ee312c0f348bfb +size 1726345 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000844.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000844.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8210654099cb3f58f73166a52463fb22a80953a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000844.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7525c9295d36206f95a38f018cb0ba7bcf32b43ed4cec3baa205fa1ef720002 +size 1486285 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000845.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000845.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..228c7e8b9e52e4283bc1273ad16877d52c213e33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000845.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4ae476bed9e3cbcac13362789af77979b27342f566c613a73182825e22ddc8 +size 1578140 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000846.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000846.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0015b916760a93b112bff0cc1d08fdfc1188528 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000846.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d04d3943e925f88dd2c30ebb9ba6d408f2fc5b90971fbce51cb2896136a8126 +size 1390540 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000847.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000847.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d568b443fde1aa9afda7f71f623742b7edb5ecca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000847.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fe23309034833d77abcfabfc4b359fec625ec5b1288df011a31ad48b35b1b0 +size 1607245 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000848.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000848.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e7dc3df2de59a6e54ec1ac670637cb24f938e2d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000848.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840684cae1dab38e6ba47adc17150a6ec9a36fd38fbf28b9edffa0344d1ab0de +size 2524941 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000849.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000849.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2c67c3a96f8bfc4e818eb1fed5b7cba7d27301f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000849.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975e6acf52fa6534298b51e138b0345079596c5e53409861cd4326715a975ed5 +size 1511089 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000850.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000850.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28b8c4fa6b6a448e33787fdd002dbf7dc4b67607 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000850.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cf3d320247633e6941eb256f6e031b3aead298aa234f5545eb9dcf6a401a08 +size 1405873 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000851.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000851.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97f75df5a206f6673a7fc1aaa85bd0558b1cac43 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000851.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba929d939dcab7a3f4963fbdc88ad3998e1b90188c0d24295a3ce6fe2f705008 +size 1475180 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000852.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000852.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f789b20e0686f4082b0444ff18101653a4030fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000852.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d9f66387b1a4d02f0fcc552712d6d97c00c7eb72e7dcd2811f6f6516483e09 +size 1272066 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000853.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000853.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38807bc45a1940286b37bf8c54ec5e9e6d1ae2fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000853.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52f15430981b6018807aac910c498eb63d15e47c75c360df8d3ae5700c4aec2 +size 1579747 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000854.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000854.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f77de28fe693e53735aae175b1c55f33e7cd184d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000854.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d628cbf86f9437ab6062d4c9820d9b6d2f70cc812bb7f4589edfed77283fbcc5 +size 1742397 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000855.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000855.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dba9a4ad3c0b47d1eb12b0384ab059cad551aa1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000855.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabe031e39feba056004ef1b292a87534ea2eaf262d2621b5c32177f5fce6f59 +size 1731392 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000856.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000856.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8c3ec19216993fceb0fdf1651e2a23bb82d8717 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000856.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f1fa401bd7e606494e190269b3336b5fc36667ce2e7c49d625bf2eee3a0aab +size 1651698 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000857.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000857.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d722999675b969bece7392545ff54e3f312dc61d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000857.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3779a1caf96d2ab9ef86fb150491e0e4cd86e05c17569b2834d68e6e1122c194 +size 1891997 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000858.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000858.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fac5115d3669fbfe33a28167db89003e70e0488c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000858.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6651199cd5f136788e7d6608c62867d259e05e0582f1a0422d77ba8b4bb6f8 +size 1786207 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000859.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000859.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89503e06419033babf761dcb1e380462b8872c7a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000859.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccf56cc189d2d4894b478d8f94044ef5d1c28878399b262041db664983e5522 +size 1527153 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000860.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000860.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..762c1fc2c411b19515160f6f1bb333d07e10400f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000860.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed7ff9e332adb9cbdc1bb26d6d16e24b5f00d3a48bf49f3016323c9da91d111 +size 1700508 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000861.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000861.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21ddc41b622a13a4a90ba99f50ae74c9347269eb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000861.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8ac580b9fb2ed47a99a36f55239f85b4874307a72e5a23aea5b722bd6d46e4 +size 1942255 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000862.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000862.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b87e963e7288416fcd2fb67c782121dd4919c3b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000862.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d20cca758465ab9128d01baded8d4975fb91d0d01f2421aef506a1e84373b6c +size 1534280 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000863.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000863.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f058b0048391a7f32521d8ff1c66661edb464482 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000863.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dda1cf79b49408495db1e7be7253d2e91d3bad41fd6140c981ef382241b96a +size 1576983 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000864.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000864.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e77c344889423f3aa80fa1793382e0d4f113009 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000864.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857477c15d36fc0a29db510b7df1e2bd5a67b81081b9c551a4e3faa61a91dde6 +size 1819058 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000865.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000865.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d16e51db993e3d256e1f35992fbd614203ad2b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000865.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acbf8f7545642133c2e5a382c641de6c02f6f7ba46691e40c0af28c22936413 +size 1597728 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000866.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000866.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e66e4225e81accafd423af93ac8434c9274daf3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000866.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c118dfe4a3650f2c18e960efc51308c5d7a95b0d1429850f2f56bdf3318daa9 +size 2438396 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000867.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000867.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..319274bb8f9a6beae4a47574914fc123cd8e3dd1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000867.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b648e05a9096425aba99f07af10ab0c6aea2ef69906fe79df51fd19f96f5a0 +size 1696682 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000868.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000868.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f02d8ba109e14b417634764fc9e09ec4f1907f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000868.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6e0d2b818b67e567cceb6f5c60d0e4846add3ea565d56204f97e8bdbc133e9 +size 1769731 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000869.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000869.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..391513d87898f730367b52e5c97d9250b86362eb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000869.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e290cc92dc23900641b0cda45a52b00cd91649e73a6a185721de43dba6d0bd30 +size 1682180 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000870.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000870.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..240e391bd4f0405baf22fefce1c1c5598af9aec4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000870.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a5a6cdfb243ee54b797fda8098dc9213dd0ef749aabce9ad673202ac3f8ab4 +size 1759240 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000871.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000871.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e18cec94aeff6d6cba56e4b5138e25876337d6b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000871.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15bdaffc86fa63a88aa2a8ab07c07bab175ef55d7e65fd7864a4fadea92bf31 +size 1645368 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000872.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000872.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37543f570ec79d725826751ad6cb03ea94954b61 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000872.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa11e163c0359cf6f919ee00be9bc134c244c0b05e4eced5afe6a8fadc285034 +size 1583045 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000873.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000873.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..162bb83cba8216cabc15f5778e5e60c705d6144d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000873.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87725a345e3d010b016ef1dbf39654800f5817e6757dab54f14ce1d1a61a52bd +size 2286337 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000874.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000874.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31d88d6db3591f20f4e459722d2108a3e6e812b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000874.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23251a31ea8f0d7612f2db83fcc6dfa60a24cfe37f5a5a326e3970e56216dc28 +size 1675699 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000875.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000875.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c59cc8ddbba05fc7b880e23b1cc915b38425c83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000875.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc4d59266aba9e8605dd5f76cb883c535a1a07e4a11dfeddcf383ebe37047de +size 2449689 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000876.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000876.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..914cf58eb1b4680c5de21a63204e6f05800f021e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000876.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f59fd3f2d971e8e12c9e163b34dd5798f87894b5395dc3bb688bc0895b80e1 +size 2395339 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000877.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000877.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a73bc5e5773e77219a24072d07b7ff5e57493aad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000877.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129b257d0bcaf62e82afa42e1431f60067d7a71f27cb509ea10c86bf4344f0bd +size 1375961 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000878.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000878.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd4d5d9825d167d83ecf6f89e5bb31e6b1a7ec4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000878.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4042baa5cdf55c627efef50933a402a7570d39dd47c6e1a29c16e41c36c67f +size 1390987 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000879.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000879.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42ca571514f38bf7931dbced61fda67561de61d2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000879.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a274387e742c8ef1b2eca1fb7d5d465f849e1603fec671be1869ec8b4cc8b43 +size 1270767 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000880.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000880.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14455a1e6fb8f50d99cb39dc6bf3714b5dba3a68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000880.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78192b8ebf09f10ba3f8cfdb459ef57be3713ae98329a84b96a8a38f1a8f31b2 +size 1484235 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000881.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000881.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..143cd3d2dbcde86be2c397a8b813a4ec68fec57b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000881.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e497175525837e4167268f474bd8c1312082bfb00af53eec2a1007c922f1ba +size 1128443 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000882.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000882.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f762495f728898239c2973ce65bec32c165d1dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000882.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7daf98aa5708062f49e9f86cf62bf70805a4b2ee4d7fa00909387b29a26d0f +size 980427 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000883.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000883.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bfcd90c77692e5faa422902b45de29ebae4e5a2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000883.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a6e8bb14a9f1d0aada8d9f6be7aff255d9dde289912bd934b064f7ef4e6775 +size 1339735 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000884.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000884.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5165bba5fc553e6ad4ae8ebda111263feeec9ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000884.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99df6ba98b25b38f4b01fd08520732e30b6f4f12ebf1c00260b4003df48dfc1 +size 1246117 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000885.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000885.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..151a518d9e1075679c1b2c457153284892f66aef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000885.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76917394f43aa027f16096a6ccc5de5dc91631764203aba34bce0e084e8b7d69 +size 1168244 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000886.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000886.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec70019f3e1f61d00e79123e6cdd868f08e7b137 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000886.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18f0f7b111a91655b0a19bf3b10b27e51ae325585f83704d723b795810bd12b +size 1250967 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000887.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000887.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f671c93317a2cca23f6adf8bc8d3ef123ff86d34 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000887.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8703e56034ff73b01eded1eb8eaf217e01d0174213fbf14be9d2aab17fa895f +size 1489149 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000888.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000888.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7624515984e8491dee11a0522af3df3158a3e1c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000888.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4496c47e01b77185a3a2ae7821ae426b54f2f58aece1a14044b7517be68f44 +size 1158819 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000889.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000889.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..051cdac09c0acb18b35beb8c9387d093a9fea803 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000889.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c954bac2a8486999a1a4dbcda75c52660af9c36a3b70d4032a8eeb47b22fb3b5 +size 1424741 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000890.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000890.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8eb6859256ae57814ff0d75560b882d21a0caaa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000890.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbef4d4dc7b31a71cb1cf329744349dddf6710e239737eb793e3fad694b4c3db +size 1283534 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000891.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000891.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba64a35305b775e1081878d1ade93c9f3eb71e82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000891.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d0de06c0756f340ab3bc61fe486ee979418bb1cb67285f687f5561cc26aed5 +size 1523896 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000892.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000892.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..006c74316e96abb2f6a711c7b71a386e89f9d2ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000892.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c42c0d8c0bf567414da80b8dad8d1e4ae03dd81c69dfa5a7eb4c3a401cba56b +size 1125082 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000893.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000893.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..961714c8bca8de4861d47c33d81bf2ce346fc01f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000893.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4483668902702905217e3a1c1faa722a51a126dbbf0feae5b89f13eeeaeb2c79 +size 959504 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000894.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000894.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b312b874f6b96333ec01730db4208bffe5d9410 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000894.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786204dea12d3bc50aa6fc2c3242d65c009b6274640038351c1cebe690080597 +size 1180669 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000895.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000895.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..155baf75a40722c1de616d9a5d028680b57b322d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000895.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcaf42c75fd5b1aa06f00be162b041cfe83994defd330992c122b79ebad86f6 +size 1717035 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000896.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000896.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7ccce1e9d646458ebc91afc8420fbf880cc0d41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000896.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1019e9f7a367264b538a8340b33b69fffc2a2967d4cb8b9c62bf2cc427e39571 +size 1067311 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000897.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000897.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c65f2c5921c63b947ebd1fc9f474cdfd2b070fb7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000897.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036b52d3714708a8d8cd98e30e6affe4aa9699f2062d96fd0731f43a6178978c +size 1453131 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000898.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000898.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ea9256374219fb9c35e371ad00cd76ea7ab1ec9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000898.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd74b7eacfa10ff44b1a1b261a8c48b325d40608262237c357b721eb49bfa49 +size 1578595 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000899.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000899.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4094dd19728864b3766d0adf16082bc639c0cbf8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000899.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17425e41705c0508a20bd688c2e952b39dd1ac49e52fa3bdabb0f9c27d353e14 +size 1603037 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000900.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000900.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51ac72696defa33ee24c320f1b65eb18e06d78c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000900.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847807e7cb2c068d7040f84621582e8e3643ee988a6b3e5a68d0ca47033e86df +size 1430255 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000901.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000901.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1646480d1e70ff99cb53e70068ace77bdd195f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000901.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456d825d8fa9a9ab7fe1ca9140cf5c5addf044047c3bd7e28df337a23516cf96 +size 1335039 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000902.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000902.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74c0e91c334fad6f57633142b06b8036fe962b15 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000902.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d85a88cd9e67e3ee7aba8710bed194cf45f456f98bafc92633b7d277a19e51 +size 1549519 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000903.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000903.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7c59d2890dc52f5ec5d2056fadbbf59786f382b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000903.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef39340555ddd42e65684c253793767dcc8fca4596143890bd68417fc2909f5 +size 1520724 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000904.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000904.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ee4dc75acfae4b2fb90122b5898be37a04afeb0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000904.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911685341c6db4082e2329c0e65a294989529926826d4a8c72475c824f39b88c +size 1194271 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000905.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000905.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3494bf6eb52949be422084465400492261efb242 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000905.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9102845b78c058453e98c821ab771c7eb0937b63ecf8eefe7dfe809df3dfdcc8 +size 1182572 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000906.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000906.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b02f08ebbbc2cc1633ab34ccd557bda83832065 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000906.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f06caa44d77bba81c96ac64f4339462ebb97de772a029ce59e026ded75d4d1 +size 1313321 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000907.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000907.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d48c22a2f450d0715f72a1cf7f8a316a617192 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000907.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7818d79aafadabe86dd404b207bacaef50f211a4b5dd5fcd7f1507836b5f86bf +size 1451757 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000908.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000908.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6644f74042fbfd37b0c8b3d7ed90adb1be59c386 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000908.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f50260d15570e46dc70fea67a43854008beca801d300886e447fd8f644e111 +size 1349756 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000909.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000909.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2d43ad3e8610baf4ed06db3699f8075b1200c62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000909.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372f48178ea08a716cb2952d3f45f4ba859aa94064b857819e2b66e95f0fc131 +size 1060510 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000910.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000910.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef9ee0324bf9798878f0e78345840d9e5d94adb2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000910.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad625117e028397cb47f131c6f8bd66b2901e43df1fb44b9f90a149e9f252a6 +size 1092307 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000911.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000911.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c9a7e50699965ab4678e0a41d6562f5a0704598 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000911.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9261a77799f9ef9c50ac54e3edd1e0b4119ae1f2b8afff065ba5c921a68e4980 +size 1212612 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000912.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000912.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c1ebfc1ea6beaa7c533f53f1021321a246f4a47 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000912.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0da15d1aea723947d56e6567f133ab51207696d27724b1b5bd2d24a4bdba76b +size 1288838 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000913.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000913.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80dbd66d0703a8cf3790bdae679c33faa7216cea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000913.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609448c6ebe00a62dc3317a32d0c61f046ca38d7e0c95287a2d078b3c2f45a87 +size 1426670 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000914.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000914.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7fb8b42c02a5cf25216e21b08073e692a0c9899 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000914.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43952fc8f98c9c3a03405d7bc7ed31c04fa77574a15f90ea9909a98115b9820 +size 1509027 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000915.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000915.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57b05916e30939c4ef58cff593d124208ef53e4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000915.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480c02b1c83b1903bab812a0b0e8ec9359447463d87084d80b083638f504359e +size 1523855 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000916.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000916.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b37195c70d36c116c0e5cf2b50328493fe8add2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000916.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88538f47864155b53456a262d776803f9233772368d71f6b45455ba714f20c4 +size 1672932 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000917.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000917.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ba42f3e2fc23666e7b0619ff43daf6d62cc559c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000917.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fae148c9c83e181c8f81cca8b33fc120222125d90e01d0fe28a0f8f258ad48 +size 1688779 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000918.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000918.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b720d87f39e0236d1c9e18635f12ebfdae566fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000918.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8edd304943f35e329a321e0043bf1f81f5915c112bafc828d1e015e4aec72b6 +size 1264938 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000919.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000919.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..338a57414513e543bd1d92872c34812ca210c5ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000919.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d626c48bf935429dc52cbc2face35cd75b3a2165defa10fc12e8936d9e8862af +size 1899269 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000920.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000920.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..224242941645646fd65b2657d6b1a85254ae7b19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000920.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d051e1813af7b2e88069d7d0505f736874e34982d2f0dd1c0d1796d04c7256 +size 1562489 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000921.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000921.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c177ad0e1bf050c36d70a25a30b9f8d4372331be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000921.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860d1ab51ba0a9747634f38979512faabda323684879588536cab1fc61defb0d +size 1465600 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000922.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000922.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58b135bbaa0ef61c583b08b153bad5925770f910 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000922.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914472ffe2d65fa42f64171aaf8ac12f4cc9774402650ced8a4f03226079aea0 +size 1690478 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000923.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000923.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29f8f5f6a142b501c0ae3dc9cf4dbbf0c0a22224 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000923.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9306f824d53822a176e6b5de3cfd54cd95615117aa14248228e7e53d4e307e +size 1407621 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000924.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000924.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98c828d320fa7e0aa3a89ac4ce794bedd69f8856 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000924.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cacfdc3a8e34d3311b919bffabf13940e120ad6a1831f2278e056f276ecde0 +size 1415719 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000925.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000925.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81f51787a31cdaf4527ebc5ddf038c070ed03f62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000925.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baffa9afffac4ee389aa7e16edd508e14fbe3589a039947aadb965243b454003 +size 1831319 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000926.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000926.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aacb0c3433f7785793996f3a74f2431c903d654d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000926.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c13294b0c37c100b77f98d553e8546c2536ff2bfa027282b75216dc25efd25 +size 1648181 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000927.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000927.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcc861e952ab265e47dc454c140d21f6ea9fc6ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000927.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1f0d6452bbfece59c1427471acfbce2b0449dfec50ecc5a227d4c7c718b4fb +size 1759672 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e05a17d25dafcd8d6617ee21b05a2ffce59cb28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c32d54cc83b2ec94d12061de84f7277069f571819f2aeab89baf4d2bb6e439c +size 3827475 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87ec8928a3c74dff2bd25ff55c6fc601b3044319 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f8418b493fa2dbaa5dfbf7a730197b67605e14f24b5697dd08685c6f5b9916 +size 2662282 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e879c1f881273a403b421f6e4573d14e2626884c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c759a7a167f9f3092dd9c5e644ab5f836f596d5c2e612e5de6d3dc81cb2208 +size 2225531 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd99acc20caf9d199cd3dfbc26ef3f05a9735ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2c421ca2586877007b8c1ce25b8a118fe454a998e72b65f61f289552f36e86 +size 3072669 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9da047b0c5b2709cfb669d2dcabf1679ac4797c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707016cbbe92784c0f3fa88e41363b90f8938b0698fb2491a2d77a8c474b8f9a +size 3270875 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a8cea67ed474cba4bd071d5a334487d12154676 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e0a8f38d8844e37647a36074ad674b7bd182ed85178bc42ccd0a36ed96c9f5 +size 2992141 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c26e28e9fd5c71d249ba3a8d02e24fa4b2cce038 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476075e91aba70c9e6ade139c364eca73464f2eeb2322864ac359171d0537c8b +size 2599158 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c25fd917832696c5cc57a31a362a51689a621599 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9d7225e33b533aafe3c83bd7cb205c1a6096ffa82417de0b4272dc5b7758e6 +size 2541338 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41f21925174c3391659a2add509f5a3238f1fc23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686ed5fc128ddcfa808d9d8637708e5cd9ff4855c262fa3125745951120f2ef6 +size 2020963 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc135ead19d47fb25b24264fb730f1cda4e55f0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5909c58ddcd7fc34a586e9c2154a3a1a6d2ace90f3040152113a5a560f646d +size 2246829 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..897d4e87275d8ca7441903ea0d5d54ae6efa209a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11849523b959011a7b54176668b773239e4836ce2295afa7de222a6d20ce160f +size 2391005 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f94868848cf5b04482a6aca71854f181a676123c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229a9c6ce831e0abb084a5620b6847474dc288bf41bad309063b932a4f6c2da0 +size 2504112 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cc26763aa8a1b7dd048537dee0b72b7cedebc97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6a817bf9d3e7b3af6fa47f56b539a1727ab1fb2ee1b785d946be1640131bc2 +size 2397328 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31c57ff4748687faf68abfcea8ae4e16a333ecc4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8979628f5b21a930227154291b5e8b31f4ff1bc27071e8b1171f87912fe97659 +size 3164509 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac68ed3997c38e6f3ae7c6743d35fec1421a34b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053bc6be9de7ac9c2186659426ee03dff4a4c01ad45db5edc66d66bcbf7c25da +size 2001430 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8536e23ff50a1ee955f6174bb6bb24e6a74eec5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5f50b0ce242d37fcdeca0be38571d909d9ef64b0161cec214841aa8f577d55 +size 1991178 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c23e113a3eee5cbd1df781aec746079ea2bbdd08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65e909886a2c08fb6ea51383d8187a102d1465d0b33f8b13c764edb3502ba47 +size 2958738 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb802d5aa0125e6adf1583a5be1c65203564175b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556a46763abd47e3498bcfcaf513d1615c4fb3aa0febadd1b11e292adb5272e8 +size 2118789 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da915a3cd188bd9e78f1953d1a28b7557fca1380 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e39b81da3de08adf4c2ef3e515fb660d1afd83def7d9eefbf654c28ae66df2e +size 1831813 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..548125f5eb517882eb900be1a4381ad851566612 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87169a205086c47084c8f4b15e36f7a7e84a21bc154560b953fdf1fe69771c6 +size 2786978 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4a3c603bbd3190688dd3785228feba98176ed0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7118d1351b4d154f6ba93695d1ec3f5a7c8b67fdfeb6df56388e9c4cbd6e60 +size 2165377 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1985c96ae23606a484f94eb1af5e9064dc02b93 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdf04cc86a1bd8991d2af3cf56346c5df4eb00ad17f0486f44ed724d26769e2 +size 2264291 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c56f5aaf4a84f6740ddc9c30e0d9a7d20e6f3d5f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4c7275e667614c9441456b5da86fae75e103df1bc4aeec4af4e84069bca0b0 +size 2036543 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8140aa6472cbc2976303c5dfdf705c32d79e78d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06e1b8cf725ee1561e974b1a00902d7bfbcb72cdea52ca02a348132270d5bb0 +size 2037189 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18a960f4dcf257c8d863b48a19b788cb01a9b93e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fdd07debcf9515bcaa31addd3243c4ff5f8f1e33fe0a09677304f94b0d723f +size 1528178 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71717af8dad1c648aa3ca81cd46dd9f72a80b717 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e757327df0915ba90520729d8084148baabde7f2e1fb857c6a6b5bd1f3f9a8 +size 2499761 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27a578767198e192d433cfd22e6804cb7cd72d84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8183250a371cfa5c83cbce97680ed0fc74aedd5ce0e06b74a7afef1a27ecc4 +size 2736513 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b97dc22aaa0590f810fd909e55fb54f12574a8e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59b1c024c2620a4e4ebbbb917409325ce98d7d7277dc5a80f86f328284c4794 +size 2475076 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00bcc0d04e5af5bfb0354456daba3426df83593f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d931244e33c8462363ee1eb0fe56ce81addbf348a08345dfe678e29f0510ec41 +size 2510610 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a65eaefd4adac51dd0fd48dcef3e6c951086097 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c01b4c60ef41cab9fd6bf7b2e40e77d9f61adc7f6d40985248a8da41b8b893 +size 2121474 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..352237f0a80ded8940d81eaf8c26f9c34ca14dae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48b0ddcbcaabea7c1e0328373fcae0cb63a63cb8fb8b714b1e92887a2b0b5be +size 2031900 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e95fc106f733ea24aebbdd3ea0c91092f4c0b71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcdbd0a3665e489abcc56b432bcc051524cc7dadbfecc09de1f24b93ad88ff3 +size 2736292 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..909f86edff6ab285efc69d4b6412afd265f4d61a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03162ad4829a0ff2d42d4ecd0726cf5bdbe3367b31347885b9dd27abbfc567f +size 2526070 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32fa4de4d26ebefc5b4f804136259385b95b86e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2553d9be01c07e33a751014681261596a1d96765ae7ce6eea290c454cff9ed62 +size 2430952 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9402b62dd2c58d241ed574e91d953ca8a296374 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5e0981817c20322e170c43c3679e3961ea9b742345b3bf122e6b8141e6456d +size 2457757 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62c96ea7125f85c586ae6f0eb76c6d41546a317c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ea91e5fc9789086402ffe40eaea247469112b3e8c06fe4853130a31c7fa566 +size 2828853 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d90d13b9492609f451952926e9bb04cb41fe4c4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98d5441938033569eecf0b8a4282a776e5e2b6f5f48fa9ab0386d5e4cc7e1f1 +size 2167060 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df1a9891e976d52dd04473f84f69d68c07bac59f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4e319ef15c8fea728876ce00c59088c22bad33b5686eae8e8a7a052b15b888 +size 1886636 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b40a4d213c7838bef2e552e0dfff251ea8b9bda --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefe64109c6b77c6da5a742242a7eb3d6e5ada158414b19245bcb57be1eccd97 +size 1839848 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93043ec9e080108e3b75179bc15cd7522378e1e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f45be690d649ee37cba1130732d828c523920e5b708bbfcb0c8543ec6f9b10 +size 2613778 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbcb9ce557753778e8dd08f8c4e1cbbde5a9eec8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482fd30f433df57c668d85a8e2d67b303622499dce7bab08924f7948195f7aff +size 2344412 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9528fda1308d9255d5462958ec70bbb9c9ab8381 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6918c426e00cf7532d7cac1f7c0abd48dd45a0254aaea933210f859521b070f8 +size 2264848 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..215a2714edf22536976c5e63bf9631f70638ed25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57df9025e9bd0ba41a7500a01b775180a2ea7e7f4c49afbeabba6ea0d1b0ea6 +size 2172488 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddf8720232caf0c4f6377ef9fcd32a02988e5fbb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06392ec369f4d0afa7f72ca738c1ad3b39558578cf6da87452d64873ecd91ec6 +size 2591319 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be880d05e62b4acda95126b17fc26a8973823360 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f33a31c8cb6996b400f4ac3af79cd17a5545721da0acea1aafee52d1d15949 +size 2407521 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69c3bf81330c0d29451f418e442bd4cfbaea81dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e42ce574e9393c86ad29691cb8070e7ef7da42f4fd5480dff1d5592ea86f7ce +size 2848981 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d0b2e0e727990dd02996175f789249c7b0c9fb0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070aa6815e4b4141eff4e5fbde5d5aa142ac35a1fcbbf247f279cd207f92d22c +size 1850341 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2b3b3f2d918fbc7a4ef114a21cd9a1b82971802 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb93c8a7bbff1cc8739e4d718b0e7ca17be4643c4fe3ec6dfc2a61432e382a0 +size 1818003 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c271362a2f8af031d352887b515e9c349242106 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bea517e6cffde97c88666dfaee055241e80ecd3fc1c27a8dd5bba7128bd6ed4 +size 1560698 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7e09f90bc48b89e3b2a17f04d68c66eb1db88e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b3e1f860b998fe241f6b98945aa4feb23ab51b710fe6cc563db9472fa2e0cc +size 1900690 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8faf8ead0e0500f16171dc99ca99f8493ae2e0af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7010e32b2821b42283450a80a0b11ae70a0d29412dc2eb12026a715b35ae55ff +size 1776918 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89e73d6879adb2c3d19ae6c9a2ff6624754f6c4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd381f07b8cf1f57dae2f789d138d36bd07a3c2ea1be8624d05519d27ee68424 +size 1266701 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..431d9c0c7754d82d9f29da48b8e7b69615dc996e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae19e995d4b49a8d98c82db2ec7f6f1b060d11a2ca0323414ca98ecaa13535a4 +size 1485813 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230f62e2d401111e0260c16950a6836956e870be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159306a75bdc7ccd7dbeb57cecdca3f3a33b87fea342d9b6629fd2e3c667f156 +size 1282501 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5004745719acff8116850b46a0eb61d34f327acd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbc70d1203eac19f1c904b17b7e420c3a04550f09a2ded65d1fe9e8a518c1ee +size 1539417 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d15624dbf66fd1b9146c3a847840781d284eab48 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafd9b59b5ec7be6eb6412a3f6482556191b488cc7ea8034cd31015cc6573fad +size 1656734 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..564d449b17d772b498dc7365cf74233005af6732 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcad2d9ddb36f855bf6cb1ff9f5353eeef8eb3e884dac4a8be7480ebf294999 +size 1777727 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5132485c90f5cb997c94f4c09df0f3f5964708fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408eaf13ba4cb7bf63b8249ec108a8bce6b63c3f91065f9b02e634b8c2577958 +size 1565965 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b266d95d8cc0fbe110bffb563784ad9bbe7f7c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1af22026bdb390d4d44064c4c455df606818d2bb8b02380c8f53d7204ff494 +size 1982523 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cb906cf99f038884bd992e53c43d8907ac55a04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb34c43a4e74f7e70c04e2d032b244dd17ef9b7392e026c894e13f85fa42c994 +size 1953180 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a4a8bb195162ed873e55a97ca563c4e74e575b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700c6a3fd52ee847140b76ef9e518b29d64b55c1af01f322719c787d88553457 +size 2197762 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e52cfb668b515dab18ca8c1deea653b1bf3629a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fd4c6f5502078eb8358c11b6a1c344b3a7e9780a3813e905b2b86138f9c49e +size 2287542 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324669feff74330aa8ca759f2acb094e79a16d62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23328f82140999b3772d26cddaea5dba13bc1265f15c52ab7465be2482b2bbaa +size 2318523 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bded365e3d5b103fbc1afea398d033d10cdadba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020b447f44fa390848954005e83e44f892e758e5c8a3b5204de3da8e57cf1636 +size 2182338 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60b9a275744641fbc5f55fc09527953604ef9c05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ac129f89576c9c5d79823af1f016f25ef0ef92cd67391ad6bacaeda20780f4 +size 2205301 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deb0eec35047d5ed9f396c61a418162914afb48f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0f6b8858748c79f659dee8b63a5fe19437cea56cff42d724d4d17e0be7d9f8 +size 2239111 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c58f4f11560ebca1f3a5abb529c4fdd84f092a10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc61b4c0e0544c7651fa39596d60367fdf4b38731209291950bb777905d7850 +size 2137347 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..685b29845cea6f81f8e1c661531735290b7300e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26f5208900efb044a5c1d71e254198aa18c73601aa7eabc2b13c2e3ad6a9baa +size 1861640 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98ea3cac6c593356b302afcf68223174aea119f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdd70a80e833d35220dc1cfa0b189167b8ea52305c75d868bf55b542460325e +size 2465217 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d77cb3427aedd097642e9292a240b7e2b9bb3f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baab6fbe43e5320955d0374c4f8a7d846b5168fd96f7c4cb44643ec2a67fc8fe +size 2937473 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85e819c0c522126e06a2c0729cd2ec4df889d02b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fe36264553ec13db2b3b1a941b8f4b59c81e9e77cd5c737bbb349a9732acdf +size 3025194 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd8ae5cc51485faccbc1bc835eeb7ca38eaea3b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63aa9c82a4182524f899d87e9680545436db08acd787c61ca84ee78972c3acdb +size 2106907 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd28ca0d80c7f2da6734bb5f17d06a85c9175317 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0bcb322ce5cc91ddf79d8e64b518c68ecc5407fb0bcddb040ca8fe7138427a +size 2139963 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f613f243f9a1bc87cded8f4de7d61dfdc0819d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a419d8ef34f652f568e3d12863ceb2c6246d9c6b1823018f4a6520c18ebd3a +size 1746741 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed57a8bf2ae1f06d4e37afa1c51f47233dbfc9f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6abcc15136152b50cb588a33b7b579324de54ea679a135250d75f794325663d +size 2164531 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04f08ed1c0ec5a29e05938f729b05bfe10c2345f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9eec9fd30e63bb27619f4e1e461ffa5161a97a88a854473c9616f965dea1a4 +size 2333752 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fabffe0f1062e6a82152dff1d2eaacbbbef3d6b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de56e23c9062791df3406d6b265f0cb548d7b19994ea7a9e666a775305a349a5 +size 1987811 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd51f41517e2cd6ee0d40bb8a1e02ee0025cea17 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b66a2bccc81ffe67efe3001262e9434f61b2e412af4ea8b9843d3a28446c38 +size 2143719 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f64f714dcbf5d29190129416bf9365b79971b2fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436b71f67607d9d1b65257fe1dcb19d04f3f8114dbddc9e6d4df80dbd700bfcf +size 2032116 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..665270dee780ff3cfff56d639bdd5d6cc54a6973 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77568cf23ed80ea710bc1e679bd0b69069ac5f137454c44c7d66c795bd5168d +size 2141701 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c80339c232296024b0828ef352981c249a7a255 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8f202f1509fe3f02a9b5aa0c4e6070fd2abae960b19b3c36ca656da5e48c85 +size 3135627 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2743b56bd650d16155aacfa6f1a6eb0f89cc252f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf0a4bfabb15e9df7adec4c0e98711e6aabcab3da224162a21eff659f2520f7 +size 2810852 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..016270bd2a0cee58bd2b2ba51d3386db3ad6d105 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021938b56542dc7c0600664d81ac660b6f4ff481da37030fc239a311fe8df8db +size 2253222 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73fb763247eb968138cc6858002d2019fc050b8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc6f48e11bab37eb79bf7b2e354339c27add255d8858cabd7b5c2b209cb9a48 +size 2747709 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5b35729f4660d3a35e7feb71e615bd7e5bfa668 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bd719bada261b1d96d69892ee7512c012248144304bc3b13844b5f27c5d56f +size 2160720 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5cb44d9ba461354966c9a63e6f34d201129f542 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54ba3ed2aae68e238cc0cbcc46f6223b73115ac701540c43891390522df0cfe +size 1986816 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..502a68c87b14d16e05268865566db9d28f594be2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fee4efa5c72ea594768b727c35166eb6d6c6dc237c4bb632b63add41a015dc +size 2165007 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ef1dbd0eae54cdfe8179ba13be2aaefde95e98c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2046e65a6a94b82b2a8cbf538411ba6a4e3a87227f90ed566ec631dd39d676f +size 2328514 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4afcbf77426a5139afe1a8aaab0ccbfebab5b2a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2159b5be0e6f228389f2baade10e993f22a2456bd7a7a9788bf05a3a537ebf7 +size 2637092 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ed8998ab6ec83398febbc00f7c5ae76aa35e3f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d50f33ef622fb98dfa8e7c7ef7d93b8f3cfe32f905d4a4d6060d418524249c +size 2205609 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85965f5b16e472422a33431f3ae2cddb89bf79f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d250606b192366d20b22d154be46e5fb512295f703a6ad798d9c1c1676c9586c +size 2109346 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74c6a3ce50844071b17882d74f96bc8b4bf2341e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95da33888430ad44d6b1af375b3d9e056fdc8df0e15cfcfde7a479262ed87efc +size 1865195 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..197d7be029c981331174834880d23e25afc7a7fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30e20b67b78defc7b54eb663d3a2bdbc9bbcc21da29a83e835d43e1d1eedf0b +size 2629068 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22902aa5a6a268ab8ad2edee31d93324321ab1bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc542a8b2a5119b57ec29c7b2415728df15fd70fedf7e9b4e93e063ee85f59f8 +size 2319415 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86e01f260a3f6f54a145eff4dd18f2f71f0a3f62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388dd5cbe07565ed9855b8ea2fc0f1860138598a663d3f5aeff3278544f20831 +size 2242939 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0689ab7e845730107ed9334f8beb491c0215642 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26f4d1f2957b02e1f7ff14f462537a91bc55c81e07ac3807dd03229b04134da +size 2323272 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60e675b0162b6a97cc7fad102f96d89a0b7753d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad214f55ec04e9b733aff509b4f29cdfca0ded78d67750d36871adc1d837555 +size 1994016 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34ea1dfa417058351ddee252289380dc83120a70 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92642969f44a2105b90aa638f6af312481c76fb8415329d7838492e6970aac0 +size 1860174 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e8eb3c09e3499087fb8334fb0b6df2099f64c26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb17c248f53a0faca974af78afbf1d94ba66b86c1bfb19054f4bed0580b8257c +size 2041059 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3837d5b28df2423c1509abb7971df8dcb64eec9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ad84b48f05daf4af794dc83317ff38ace39e846ac43648534e184a5ae3c72a +size 2188982 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..799c26731894b1a572174447e2773395cccdb55f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c799611c2ddc06882cea5d276d78f03d467f8fd03cd2e8670b702a2b5472b97 +size 2027741 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ced6d6a13c905c4b3ac1e9c826fcfa9e1fc9718 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5057b8995befe0946773dbc53d72a8e4c93b731a0f3deea16b017039eaea2d4d +size 1749171 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78d46a6686d5cf5cfb5cdf93cd7042556e1b4d05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9994c59930358c17ee1f0aecb28fa503b218c0df74665790e5cedc11b88f1c5f +size 2280122 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1f533cef4629d97e51855c9c8e013b31eadf41e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3c467c9db79700f876c8246ebaee7267463eb433799b563dfd218936c7d300 +size 2155327 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7e252dfe65641b425a42df9d951c1acb5b1bc8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94967dda07ea17a11b513e1d432965d8249cf4e766afcfae6d30c9a9bfeea74 +size 1613986 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9b13c2ec2a90a135d7dad66104b748c128892c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deda1877baa2502edc06b664d212dca13b9f6f749899379faf03e885833a5af6 +size 1769150 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c175dd44c6f4414ad33194cf64898e40dca7cc0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77de124a75d71518426ff50782606cda93fb7418152768d8ef1b5543feed49d9 +size 1455048 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..096d8cb857c890825b977d53f5e072aff8e16777 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54615761fbc602cb3e660121f7088e2ef47309327afc4e6ecea59f66472d1c7 +size 1639085 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86231b683ec2239d250b7ef82241de8d734f9583 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712084078037894d490469432abf6e7a9247b1c09831be2bdd38e73c32821923 +size 1639012 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..039ed332c154594a3df2cb194e21bd9accdf483a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9b67a66b78887c995f5e2d2895f2a03a9492e96fae345d4416fd02d6e36563 +size 1392211 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ba2481b97245745e68d766ecaa973f427a66542 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4798d4fffc82a1565adff6693a0aef587d2e072cf8813146a41f8924c92ef89 +size 1880638 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12c4f322729da0333437d881f732d80b249873bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebef301be031d5ab39ada0b4500f8a9b3920fd2759c66009d04dcb1a288b86a +size 2125455 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3626b14b2cb710d27a7fcab4bbaf964b28a435c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8882de97046c9071ea451026cc0940c7ec70a81353e9724297734dd8ba61f815 +size 1630115 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c10b266be04c694c1509a3df7a3233d91b7912d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a41b498faa18d9d2c7cd40afe4a23ae71d4e56b24b6b384e04949c900e77b0 +size 1873561 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20e16b464a53c33384bebba9428db6fe2bef9cbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4147ddb67ca5f0f87c9b3cdb40a6c231a9af13a46a964820ef14066d9a6795 +size 1681503 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ad191f8c66420e8f3dda641d8a1f2c4056f028c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3635780f969680d4373c1cf73b58d69723c2b1e0584d3b35500fbfdbe6de2054 +size 1967348 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b23f61059546c1b01e2992bd5b4f6f845e90abc9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd54db1738e2d79516f9dd56c61818f9ec38ec612d3a4fe084a75ecb66aeb904 +size 2208621 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c430ed9e16b2154a1c49affc3ef43e6c1f8360b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccb47c66ee87e3e563fb08054a67eb899211652934d9be374c9d9bcff728457 +size 1803521 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..956cacc35b050ba5df69148a96c48b2f516644b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4c0a7b016d1733e7c95a18ebd266f29f21c4f801c3d0e02556a4e02784614c +size 1881065 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16d113f864fec79fcc2a48f75915ea8b1050c0bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef606a3e1712507821c9cdf93dc0acd03c10a400099bd21495d2e30013708b8 +size 2077595 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53b8246c94001caa033766277044c7852cbccca5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5b65c703db19644ddd0ba7558f6ae02759a5280a6102d2ddb8d17ffccb019f +size 1585089 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0115e7b752ed989ef99e1a867b95e939e81f051e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146c26d73cfbbb531b9abe4f92c6abc950a197b0f25efbeea5d01082a028a4f2 +size 1899117 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b9bc518af37d500f1ee2225d465d64a95287e55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f48f23d45d64e119c69538282fa89ec05ea1ba85f0b23f7c8f82c4885cb71d +size 1842922 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a85db4e3a14eaa42f03b9ba8df0636a46cf33777 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6aac1e1266cd63d399b9cad53cc8094735cfcd6cfb2f60115cc871f9884b52 +size 1917332 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4819b2b5723a9c134d03ceab3e8523d8e4e89dd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891a0eaabb7bb3eb82908506f187499e943a0c45d15a0e3c2bb6d33c868b70e3 +size 1823797 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3191e198cad0fa0ee3c66c4dd57e6f49bb3fce21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6242a21a4ff49fa4895185ec74928bf7b8132a3225a988511eacffe0be1423d +size 2734719 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45700044e5b082603b3c38946a06cf211864df3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18857a20b3c652c8c1a42d2336b57c091545e06fe41bf7fe1924b39ddd62c98 +size 1745416 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..135fac1a690804350a9f2c6b52e0319aea98f407 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d858fd5acb5794a494f1d6805457f6d3013e017e1084466533bbdcb84c693e +size 2230434 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cca3710ceef17eb2e5fd6529c1428ece4b8693fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cc1e7ba198d0940042a4bdddeb4b0caa1c4751a8138579764d39e310ba89ba +size 1583820 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf3df4799016ded1a916711346c2be1c13f004a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b38ef20626a03570e362a1be9c3310d0e1df49810090aad1a938f9df06f0103 +size 2041750 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46237911dd9dbc066a4ce747a25a7156fed7905f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a4905c04dacd9d45f355aca35894477abb0479838b959c575007c281a9c009 +size 1411154 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba33359d3c7029d07f409dfd77418a2610dc120e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b054ebd9c2e6f3726deab9acaaf50b0fdcdb6bb814976deaaefd49a64d35d0 +size 1694050 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9762debb78409d6cdebbbdbe7ef5aa3e1d3cccb8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22381c6028f438488ae1839b5aefc586f918c6b4f14b69651793870dd6a65eb +size 1824167 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd78eda54e3edee8c84b873bb8c2cc2ef44abea3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dab70f709db6b834c651b7e52bfe41ef0726b81a57fa387350ce96a935149c +size 1817723 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f59f0132d676eb61e01a3f1a350cbbe168446513 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587b7cbb003649560a224e2db60e4ad3d280e267774c8d9a97743c20cfe1c1c5 +size 1885167 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f84514a4dd03314ca7f09f729ec21a6f7e6a1714 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bc0d9c272a34334da2f3e7db46f3764761b9d72596d5127faf47a24a0d45b4 +size 1903827 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a8aeeb1e30b576c0205a548ac22cd63f591fa10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55e934ed0f2da3507d58552a54a24d792a9c8492fd734fe3f51221eb48d5747 +size 1768187 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c311c005e3229cd0f1bba5acc4578aa94d75b00c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c833e199a9e4248990f7ee7bdbfce10bce0663ef35da9f0709df70db226413b +size 1609987 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f84a1a44774fe7837edb2665b3e1ad04a108796 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b2d6a498ab8cbdd3b9c727cf14ba11c5257ce96138524bd62928898b43ebb5 +size 1465192 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b01fa637bf27636b9d52bbf56825c407ec0757d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aebc126c4d71970cc046940aff4316e2c541ab4583e8ff002d05b5ef81362e2 +size 1481998 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30ed7a9fedbf21324f9047998a1c2070e0b848a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cd57e8eeb2ec62430c1c89fc1a589e6e73cd67394273fc58fd91e12762cfc0 +size 1782541 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72a0532abf8b4d829d6b6513f187525c5f085c66 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47047eceb82d9d7170e0aa798554660ceea4e912f06236ed38170739aa30ca8 +size 1741856 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03a07439b0a4c7fdf865ad92b8e6f35feb6dffc6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f670ab54d2f6a7073c9d12f2c3a70ce67fdf7d6c660c981bca45c3a3b9ecb3 +size 1840587 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70c452391d0b7fbdf6b2348e5e2858bd92bb983c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134fb843ed3f5de5c244e81d8fa40a779ebdc85c3e538eee9a7dafd7db37bc4b +size 1661131 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd40d0294284841703094b8f67ac83ea20330d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a197cdd1542ca063fdd42dd162c7d45eed8a52c5f634e46eec450f999f1f +size 1659079 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea58479b675fabf8e7d70899e4c85cac2ce2aa32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a10ce8a189291031a9be8eac97ad88086d5a9e793a75e52a551632d43b4551 +size 1792104 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca3276efec7d69dbc561b8999f6969333187979f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a8318de40a2c96ea6582016b609f31726077c50078acd17bab2c083b0fc2ea +size 1788003 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaa497094d8c1457317724a365c26dbcc8c83993 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1213f98165c309f7ec3bb7b5043f0dd65ae6066366917a45187297a131959e +size 1723011 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..232aeb0c893b0065d069f18d0fb11434630b8c62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b32320b58894042242f27f1bbb709697981cdab6abc1429f124e31621ac5114 +size 1757454 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..263340d8a255f3dff1644a1db5a76a81fecf12e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a355917b0589d8d67f0868d07c55a4a3746d5c86467b9410b05994fe20fe7b26 +size 2143266 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78e1918ffddc845ad3ca6c9a6f4a495de36a4af7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f658a40034413be74b341e3d90931126ee2a87fabffddf3c141975edf730ab +size 2274056 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30b8095914eb155a019d0d5c3a6f489340040444 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bcddbba7745cd17a6bc8f63d4c344406c3d2918bb0329c65c135584214d24f +size 2223740 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..815fecf135b2e50f0b0c1282dc7ebc39b85abc2a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b323cce32d813e6f1daaf8a9b99708b672f0497756e3b22797e47a7de1d37252 +size 1938452 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d45dcc52032bfeeeeddec30c4fa5f0ab03caa01a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7348ff1c72ac17f76224dc48962f7eb0f97b39e27c88c6e74c7963fc39a61a +size 2427465 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e337df198b2eb689211e87a0793a6f05c7c4d367 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96b657d7081f83eb21906a1b0ee2b3e7fb9399f006c67f326c14f0b7d0de10a +size 2283241 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28866573cd44cde9df4bd1e1f4ddb4c6ab844bbe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c066bb6e2cb54753daf44fbb351a15a1561171919b897f4b6cf1a81e985a782 +size 1915036 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c168b893d97249e6c6eae97de6b1095b95d9cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef6645bf889982d1231a5658af59e299f28244e99580772d7aed5d499492bc8 +size 1734551 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11b2fabcfc5c64f971f12055808139b304ad0c43 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d8ead537123221177f39700c7595cc8594d406130d10db16c9284acddf3b64 +size 2291255 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da2d88d093a18cb03d003aa61b2b2fa7210a28ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a6f8434cc6bed58a927d720a393d0ff162802d42f99c1445d267cd41fa69eb +size 1670244 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27ff15613c6565e7ef3376edb1484f880e575591 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa92619e66e0eb210925414ccc37157ed705f6237fe8008640e964b56bbec44 +size 2133281 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52d1416d97993fd412bae047647da605b44d431f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437311a1e73d23ef234cafbe9b7c78799d116fd54115fae254cb4b2ac3da7143 +size 2141808 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afd633ddd7eeb4175a8bb112a2f1370e9b70dd69 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc94a892d1127c9ec203185f1f93b8b1a76a3d9807a7d7c486e7d1ad077069bc +size 1829056 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dad09c6489ed53aa21fee6998b3e18a283fffa4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f28a4183662f44136709e6836dece90fd8e44100844a3c684cdb5d1529ee6d +size 1964283 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32211e5414873898609f9b5a7f87be6b15885930 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a6293b2fc933dc467548efa8f51af7da031dd063f1f1da7c52f50a777b1056 +size 2307487 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee491a4cbf60ad8fb19cf29b5ab4d17b2e6f100b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224b8d994c7d38163f979d21e5f8679c7403aede4b5dfbc313b23868a7811de7 +size 1977530 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32888c2c2d56c9b28075ae62692a04123bea0cde --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5022fc333a284ae1dc5cf068447f170cd11e93a3717d536c3f351c56eb4913c7 +size 1918380 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8243e618472a18edf3675e31d87de33681333063 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e294aa1973f9416d26740cda273430e4b00330f7a712fd570a3e18342f04e31 +size 1809417 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76531b07545bf037ccbf1fd90bd624c8a2d1b916 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef52d8fdd76bca9a38134350eb1e64a8f94ef2a981b673d7f5d614fac75e381 +size 1923510 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31ec9c68a356ecb858043c676f27caae963c3695 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1bfdcfcc771953ce40665e112f03cd29560abeba04b4ff01f858ea376b8c69 +size 2046382 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230bbbd682929df6ecd68ff43fa5d5779aa4eb45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637c28af8d7a39a01517492e43cc20d9f1e5e80e80bae7148d3e015e5f603296 +size 1782323 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aca4ffe73573f72e73c36265b2a35e67196da8ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d89abc58ae5e2f0819fa99d942769abeb54e5a33b9ec10cfab2f850af1da75d +size 1821665 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22953058eea8f7a153d6237aeacd75229043792d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbb837fe0a204e61e445035583df5d972760be71c5a8521af0284bdcafc2ff5 +size 2263172 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8201567218c06eb1bbf7a78badff5f6598476058 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef56c78a16a2f8aea88f716d53d1c3e2c3db69434060732276b98dc5ed44e449 +size 2040813 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..696b4c9ad47ce3523d8199d32a968d0930121b44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ba6c03b41f2ed65dc46b83d764c8d2c3b4d2a8fbf33287df62c020a63429e1 +size 2199563 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f318c7c95bdbe77d843a2955655e02cb9322253 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a8a312bccc7e2aeb636fac8d040bbf2cc6f89b17f607217aed4cd39e8afe0e +size 2195434 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9eb0e16d9fa43d94c870df06b920390021b67132 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01484812b03bc8864af9d82d03584fb29dbe78c5fc48c3a23d03773e8df4074 +size 2046016 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30555e7ae780b87f49a78fe4365f18d39981eee0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d2c2bae0eb34cb5c84c7c428c4ce9283578bbc8b93cc3c7972f1d89b57c7b6 +size 2103748 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a734b94d992505185d57566396ca34205a69a1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22bd1f14b96762481ee81ca518fa8e48a407bc98138ea8b9d0a02f6625d7da1 +size 2520346 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f95d4905db753e8feb91dd94ddfbd77e82ca160 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17128198abee18dd975633e8ea84b15ed7275b139d953810a76756376ffb0c3 +size 1898567 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaf71fc74527c076035629d498e6839ab7daf47b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34f6f568b200c31e890a17caed5cf6a63e3b10c137fddf63950bac52502d7a7 +size 1900106 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dd695b432ff2209640313add5a69c05a2874070 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bae136e70010e414acb48c9661967efa3762d54321cafbc47518c919ff6ede2 +size 2309171 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88e3a9fcb7ccb9aba2bfc4d0348f2d9b0a48989b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240833005d91418bae6902769496bec0a770e1ae51b71c2b34216b1f9d11817d +size 1781317 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56a2e58a8414353df5992e187e7eddaddb294985 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fd1239d5945169543c6187a55f251264933cd84cd9ef9f1abc9b7d2352296f +size 1681975 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3e3933123af7db9588d9d28cd196704f519df3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69052377c887f6e0b55fd62a6b89bde60b2e2712ebe9c5daf7736969963f69d2 +size 2627479 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b06633b44a5c6495bda4471a4dcb8bb4d2e4bfc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757151ec67e64ff8416cf2ac2b62c35e14e5f101c7f43ae95a83c32709a8523a +size 2058446 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69a867413bf11cecbe0473beda4c908862ab1158 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f259958e198242f1911cad037b93780e9dd1600a8911728e244f03413ad57a33 +size 1631401 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be17485dfa021f34e144c8d43107fd05c94014cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cba483652df4b18401b02586c440c05e5830fa2486a168c58fe0f42c904d65 +size 2276438 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c976634b94a615d7f6f36adccd54369e1fa2a5f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab37642dc7492c16317dc222a845b8a32073c4d5e5a0b30e658be9218ae58ed +size 1928488 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f2f88e01e99025eaf60a4c24ca29b119deb2297 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51fbba10d40b5e0b0bb142f885bb20d45e114032e5470841b23d5a2cbe661ec +size 2488504 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8415bb6946d8155ba8703e7415ffedf603c5286 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92854b5c41672be6afbab01f6a7492597cfb76bb527bc2f1af2a0f773a699cff +size 2105774 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e25cec2b01002ea287c0c540ff3a5da0358aa9d2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b61c210fc5e9239d75d5bdfded4ea6dfc7ee88809137f46da2f8db9fb8de74 +size 1966737 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41629953cf71beddfd8451e10b5b0c33d1832210 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eea1dedf41fba44df3459f68c5a9505863f0d20be0caac1b2a2f9085a67664e +size 2071251 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f3b4cae10a01d73cc049e60f268c807e6a47850 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e5ec03458fca0a7a0a780a523b7cb3ab8263b3bd9cf12a3309013fe152e7bc +size 1635361 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d192baf045e55403d6a0c4a0ab880e1925f2bbaf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2736bdf928303981178d17fc4f0eb6f3c5d48868cb4230125eae91a30878c859 +size 2318259 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9fa5f3a54147322a8ef170427994532675c10e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e3fad911b74b634fdf8196dc95e993e8e30f88f3adb53fabf7e0aab8d12e21 +size 2136853 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f240b8c5c3747039e41208d3b5fde172275754bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d99a7c6abe7adc890f5935a3e3a98857c9dac77f1521f7d262ea8e1b942859c +size 1862616 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9573b98853221385eacb679cde63ec315b2c09a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc2e6d032b024a4240f48ca65c6d81a5b11a6acca14cc0fc0512769c36fb4ea +size 2390890 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3604b5df50d3901f0ddf2c8e7effb8c8f9a58357 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c45d176569a7450038402524d778e97e84a96740cce496e06406de7792bee51 +size 2379158 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80284b189bcbb9f106fbee3326890ea1f78e5619 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12abc9add9b4c7dc7f86c6d46dac7af5e5f9008e470b40aeda6b66c0410409bb +size 2358700 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26b2f5503a02521cceb9fbd4e8c4f0ccc34d9083 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007e2e9966a20811f7f4294ccbe855c66bf5ca94b6a63fe47b62dd48e21eab3d +size 2267793 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae0b8ec726c496208f50f8665aaec4d8e553ebc9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce80599d1b09f6bf09585ea5c75e73db71dd92474ab3093757193121aaa28f89 +size 1852508 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6833dcf22f79ec5c0b9bee7151fb036ba02aa4be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e741e0c8873b31633bb81e5465186ab87e4d857e550e9b5350e72ab940fb6596 +size 2306976 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fba894d8b85057f4451b3cdaf0eb8c9452f8eaa0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d710802655a6e3607d32d0100eb11f77d783b438677907a18c88d64ca6c410c +size 2051016 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f021f2c0fcb0abc25bb67db7f60cd7d8c182a56c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b29ec584fddffc5e41d24c87cd5f98cb7a541231c208fa3a9627f7ede1c231 +size 2548037 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f582f2996533d8292a15c7000022ec8740fe632 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada6b4591aa509c3f745b852c497ba49b3435770f620227211a6d9e1076be5aa +size 1766746 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6eb4743e294d068144c02baf60d24becd75a2f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9d989d1970ffaaa5a83a1adc75c85e3ce813feb185d5888d5702d47681c2a7 +size 1609654 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96a6df48a1574d3953692eb921652b19ed126dee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440988a7327f2850082269ef4dd3ce6146e9b3de39ad9b92c1d0c4de00dfd0f5 +size 2104568 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4876e5e1e476f7a63656dcbf93e4f36a6f66139 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f045a1665e0e77ea42f0cf077897616c6569f26a262a1ec901a8e665a1a4434 +size 2833971 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d7532c7b179df1b6d13df923d4d27c7b7dea45e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9aa64d874b086db22f4790083f50ec8cb37b9d03b1b4dfb1d53d03732ac4de8 +size 1720307 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f1e0ad40f8275815409b378863074d39009480 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372b0c1f068d76f86f74c6a13c083f9b9f64ccbd4b77dfce4875fd9a49b970c1 +size 1672213 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85074046022635a60d6fbf956e8e7d979bcabb08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6da00aaf815f4afa48c7918d5f51285ced657efdd73296c50c9630927da65e +size 2831771 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04716e0f8f4386bf84d24d2506fda4ccc41cacf4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ceb559626f82ce414c4bde93b9f0531ca8b1a1bbc5dc5ae627c436200c146e +size 2073306 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa697fc200510a50c220aeb2a867b7b7fdd40602 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccb9c8816b541f58595ef1e429893e4947ce62cc92a88659171f6c7456c575e +size 1849219 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..997b0fc1ab173c757ab3880f0fa59ec7a8cb5880 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e2b913d7198b1268a7085f3e1455beba6f17a64b849d7e2e70702eff88e2b9 +size 2422041 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85b89506a05c9c353bfd37c73a4fa1a900045599 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135e4a86404b068a0db7ebf28393411c419f57cde9993f3f5e5e42113dd7e4ac +size 1817074 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c647b64f9ab6164c97b4e4dbc82fd5dcebf6696f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0446d2779d8e0df377af2edb62ffd8220a0656e2278edc8a3c73b374bf1f0429 +size 1652710 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f49c67c79e5aa8c862a93ba5d918989d755db17 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2123c256577fe645debb036bf2a8ec849ed2bbfce563299b0bc88ef9c51a031f +size 2126763 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06c6c241acd875218df2a05deff895dad25484ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4d0a4a73bd4c05c951f4848fc76a1abd3db3943a973d8e80ffcc60f0c2e004 +size 2668338 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a022eb4f7700898b79941d3f2b11cbbd4b2cf81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8808cb0d085267146e615b33c22426d3f78989da301e73afd9e9848d7e2ee4 +size 1863922 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..754d73af130298390ebeaca6bbf57be5c79e437a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd0bf7f2cf8b82929d0a5cc6417fd8c18b194e52566c91874c7af1434c4643f +size 1424555 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..893e292b4e29ee587fb660a51c433449206485f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8b92761f4d4b67bc91a91e9f55912b175d8734931f2385d1bc719e11785d43 +size 1734742 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84e511ebe9196dc2c10c343199864e786222fdbb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8209d3a4330702bec621fd592e337b761a4973d5d1b3aba8900ce854f007d21 +size 1619938 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7f2bc45d610a060dea3f9ee758dbbedc887c302 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e10d93f1971efe9ea9a64898725995594e406415057c78f0e6a09f4206e1ed +size 1760323 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed50b3e8f316e4e9c5043ba8042c75e09ab557b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d095b0e19f7a2a43c32a846bed4a934e5f1180b5a36ed90b311fa8c9b2aff0 +size 2034084 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..421827c7b2f2115dc1118d1c2b5fca90359368d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c22ee691eb57d9090373f60ec4742b5ea2501dc780047903a587601947ae07c +size 1989561 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01bbbd40d91d7ad68818373d59c71a5281b94530 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8cdfefde3b2604deea890be2a31d4a164c22575d0279f9e44c24159cf117ba +size 2659898 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bd59776785fdcb0e52e2df13911d542d544daa8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8ca515f984ffc9952d237a9c64cfd3122c867777591362c17aa39d084f9853 +size 3002735 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62c241f0806c601e336c6f81f8dcd0315156397c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341c92634b2bd6c998bf4334be7303b8b19585abe1e8f8ebf9c5168774f473e3 +size 2374397 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..492615ce536843cb21f5a3afb5f80acb5e3357ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06cf64c6f3f2a894b845c7f463157b02d05b16c03962aa8ff1c3f71fec27df6 +size 2541677 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03ee17f5dd338892a16d5d5e640bde6afd5b3113 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85e3d26c1f3c221a7ca509021e46046b75e1bc142364363e55862afe4d77a9e +size 1813593 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7563d38765376014ac00d6ed2d8c7cde0e8941a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481c919e4c53598cb035c1a25ed3bd6a804754928c4c6fca4df6c07aa86ee8cf +size 1678740 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42b267599a11e613a8887dc0377ecb2b22bc8ce4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8377c5e5b0b03586d5a08776b2b07af6578437df4093f5c77918f91cb69aa5f +size 2104767 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82c5c030b9937bdec77ea4834a671e871a14949c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0a8c5f8d0fdb795cdcf0cfcb17edababcbbd353585448ea46694e9e2186648 +size 1989158 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cec9aa5f593d57b7fa371bc475719c87feebe07c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a27e27df759b1b964b2f8552ec033c5f73e24b759e12828d72107a481895bff +size 1661342 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7a2aad91310b6ca5a36a60e34450eec7142d5f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621379fa04543e8ab411d5829ec752da52339ed536bec87c224f184b2934f39b +size 1552407 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc04f08a0b096368425bc6a9ff1f32401d8a5eb3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea060e5a78a4c2a349cc05fb773425e19875ebe049fb9d586df7d08630d5e864 +size 2228392 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fdf63a7ffad77ea89e47a3a55f882d444675a24 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ad725689b0bc317eec6a0a2dada91dee76369c3c5563013756616330c27eb2 +size 1807769 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1333ccb8f66106bc12189fffef571ab13193d21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cde90e4401f6678c6e3dbeb7b4940f268d0ddfb319a44875922078d8fe403e2 +size 2497739 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83bfe17099836f9a04d0388b0e1435b0d1ab323e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab159b38ad6bffb26c0d8c9c06a33522278fd1e19876f7d56c1499c90b2b5eb +size 2096546 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed6019992d62938f9116597b77c3c8b508713bbe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b79c97cd8699aaa1dbcfa987797979d54040751141dcb3d74d02bfd63b136da +size 2625082 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99e5a451526cc694ab9382542d4c22f49135aa35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbceb178c6c32f888888b480749081ca97e1fc8758083a41c8022416ba03f038 +size 1778771 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7042c9678eb6043bc393af92ca3192bd5119c16 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cecaade855ca2cdcde105c4ad76cf2ae25b788bc833583a98721bc1a9522533 +size 1781268 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b28d70f26d0d2caf87555fa4bef329c893b2dfd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3ca38c7b84d426cbe18d243eb6d081ed62a0f122458abf8690b04b05af211a +size 2773526 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebf66276652d172a76f0ef3488ca09dc00ecbe8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeb8f1d98080d344c367fed6170187ffa9d8a12dbbfe2623d9821f65fbb6349 +size 2866836 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6687a3cf436001bfce6670fac055c51a0bf7834 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f409c85701fd989c7c825bfdfdbfbbbe38270a6759514548141695455aed7fbe +size 1247425 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ccf4e65deba0b2a2453e1d67b6d429bafb15adb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d2a4410ca62f2a9e153fb56a1ce0d791316021afe01661c1854a6cfbe32d85 +size 1833168 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c2786efa03cc998ecdfc43fcff66c341c656601 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e173ee67d426de56a8e2d07ae2819155789833d719338e2c508d9e14050267 +size 1547198 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adc0a10cd1936f4933e2c21b919ed305c21a1628 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5aab491155dc94d2484e95a59afa08d6664bd3e5247ea8cbd25a3412f68db4 +size 1665887 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d7b0769d9814d60834a0c9aed108c7d16ea4416 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec62014d41f7a4dcee81f1846a4b43aa7b005292b69115846e198ba5b2118f45 +size 2256476 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3c29db676ad739559fa9806906b0d5cf98af354 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a593f0b3ff2c49a686e63f3ba431567458be326cf2584a174430470cca82de46 +size 2251952 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbea16d6a86939a7b128ca0e01f25e3f8ecbfc4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d924c9e0597f9730a719d33aa9a08e1f53dae275072491012ff469f017f85a +size 1532924 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c998d6bca4f358e829efb29d67dc74676fb1bb0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16680c66a83e08d60b4261cd94452cde007463df5693f309535f61663d5b805 +size 1821867 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a52735300598f979d98f333dc178ada8d7ff7f8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88e1824776a8463c4499a7a0ef93d4639bbb27891cc93c92805244d14925eab +size 1722380 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dc7429c3a0e8970ad578d2ae32e114c73e26100 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38ea047c47234464a18f49e47332200c78b4fd1c09cb973fc18b35e666c99dd +size 2240575 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff34b74e13fc311acd78ffce6ea37160c4f5ac9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05c8206a41e1a6f8fbb7d3c32e73dbc2b04bd03e96f4753b950444daf291cd1 +size 1635195 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe0f16f7696a220709a9f0d3e83637a338836d2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be06e84f44e2d1b57bd059c258c24e85fd50e1ecbb74a7dda743ec32dc30d87a +size 1614415 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9225aa0d7377eeb13c42d1e521fa7d2df256d05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d37d7ae5d40d39e030333737b290975a54e11f9d2d710a8db74b76fa050585 +size 1721409 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9406d683954a2c8c6155b5dd6d5437c81d929df0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526bfcabae0d15623b56269e0accd6498691a8030744e0e789d98e0d9b222db1 +size 1998918 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98042b67c353cc02a953a7f64a51797091aa6bde --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cd4f720f85b39de0f330fe81a7d80b8db4a9caee4d748ffc75071d350fb077 +size 1966595 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56c5a40cf1d0f3cac8a842926a1187e71b856f07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54cf7240925ae57e9380a4634c16a215be78869032f98d428e3e1dc01c5523b +size 1693971 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35dadfcabeaa024f784dc8db3f700b18dd439c9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4431f3f2a81102b36631faaf92f09e8ecb736c61ddcbae9d7bd0efa1636b968 +size 2002872 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10e7a4be603f42f9160af43dd00c5a02af48a659 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b9fc457f6d08286b909e2d07612e9eb8d263a2317e8a980ce35eb3dee40aeb +size 1897147 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bd779198ce504ede6c7b29fad671cfbdea6e63b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b59c5e5a636e07adefc177fc4d39cd91b615ec36d634b8f984e67ddfacf8a4 +size 1852752 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..256711f87e5109683acb05daac708ed9f70f1ccb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46af0f913a190841376f49febed67a15eba40ebfb65d1a3e1b49cb869c0adc40 +size 1890176 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..635edf3eccc85d8533b63a5c36f822ccb56f4e9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ea732e904dc66101e2cb5321b8756159f80703acd477c103130bffa5acf2b4 +size 1645594 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8ac0c357fde419ae63533bf35fef32de91fafa0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaa55b869555fcaf1ad096e11243bf8087f3f277454514949cfa120e8bbddbc +size 2134404 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0310fb55d650142766f9f5165fe5e538684ca1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd337c198d566c928bc3feaf6d77e7b827a42fc321607d6ac813569b4376973 +size 1531904 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..263fc2c19b0d8bf2afc71d68d2817f028ac9f901 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd3c9c5bcbfb459a9a3e1c3e8baa79dd09891c6e0df5470c29aa6f8f482f81e +size 2093647 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37e7e3eef7eb7e748f026b4d683afb3e15ed170f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ac52d511a13a08767916397c9a95af821aa672f0a75a7f74ff2d5142713b4e +size 1915537 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfd39736f7128b08244eb7cc58869c9174d8eda9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f44d189a3ccd205a1c5b62a5a6b5bd511fd522768ccedacbfb2c2252387e41 +size 1888950 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8706cc9a6b9a6287bc7808fe0435ad6fea6f9829 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80e87d1145c96e57f180776ac67e7aed429bc9b79ad61b152fac3e531a609f7 +size 1946107 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a932be7a584f60b95d32444ad1e0861928602f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a901d8069c7ec5b5367070e1ab9cefac20b588b571bde66b6ee8cd8c6b89b45 +size 1615739 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c014f61227341d79afacda2227e08f5b6736ce0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f49b736af28cb5a38384cc03ea07fd136aacbd5f34059e61b881bfe990b3242 +size 2241895 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25c125adbe85459d727d7edd5f53a8d4ba28b3ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd77aae050fe3926de4be78075feee416a72fa08ef361d049084b12afb04f56 +size 1464987 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb5d783ac9d420dff1509cb01c2919445ea9e420 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5949b7d598ae4962845a83be646dc325132a434211f83f946fd75a0d476eb74b +size 1787871 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71281eae30a8ae76ebc8839b4d49b9ab6c61b6af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17376006ea76d9ab959b9271beaae87644c05442216d142a0cb24824f40e06ff +size 1605640 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a521fdd9e05b0eda4ea38806518786c3102ddd7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492a8ca54c63e114e18c52de40d1f23341aaa36910e65dfbb9bee675ddf317ae +size 1745264 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0baaf61e4f54aeec800df22faf2b3d519654405 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01d59a44b780b8cfcaf54e11b7a59ee08f6fb527222c1d7e3f890e1fae551eb +size 1383034 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65f7303cda833e9190a0a2d0b415547953b8bfdc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3925cdd8522addf887ba2948f13c1e9036d3033456ec0d01285b6979793a6410 +size 1516864 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b11bfee1facb0e821842916e0500040a7037fd52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdfafc49aee487d68e4632b052721c46462aac4911189be9ea6452bc43f58bb +size 1662611 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df846ba9dce6318b685a76049583d9c7543da872 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3315c5d476be9c9b8ed535722fb6de36e20bce10f38d5916a567c12d864b7d0 +size 1225799 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f888b7f3d77ad62b9e418d80c25687ba91a78331 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72469417d23879d214ddfd6df5a7d716240eaacd40bf569d0af6abab8b172775 +size 2028167 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1f13455fc5a22f117f750e606d88bc8b58e3659 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8286b20b0d60a0172351d48ef636aba6752ea8e79feb4d58b9ca32e00cb2f66 +size 1741982 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb722fc26b63d78851652ca55763fef689e88b25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c8637045f5c582d7a7a57f8d14725aa268b7e0505235365b75dce1925dd465 +size 1693202 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c3201560e3720cd96e5f9110785739d20f6ddd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150a32312f829abb040544f71fdbc05306d7f927e8f61c67531bdb977705ef63 +size 1990065 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c8c45b83da2cfd6e445ed1a3469af5af9a98335 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1696b7adfa7075507e6d10a883ed14f1847d1afb16eb3267de25715207a036cc +size 3203550 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3ebb0668b1d7d4749b48e4307fd171f978626df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3dd8f5e51dfcaa83081342b6a281b7df2c87e271d857dd135be690e457870c +size 2585503 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89d6702342a79f4a70b6048dd3aba98b139e43b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fdfd30a9491d37fca6b22f69e9e762b009a57a0b010c7d0f7e81115c46a2af +size 2336907 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa66c8e3785a666b163db43c43ce720e18271999 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cb2acadf412010936cb42291e046859fab53140c6e18ea9bea1942ac18274f +size 2181725 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6b17e34f7ef0531aeacbf69f7c19d3eb7a4de15 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4aa11a0a79e88d562a36ad451dd087bbf81fc5621c0c2c0d49e56414814ec3 +size 1908466 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c57a873086da90304df7b26cba710ddbce0fbf0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99d31e3371481db73cfb4bb5e277886d53409d673eb68d92c91cf0b14c76f49 +size 1738050 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..542e2c98d8134783911370193ab0de2c0ae9eb20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f01fea48039c825a269d8129b1a54c8051960686e0d19b78c7e4c8361ae96bf +size 1914279 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe550fdeba6df1a01d606338faede038476663dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d42660640083eb8e628fd7846dab7dfcfe895e6b54e3b1f0fd8869fa8b9ec6f +size 1946530 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85203a85f7089bd03b5c9489cfada8c82a05c683 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a75f3019ff944a3cd8a063592990534444f4693c7129bd4f0c450e5dd4619ce +size 1676613 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c278059456f8d1d80313860a176b84963c0180 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59bd08b677e2c324b51f865ad7bcc483e1ac9f66359942204cc7b4ad6bcb16f +size 1901601 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3036a9fbda3b3e1a43753365d7f9f4dc0bc7fb7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d953704c8a257b46bc4a9e9f9366f65c6494de21f4815a8e359025cd2b409d05 +size 2165959 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..261ebc25d9d0baedb8e03fdfe2f6d4d30003ac06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48833d242acba75317150ae3893dc5fcfa576a35ced1f1f24db06a98c0cabff +size 1680548 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d882ef815cc72f46693b9d7a1575467671f5c54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523655aa170954a80ad69af9257976c73684d51bb5b894e30c317905d6b4d968 +size 2028276 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f35153a0989adf561bc138c1ae54d3c432123dd5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa84b50d7327036ec4289fce424df052c9b4c93a6337a6f81803fa7e7e805451 +size 1742040 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48d3001aaeb0ab867c77ebd46987b0f4f4f95f44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e976ec86975c45b9bd686fc4789ffe1cda1dc389e666353a5f8e247a32fc80 +size 1748737 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d439e216483213bc5705e93d07ba2e238d8e59b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a57a95f755d0b056da72be76a28ba8ed72dee5f922e824a0c71b44a58a7b92c +size 1786503 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96db3da298bb44210f2f0b0fb93ae77210bc360c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4eeb2eac79d6b38dda5921f0c97801ddccd173728dbfb9e8960ba0a3d90f63a +size 1907870 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..517d1875f87f94c1f33745f40d69460fff8d39ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1d6f4a1dfdd41d9aa23a15c60c2dabdffde1006f061ec2ba35627bb9d9c2da +size 2231959 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1399b31d02e17a7db5718e8c2163c4ae85799051 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c8c061a62a8df7595cab80bef022efa83fbbb5b7eb77b469037d563a6d9a70 +size 2347543 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75076e718565597cf376bd8db6559bb1394ca6ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855c2e6ad1cc786c342cfc4ab06199e15d54e7f1c156715520d1e703e9fb8378 +size 2152096 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5004d57b78e3937d47df1eee513897f9a3933139 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d602250b8e6b2ba880c4b90e4893ac90a97e9af6daea64624e45da894603c5 +size 1984661 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d249b06b67d8d6a91d11915b4bd40673fb017c3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31881a1d58229e2adbc68ecaca1d723da3112e2c24a48e8b71fbb8cd6bd7489 +size 2240968 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbcc90de985a39f2728f9d3a8379ae72cdf9d6f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1c4f3af77f0adc5ac3a627be08b0876f536a2270a3b1ce894d2e36cc23e5b9 +size 1835334 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..740f81a666191b1df581f808ed8b3f0cb5487d20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dec163a326a3b4ae78a85322263039e2ae3128fdc42103b51db63bcf689c135 +size 2215740 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0141fba59df1180c981075221af312d248b6c64 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94cc422a18b3bc4164c99f3aa1d7c1ec53dec2987882ac3edcb20334145cd46 +size 1926549 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..607fa2825ae5077a02e5267e6e3430e5cf08bfe1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc06efe56e60498185aab11effdcf23db2044786a5e7a36144a2eb0f21a43456 +size 2189284 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61558f30777c5da149ad8acd4c374834385347b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743f58d99ec2c768b0aeb0591ad5c762c6466f713faa82d8397b0108a1f57681 +size 2092906 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4ee66f46e9fe4aea0694e70ba5106403378e68c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defaf260ad8b579cc5b43a52a136e8d5e2a250d8a5f4225424e5f5064615c90f +size 1593297 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d11979172222f2d215b53cf2b539c322510635d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e577d24c2351a5a4e913552e3ab72840efe48c53205f9b0bc9e15617923beed +size 2143388 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b6efbce3896e8093db00929e2f61c18232cbfd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a413895f5a62fd98d7d0a9b52d63e4239e31c40f62dbc819bb461c80998326 +size 1935394 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c860efe1f0df23572ee163c3e185e1ba77d15f3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b89bd25bf129b46351c180069ae66e5a35be2bd8c99b184ee8442be0399f208 +size 1688898 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efaec23d804f73f82ed9914f2186d9e72394973e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b36ee5fa0925306ec87c2dd86344d51352d41c04417c9a952e62cd96adbb15 +size 2051896 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e3b94243ccb77ea321195e2b5342df2ee338cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819686af4890b7398a65483876ce523c0043c23abb03eab40488107d9ca5c119 +size 1423237 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ffe6a9a2d274c3996be1132a47a93fad0fd2e6e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8826363ffcd805bbde699348cd963ea1747934775ef3c206c1388108f4fe9f32 +size 1835044 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af4e203ded8f71660667b66ecf35cb041ca446de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945e198adcbcd461c29c4822bc4f19f2644f6ca3f76ba401ee5eab0f3afd63a5 +size 2611999 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcd221373053cb51092f30f0480c427d4920b98c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d68db2dfc6d63856e22ac2e7c971c5c1bee4fc3cb28b7010069b50b8df294d0 +size 2023976 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2a76bfffb0fcff881f13dbe5b162cc461033c6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f447273009270467ea3725a367fe676580fd8abeb9b090a794c3740d349d467c +size 1884238 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ab057c20e8207581a4a0b34645764a2278b16a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855b8aa68686991b75fa5af1929182409fecf78d08531cae0d5c2defdeb6dac4 +size 1692156 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a42a9360ca3f78c625f3e835ac254f2c0d36a643 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b883856864b1e57279fc23dc812c0c54d11e56e77e6451e64b318d9b5006e1e +size 1815674 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6df8735d873a00c77ff1dfd209321e8a751c90b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51111ba66b5a894015a1d0a36a25d8cd1b3cbd95200a3af9ac53477b17116780 +size 1810391 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2bffc3fa290d5086a15b00af99417b5a83c145f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267d8de8256e4de11c981c4a656cf8cf2eb7fe115893f7dbd1f1154bc5a120cf +size 2360455 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31a3e04c91213c32ca75739920d351a61e9f3de6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c894b4ee93f70b0c9199a68f92878c461352c09e5001170bf67fd1e3e9c67cba +size 2110703 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9db7b1f20f530094a5ee73969fc3af9161e47336 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dddc1b54ac7fa1a8c0a1ba81e1fe3f583fbea6d3754d1889ad4ae6312d823a1 +size 2020059 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c10e3e1a38ee01544d60963fe94768e3efb2013 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76814e0bc875b8573488380d1c03a9c519934a48cd6530a6180b28a928cc4af1 +size 2307377 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c0491d9aae7d43df3cb68a8cead5e46f6a57b0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f52abf28dce9b8f86b1c4d57848179fba417d865fdd157e9b6553dee594ece +size 1916708 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb59972f8736af2ccd4c1a51ca674fa432cb0a08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607cd8e8ebf0b93f3cce5fae26af0cca45e490d1ee214bd9ac765046aad0f65b +size 2150645 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80180b633a98123bc17b9b69ba5caefb600d7367 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23e121e89be72c9180ab56a112453ba47d0b00376a21c0e8326e734382e2425 +size 2207359 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0112ef05f66a1f7a762d7a579a975c02409014f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d84bd3f1943f9aa4f56eee33f1937363992380fef3f2c10e83d85630e2cca8 +size 1763844 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a9492f088c293bbdecb7ace0286926d84278892 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e928e4d58315797130fe4095a1ede17897bfbf71417eaa6a75afd6eb2f51a12 +size 1900311 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bef25bbf8d92335e3bb1ae764cf6d1bee79cfd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0642749ad6df64ae81b459c6bd4bcc0a357869632f67e4718ad74af11820aac1 +size 2871416 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b252be050fb9704f3195c6b4b56bcbfd586151ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9269202af35e7f8c4a44eed6c96a0757fdf7e20a5c3924d3ac0c62478dd782 +size 1221536 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93003ac2b346a0d33d4df198683fcf8fdf12dc9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52732fd2c53de5c6e7ed2524e6cb534bbef30592b8598ef0eaadcce6c462c229 +size 1334995 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25a05b828b4b46b5f31d6b6a7d883aa0288d30a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f67866e7377521c4f457b29d1051dac84396cb94c8792868aaf04dc8e98cc6 +size 1382308 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10662f5318f9467e4a3acbbe9b11daf7c96471a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef188610272b707c1f4eca5c498b8918d42a9e4058edd9b8149cc15af2b94d0 +size 1104942 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69ccde5dadaad6d9a41462bc9740f08aff89a42e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c93e284fcc6653461e476ae68c9b047577e9cd85117a1ecde954e551f02e5ee +size 1267812 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..734b77d7e4e0c4b73f6b2b27cfe98d253fec4005 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248a2e579d111d1e9a4a27045a96eee127d7fa7982e6a69fcb7845efc107bd82 +size 1290977 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f30818d2d4dcdf88311f87e7e3ac2c3fb38ac346 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d56a46d26bf7f98a3a46470bb16178ee616eb768ee027ba3ba0d9504e36ee98 +size 1467726 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9357e272f23a91cd75f7a051866a6ac14599c780 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c25c8faca31528dacdb90f4235d82d25b0c004f9ee3f4ac98a5c81dd78a2c97 +size 1342809 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a69cab1cb271dec2ad3d70bf2cb929c1dbc81db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ce0d2ccbac4d5d4bcd3ce94e7234b5d7858fd3e93fba0c26c128b8d32039e1 +size 1357820 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2129436b31388eff595bc265039a12bc495e3b13 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89fe5ce6d096aa9765842427a1800cfad675341b05384ef009b1f84425be4ee +size 1385783 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90186dc2b55c2614d348d25f1581188f17a1f4a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7b02166f28de262bcc187e5ae997d2b94be337a635383ef3662479a20f5ec1 +size 1286350 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f47594a19e79db31eca540bc67688050c6d8a7c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2676982cb40108955b5eee35ce49a36f0885fa7bab1bc1b8ff670de28cb8eb16 +size 1187492 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10165306080929076e777e9ac72065c49473d42a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c117ac5cdf59c40a49cc6daa21fab667a67a9388e61a7e0fc0843fcc0ee3043 +size 1210753 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4aa1598ac4a0a0afafa58c061b9e66467f6df90d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac5f63083c351da043200d0be5b3f3fccaf5435032b0bc3756aa16b0ca760a5 +size 1238291 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50a1b3179ead73f40fb6868ad3cb1297b974c31b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b479cfa75cdd50ee630ee366502cd5bafd0c9fad1f081212a43be45ca3955ae5 +size 1534187 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48855aafe7255e6bb2c6237bb729523f11436fe0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acad0c349df862d0c954539824491f741096605b716af3cc93172462c5fd6264 +size 1456114 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e4af6b2481a7851d7b0c1fd252a35d49f3c6685 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d8c2bd85dbe34710fb62d5854c7fab304fbd7b7739ed9225882eb0fd696a0e +size 1347341 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af14327eb91e46da8182c4908aefab83d5eaea1d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60bd3b4221f7ef7161334e475f40e5c380d11bbaef838835b956c17ecc051d1 +size 1917869 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9011fa273543350247ee82470c373e444856a764 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c906617c8e7ff601ccaee3aec841f85a61906e5cc2fa06893dde42ccc866962 +size 1122788 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fb501dac72893a22a332e5f085e9190e5472571 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f38b7b2b39b5431edabedc65b5b03a05a1287425eb5f542abf75d721d28a48 +size 1443443 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7561c267156944899ffdc0899d26042bc1432039 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390077c0c4bd993079b3a534c039dcc676c0fe145b288a7dc0c138136ad7e2c5 +size 1545913 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c092be05bf2ea91ae0c77ee8ae71b5b6483be7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8aed6c9e84855bdb103f1fdd770ba2cdf4daf2e23429724869193d129322af +size 1563287 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8779694aecebdc87a522f1657e59584710ce72c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a208c50fdd6af1a0862f160b9b621571d8025674692b9aa4a65d51484de2d75d +size 1415600 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a0fbe518dee185550ae240825869da56bec974d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92da2b87b51259df39e1036ddf1092bd4f8f538a7b2116d77e1f6bc20db1b6de +size 1273751 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb6da836f9744030ecb9a8b3dde13b7440d46d75 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5c8ce6f3bd8c0e248cc1cac87796e49c953b6c0f4587118d552b3671f53fd6 +size 1162368 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4eb905a3f3a1479e36b97c243c6a70ba8c42e813 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18581ee61dcbff301c850c82a617295b815c3a18b73e8773b793161a888b1fa8 +size 1772597 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9aaa589a4e4e0a0ccd842be34efe9e3eb162fea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6469dad1642b0fac275734d51318dded216811f6bb42fefafe8ecb2f9d9bc846 +size 1437582 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..076926a0f9914aac43298211ec9c168371ea7f20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1509b4b52b4f4112b1c9dd31f126ad11c7a4aa0899e7253bc3d6f13900427005 +size 1445691 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8ce1ebf504eebe4776c9a1e6369509dd03914a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe493f6a6aad295fc39abd6e80702cfad408cf61b96a5368693cb9e9d96e1e7 +size 1684109 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e40ad036c63cd298744594381c10baecbfe51ece --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedeb3385b7f8d6f9f3927bd68be8f620440a7ae24b089b34ef56f18620830f6 +size 1585327 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..372df50a21fc20789e46a350158d35ac68edb882 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026fe5b41fc3724d5f4287be0ce3e887b0684f4a748e0ed1ee762a42db2bbdca +size 1573848 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5b0db47c544a034099eb910525054b9ad2298f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597df783c132410fcfbc7f2011a58539e69e15db011a2e0d89daf534cda4e942 +size 1007504 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9dddc58eb836f5cee1c31c61408bd25a1871883 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b2183587b9313d8d5b82711d1a74a3d08caa318acba4f632e96b558ea766a5 +size 1366877 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b42b44897d4b9880306e595a21b2c2afae66d54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994029b887f3c60f81c9f96821b4377cf4ddf2b4e366e1effbe0c7a448950408 +size 1466970 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5caf7d12128438da27e5af190964e45bc6b14eb3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5cadde2e489de23f4a3adbdcba2f5504f6986943864193ebc2152c06e26203 +size 1364065 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b09d59b54fdcd4e0cecb9bab52ad06b27f2e7663 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830a00ec083b0eba8fc9e0d203359c09874b30cb6bece1547f498980a9fdd182 +size 1291650 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a4dfa4a4dc026c7afdedbf1966f99b862d56f82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4894112a475e2a51bbb809a553fe223734223d09d0607c21683a8bdd7a58dcb1 +size 1128189 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eccb77e196419029bd549be6c4826771a1c3ab92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b3625ebd39a83bafa2b08b78714a23c51902a6e2c8c27ac107ac3c760727d8 +size 1284422 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca13e0b8d595d8a2c1db355c47e7430c7e921866 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10530cc04e550e41288e0e7d1f0f50c8c9553ee402a4bddb4dbe2546d56f379c +size 1420580 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f27d3c9d7f6b77d51e58de26fec20e9853ab8f5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b742bd08d097477e02092e3ded201de6805c555e0a17986387feb7d8bcf1cb6 +size 1283680 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc18066989e4837a50277e00d7da3375b19186da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3751aa4f519d1f3d1a8d1dc2fb79891e4088ca23b8eb62acc00b2776de1187c7 +size 1529337 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..762eaba93d436d52abc03f52dd05d411067a4483 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dafab489780319b58775606a89c4449933f8c54c054d0cb7b0e3aa9d361f3fa +size 1355363 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eafedd7e8162c92a6fa527e45bed116ab1703a6a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f629cad1cd9d5f632d486f3f598ea0827dd8d16a3f3da53d364e18515b681c71 +size 1261770 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..203c5f437dd377de04a029a45cfa7836326647ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c288beb5fbd439d79ca3e0cbb4368e93952c3778dcb2ee973d8a3a0d0648d9c6 +size 1461878 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2963580375941c37c4f5641ec56108b268bdd48a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f794d4ed166196c9d9c0ecb128c39e7af040da28f696c093249f529b6420e771 +size 1328995 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d977b49db76c8b6cf9548787aec6f042b8d6cce0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ca9ee9a0b43084d58ecfcc6e62a42cb7b0976bddb44b19f45439b11628f567 +size 1432614 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d19bdd93d9dd00af0d5f7b92d5f0524a4ae31f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2694d97be1933bb0c04c8d945d4794ac1ca328d9072eb37e91716c05e2f09c +size 1457661 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39d2f753759418ce50f8dff8bcaa202c977e87e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f047e88245be5c8d8ccc2c4712db2804a34eada75b9db0b1e7a310a326ad72c +size 1368044 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9848dc3daf7a73616918d4ad3cb12fe15d4540c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040785c2cd37d63609abaa5af9ebe1b5d75054477282b08a83bdad31bb05caab +size 1135833 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf9eab65449abba2bd5ea523e7597cc5029b443e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7870de00619427f3529ea1f9d99320bc43ef4ddb2f28cbde360e08a999de52 +size 1584581 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb72c84e10a73d885aa646eb2d361985b3a44777 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5f0324b5b6705e9619555a94f5bc60a31fdd4647a546dbc137d696f7c96f6b +size 1412960 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ee513e0bb9948deb5ffc4937b9fd5e45c45ea81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f9006b1c3660a097b3b6311bdda02f0a714c0c954eee68086cd01930224e6b +size 2078388 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93656334908a2b732549a328eb48f959b09528de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2181284f1b8d30461ff9bd362b9c9c306fd74b0156a8b4728492adabb8469e +size 1223254 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f71e32f355ab9d5f174ee826f8d18a9d6784924 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c4c6991d691834921fd3382f190fe50be33b2642f410c7a0acfe93d11b553c +size 1516302 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..453a337cf53018f0954f5fa9c29a4316eb3a6b02 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3800eeb35f587c42725fc9570bd9bc380fe09af8c8b5624fdc7ca1c19bdd8aa +size 1766415 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..217717dd5832f7fd219859134aadcdf4fbd08e23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d04e22ead1fc992366bd4741970b854d53efdf87acb86088dff86ae083616a5 +size 2444247 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d49260101b7a3eb225c0753f328abf677b40ad7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688db8f846888a7fa4993ea5f34e3bfdb98accd9d4eb67a195817c67329783d1 +size 1670566 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9b696160c9f440548f455d23589dca5a99b2f3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbba288c28f1409af169a47b6dabf58b49ad5ffe6bbb4e14c20c98d44a4be21 +size 1147061 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1299aed6df67e7f69fd1d6edbd915041c58a187e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a57a55952553573a799ac1da5d6d12d41af684d3c39c7b16c71072a63e9b21 +size 1550195 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f951b088064cfdcb24adab0e2575da20626391d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04a397fcf5a4b53c4aff1af71e33fa86939b2e48a0d687079d3499850b5476f +size 1452105 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aca081b9265ca56afb5939562b47b19aeb4f9099 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0618eba62e21d4a62f3a9ffddf0aa98b4f06c3a6b48c00b38fe6e83e7c33af +size 1726157 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25586ec5a1106c0a443217c7e51dc1d5b934eecb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1270b4fd97a5392cb062751940e062ac3f123524a2ec3a3a3a479515abb89032 +size 1549324 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc1865f6e4f04ca8206571977ed2bf971b5d212e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882707d9d113f01b401f85c0edce78f6d75fe3272617cd97d94c587d4aa7e3cf +size 1191578 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43844f43c0f2d068583911126526e8e44c6adb31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc27ed7edc2bca569fa1f7f4134faff8454f90243ff3c603867e8706486bb424 +size 1556317 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2f85d150265ce6c7af323fd3ede778df41a9b9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a13ed59b3d49e11573297c6c0a2223d74b35de3c1acc8f39331c7374b805897 +size 1627414 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bb4bad7421a20a07f45fd547207e5a7dd6a195d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f495ecd5ca66843009b73c380c2c530b35be9acc480676a18ec74a83f1ecc5d0 +size 1231447 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d6ec9dbd38b2577e88df2f19ed652daa89d13a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fecb3d6caaa06ee1a0d4e84caed85b19780b075d9fc55ca4ceeaf45f8cb5ea +size 1349875 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b258445cd5bf7b5166c5962d45e6afcb8bf18d12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754231e5dbf3232d95946b99ee81aff2b944a47fb097c058cfa16fb99403a4ef +size 1274747 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..436dd7519ce1684fd54f5a146650e3a1c58db344 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e081a3bbcacd408204433f0d6091c9648b8d392b706ec5e411426cea565ae42 +size 1316302 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000404.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cefc17619cf2a0bc5d57fa046ca14c811cd30b8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705930fc6b7fbff1337ed68a78e957db69f102dcd8741f20132bab0e13ac673e +size 1141771 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000405.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c6a79d66c15e1ae2e374ade17570064149ba023 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f036308e8eacf4bb674eeadebb8e2f4c6e2aef64931cf8c3c809be2191645d6 +size 1308316 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000406.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..586b62e9028a8af77fbeb570976ae68864134c4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d74f16807135cc4ba2bc98142e8bcc7b587b96ea0d7a1698dd2b2db30ae8e7 +size 1353339 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000407.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b02e5b61ab224f9e99994c3433da2412ee2347ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5015df27d6fd291ef1b738debba6b86824506d7d77f09ed9b4dde7827acd773 +size 1863536 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000408.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..002c6c1ffe597234c77182175ad135987aa86319 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd7953cc7fe829e1fdee51ae14a739c39846b28945a07432bfc51970913c261 +size 1284630 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000409.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76e63cec9a0480e5e37623c5a31764cacceb3bf7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4609146a30c7191749471f443561e9343a72c827b17c523ddce27645f5851633 +size 1253994 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000410.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47c90488fd2ec2b1b0b5fbfa27e3276116a3f267 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576c81372d12d7c4ba5168b1aa61ce83a0dbd9ecf9e66cb99e1b1bc7b54d735e +size 1504508 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000411.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bac7e2e266a78e1d40996ce41f132c17b62c764 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6bc8d81b104bcf829f07a3ab0fd24cc33a83461d8474f40c0759be40db8066 +size 1389765 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000412.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5161fdd6b13a4e0ae74dfc759828b3af98c4fa9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dfc4c4d27d9902f8c4823892c281279a2d735845f66c6874c26fc1f6a8f4ab +size 1461668 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000413.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d491d8691ca53061b2b796534587f3b04ef74f05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e8fe96d9f39971025390824ba2ae4002cd4c8820c856fcd184f5fdbcaab726 +size 1066001 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000414.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ffb6008c15cbc658044de8b6d54140e1d8dd4b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad81deae4f6abf520fd157aa78e46bc9871bb013f180fc45eee294903f2f453 +size 1240125 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000415.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a479bedfde3cf871ba18db37bc6967c13e0ef6a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7093b74b5cbeb70dc94ccb3c885a8fe386aac0caee30d1be68ee37fad4c5c857 +size 1346860 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000416.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7d928b296bfa44a5d26c4a1d447be4ebc57ae0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3133767f17bc7e1cfa49ab9050bc8a70b57304bf4a090c2c8f58c305856826 +size 1533023 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000417.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71d20bbc804652480909aa8b8ef52692d7baea40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3a030fe9d1236ef2aae2b3d59585c5de83bd75bf4b5a90d761bc480a43707c +size 1289613 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000418.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8a557b3c351c33e11c100f1609bc9202f8664d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c0f9b46934dc38a0128395a8934f30ace5a9e5659ebd812ddb82f066b7487f +size 1395374 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000419.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b49ea09c8d3fbbf14ca7dd9f2d67b16b8e03495 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5a01e87d042e8f5ff7ecad96c67127507f5fbc4534695cfaa943969d030a35 +size 2106578 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000420.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd1f8ab75283592783c064e91a181eb9e1632a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa206016639b331d92fd35286ce2cb488d1cd935c42951d158f056762a42834 +size 2103899 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000421.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad1afbae01d8b2f7d42eccee99380f89895796c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5fd802c7ab6d1a7d437a89b2c0d5aced28521549a12c417b93d59302f5c389 +size 1574685 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000422.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34aae28e36fbb9ccc00757549d2f243d998f9efe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337744a9d257c05e0cff28fd3b38da05190af168e2e38561ee5f3ac2ecf5a997 +size 1449938 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000423.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9da54a978d6bb18d9fa123312f040d939a920d3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d35fae1e92bcd8b5294ac9b64914936fff684a5381cd5de9c191096b1ad1302 +size 1169717 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000424.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c1b489d4e2831e955e89ac8fdfd407fe42f1892 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9e70a35ef783b1e8313a2166d758acc8502bf1f6660e2b155d7457f44eb064 +size 1571346 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000425.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09a48223d89a371c5f1a65cb6c7fdd9f0871df62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc05ff2d99efc1b0b5c460a05d6b5dd260171386042f7969324a34617a774bb +size 1454181 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000426.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65c99dbff5ca3660250d46d22ada07c3a874b778 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baa2f3a797210fcb8d8e38452f32124548e64f02f44565ea053787149af697f +size 1334107 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000427.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bd774d82fd84b0d3e0da5f1bd8cb3df6e87a41f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76188bbac6dd50d4a283048e744a30469dbd576f44cca59196b0c2a9b1504c61 +size 1668994 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000428.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bf90e544765cd529d0c7d5525758692165ca91b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c7d5b706e5880d62d324c649dffe2dbbeb29a36690099087fe0053ba58c2d7 +size 1722319 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000429.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b43f01b3f8059e495a9cb854f8df8676bdd9d1d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b68e23912d47d4ed88cce81f06407a8d5d51ba4a7f9715867a5496865b99cb +size 1227819 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000430.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1865ed5207c197cbfe768c68c8cec5491ee1f18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1652db4ea0dd2bf6b06beaa1a3ca21bc7bf7b7464bcb0450c8d5d69ef31e4138 +size 1275557 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000431.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b26c7691a0dcb066fab97988e8f233ae8a9094fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33be21a1aa0d0fa27ddfcb43d6e5ebc0c1cb2a6e2baaa09b5dd243aeb9055610 +size 1377956 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000432.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..070c3c32d0ee30e581a5b659366b8129b72c4f53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fd609bbbc1f1b0caf688378deadb5c28b1e3af96358ead48d3fa29ad655104 +size 1361833 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000433.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0eabf1c66509561af6c2fd15f18ab3445994f0e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9c0daec077178200985f22a0bc7b3aa38066e5372ce001293640b2a77795d3 +size 1217124 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000434.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd0162c9f8d9368f3e2bdbef3389a7551616cecc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e79ede5e2613540f41d51d2debd56f9b118671bab5cccfcaeecbea5cf692b1 +size 1696355 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000435.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24746dc047864e276cbd18904bbd6ee237f70024 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0a0dd8771f75943e2c96cd5495d07745bacd7e93f8bb1bba7333c3ed706118 +size 1478808 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000436.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e95db69bd2c08aa4ae70078dcf6008e4b2f6d80c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b134ee018ec127be0b51cc848816211b5d3d773b3019c2769f277c37fa6ea7 +size 1750528 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000437.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae7c6ffa340f50963bc10243b5ba71adbe13ff73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce54104c831ac9db9479d8b5ee5ec7e3ff1a271e7681fc1a79cf865393ecd4e +size 1471418 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000438.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76c77d0ccf4c73d18ecb5c0e1b75a59d10b792a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1bf2e260172ca67c300a1b112c6247245da37ee683a84effc73b552de0b73c +size 1310453 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000439.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46d729c65b79353fe0bf51ef4dfa073c3ca475a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c65538746d9532ef1288438eb85035607bd5afd07068e365a0d37f72d00f684 +size 2005313 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000440.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4d5deb48098e6150afeceff0633af59c7b324d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115683993473d59a787c6de0e7d3b64c3cb73dbe43e6bea3071106ab2a1060ba +size 1692316 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000441.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14ee17ea22cb6e5c64bc02e0f51a596168941af3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc84133444308bc401f1e95626f93db8cd59b7a4151205d03b2ea53f89cc81f1 +size 1610165 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000442.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7b1dd66a2a8785d99ff131c71448592d773f738 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5893625ced156fae0e003296a5881773486eef7740b79ccb91dda837ee828ef7 +size 1757245 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000443.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cde7c2e41ea80d5fb580b1490c865e4d15d3a7d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198cfc8943fa3748ffd5f55cd7a947f7d4661d8990e406c3fa3c1c617f017fd8 +size 1585502 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000444.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d6c066e9d04fe348ec396bb55782cb5c783d193 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cc7b90cc0ba38e23d0a138e838b1e7d08043e9eea7e537cc039417867a8f0b +size 1891376 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000445.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7794d6c9d09135da4b89537b2375bfd709e458a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e49ed8a593c21e6d751258f593a3d963a1dd44e5963e99dd5888284ce2eff76 +size 1637946 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000446.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc8d8a9b7bd32815f11483cee690db0bf60ae713 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2153b9ba5e71c0ce632bec48e2f65ecb60f4466420622b45391cb3d7b4758ccc +size 2310811 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000447.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..222cb465554b76cd9800e724e614e746cf2b016e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5790f75420cf3a2eaca7a6b9e99bc2a7dafa9dbb82249726eff0231c32f83b +size 1665086 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000448.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c5693958df670d1b79822d016730edf6cd61a6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0b61382ffddd53f9e6d2fe9dd3ff8aa74e67d705c36efd777f7baea74f1f43 +size 1803104 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000449.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b339230bf9092a81ca05a52a4eebc65c94525a71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acab0a71613f73795690d1140f21a0022c683e2d04f33943a3beb56c5f770cdc +size 1859536 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000450.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea48f8a47fa58502774c72507819abcc217c0e6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6779904082766c4194e61d236da5dab88f1ec2b8a81c56373b42ae99bb2127d0 +size 1599449 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000451.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b06f90b11cb1ea848a90d8b12b2ccd7be1f9b593 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e34385b3b2b2b9f25827e212ecfe6f08c6d26f7da0c11bbd45ff3952421c22 +size 1303927 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000452.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e16ff04531d1683cb74c6d9ebe149997bdc1177 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dab00a34fddbf268fdf97a2fbbb423a560ac7132f70d69dd5350b9bb17774ce +size 1660293 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000453.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..158d8262c721b898b5f360318943317dff1b9789 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2ecffd39851ef303f7de2faf27ba513d0616a2d4d1f308bc3cc5cc63b4dfbe +size 3115248 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000454.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74694665095bfea7f1cec3896d56317c2b325726 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034494ad3c4e67a89f91fd58d6e706699eef0ccb3414c8fef6f9ca5fda30780e +size 2408543 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000455.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b830600c7840bbd51c11f9b85066b8d6ed586742 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dd9e5c6bc1ea875edf7a447ed8fecfd4e6e722658e6b90ad979d944e0cd85f +size 1392880 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000456.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3708749c6847b96a43381fe97317c5c6bd4d08c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c78b7af801e46fc57915c017c909bf709042b88900bac8560f81d577f3d6a4 +size 1633991 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000457.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28e3346c747bf0b7f0a6873fd3c3a706e4132d40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa447ebf2b143e7827641d50560b25f37dfa9e319eff51e2ad6546254d67f564 +size 1730540 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000458.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d529ffd4940f39643c0815f89ef316bd6aa293f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927f8488900073c94028a7de4364bc2fc0ccc4c14e0f8d7bcc990d9eaf122cec +size 2135341 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000459.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5feaa04b1c44770ff973bd512191dfa8e3c08859 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28479bf7857960220b9ce416eec51adb8da7b990fb0b18af205545584892946 +size 1745759 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000460.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dc8f31e57bdcbc67547673fb97d0f3ea947932f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08aefbb8b48486df9dc17275dfd62b531a694043d3424f773031d675c3c6193e +size 1766622 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000461.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d703af917f16affdacf0f82c8242197b75fc01b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1328b504ab0dfa8705a5fe75c3a96f51f00f928bbdc5992d2e302eba38ea9695 +size 1606731 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000462.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1878d0295880896c3cb91fec86e80ed983da8e79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2e6f3644d46ca442946cf267d68b8c0c37cdc4065ccec3136bbe364c6ec81b +size 1724799 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000463.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ff1890a245d53dd40e0749fad48f540f2a45333 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb86b4a1c588f90d257e945a5db6e7d15b88820c0ba2629da3983c06c36b67a0 +size 1879967 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000464.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ec90b53fffc4f17fd739bd8fbab1e8881e901e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fff356d3b0e38c9a2296f139e0fdd55643cf2283f107350ca03414773cdaeb0 +size 1233337 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000465.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4fa5dc7ece9b19ca0eef3b6342ea50c21de38f56 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4158b7db0aadc3ab54e04b68323db3c2d3dd510bbf4d22678dd15fc0f2e400f +size 1896766 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000466.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9ed85650b519726208cde422d666c2315fb2094 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36d843d91c8644426070addd29b14d183faeb5280a4a6b36f68e54ef7371bd7 +size 1492433 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000467.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20197b862f2ea827d28d770fec3f062319430f9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18590962bc61a7d037ce1814049c61c3a8803589520251edbd2c7a1f5a0425e2 +size 2033723 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000468.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0addea5c2bc23afdb2fff4061caa089b98bd6954 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd459690b23a41fc302d6b39d04c60039caa5d75383f44fdcbda24f9b72f4ec +size 1523517 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000469.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..642789fe5dec62c16ea40c8fb0999b35ab73a244 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b48054189833308aef843402e9984c73fd403c93139e472729c0d9a3d7d543 +size 1701029 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000470.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97c5473be3735d325937db2b72e623f463ea6b62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89da960e09ff88a345cb46e20dfe337f7c7f3bba0f5e01de48f11029e4af6c89 +size 1863879 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000471.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9f161bf37c86e28d9ebf370a30654b03b61735d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7556fab2a9439e362eb7da224569136e150b163a99b2fe257c9511735edd4956 +size 1845201 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000472.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..188bb22126b3f7c327f0841ae469a2310573e2aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43373c447f320980142795196ad55920a4a9b1b5a81fe4a68bcc192c67d7e214 +size 2383119 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000473.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2509656eb176c71f64132e9722cb140e33a039f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ea74e6a9ceb9666ea68afaf38db1e344797ccfd1b1712b67d0cd15961b5c0b +size 2283262 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000474.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..723138f584d730c46cdacb4613469be4ca12652e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc7b6be9e2762ae7b33175e65d1ecba2963120ee009d9a456735f657810a59f +size 2657891 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000475.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98517bb1099a57b19b8c80de4887c0274cd08d9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bf800b3d2540429f2175c5d03ab37143815815953c0f391f1fd0f299a7544d +size 1935633 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000476.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e83dad7e92ad474f3ae5caf89b2c093476018d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2470b60ba0797c0f8c4dd092d3217e1980c5fe0a0f6a55ca5be3f2f89fc4c24 +size 2737960 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000477.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b88fe7cd199bbd94daa71105997a37dae70ce5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14483db1acc9823ec817bdbf50897f4d54cfe079a3c7ebda87f388796d7ce2f +size 2060594 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000478.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f25c4c7996735da37e77481dfaf2282310d8eea7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1fcbab0451316535db399b78e18e98fcaf14e333abc3fdbac6456e8ffca8c2 +size 1545391 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000479.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53883d70dd8252e6f427186815c30e3a76904f0a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1572ab509e7e1cadad69529590364ca52380e358acf2865685fc46283be489d +size 1627665 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000480.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5040fb6018d2495e15ceeab9a78685b039063c1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7356621810e6b6c15b5ed60ac88c6a37159ede65e6f5da94ba0a96beb57fedb2 +size 2059835 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000481.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92d3390f13f200f5992816b6e3c13b1bc456b128 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb56538d825173a32f8ec76b79db56a225e3b764b4951c6bc706c81e9c85ac53 +size 2015506 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000482.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4953feae6c004d58eb0a02fb2190de8019b92e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c1af53b39008674c6164abc81430ff2bc337cbfd4ab061711ada5108878e91 +size 1937148 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000483.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82664ec8203ee2d745cc0113638d32b93e8a416a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4c67cb3f21962a19c7facecb6fff5d52d06b125e642b389a0e6ca0236ef53f +size 2054856 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000484.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae0363a10524c1edf2e9b6f81ea534f56ae33787 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c2f95f3f5765bd90011a1d960155747490bfc0ea47a52e9d3e2a5862de4d6e +size 1366683 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000485.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a8fb6911c1b5b9c8c810acb2aa815d5b8840018 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c0b6a65e9016a957b05cbf566813ddba085f82dd5813a7d48f711b8feb1021 +size 2512463 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000486.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70fe6f4e35272d00d398693eb10aa738b8ecb1ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc58fedca0eb7ef8be44dcb5fb5b47287242ec148c36b22ee76d994f432a722 +size 1975146 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000487.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1a9e0334237bba3453ccd7ef9a641d4177d6795 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e6eb97cfd204a00f2915fa2487d6b66dfe488d9faf1854df23bf66079b7ae9 +size 2616289 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000488.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8c49d981882d88032909cc4ed3042f4ecd73afb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e6061b13667c52cbf20d8af9e804c708b187b079877c11da649aea373f53ba +size 1627067 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000489.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9d3d63ca2f169472830a8e598308629d39690b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c6331c8e69a45ce9c99dd797a7a9e55e2267d1b37f642d416e8a08ef3b3771 +size 1837245 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000490.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..114edfc143d01cc51d9e18e30aa5bf087630e3be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7961fd19eff2fd1a7f97f306189320e80fd3dcf7b8e5892b5a9652f3a84f93c +size 2394031 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000491.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..908f2761647a276d8e6b4682ce12b9e00cfd603a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4c09ec2653dbcc692608b51d1d5999342d930063524ff065c9ad5ccf4142c8 +size 1898406 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000492.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55b793ad6c191f29147d6ab32894c62a09228659 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1948d9e5b14f116c3f14402900e1242317e329c5d9d2d5f8d9e94e85057cee44 +size 1630518 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000493.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcd09e09e1b1135a4d5e891d9f03e9f2da62d59d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8838c4d0ff306ccadbbcbfe0742bb7b03987e69c5e0217fb94b8f61ec0df6842 +size 1698763 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000494.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64a25a33b277ba7eb494e972ce952eee531ea875 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c43396a3178c22f7e71ffb25a95e289ca23a54bb3f2fb08ade2cddb6f453c5d +size 2148900 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000495.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..016640fd0ec6ecbd9a15fa8627c071876af724f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1ef54bcedfbfa4d138c195fdb3d9612087d3187317b577795bf0f3907280bf +size 2035511 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000496.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..082cb68a301b1d12b20354f0f817673d7fd8f031 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae96a7bbd30fc0a3b7151b1f0655d58f99b9766f9ede3c9bba6eee541a3e8ed0 +size 2201636 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000497.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c765a877265083bcb484d4c5637490491b3e428 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0959163af2bf1920440d1e25597916996f8fc7cc9dac1d3ad30a8744440fedc2 +size 1538762 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000498.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f3268f3af424b6d0fff1994d36256333a443a73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c20a9c5308ca7a0896fc1b34bc36ae43d4ad72ea70eb6eae68a97a18ff511c +size 2265940 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000499.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0642078fc8897b944de47ea9ec292bb0e11f55e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6420c2be6e16da25c4d8c8845fac012b4cd99d3fbf8ff0e9ba012d234124be3 +size 2136567 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000500.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000500.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f46e748a697554a7d4d281b33a8a1eb370cbf8e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000500.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc651a07e1c52d3eddc7bf34f8bf1569d0b00e5c624909a9257f3d84ee842905 +size 1808165 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000501.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000501.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d57b4976e72b9b8f726ddb76a95535220615641 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000501.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b83ab6ddbe6780e6a6360216a35323c1cdfdbc826c949d710d9909d8802986 +size 1708055 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000502.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000502.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..687aa38c3ac8fc37a09ea5176769567b1ebd76a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000502.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efa96475d6702e87b721ddae6b98acdf821bcac3e95968332e76fc53e98799c +size 1815906 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000503.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000503.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8912d01a91f2796bb187b4ad811e9234ae796611 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000503.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb4f12b8895d7af2c77b8a35f277fafdbccfd7036219f2715ea800a3057a8b0 +size 1628757 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000504.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000504.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f4d4963261855fcd9db8cc920d5a40bf9ad128c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000504.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62ee553bdc07ca5e973371b467fba192f1b0c98c02f977af010d05e30caf8a9 +size 1617849 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000505.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000505.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..941dd5a34de8cdfa62f4602d5801fcfe34c13d0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000505.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af699faaa3f44cd36ce404e514714a3a9636787e4bcf814d0091b8016e4ad8e +size 1689808 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000506.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000506.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..416cf351c3694172191a819d268a822c0687c78d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000506.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978d96315b06d7a02f085330e0a698e8320bb3345ad093a1181afc2d683993af +size 1399783 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000507.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000507.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9746d1dba05a6d43b4f4b279909d419c2b1c1c9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000507.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d5bfb9bd480f4e77c16ecf71dbe3f7b7605ba07f042cd2b3a19d7751b71585 +size 1845869 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000508.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000508.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc18104138776029938e623eed24eee44c4bcf57 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000508.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e70e6b8c16850524998d16a1c96ae7561a44818bd2c8db3558639ffc56bbcfb +size 1789423 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000509.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000509.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bccfd73c48899b55d62775fbd922cb7bf7b1df6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000509.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc04607fc7476934fc6caed58f2fdc1d4ef3ed81540c102f023100ac47ad0320 +size 1967784 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000510.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000510.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2923eba8cabf4e9cc7536a05c2a9535ff62a292 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000510.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8493782861a7f8087ad43b4a6a388ac490e3921b0d1a7b7f54607f46c2c738cb +size 1457456 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000511.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000511.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f479e70d210119984683a93893ce96d488f8a8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000511.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c3ab3722456e355b8fcf7ecd9242d24626dfb7c361aad66cc77c0c1e125f47 +size 1631418 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000512.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000512.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb59d14fa7f66ec12ef9c6ea8810cea40dc5509e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000512.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a552a194454ff33e9d13735caf9602f590deada5e6df3a028b4ea9d2d124cb0b +size 1792472 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000513.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000513.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a90589231de82a308bad1f95c03fde7d4134f9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000513.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1ef904f37b84f890292c8a78eda028011cadf8372be6e418f7a9c61002eb4f +size 2053944 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000514.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000514.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b94bc0960fa5db9f17c5a419f87865f1079ad7b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000514.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9d8b135e7d11a19e374aa604ee601f3415121ed3500cf7d35413de4cde9200 +size 1804453 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000515.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000515.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7a4d299da189ff1b5a589ce29c621ce7134ab1c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000515.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e4657ed068836d7a405aebda87f0716949e8e023f955bfa36acb31ce99f9fb +size 1844157 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000516.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000516.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b8d8120df6714294b1fdd2a1bdabb667d5f6f4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000516.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e0088bd522960b6ea6b297a735606b6ea706d6b15107d7e7fbb5f1cd8c1296 +size 1812861 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000517.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000517.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b952185b156eba0d414b44f044c6314d8e0f2177 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000517.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44568096e1b49fbf4085d110e55d4337219a0576ea7e0fb369980a694a5208b7 +size 1670045 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000518.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000518.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47fd68551d660a13aa8f1050a60fc648a3a0959e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000518.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20643c5a51573cfe8b063453921be95e97fef5acfdcc87b83f093c4408236e90 +size 1900028 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000519.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000519.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cc84af7457d424ca0407cc489f592b641488dfb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000519.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c380f6a4e368a9868ac83372ef208340b5cd2ca31b5d7cf1bffae7a0c7f6fb9 +size 1647667 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000520.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000520.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4539003aa9492dad4924500ccff1d64778ae2683 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000520.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e481cacc2d2fd76c6ec7c9294dba9f9cb4ed5b63947d8dbac29a8a2d1dbfa9 +size 1966187 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000521.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000521.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a66e21ecd447b0e2aebeaa76e7de8dc1e1b114f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000521.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb116a9a9e798061d17684756077d35acf144761348cd909351e79ede97682f +size 1583325 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000522.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000522.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ce1b1fedea0773fdc3881e10e4f0437599670cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000522.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf59417cbb2bafbd0aee73ed7f4356e46071464047df15cceda648989cb32ee5 +size 1709350 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000523.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000523.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af5de9f69fc43c6172116498d3af777821adbf90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000523.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0969d7954f31483ea17d84431796d15cd5c05fe433df9eb3c0a7dedaa5ee89d +size 1538398 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000524.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000524.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f04f49a04772db1e7d6bedd53b876a58645ce3f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000524.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5531f69849c15afc0ff01dc718abfa10b35587a81867aa8eca02c0d8342954 +size 1892076 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000525.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000525.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e7e61bf4a3511cb397434b71aa0440d63e20c78 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000525.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1fee06ef26d5ebec27819a2356b2fef6c0d10cc91c7e0c0a6282176149a3ba +size 1704878 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000526.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000526.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2bf2bc1f3f9bb8e021e3fc4b7e86c6f776e47aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000526.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3f5ef9f4a86249ef91926411da03d0fbc7380307068551b5455e3e26cbc0f4 +size 1508923 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000527.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000527.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25617331e9a4ddbaefe11b6c50e67b0527ce9f99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000527.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e1ea7bd3076f5b725cebbeaeba4d8ebec34f3d1f68bb6661a70ed9a4d003ec +size 2220511 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000528.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000528.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b67113feacf2865aa8d965f276486f8d4c017da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000528.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7decc0156b593428c608f7e0ef6b25b041c61d60510558ae808232288f378cc +size 1923767 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000529.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000529.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0fbef138d50fc9af9f826739d9128e45690292c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000529.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ad93ca3d38c86e89c9d264a543b5c61f16ae067c62e4100111f8c1611a5814 +size 2176188 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000530.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000530.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..557cdb9afeff7a0b8cc69fbe7fd3437f407180fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000530.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8927c8f11121bc4fbea49f4e575a3d724402305b54aee9258e7927e545ce496d +size 1498293 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000531.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000531.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0c0412eb7b8ea00bedebbed6ddaaf62c349617a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000531.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8af18ca96f689df5906e4aa449e1f131615d60096390d066a39e4b3d68ed347 +size 2243290 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000532.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000532.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b676cbc20d242c68996d6b3db040ef175d0fd93 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000532.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67e6263f226ecc16f2b936da37776e51fac7cc76c029c71fe731bfdefcb5d07 +size 1805669 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000533.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000533.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97e94b3b5d9cb69299d0cac2504f4e782ca66dcb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000533.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7a246c07a740837298f1804ceaf8110baf9ef4de63aab28ee2d6989a7ec912 +size 1831193 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000534.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000534.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50addd85a8e60940f1525353cf33b456929937e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000534.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff8e74dd05e7268b1666855c44abd04bd1dd6ec1ba222901ed6e422c7bd181c +size 2184421 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000535.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000535.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dc63c8c705ece33469f6783072d856786307f40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000535.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e9e1359980d2594ebb1d7467583a0332ebafdc6345648f666c5dfff9816e90 +size 2099645 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000536.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000536.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10fbbd8b257fd22c578f94ade950a31bcd5c34f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000536.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0094c2917550adaa19dce4182e1faa1689a01c18ffbd7c2cb3791b1d165014f +size 1503352 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000537.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000537.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c69d5940751da51d87a8151a807c24785d96a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000537.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b870acef3380234f204510d90657d0231fbef7e5503898275a5bdbab5794a46d +size 1604888 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000538.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000538.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fcbc1ed0e03bf2f8dfd666ccf7395cc432e6900 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000538.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bef1a0ff9b5384de6b8166dd8ab82a81529d405b4e4f0ea1369d6103e3a86a +size 1627410 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000539.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000539.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96f6b7c063b14c8052444e3b52e986cfae302798 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000539.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef1cf389b7baf0b2b3d5801884a7730884a49895ba559d7ed85d9bc1442cb6a +size 1701871 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000540.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000540.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84ee5e19870e324cc3874c0d5ad56b87a3191dd2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000540.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6792fb561dcb5ffca3f389d97ae7f341f7d6242a93f5644e1d7110af4f524ae4 +size 1703478 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000541.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000541.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3ddcb6edf55bcc74b45580c9bd5f671def8db8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000541.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64245d8a9030b7c43742ec92dfaa209a82b07765254d564746788a581244b78 +size 1625664 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000542.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000542.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb95e79bc542b5cdc4cf9c84389d6cf8643f93cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000542.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb14cb1ad0273c96635ea1d52dda2afc1fc2ea3bc3ad24427f3f135371f2778 +size 1543285 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000543.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000543.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bfa1c44af625542d4b6a1f343b1973a25878eb3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000543.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9755b56dcaa6f3fedc2ae2740d09ab4bcc0fa78cac3f0f49268e681a4a5cc1 +size 1314551 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000544.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000544.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b034c2760963d3170d5ed323018cd0ee30590e64 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000544.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50294597cd25c6b19e773d10e50e58d6bb501471dea0d1243f5420484e371942 +size 1318549 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000545.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000545.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d70ad4ca7f3af5c6595931d5e0fcbcdde943126b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000545.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa8b1627a162af04d3cdcbc418ac4bd340aba54b3f7332d472d7c5df4c77742 +size 2356278 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000546.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000546.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e4a528e117ffbfd19893b566daba0119e868bab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000546.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66294be2d921b9be543535044968f24b9122bdfe07bb784e6cb692642097b934 +size 1947218 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000547.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000547.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..126442de73eea217ed38bcbafcbd9006dfc52476 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000547.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ed6d6b9447472150e6de6fd1f6932178ca3c779bd45cb811edca908b31352c +size 1708277 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000548.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000548.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3abfb4cf17160029cc1d37f5f7d4be9340bb8e79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000548.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d81184ba1a4923a858f55dc35f189d7dad4da28a25cd178d225fcd2a59f1f7 +size 2131362 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000549.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000549.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3381e121e6e14dbcd560e86304a82530f8699b97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000549.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1c7732cb3bcc51f064be2525f906d793fe5810c4b9324d540f4fa4a7571a98 +size 2070582 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000550.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000550.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4616fce5f3dce278a3d26842e1c7cbdb2c177e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000550.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b908d07da94a4ba09fa741371047d160f69d0089f7382eee1537feec43fe63 +size 1605462 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000551.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000551.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b521a68b4f9aaec9e2eb536c4196d3b88fb64ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000551.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1e71a0e17e155a6d9bd585b73d2507e31894c0144e117356ec7112c3433cf1 +size 1645758 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000552.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000552.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b78ad00ebe1cc9aa93b89a7331d930c08f4399f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000552.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a20d4abee42a07102af23a06a47238e6e6801693e3992ceb2228b7f8095588 +size 1717652 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000553.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000553.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abab34401e591a94922e1c546dafa2a571cfa6ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000553.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc11bc268de64f66a8901ebab5734bc982f1ccec8195091a9741dcdfa0137830 +size 2593804 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000554.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000554.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cc2f472feff321b37dbe585ea3d8e5c8f71318a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000554.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38b69719272b839b92ece1734f75ca6a05f4bac3a38c3607128bfe2a2af4f1f +size 1980053 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000555.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000555.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..712b12bee01297edde305bdc0cc6b3c612f186ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000555.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0edb7ae7d61a86189a5c8e4e2aed143b5d7c64bc7d0f9752ebd726a077e32e +size 1907432 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000556.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000556.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c642fdda48a32af6f27ab28077131cc980d50ee0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000556.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b210dd861f05f9dffc2bc1a249308be63d849a40eb044b9a5045f35acdf4b3 +size 2871864 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000557.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000557.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bf4f946c57e1c2483e7c7c33cd5e6ef4f7ac2b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000557.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a29b5234f12e364fc361da38a40446eba5d9baf0eb57b45a07fbde385318fa4 +size 2833879 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000558.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000558.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..521a82f6ed55b60be6eddd1999dfaa46f76b61ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000558.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae73f2aee328a4eaebe7e16bf7b2d75ec99ed3ae870c01fdedf68357d2ffe74 +size 2067272 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000559.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000559.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbe8260650ca25882dfba01b24c310e4376c93f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000559.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37513915a549eaa4141052461f0ed735c679459446cd344524c2531159de56e2 +size 1843914 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000560.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000560.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8054a341609ef098e8f68f02dcb9692a963f792 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000560.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b194253d60cd5f4fc82c056803b13a6a61acc72b466ba508eba75b4301b3c571 +size 2126207 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000561.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000561.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87298b53a0959687533311400a536b42be88c147 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000561.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91b209f75003d41066face8e23d9d924fb60930273eb18304668b7a591f7249 +size 2150190 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000562.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000562.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b81c7b1ecbd3dbbfd21e35e9c4fe5b24bad29a01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000562.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b9874c0408bd26307cb4eb023cd4f240a88158783bedc44d6f6e977892944e +size 1813283 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000563.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000563.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bb8c644848bf32e4151e6c64b08d9abfe67db6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000563.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8720ea464fb01ea3b2b9ee34eeca996e66ca4ed18de09f6c9e0117fb40b3adc0 +size 1240009 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000564.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000564.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cda5ae54ab2aa29681f69d7b2115616a71d4db3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000564.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26798adfec36b5b2a26db83d3593142a1a24c72f470a8f4b52bcde3f7c0e651 +size 1321350 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000565.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000565.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52b3b668dfe9ef72eea9ff826b1ac0d045e6c524 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000565.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f144ee58a72a84f53447e7744a16fec5256dd30682b5b5def6722e08502afc +size 1657833 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000566.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000566.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f8f7f519094cbf15f5962546150627cbc1da01e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000566.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b702c88da176120c3e101d2a0c5c9545f48a58f48ab9c14025ec3ade46d14e35 +size 1880804 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000567.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000567.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f76cc955eb3ba41a3780e663a31871cf43af4af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000567.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1345f0e498d4da891fc7dd2c87b79bacea08ac6ca92b9605e22c0fb3f46c9e84 +size 1804832 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000568.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000568.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a6984ab846851214776cff112d860c7f7a16ccc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000568.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e393c16a94bbe6b76b22a29f13d037088d316496009edd61af10cf40a0842733 +size 2060507 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000569.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000569.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e90beaaeb1c83af1975a242f9756ec2fd0d6b6e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000569.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109a2737a6a98a5e1e9eec92e8b6b5c18d0445cdf0b7f8da9085223b283fa892 +size 1643548 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000570.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000570.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5603cf19caf184514426c2ed5d7c92eef2a3d666 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000570.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8074dabf691ad04fbcec25942fb28bd3af9af75d8de1921dae64b496aab65b52 +size 1516094 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000571.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000571.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a892282f640fa834dea46f9da8757534cb25889 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000571.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3457067ae592cb62f6f21d59304824edec9c54b446b2329f46382c900e4153d1 +size 1975056 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000572.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000572.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47d1ab57ae2733857f4a4f07085ab50818ac5347 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000572.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ddba5ed5a46bed5ff5afe758126a1a37d384c8a685a18024a2e424925e65397 +size 1931951 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000573.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000573.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e71a68831a5d12f4777d1ddf40b7291362c17229 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000573.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140a359398009b063a3fa2b3a7a377adee4aee9ff85f7281a21ac4f77271021c +size 1981263 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000574.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000574.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01bfe952dc076b78a5a6c5db3f439b036ea4fbec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000574.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1becd7f6c6e9b2bfd2e88e8a8d33e2e54a2f8dc814cfa84e3f89945284e6c4d9 +size 1674239 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000575.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000575.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..593feec832ae00686e6d5ebe8198e58ab3cd98c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000575.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0af54739c1256a84caa28fc1fba587d672a3ecb6a1c48eddc481f6bb20229e4 +size 1606425 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000576.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000576.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..087f44103b1aff2341d8c720dad4cfdeb440ee72 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000576.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfc553b1b9d014ce79d44390bc7db245793b68b4fcbcbc9ae8b7ad8541cecd8 +size 1490282 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000577.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000577.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7212a6c154493c29564ed9a73de055fd6c490d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000577.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fab440f883176019e2bcbe59c92f88c3234e531da0b1d8f80f444bf32ac0a22 +size 1315189 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000578.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000578.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0922722e18af21c67b77978cb528013fdff3c8f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000578.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3603e30985c186670f586eceb08d40068904c7e64e0f34d1f702389e2b57e20 +size 1693919 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000579.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000579.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12a2817c45d339733894b97a4dea1fd349391c4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000579.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad565f508b4e34dc4e09e6dfe957725b14e67267f39837a9b111029adc2fb36 +size 1530431 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000580.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000580.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..584512dab6516e4739945b3052abb48de77fc2ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000580.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b86656caddfb161ce80399cbb53a7e9034c27befa515153660e0c1386664ca +size 1759770 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000581.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000581.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3452bb19ff488e62aa718fa0a41146a2261578c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000581.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d50bf08d1b5b8eecff0754201b16db429279169309a70730910ad664478e22 +size 2113305 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000582.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000582.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7911db6f3ef9b8982fe1a6f2dceed7b517f1f634 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000582.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad47bbc5c61b144bf88b5b67850211a777c04db0cc3476a738d085f8f733745a +size 2056355 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000583.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000583.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea9630dbb0cf9c3f3bebba63909753b74dd0f075 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000583.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988fd0c004c4897f4aef520c8c31f57a4fef76c8bd7fe5852e6e62744cf31bf5 +size 1968454 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000584.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000584.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f9e587320799ee263d6b71f81f5c2803c4f7cae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000584.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c897aeb3aeaab1a1d50d1a8097494d0f8548ca6014013ad8e96e1a4841e5c7 +size 1925598 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000585.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000585.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f9440203c3c7c0f5dba65be688df131953ad80b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000585.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a51742b22a756e26303cf5b18ea09a6dfb451b4eaeba9545236624f4d7ed408 +size 2127814 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000586.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000586.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..110d3148e2e488939c8ac2e79ad3d9556282e866 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000586.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3471270caeb0bcc6740c2d5d05ed0dde014be6b33ffb11e29d6ee14e859f8d +size 2014625 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000587.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000587.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a1677063c1db034e5655525f7db29118692b69c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000587.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e123f432cc50ae5d7c2869f31d5344a1c4927c095bb2ec3d7297c915ef60d6c4 +size 1853601 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000588.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000588.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5675fc75b48fbb41ec8db9c799e5033b28db29d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000588.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8b04200c78f28fdf7f182f0f55bcdb7fe07723aae6dfd03c2130ecfb3ea025 +size 1812428 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000589.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000589.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90ac59bcbc8568abc1d06e0d99d5eb41adba6f29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000589.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eda785710d70a0c162697fa1f5a4073623bed2e3190d320a78966ef5acedbf3 +size 1745330 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000590.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000590.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13e031fff90e9f6d1bc9ddd2997d710ed0fd64f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000590.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439310dbbc8bccc2215f4cd31c32d8266bcd23864e1818f951197ae0b2f3c2b8 +size 2204737 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000591.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000591.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7440a75e04bf8c054fe2d6162620e72b2faf7785 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000591.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6c64f7e7521c85b0e0059fb2cdfc26e4ae94ba87a0c377991e1ca1840c5bc5 +size 1828909 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000592.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000592.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..910ed0eef20a7500daa67a4c2576ac2e69703a37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000592.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f575e231e8746725b87e3e29d68dcee00823fc136a715451a68f2d53c5505f5f +size 1959070 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000593.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000593.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db4cddd01da4376e4db63b2bbbbbee0afbd6a9c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000593.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c17c98d09ba58fa3bf52d576dd67ff580eb7bb80f9e9e533c12aaa131bb449 +size 2484654 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000594.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000594.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d278d923faab5968425994506b96a2ce52ba4f5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000594.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dc5b66f10001b3b9540c0168a0f5de62ea74efb72cf8ae742a3e45a9b36f18 +size 2211638 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000595.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000595.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8608cee777c13d71b38a4c4e729ed7f76917162 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000595.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7cae620cc8b573b4c0d45c9b8387a32f732c59a2395f958459f6284b1e9739 +size 1745653 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000596.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000596.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6b7d742dd2659939a7b8d49a4bb715101db357d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000596.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a3eee6c9bc70822597629dd5381b7bfec8d87da7c2691301d87d5f08d727a4 +size 2276022 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000597.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000597.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2cdde00abe6bbc29777ecb7a2d6fc09c111fd87 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000597.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbf1f473d9077b1ef2978e6918f0c561c2136422964c166806981536c13137c +size 1759674 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000598.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000598.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..697e5e28b15128bcfd5b4cb0647cfa35278cacf7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000598.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8528aedf394e25b62971bd78c4c97b36757286d1aca45cd46740e6cc66ca838 +size 1707674 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000599.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000599.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45b539ce85636911ce6c000581c500fdb7a68b9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000599.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0236b7de881dadaf9c2de3f62649a22b63bd306af1372bd8c27a69ca5bfe3a6 +size 2009090 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000600.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000600.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e2d2c79a4272aa01f6706ac493bddf38a81f231 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000600.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf609abb507867387dbafb7a498002998d2937d257a80b7f7850c716ddf0e13 +size 1867452 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000601.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000601.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25422a461938d1d8f138520a37e31e1f1f4c6868 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000601.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c86152871c744e6e03ef96d355413d7e2e2471be012299557f3302c889ff149 +size 2118326 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000602.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000602.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..784f526b22da9b744ed22f72b9dd1dc329e519f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000602.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af5a93e321fb92c90bd50563790db227e685ea9c04f64c9835a8b2ce2ba8fc9 +size 2256363 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000603.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000603.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d9e72f3f5fd13aef3e67d3558f6c4c06614b50e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000603.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2393da7ac6c79f147305ea30e92b1bf143ff06e2b505c77df41e250178fbe844 +size 1617587 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000604.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000604.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62f4a0a0060e2a1c61eb83a2411c1b9f7b3e5a71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000604.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f07748eca8e14be577d18daf054fad2958e3dcbff37749e3ba191af425a597 +size 1989072 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000605.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000605.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81000c7e9c93c7002b00afaecba971ecbe6653b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000605.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee0aa357c724afa3225661154ac428a9fd4d937fe400958d70aa77233617e0d +size 2395802 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000606.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000606.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2ad5f23782f44ebcb6c1bd07bac6eec9184ba29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000606.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b20545e1206951ef9491380c483df82c2a260345670f41afbf39a4748518ea +size 1882084 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000607.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000607.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3e2a265e41d9aa4e8925a197ebaa56e1e529fcc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000607.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4aa1f8117a750eb0e82ab0d822cceac4e7efb68228bc19a9300e3914735a67c +size 1863426 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000608.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000608.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..015368a3dd91f744bcda570197387a435c714f9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000608.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1a491131231b5c89af58797ce0312ccbb761c8042eda6a2f1901cb38ee4462 +size 2023280 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000609.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000609.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddaf6fc3ebb3ce80377cab2bd4d01842f813f0f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000609.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f134bb7886f8e0afa113cceafb9b8da53b35d72905d8543457172eb063a80ac9 +size 2607620 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000610.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000610.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16589e329249e11c1c35f106aba78b19cc468c63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000610.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3c30e3b3fe6c2d2e8d8891decc61b418429e784294da864c806632632321d2 +size 2301799 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000611.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000611.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3658b39f65248790fe15a534d477d8a0a45f8ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000611.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0812e1f9c59ab8d724da0144dcff02bfc804cd1e5fa713643e7dac256df19b +size 2171980 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000612.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000612.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd4a9e6364f3eab1b96ffa22bc2f59edb4a8f6c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000612.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f5da65fd2858ebd9c66b810c5d40ddfbc75e12e1dde54453685b4d2cf64d0e +size 1990972 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000613.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000613.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77bd8088234c0c1edd2cc5579f3c139c53fe1c81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000613.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87d1a9e57c17bc5360922d5261b19f7c1bf0a603f7a1f4b9a26c52386918007 +size 1822887 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000614.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000614.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ffc7603af9fe0580c5faf4decf4992df08aca3c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000614.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afd01076ba92adc60e47489ebeb63fd83a8c8ab7ee608b076c40eb7adc8f9cc +size 2461226 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000615.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000615.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db0f8cf32eea0af07b67c40d69788a1c6b1e3a75 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000615.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fb3283f21db769a5a9e61e63aaa1c4bb5f1e383d08f6db0a68c61f6907324d +size 1729599 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000616.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000616.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..392e9478b29e0e59501833526e68c54dc4dbdebb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000616.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4845523f66ca13c05512748a1af7fa30a5c97f6d6c87d75dc4170584cfb476 +size 1743954 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000617.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000617.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e38091ba71fe89c7bbb84965bf7a3bbaeb7aa4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000617.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3881521ebd5544e135e3cdb9a37eb0f4a4e1cd8a5e415283e3f3b452e45060 +size 1953251 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000618.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000618.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..defb7b29ccbc037193250bd5c96ad5ea72a3a65b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000618.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf79eec1eedb69b614a081e12ee7a490de5a4fedd6ded90d50b74f0a22ab4b5 +size 1728962 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000619.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000619.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8eeedf9fd13fc795b8d8bd900953e1d7dd70f621 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000619.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adac6a154f759b124a65c8040d34ca8f7f4f1d19ae7dee9a00b7232f03cc58ed +size 1769502 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000620.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000620.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6a4b8b5dd5063afc6dce5525f8855f8c8d0c992 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000620.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d078b4ad4f7936efbd6214f7d5ebd1d33953c705068f70baa9f67a7f8ed837 +size 2001555 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000621.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000621.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d75dbdd6f0f3994e81f28bce076b2300bf554c64 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000621.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391782dbf691de05559764e0b791f99a4971ab0c3725c621a7e2cbc4e1443508 +size 1956941 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000622.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000622.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e02eb398133434c41f16a30e2e2b9f5cdd60df29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000622.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a080225d0d901a2680193fe77cd4125321a6a780c648b0f96b6db47e456a34cc +size 1791634 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000623.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000623.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf9a8e5df649c5ba0e734f7721a180e4efae2326 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000623.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47e9ea47420884668ea90c2e52e1420d8ff4b2aa5e1427f551c04fa17a75993 +size 2222674 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000624.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000624.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4c2dcd7e6893b171cecdaf6cded79e537b7a3dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000624.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed94cc9768691bcde6e74e1e17f64185fd231f9630e0b800f17e47413de6670 +size 2116056 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000625.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000625.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e04b41afaf3c8b050224ca00eb598066b4b0b5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000625.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d623fd7f62493a47e7ab2808503edc793ad31dcf77dbf99d73dc9f8aea0a0a4c +size 2173341 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000626.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000626.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d552ef42f0e965bc2744d0ce9ec9eec25a6d617 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000626.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd3a2ba37e421a71b55108f166fd4d4f4572fbd07ccbc95e2bdc1437fdc292a +size 1527532 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000627.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000627.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45a4b11f55b00a5a2b2a7039c1a07ffb86f99e6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000627.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9394886db63c10cae7c11a08a7b357c9ef6bf05ef25b7d7ccf46b287425f66ea +size 1375006 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000628.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000628.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beaa9eca2e28bf866f846de602646fd78673791c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000628.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa73c86f62396d2280fb9f9db91645b1b535025aa5bc65bdc3c835b38252842 +size 1433857 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000629.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000629.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10d32da6df9e6cc37ee8a13ad03ac1004207acc0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000629.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f318cc4cb309b31a0ca8503a8d7ebead42a9f17a0605121c9be8114e36a185 +size 1734440 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000630.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000630.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27d0aa036999e929274a7269b6a2c26d6eaeade6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000630.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c664e2a046a18d822e2f53c65db40ce72164115ebe387ccec1b710b62bdfc497 +size 1913792 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000631.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000631.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6192f7fb17266bbc12b4b6202ea2376283711351 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000631.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af7a538bb3e857e36a5006ecaba0d7ea289169a249afd662c2b78b9d525e1fc +size 2109100 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000632.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000632.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b07fecaf8eccbad7ff0a5d813e994cc341e3e160 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000632.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b59ff15ba8ec4d8b8a13a6d69ef7d862266e2beda4be162398f801c08e1c52 +size 2060694 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000633.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000633.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cecb62aebe0538ad854a5a19387db37ff6659ddf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000633.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cd8a298806b73ff4040ab8924308149be43e4f6fc9b2fc460ca63f8de40de8 +size 2399335 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000634.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000634.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c607f382b2796f899c1c2b8652a930f35a7bd9ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000634.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e115734fd9fc147b4845e58a188151b84ea03b60863d2626fcc10eec6f0b2902 +size 2550593 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000635.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000635.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb5ea0ce4854f7be9789baf5c8c3800dc46099ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000635.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97436a16e6ec7cdf8494fa5c5617e14350f7de5df4a36814b188ebd7b491433 +size 1899761 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000636.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000636.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..137b283fe10ff5b1721e52eaf8d373df560963b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000636.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a18b35d23c88b643a462857c63727a0f84f24f5f7cdc7c99f52417cca6d8ca +size 2168550 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000637.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000637.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fe45e28aba582606448fe78042f3073768a3763 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000637.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736595c4e809d540cdfc1e03260f5a29ebc8145cdb67699506b8af0b92d1f95b +size 1855984 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000638.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000638.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70519a24988d45caf507331bff7409481fff4edb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000638.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c7b350c4cacd2a8f350bc4450d36b34c580ec491d2522027929354eda7b48a +size 2186967 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000639.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000639.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00cf4f393bdf6a655338a14bd9b6e71f46acf963 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000639.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6776169fc06b7649efd97931f3fdd53f4dc8ce220348f664314dc5e1adc37415 +size 1733293 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000640.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000640.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a90e72248fdb60467b0a62c45c230af8c92064d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000640.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ee692055f8b10a5770fc16b6b797058e9c4ad3e0d45b7bb585abb3670bd5c9 +size 2393937 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000641.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000641.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..874fa40d04623dcf5226091cc9d7c055ad059de0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000641.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c7244689050a5748f5396f13e98619b6f32dc882a17dc9caa7cb26b88f82ba +size 1890838 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000642.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000642.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f74ae5bfd45abac3d7c0b34a13db1470b1cef9a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000642.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa582f04320b815a553327813b142bcee7e4d7fc56fdc599e89be988122e7107 +size 997048 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000643.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000643.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78f98ff3309c33ca2a76eb920940defbd9f39177 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000643.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b3902d9f05e65f317accfb5d138f5fe18acadb37d3e74b2998771f17da403b +size 1597638 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000644.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000644.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88d753a98870e1d7af4b653cc3c7755a57156c09 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000644.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385697c44cb56ad2afad8f5b1db2be2acf289a6b724d899042c10c0cc5db2968 +size 1598614 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000645.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000645.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3020156828b56dff4efe24e1194b531b2d20bd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000645.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cd80c497ded7a8cfe4ede4d841a5f524f20bab5fd91191c4cb72b6561b8b4c +size 1343810 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000646.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000646.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3968e4638431e1e6d89bf76b9304433fd6e78a80 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000646.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2662a212d8dfb5a001c9a7f2719ab20ff394a8f43083db92a23527e67ac34d2 +size 1416708 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000647.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000647.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4531bfad18d6843619a59cf3804a34b06557df4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000647.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0605154208d77547a387d7f8606a6388f2b9ef4e891e80de894580515c4b18c1 +size 1558637 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000648.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000648.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33001e130992207e425752187c2c8956c32d2d67 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000648.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a46d63771061ace133ad77101ab011a1065e2dfcd370b5ff9cee7ec81f7fd1 +size 1339984 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000649.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000649.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6d1c92efe8fbcebe78c21f8872186b99b4668c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000649.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9086b5daad58ae0895d69370e2daaea0164663231ea98ba405731b79522de202 +size 865658 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000650.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000650.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc6c6fbb706ded203570709f51a324bc09475699 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000650.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f370267bf2336e8a0e69260fafde19ff6a23afbd967143478ca6fb6a4f55a684 +size 1213790 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000651.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000651.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95c0b0822f29f8ad132ef65d16150dbfa4565106 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000651.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cee3b9b8c89790470a77d054cc0f8d44c9207cfe8782d4404755fe59bf54afd +size 1235355 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000652.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000652.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d1a725196698af37f8c822349c3848e4a0e200d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000652.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22687ee83cc7bf536cc937fb76decde64ed6166995cc123ba38609b6d9a5e40 +size 1541039 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000653.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000653.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53c491ce89dbf4ce66d85fbca990d72c9fd575d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000653.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04abd86bd1e843b1c3f198b5d849d9492e3d66981ebaea0468bdb80fc95dc5cd +size 1402266 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000654.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000654.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..857319ef52cc15e456de240b5fd9e19146d72764 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000654.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614d27335b5628f3e3e6ac7eec30841ee3211c6dd6e49af2be04f6f1bd6b990e +size 953325 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000655.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000655.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8084f3885a67617fe9dfb120b7819ea6696a4a25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000655.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05775a14b0fd62c15c73fcdd8d6d2e5b021824bccaaefe0bf452e7d84970027 +size 1204525 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000656.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000656.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f25e7973ae8b8a09cc94c0d8a76e6e3f088e091b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000656.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bd2222c1ac24576a6b3db39fd7f4f2512d57a376ae449e18f1ab212a8bcc1a +size 1320040 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000657.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000657.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4c564f8778a814ef684834dc917f8783ef17e17 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000657.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9e42042cd563fb3db4167964bdab3e9e66db88d70495b23651e5d5fc01db98 +size 1524655 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000658.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000658.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7b6e4894c2371f4443952e093f7a8719ea3a56e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000658.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66dfdbe22aff964f2c18598f4015b38d02ad9420fc52643f3db99cd174528a4 +size 946227 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000659.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000659.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e22d094b6cb623575de9fc1dfbd93fe0d638cd5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000659.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1bbc623385c77d6f36b3dbf3c38883c3a1aeb0c79e4cf34b1c5935f59d28c4 +size 1137479 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000660.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000660.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cdfd1ab91bd45fa40a95f965199433b258dc8fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000660.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79779ddd1e5f0ed2921be9d7e6feb533aa5273323c619237d7d88f4385a1c7bb +size 966119 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000661.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000661.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26dabbe2293b17966a4d96224a976664ef70d9f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000661.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9632881d8990c5aa47a94ee7c0dd8bd3614b19c778b4c3455aed1b09869fa155 +size 946161 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000662.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000662.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22ef9a6f728166824ee9a86d3ec6488f5db67b3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000662.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a25af48c3602e077b275c5adc06508a65a316214f35232ec93ad2a81aabd79 +size 1367493 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000663.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000663.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49f079d8d4a797e8d05ff03f9dbff1da19513044 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000663.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db68a0e153a8abd9875650c69a4bdd614d2b641b77209c5cf9a88ab1ec4175a +size 1202418 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000664.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000664.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce5fa2635d3da874e1e9e56f22bb2b42ff3dc91c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000664.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d5ca6c4b7b122e3d5dc85f01cb9e69f64584c3d8000bbbbee6d7edaa4f38e7 +size 955675 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000665.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000665.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38f768ab7a871598345ad5a580da0fc38c09e13b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000665.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b72bea1b6bb56b9c1ae6cf91ef01a1b4f5ef060c9e7179b379485b7e8ee1d31 +size 1291770 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000666.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000666.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f62e37e1692f2fd0e389fc35000c1d18ce873a04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000666.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7019c703fcb67cfe15b4ac7553d71343eadc4440ae8bbd6e359f6bc71406e24e +size 1156641 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000667.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000667.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f71a39e5494fa0e08096b341416b8d2ad06420b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000667.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c771be248a2e44d70acdf4a2516f8d3c777c2ef0d35cf3902cfe33f637bc16a +size 1503432 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000668.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000668.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a351405ac3effeb79e7cee537782727b1972f6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000668.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e646b8fcc41a990eddcf121872a4b1c4f3b8b1dad3183b3d50a16f0e226289 +size 1228310 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000669.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000669.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88a0068073cd1bc630c2c925fc075139a6bd0411 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000669.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3676631a5127d56dbb8a619df491a73044057b8fe704b7c31db06f0830d7d06 +size 1142858 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000670.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000670.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ddb5511540d1a0b1e7a329e8f01596306e5d987 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000670.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f45102d8e6359dd12f7d182a3fdc658e43ec2da71b5166b1090412c67952703 +size 1318595 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000671.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000671.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c9638c2c6f7317f62e543ec6fa4dc62386f4ff5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000671.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7190c722345b9e2fe1b159e54101eb48dc1b5b39f3490db297b323b08afcd2f2 +size 1322275 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000672.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000672.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08be0d04a873057b5a27f183a3aad55f9ed2b620 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000672.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344d36ed0c6cea1468af58a4155bc779ac079d2c923d2abad8160eb256a15bbb +size 1274674 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000673.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000673.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7ab2994cf995233acb54d762b49cca00d68ca6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000673.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc562f4f9f2569c7f490f64d59f0ef9bf6d68e6a6ff449b3064647d3014dbf9f +size 1196670 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000674.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000674.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c40ae8f63ac15401dfa1dd691321fbc55c97f299 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000674.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8f2a09971ba737552046b039b37e09021c065c8b1308525c1e4c9add848090 +size 1128704 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000675.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000675.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cfabf8b850f41afe84ec8ae5eb3bd3e03650f83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000675.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb19182ec3b1d60be746572081735fec97d424e205f9a350c431e9f14868a07 +size 1134612 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000676.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000676.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba39d45cafbffd269307c8fe870747f6a3e12036 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000676.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587f5045825a53422b7f06c7e46af3feb970ee0ed17a9345d4b50811a05558bf +size 1021175 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000677.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000677.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..356409a05f97bee141a4543a5721c2d00035c5c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000677.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173aa02552423705615195becaef73404c39682310c221cb7cbe486bc768eba7 +size 1301717 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000678.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000678.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c2395fe438b47ebf6dcaf658fa7a0127433fcae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000678.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53c3202a24bedc7736475253094b4a958ff7cb26d59f87feefeda6503a16f79 +size 1206244 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000679.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000679.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc5647ebe25e792728ae7a722e9a0373d2ef20e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000679.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a566cff1122b11f82fe0b3726a09f040aa49eaf6ca66cad38f969c7c3de1e9 +size 920719 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000680.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000680.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c647c3e7e0b421f7f15082ef04d16455892cd7b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000680.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa0e5e4a6ca5ba1b20a04cea0fdaf11ff0b0e25826fc62118141ab1a5c5752b +size 1546700 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000681.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000681.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..429e7f4dfec129d92f3434007bbf81a9609d9cf2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000681.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0872097ffe92116777b23911971eec56340efcdcc9a08e60420ebc31eab2313c +size 2141500 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000682.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000682.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dbe89c162dfa7495477a068afa1d1dcd1209af4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000682.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a4aa6e01adcaea713f882765ea43e7c1b6fc16bbbc49cdec0b021c9469bb62 +size 2160764 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000683.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000683.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33a9cbabf5739d25819f9d98c32c967dece39dd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000683.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505fa5ed5b38379b31607d2bc02a270e6e9308473da7bf06c239e3637a3a53e +size 2906945 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000684.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000684.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..973cfa02371aebf1bf904fabce07dfb2a707f3b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000684.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c131d5966bb1fb1d3de8ea085a6307f2e9a08e53274a51911ee5945e1c04a2 +size 2110333 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000685.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000685.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac22cda1ea6de16eece904989ead734e30772992 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000685.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e677439b4eb82f84813d01337710bd6ea3102f8300f355ea63eda84f8115629 +size 1902969 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000686.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000686.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b12bb8d0eacf958985c5f25e64117e2d58f420bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000686.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7602abb745939258ae7a837190496aee30188f5e4e8f93d354879009cc38483d +size 2029941 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000687.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000687.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b9bd33c06ddfcbfd7ba12b5de7e5ebc2fa76a5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000687.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2394090712227acf0d5620fd30d1b9ab2a768362ab306b1f9fc756a761b80a +size 2049599 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000688.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000688.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fc3de7b57c6b53a5293bd1aca066b5cf3c6982e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000688.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747234cd066dfa18ddd67747beba4b70bf83ac1effdd4e1939749b3c2f9170af +size 1675532 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000689.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000689.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..051631e1005cc0e06a1368790b6678a436eabf72 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000689.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e74bf4f8f565f022a79a62fc7d5368f25672551e767fce6b56fd0823bd1483 +size 1895500 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000690.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000690.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ab8924cbd6cff831c8cd5353815e0b1b09186d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000690.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cf7c93e219ce815fa1dfd841871c9f72752d841cb43e9a933f9b0b79780025 +size 2446296 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000691.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000691.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc23ed0a0d86789a124af2e255d0fd8ca6b61969 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000691.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9695506c8b9629463690dfa6bdd3c8b17f7ce3e9154141a4e082c057e807d778 +size 2165744 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000692.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000692.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e97aaa5edac1c0470264f83d323e08b616c5950 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000692.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096fb4a04c846acdb34e1a8b60c535d7c2247daa7a07741a25ba3351297f86c9 +size 2463437 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000693.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000693.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8620c3ce93d68d11d40e3301354243afc1493b32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000693.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af00443440517e3e4a775554d4468c0f350ab2695923509343586ee0e3196af6 +size 1825966 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000694.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000694.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6990ba1852468e55d83e75cf58265db8d3f9f057 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000694.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b116413a5135555408db5639e056c89869815cf43ac11858b7531c676487b84 +size 2341429 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000695.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000695.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54e71290fe5cceb6e47e29ecd404663818dfd4f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000695.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425ade0d5409216d50afd77b61f9c06cab40ef25921c7aa72122b748f3a4303f +size 2323155 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000696.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000696.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e68a5a718a0fbe54ea5ff3eb6fe3f857642900 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000696.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a1d4f1b721a21b05c05dd646f713acad833a12f6e7d0fb26bc501fd07d4129 +size 2097902 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000697.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000697.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8846518c2b62b22522fbd562a09f2e80f82a88a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000697.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce87006d645d3dc21022c5f97acd6d97fac7aed99a391105177c3eb73ae72779 +size 2150430 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000698.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000698.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7adcfc98b1ef049a40e8e9c7fe74e1223db8d3ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000698.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3dcf5b7c0630d75e43b065459e7bae1742356ed782e0e2614c16ad2d263b0c +size 1852758 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000699.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000699.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a673e2a9344a0cfe4556cd4f03b86adc9e6dac7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000699.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca29ab12bfd978ec82b77ea630708654c181b32ec4c8405f3b73bb24bfb53e63 +size 1672979 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000700.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000700.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffee398c6e8c414d730aa0198ca13a3ca918528c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000700.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1629b41fd397bd6ce323e4cfd541cf12d16516fe1f17f50ac7899d1790fe045 +size 2024168 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000701.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000701.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4268f316e1c50ec09aed0892805214bbb125858c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000701.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d7942d5315d6c16e20bf399b65448518ca411b2a3e76b03d597b488b9e059a +size 1691935 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000702.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000702.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6258f97485c977ad5c32af8e0f57e1a268a4daaf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000702.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1035684d4ec6c22414323056e7cf82ecc6fe02e961559f8f371f1774eb6017f8 +size 2480550 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000703.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000703.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8981316fa7fe1122333499c568e1ee27eaf64d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000703.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b725be183721ec549524151168a4cd4dee690e8a0010ccc429ad8e7a2d1315b +size 1893240 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000704.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000704.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb5064cff3fee98f3b8a51f1d50267443b0537c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000704.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123aadfcf70ab00f7f7b7d984fe0b947d8313b62209c1915aa2ae7d5d00e86cc +size 1857851 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000705.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000705.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45b93918876bee518643fadde5e0ab5174430a30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000705.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1b327db59478d8de218b8209ae3b421c48c93bcead0dced865f5820da81d2c +size 2015249 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000706.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000706.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f71e406a98899ffae7ccaced380c9f99383282b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000706.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabf92e37e03e15d853a87181709c078cc01a3630ec5233cdfc4bf6547966b6b +size 1754051 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000707.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000707.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..813e20214c473aa50e02c3c1dadb716cc67a28d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000707.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9304f182432727044e4013874ec7510a97f69ad1a48a59846c1a2baaa2bf344c +size 2065649 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000708.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000708.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d21f7ab10bd63ab09fb050175f870507a9887b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000708.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b3cc3c3e3b4a8551ec626fa4e8108e15069cc0d728f2b4ef0df49863dd65e3 +size 1817931 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000709.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000709.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d903fd76c4af8d0889d595a1e95bd7a902d0271 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000709.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6833e1d42f1a18f0cb17163974c79c8038fe1c7e0cc0b60a37e856997d372cb9 +size 1952861 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000710.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000710.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf500e2f7dbc9343e9d65bf567f5bb7e87dddb1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000710.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8579c065a7f73bb84e1787cea2ca34b0b78ad90655f862940efd933e73b21f3a +size 2064386 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000711.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000711.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9027b187fdadf0652574d6afa45b1eb95c9c3a3f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000711.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1497c066ddcb998aeb69caf403b34ff5c865f04c2c12760d44b8963726f09fae +size 1975582 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000712.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000712.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfb4dbfb4aa44a459478389c66698cb59fec946c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000712.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0920b9c9d121fcd17b936650bccd2ff9b34fea01c1b42d68a04a6640e1efbbc9 +size 2507212 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000713.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000713.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0d9d39af6c6426d41b33193a1248497a7c7660a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000713.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e768fb74caa10f3e3254f2346a0d780e4c88bcd56d70e78353e3eb68a246ef90 +size 2000028 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000714.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000714.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6e411cc071c0cb1947c12f0a87fa11c0f2665e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000714.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90c51e5c172b3f0f8e293ebeeba18cc8e3d2272fc2cd75505ecf8eadd4ef757 +size 2114332 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000715.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000715.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46ffed83bb55cee920ea38764f22d103335479e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000715.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4caf75bbbd0078f6a0693d22faba3b024619f7e44071610b4e96e470b5b1d2 +size 2365517 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000716.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000716.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02f1be548a15129d92d474d5071a9f2f6f1cdc59 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000716.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b5b1d940a3320a5a35661f20288f91e5005eff664d299e3e7660745abd9904 +size 1879766 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000717.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000717.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70896ee6f6025e39266d4eaa32f8518d57776c39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000717.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b6f37ea21a391d15a41b0fc828bbd049f968e49896c8b6cd6ce1ec4c1f6c42 +size 2238102 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000718.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000718.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ea6a9ccf6a2808ed5976e804126ec275ced85a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000718.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b118df62588930879bc1a2ad8cb621b6d835379f6f1a587bae8598845f6d9f +size 1594393 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000719.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000719.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32aa317670524707c267d63aed2684c6e9353e70 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000719.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddaabd0321610401dd0ad21c9b8484b635d9c76f8b13ef3a704f92da001a955 +size 1819191 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000720.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000720.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b659f0e9cce8879240ac3a8cf6a21a4c72d5b65e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000720.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfacb06f2d5f7bbbeabadb61ce5950b8f1a10ab9a42c723203d9d9451097c49f +size 1938408 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000721.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000721.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e6b36ca4777cfc4429aa6c1c609979940821790 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000721.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698dc3975c4036ebcce1e0a051e1eb05affbdacab8c773d4ea31e6056d3b895e +size 1868334 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000722.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000722.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..feee6eef8bce45f924fc6d64d709a8fdc788f012 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000722.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0183a62d18544eb059ea5254b2bf1fa1d19cf6624ec2b3c11e0228c137b2a6ea +size 2215797 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000723.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000723.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d814018106db2a6c245164b7d5dde0feec4a4c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000723.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a2e45c0ca0ff6cfbdfe60f79e8524d1a6a613d0b8ca2b6673258442bb4ed8a +size 2093586 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000724.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000724.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63f7938ec09a90b4ebd9feddbacf6aa72b44676c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000724.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29c40cddc1ef428b63d77ce484ab18d79c3a44a8b522c88d52cadef85688077 +size 2292502 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000725.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000725.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c096e654f5f55d1435ade7a794f5f0444e8b37e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000725.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136d64ec4d8a6d9876a13e02ed99a381d04ce2a292331e70e360f5c3c90a97c1 +size 1759894 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000726.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000726.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..638faa8bb235f65b9a31202704338011a6f0e336 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000726.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c85dd563a0464e7c79741e5325f2f73511b61564bcbc67e5a73992442152002 +size 1958249 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000727.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000727.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c9cf41486934f99dd6dfb811668c33a3a512063 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000727.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeab95e0f20f325fee23fb71611a3ffd2c87e110ff4be5e8c4bee30c20b5844d +size 1774426 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000728.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000728.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf613970ab8dd47bcafcd3a03485d1af004635f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000728.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd5a3f549e561ce3e680cb1bfd94faa1243a90886f10425c028bc1b170fac72 +size 1655024 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000729.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000729.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ffb258c6f3133d16224f417035b448b868a2f4c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000729.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a633aab8107c8b02774f8cd27be10145e1623cd7c8de738ca4a5aa661686538 +size 2154767 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000730.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000730.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80adee00c47547287d60e7f19c6f5ce44d2758d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000730.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7477fbbca55ce3f2e651293d27dd962bf6a157262767d55dd0080bc7c0832b1c +size 1785046 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000731.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000731.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..246869c88a60950abd3bc3c5fbe52016ae1b0783 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000731.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6851a0367d92aa3c4b2646722037fc010910c483b65bd0123266ce67ee24911 +size 2167586 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000732.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000732.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c62be65f04f442c23f4557e0b1e6f055685dad28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000732.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdbbf15fd8a59a8debe8d5745f76e9ecf9c4437c868d7e209118e6316ac5134 +size 1967542 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000733.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000733.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0881d90c81817d44b07711b6561dc04f617833fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000733.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea79e945093742e88e8621690b811ec489172c59a369844b40fcf1332b4e4f7 +size 2460200 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000734.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000734.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0315ff03676cf67985342538d6e71b0b9e812c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000734.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d059970f409fe53475802ba3c2592d0c044a8e6c22aee90696a3779c77bd55 +size 1892951 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000735.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000735.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46e202bb4f9c67d2adbc4c515744c43225760663 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000735.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7f30b34ef06348a593b5b9dd441d11d2263afc8c0af6dfb33b5271d343c794 +size 1842066 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000736.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000736.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f19a944e1e6b39875c89d30eb7761e644188329c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000736.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af983b9ef8df968a56613566c493b35338aedb56d823a446f9e08d629e8f244 +size 1938658 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000737.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000737.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e55fe3a46e0385d9e712533644e9dbeebd14043e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000737.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e543fc2c3b95dfe26f6d6cf074db06a0ee24eb6c18c5465341704cf5357cce9 +size 2126829 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000738.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000738.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c89107c881dabc88f338b894a4a418f6c7af99b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000738.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9425f55e9da68388b7f50311cf759fb2b8d131d47814918b9722157083bb20ab +size 2196688 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000739.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000739.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bf4e801f2c23a9c6b08716cf6f1bfdd56d9d19d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000739.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae777a1322ff575f2f193054b497bc74ac1a748b73fb9217cfaae0d05db4239 +size 2092863 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000740.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000740.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4dcafb0684c882cf4911aed983ee5492e7dc04a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000740.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaee2b899f300a0683e10cbc444e04770348f4cc3cd7759d784f5e81696f0ab +size 2248066 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000741.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000741.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da6d026c15b3543d1ccfd8c6e2fe96f2ff41d8a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000741.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac85042686cc41a7a0e28fdf54329cecf6328d2db5016d2a147c03f77da71b6 +size 1584784 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000742.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000742.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2b686227b371e02dc5d772c00cfc269aaed5ef9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000742.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b379699743ccfb9dd4f42b825065fcd9bbe056942d80a8502179b542612b10 +size 1767740 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000743.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000743.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..783fdea645f7877718fba8a6291b5e50f9ce12c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000743.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7214003eb1ca5d05e7af5d6deed07fd64a14e23d00a24860847dd4ec00d7147 +size 2525890 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000744.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000744.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9484d64bbf4a4369697ed73f0cdf2018167fb472 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000744.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841f0c5ef6fd6abcab16e2234bfc6846c70664903d9e429bb29da3dc0912cb76 +size 1496031 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000745.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000745.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d33052390ffab3add5aecbdb8066d2ec4e3deb2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000745.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0f3def736324540676e25c16772a2cf251b31ea32c6cc50a73a879914567b6 +size 2008036 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000746.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000746.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d1478e79b1cf759c38672dc124d34371910cc6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000746.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e56f80641741c87f0ad8614fe758beb8c4583cecb89190b808d0b6041bd87cd +size 2092461 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000747.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000747.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad795b3557a3141bd738dc840f490dd2ee250e95 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000747.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f57aef0de344219e2cdda613a0949a80b88c069af29255c47216750311398eb +size 1700605 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000748.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000748.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaf2843a9a37ba3fa78bbff1586eecd703582540 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000748.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd9d351461265726a320e578d646dc55e67a75ee2267213cd19d2e2b7d3bd15 +size 1801699 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000749.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000749.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba8c4966921b877827204bac1f30ac9b60efb0af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000749.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182eca707956cd9bb9a558c0e05c39aa0248168dcbe31fcf1adbe42bf7ca232b +size 1572507 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000750.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000750.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e33f490ff3287f66d8d761348b4dc3fb428f54ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000750.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515c8ca618832b1ea20f3678c73c77cdf59175921185aa6138486799b2370c31 +size 1969910 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000751.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000751.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..901c5f501c53bcc89e4fc353a34a52945e638d2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000751.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6665fed07a93412054bb1a3eef0fd0ec35af19692ef1fe1bb1613359ecb66dae +size 1859713 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000752.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000752.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d39345fe7a6a36295f92b7fd591f7b6b7054f7ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000752.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d59a8a8ec2f9f429fb2cd26418e9a1fb56271bea41c58daf4569b65d3d59c4 +size 2042391 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000753.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000753.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e5dbe87fc960127ccdb142fa0a7984c554b2ed7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000753.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4935e60f338a5b71a79cc0ab1f9dfedbebe8f1e58e9a518f96f7d163c6a3a2 +size 1504139 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000754.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000754.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f0743f84cbb133cdf6102f5ab99a6f07d00cf71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000754.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4a18d923f484fc08c27aacc38c75f480cc7655d1410e1f2f436df3d62a9191 +size 1812657 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000755.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000755.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f55d2837661b8b9b3693866d00c286be4e76853 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000755.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badecb2420c84f7f641f413ea506ba67e9f096fe3899433726e112a1c6b9d238 +size 1512070 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000756.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000756.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5a691dbaab95cddfad99bee8aa9a25f48f37a41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000756.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4281806e6983ff2be0f9df1110c221468ecd716b99ba261dc8d37c97aead0362 +size 1808422 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000757.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000757.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90846c09a7fb4cd7b8a14707109f3f0c3348c3a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000757.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0185667312420c8d0c8fb4fa026abea742f0d31225b59b60a6bc2ce6b74170a2 +size 1408639 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000758.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000758.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cf9f114e9db2d4b38620edcad852b99839437f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000758.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bd9e8fefac4337576d59f5d81b00804aad3daaa20e7b4a95765ff8d6e7e4a3 +size 1616882 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000759.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000759.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5e4783d0203934ad3bf002c71f093bd216f3b2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000759.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62683c2aaac8e0f657b4c53bd8614dce0e627ccf50ca0968d1bd1c50a4750be3 +size 1373592 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000760.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000760.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e2e214b2b1a6d6b6ac5e24709fc616a066bdeb1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000760.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04ed40600dee97e44a11fdacf2121f0520385ed14c1d947359de1664027e467 +size 1283519 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000761.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000761.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74665eed7e839057260aded2611260e195820382 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000761.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbfafcc5d250fdba3a4e2585bd2d27b0d1831b74d687d0baca25ec73886b509 +size 1472060 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000762.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000762.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67e18b68b9067615f706cb30f394bfa0d65a290b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000762.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c241a4019fb67a5da10b8530443ef8185cd05fd2ccec57dccb3c2ce58827e836 +size 1490745 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000763.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000763.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..642a6ab0f97e23675834004592d32ce395fdddc6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000763.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f9c70606276b32e16d1dcec68993f7c8df793c4bc7c45b4978a3792aaff29c +size 1462171 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000764.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000764.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77308c363a4b897ebfcd0eb323faffcf1c70520a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000764.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2569a4d52a246fd89bafb979f4a702f1d3335692a4c2b8df86f1301c40032c81 +size 1608299 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000765.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000765.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..276ffdd4197007e1106c27da946ffcd7d0013663 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000765.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee98acc54a509b36a56ebe78b541c9ac00dc05f0b53188c405e5c1512db551f +size 1682198 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000766.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000766.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f54ee50b530a605046b514ca4831d82770bf4ad5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000766.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d385af544a277cabaeb2255372c1ab207bf5f28dc0952267a28d5d01ad98fd05 +size 1509546 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000767.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000767.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b5972df2fc19ca95acf3399f413af84b5258a5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000767.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ab644fc0e2042392983c006d302ecebecaa62e43d9633082cc4e5a9bdd3907 +size 1489904 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000768.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000768.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69fcedfcb65fb059532a95e6303452a2ce1041f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000768.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3a47ff06eaf0dfbaef6b74b7f447343ff06f23f3d615f0d5f819ed340ac077 +size 1325036 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000769.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000769.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86fbaa580eef3d7fd5928a9ea3f4cd3dcc033ffe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000769.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8519374f671f688898b3a12b9e663424cb491b18418a748d49041f1c401023c3 +size 1337598 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000770.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000770.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06359c9546411761718ecb12bc646b1b83b837cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000770.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5abe92f69ce87af34f062005ac862978963d9c7bc5c201906a223b8dbef370 +size 1612491 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000771.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000771.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d42ba01cb23149bb648728993ec6af2f85ea4dd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000771.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc645aa67c3fa35f48c7346f2d6b19050387547d537b1a6682156f67bc84b093 +size 1520122 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000772.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000772.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baec91d82033bdf0d79f04e02e982cacda1d81a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000772.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed6db59e681c9e303f2fd502ddff556494d6707ce934bcc8c4d8ecaee151730 +size 1885881 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000773.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000773.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e8753ba37387e454f85736928f202cd0713cb32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000773.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706486567731a376af845826d1894d186a9500c859f6d2f169a3e0a81c95fd52 +size 1455970 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000774.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000774.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1d72a58711a3b8e131862e51d5ad6ee0d66a9a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000774.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04465640a0b56a557db301ebda279a339ca04c6895a2b13cd3986ae3ddda71e4 +size 1324109 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000775.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000775.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58810ec21ecdfc703ac2932fb1ae77803630b7f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000775.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f40c526ace1c34ea5b1e66cda8dfff1fc422e6dc9a81368e74ad357d6d99a30 +size 1241068 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000776.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000776.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d07a0eeb71208ca21effd08b2e13845cefe15ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000776.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78254ff3a3b3adeaea63d166f15f8c0d5ea738aa99e0bd4838eea9c373369299 +size 1323638 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000777.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000777.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62ea4bf74f10993d8d329940bdfc8f984201f7b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000777.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df692ffb485fba434e181c4a7d8f30135e174a279cc65d6a2546e038d80e66c9 +size 1605835 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000778.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000778.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed7246330020206451a26a1c1ea523a6953fd5cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000778.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fbd909667305e028aae42f5816c8e43730a4c0a69ea1b29993bc8432b214d1 +size 1418537 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000779.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000779.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3bf38e4577beb29e79b0f768cd2254e6d7ecf1a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000779.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be88e1955839247b940d8ba392a12ff92a22e6dcd87c50504a0d5cfc3894c731 +size 1972855 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000780.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000780.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f10abcfdda1b648b527a6eea4e655462590f37d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000780.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5b6249633b96fe48e15dd03886bc944f9583f514a79057c9ca39b47bffb602 +size 1584043 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000781.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000781.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f184846bcf879b72ce7a9d64c6d83183d3001ddc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000781.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e635c15504a7d42a55bcf7fffdee610ecc72c8ceea28dddb733eb7266ab54b +size 1757811 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000782.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000782.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2b13027c865de27cc483c57d6eb6e675ccd3e7d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000782.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a407a826a37b7ce229c2c41c3118f380b3a124ebf438d1e93f25b79c6987d54b +size 1759018 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000783.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000783.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96fc0cd4237d11a1d5f22b9c87b2bc4052ee13a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000783.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0060e3b18a5301dd347ea085e2034865171122ead66e1a08118243a05723512 +size 1765083 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000784.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000784.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ad79d4536ecb625120a70c7deb737c3d941d107 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000784.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014bf6516b120ec5d2863b631f6dff8b1c039a9ddd2422dc9221e8d858380a0c +size 1755252 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000785.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000785.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cba569b0c019ee6a0c1da194dd3e15670d27604 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000785.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a71985ba1741c71d7c0044092a17a8ef47b56894dce248c7ea4587c370e9d0e +size 2288263 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000786.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000786.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05ad6567dcd8c5927e50cf1fb279976e2f1551ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000786.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b7125461efd0e917c6cf730871f580555172c2351cb1d71b6158547bf0c357 +size 1591650 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000787.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000787.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e17d0a24a2498f29bbf6ad04253a4baae934f404 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000787.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a187c190dc701410ea3bef04e9f3e8cafa06898895adca7a1611ba9b696c122c +size 1744764 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000788.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000788.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc21117d4120e47e839065c5210658bb41083880 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000788.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b11cacc80c6ef5e0175d07728e312b15c9e4600ae560cceebb3c208819fef15 +size 1719110 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000789.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000789.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c17c3ddbd6e0c4edc2bbebb2fa95fb4a941ddb8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000789.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daad97380afc28b6dc28ab5fd008dc58ec8b83f00025a7f8fb115bf2366b5d47 +size 1714898 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000790.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000790.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e33de89ca489ed30c98db4c1719b828b1b5e79b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000790.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64e982ece9506119e988b60c58db7173de4f6733f2f028e8f96d707fbe7824b +size 1626801 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000791.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000791.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f760d758878b116d15c4b2c9841648f0982d0de9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000791.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b154331f62a3a54ea070fb3afe92ced869d60312f2c08385f83267b5b9d768f +size 1677036 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000792.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000792.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..776b9759af8be5b243b8c0346eeda7d6ead6b6f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000792.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15c3506a67f2a62df0f332003bbd974e7c6e86b34f95ba29933ec8de6001cda +size 1458530 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000793.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000793.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b8fe2a761c766c8a7cdb757032f4446c0232c0a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000793.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184d041b1a15d82ef340358e669317d780873924d66f18220dd26dc86741a38a +size 1810256 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000794.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000794.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..798fff65fb855c090b390c9aa40fad5ebd644675 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000794.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b523855b6f5eb6e475168b3b9b7b7e4b1a16b5cfabcc700d72734c37cacae69 +size 2049168 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000795.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000795.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d44c875ed0217916b923f60d65c20c5ca407e0d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000795.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240e7be6dbd677116b999f23fdd82fa03e6bc1b00429b52ba26aef0d71614461 +size 2309898 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000796.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000796.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..977957c13727e8f9d2b8c9947bb5cb4a85c3e906 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000796.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bd7dd10525a3120622841eac65073dc8bdde8638af7ce40070298fc19887c3 +size 2067783 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000797.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000797.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..891bf52f604146d93d9867c154cacb8630d83eb5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000797.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d433bfb442b4ae6eb73cea369bdae539669c0a7d0a2afb8ab40a3940ca117431 +size 1821363 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000798.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000798.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..286d01e5eddd29e34b310e67c0154b589704b38f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000798.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca24fcb08fc0ac64fbb1aee21ae2f6e929eae1246ae52835ac4411251875bb49 +size 1565328 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000799.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000799.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..973b1ec71f6cc73ac5e9dd1973abe8266dcb4859 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000799.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0c8a15e4e83af2bcf2b2db8d2d7fbef188a1b6f73d7e21afde822030b0b8be +size 2113931 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000800.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000800.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46a622cd3761a3bfbedb4291fbca3b31d575c90b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000800.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87e9cee28dfd55bdd1338455c1a4e20e9094d755a82286f196c9306e2b3a467 +size 2895223 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000801.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000801.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4444fcab14d48fe94573b19aa881c907ced5caa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000801.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385431ed7b6bbc585f922b996d27885dfe7d7fe7f0907287271f5c5d75929e5c +size 1655922 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000802.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000802.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcc665def4eea8350e96b3cccc30c0bd459b7927 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000802.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28bb5c075f884b4c1bf1261a6d22bf3de2cd76e918dbe15693d83ffc55035e9 +size 1886956 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000803.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000803.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09d69208301d69828d34d826baf0b553a30cb6f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000803.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3654cffb629440acaee75be9c6c798d5de7d8c2dd15437f2afb3b80161b97da1 +size 2026621 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000804.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000804.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..887a3f4d37bf2c17015f0a9c50af83d5061e8f32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000804.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d2ddb78983585229fde3a720ea1267692c8f84c8109a97027323ed016199f1 +size 1940808 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000805.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000805.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9c620511fae02ec9a89203c9d0582b80076d846 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000805.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66233a0bad1cd288666e4098c2f3594562a02b12aab5c25c36a35354686d947b +size 1825705 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000806.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000806.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fa7f0ef8cd3976cd1d35adf92142c22cc065730 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000806.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5098e19f3f2f773d68202e92c6ec50b34dc2c0670a518e293d2a06d3fe7f729 +size 1747272 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000807.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000807.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ded7fff17bd6059b337ae8155427d547edfa5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000807.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4cd0d72f53afeb1c5e7e08baaeb5294c1492eb65d425ce6fca0afa7d80bbbc +size 1894732 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000808.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000808.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a05092964a47ee77c0349de235aaa3164b71c2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000808.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad4e60c6aab81d87cea3d835b143901b9c606d4afe41013e92d8add4b0e474a +size 1919622 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000809.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000809.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c196f935b6ac95c37c809591066c2042bb7242ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000809.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bdc11228396699bc88bb3289729254a9efa3b645bbb8a1bc3ee516cec961f5 +size 1842988 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000810.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000810.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bad1a5b82f2557b504bf97ee1bb1cd53b1eb92c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000810.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc94e08b1d6599672b72e0aa8d17ec66a36ebbe1bbde650b9fd3be78b7742dd +size 1949815 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000811.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000811.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d840a6a183d24c30c60b8ae9d073b489f82a5c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000811.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f6b3aba3857abe80e6b6795d8f0f7548ddfb018cfd30c21e966f59799fd18f +size 2460925 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000812.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000812.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70b0a22972ed30b2ab73b4f1772079dd63ec19c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000812.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfd8f83ca40219d3134dd7f8c15efb2b7ea371ff97a8a7540e176fa276c662d +size 2178852 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000813.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000813.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e24bc021f5fb0a436e02befb81716307f7a3cf72 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000813.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19f26e30355d765f7d26bce12f28e5f2f30be1c6127aef1e1f5d8270f104905 +size 1743526 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000814.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000814.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb19ecfa78c5a9c116086e9e1a40e43427c74d77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000814.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00323c759ac5f017dde12ed123e5fe990d76ffca109fbb5d3356126f6988e148 +size 1907645 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000815.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000815.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..534827f6e173cd6e41b18b383d8e9714f61462dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000815.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b44e93470431db6a9da52a4a1f58830ec02a7ce645bd5de1513bce7611ec106 +size 1888263 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000816.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000816.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e28c016ea3c3d8a508d796e667d604aedf3c513 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000816.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a9c214f9e7db0631c3619e86765f17eaa3b62c29c64a93aa450b59720cb3aa +size 1776905 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000817.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000817.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..157557b1c50aac4acbac4f06f9b89824ad1d4118 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000817.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bf8e8bbea990d159f0f9e44bb74f81c87297757bb2a033abd713238290d481 +size 1839083 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000818.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000818.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07f83e83d0e55d0de8f62a1e8e2e9f1877a08ad1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000818.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8b76d7193091fc26f6c2183e59a6802259b01cc23a0d354d3470caebf36625 +size 2136873 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000819.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000819.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea9d6c7c76b9a0054b0cc4289e00a44fa1e8f010 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000819.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4454adf4a39331ca10060134d0e234b1d9c5da0872940e44e2b860dd9719b820 +size 2213120 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000820.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000820.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c8a26ff5d2179ce45562a8e8840e30c09aac00c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000820.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f728648a51d30792974f9d99e777c4fd72f7892f787be2fa02b8fd4ad41cbff8 +size 1894156 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000821.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000821.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b27bbc2fbc4b546630661a78b007df4888a7e75 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000821.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee123bacaa235d146a772dc73eeec4acd2103624cbe0d99a3d9d600fb426066 +size 1802990 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000822.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000822.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e094406ce54d683485033b1909f44df4b989e28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000822.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090c70c8d852d996d4f622b53041ed8b666d9d16111327111afc05ef9931889d +size 2099955 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000823.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000823.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e30c16ec5edb577f9e66d1c9f9f40e6f405db152 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000823.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b83b935469b520d80306f156609103f789ef8126c9f328f957ad464ba7c7ae +size 1892313 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000824.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000824.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6089be94709d67406cf6d3bda4a73db5b09b18d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000824.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e282fd790e0c633bc4d5f36a49f6d649b36002dc40e7841a0fe07c05b04fb6 +size 2098916 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000825.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000825.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2110ea916cbba37a84015215604cf561aad09616 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000825.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5fda49df45fb32b13fbd6bdd1fcba93e9e60b21b622c9212afba8dd750732e +size 1835166 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000826.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000826.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfd50192e5c24580784ef0f8e22d85c775ccc015 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000826.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e964e65294bfda5d6861f65fa8e9e78c09ca3fdd05c692dfeb803ceaac708d +size 1507985 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000827.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000827.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..572019b9f69e7bc5618dbcb120140ffeff347d77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000827.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a63f430fb1bd35b3c2f3b0a3763df4d1a2b0590cbc4aa93820993a74247f360 +size 2148058 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000828.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000828.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd6703f4483fb0646d261bc91830b73f5b34a457 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000828.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d70dcc7f544f2dd4b37cded3a794af34802d61c16d61a4efad4188bd04239f8 +size 1695668 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000829.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000829.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb9d5ade0d0ec8f2a0cb6204ab6fb008adbf68ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000829.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1ad929f036470f56100a98f1ab392a24b1d187afe28f32660b0b3641468c33 +size 1887092 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000830.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000830.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40e52ae0c101768404d79fceb202aa3f9864f9d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000830.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed6a5aef4d77cf5f06dfa9cb8d21d15f4e51fef7888ec9093cc92c86eb3adba +size 1919081 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000831.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000831.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a8641d0344c5539af07b209eeae0211f082a537 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000831.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b29a0900fe8a265831ba752ac09edc2768b7288c581194df4a1a4bf62a3695 +size 2069088 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000832.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000832.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95f85a036782d7f9ab98d48f7aa415104e203e7b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000832.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17acb65fbe3006ff71598a22f5088579cc96d02316ec034dd3414396e0bf59a3 +size 1751250 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000833.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000833.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85ea728a95e02f92802b723b62e80fc9c70ba9e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000833.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e535c4c36e1e2f5d51d479c61028bb750b76ca87e47af81232137ea048866b83 +size 1783472 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000834.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000834.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e99adcffe8adb26da7e3d5cce378f628196c4976 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000834.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524f16e3d2fbe0eb989ef9ce1a244a0c3a2aa64f11066e67b691374c3ebcd7c0 +size 1671918 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000835.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000835.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa4771406cc8b771d845cb42ef75b1c7fe7baeb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000835.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b33cc64b100d786c924544c81dc3742728d9e85547b85705f2c76d66110f917 +size 1438043 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000836.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000836.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f33c08d2572ec98bca5c0263c0cf8ba3cd10757 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000836.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24aedbb6112c233da064beaa94043a1fb7a944e24cf6272c5de0fd50bbadc888 +size 1551151 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000837.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000837.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94dd19e1a7069a91e82d14622acc512e7f262370 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000837.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5006b367ca46532888ecefb2399dec6d587861e29dc131724691c6408995069 +size 1491315 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000838.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000838.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..783a5c94987af33af6c75163bff0feba54a7c9bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000838.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6039c83b944255c8943ffb4427eeb97502af705a1bc76e299dcbe073216349 +size 1876604 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000839.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000839.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9be361b606caa8f472b149bf98fc25929e67fd5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000839.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6d07778e75254983382440fb27c1d6ca6b4f44983b8a6398f9e66d943a192c +size 2585858 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000840.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000840.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..627bea4f677cd763cac15b80358440aae521e17a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000840.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efc40b351e079e23603e311f079bfa8ea12bee94a01ad3e5f271516e8404b2b +size 1794606 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000841.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000841.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f31e5d5728ab18081445666723c51b52156a01bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000841.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a17aa8afdf9768efb050811a52dcdb57726e512506987025568349fd51c8ae4 +size 1688365 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000842.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000842.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..058ebada1b09d60194c84fde3521bb6dc37fff31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000842.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eabbd87ee08670f111437831bd97473af046b098bf64b232d186ddae9ba13f8 +size 1259186 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000843.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000843.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0477fc53faa1838da77e458ca63b1609f53d7314 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000843.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537826cb196c5e5b223e718e7de35834070cb0414d975da1c765f604071cc06b +size 1737129 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000844.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000844.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc931d1d48c3564392b0fbf31a9a266e795573ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000844.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113acb7df8ab81c833b79c3e083d8a7fca7c0de145bb5e9e50114de337a613fe +size 1560630 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000845.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000845.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ca2d11a86348835cf2cd21651a0fa5769ef037c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000845.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81480ab3cfe2ac07e3c91dabf1f40492d4daf87fbc7e873d548f7098a196dcad +size 1635077 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000846.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000846.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e01ee82ed1d58459ca5d4a4d291e4f147ff1cf03 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000846.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb43c2b2c484f5520e3c600b55c5b9feeb9abbb44a3ed2d5b82c037c75a6db3 +size 1490199 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000847.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000847.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e77dbfa41b6075444fb537ab5ed284be42ce9db5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000847.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23749f08a21be6b5a6fb3aab41f32a52dc5b056c37e8713ec7c7fcaf6213b192 +size 1614462 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000848.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000848.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3390db16714d33c0eabf2cdc9751a1206d429ffd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000848.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ca8fc782387d425a2229eadc1ee2e74dd536fb63ffdea994fa4a423270268 +size 2612432 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000849.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000849.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2cbf437fb91454197c28cb0bf9edf7286b9b699 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000849.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93277394f2347b54dca688b2f9c097eefa3ec38fb254c204473a48d8f8c91d2c +size 1650114 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000850.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000850.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1f6d705c7ec4925235aee47d6ee97f07e588801 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000850.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0257b9898a122e3646a60e9e608773531ab30cc823c7feebc899e76a01e439 +size 1530494 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000851.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000851.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23256fd942dba018e8d5ae8565c39d9798232c38 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000851.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff9e1c25e03cab5bdf0537983655fec676d138ce1d510fa33dc82852e03a16c +size 1645447 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000852.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000852.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5bd828e2df926f195f5953e1f7876850ddeea2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000852.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f63aa8a5989bdfbd72b5ac6017c7921d33d1d0fc39cf03bf50b07c2bfb6669 +size 1337951 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000853.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000853.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef9e574636e44dce5215b420ac39afc25dc2ec95 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000853.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7f4fdfecfd17e39052107de7f43c8b663dd382572f0893121ed96628d0e534 +size 1655169 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000854.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000854.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..925dacf207b80ed861ddbea899895be6c841a7b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000854.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbf0acb395907b8ca4209c7bd39a207f35820abfa35a07ef22b3bd5e5996eff +size 1877541 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000855.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000855.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cbf7dd12c25f8524e487d1d3310eb6dbcecde1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000855.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77d6d8f33a9fe45e5a4f847be36c3b852d98c09d9f0779e374382fd6899ef80 +size 1802364 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000856.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000856.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3b684828d96dfaac2a921acd96978e1f8781520 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000856.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0561e92792ff2c057e247aa481a63b54f4bb4ecefa458f9345c7db6f1a23f77f +size 1765208 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000857.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000857.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bbd04426d66e5fcbe600eda2d44f886de134faf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000857.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39835b9c8b43fbf3c84d6f2da44365f8dad9cc8c74729c486aa0ac9db2cd2e5 +size 1971903 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000858.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000858.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..535bf2edebdc75a0aefa0d147278e7534bc374d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000858.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bca737247bdd3f92fd6eb72b525d677ef1da4e6f80aa5e1a49461679e42b5b2 +size 1846629 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000859.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000859.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39eaa3173ba6913df6b9c89b89e9836d16a1d50d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000859.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d626bea6bb57d409aaebedec906226a702deab4a322041e2142e9aabbe8a5145 +size 1657659 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000860.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000860.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7c8657c0f987159f8e2d3386d67dc5bf2ecb7c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000860.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533ce7123dcdee414eba732e1ec5ed7934808bc5f12663c322c706d98d066cf6 +size 1724843 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000861.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000861.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fad3082a80f4403ad8aacd63323de7bd28a259a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000861.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f29e37b6a08aebbcb2d6f057c941599334653c2ff6fb4f16a23678b10c39af0 +size 1994471 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000862.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000862.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..433a04f59f4e05230e2361619b18902f58386d62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000862.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8588341862ddfe36cf14ccc5d2a6bb39860c1d154665fc018bb75c483eeb9344 +size 1665998 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000863.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000863.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c765ecd0c579915f083f4f1e735777143c713e19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000863.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84619ffa9baf7454b5850943d1430338f460e3ec98b63ca999bcb7b8a828494 +size 1875915 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000864.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000864.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16dbaa925bfe9231985a9a24d577abbfb5e69bc5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000864.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5e535ab9fe5ad7f7b3c1d1802560465ed3ed86238743936468cf2e2f276adf +size 2070836 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000865.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000865.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b853c2c71e95ec3aea1e958163a493d3e5bf08cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000865.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3385d56a3ba9f5f69f9afbd9ddb36eea4a57156923e98a501e99d68f616a429c +size 1684342 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000866.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000866.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3c39aaad658261d06573966e17d3e1931ccb21f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000866.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0494b3f9101324aeec21b4bdfc175a89a268389a258fbd14aac5a5c8b5601e11 +size 2437360 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000867.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000867.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6afff25ae5e118998594198194800fdcc7793163 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000867.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76032d75ae54ef957ca15eb5e823d3f3609084989058d98823b314802cd748f9 +size 1829143 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000868.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000868.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f268ec2abd21320dd3e61bab24da328f35d2db1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000868.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24afe07a28c1ed83f2f34c39ea52548f890710b389c7681ed7fa64bfb032858 +size 1865626 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000869.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000869.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d563055e517f4ceee94df0f29c75ab8ca51fc0f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000869.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473f75460e7217e29564d4753858299cfa6a19e450641702be71255c9244bc94 +size 1800747 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000870.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000870.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5279c116f345e27401daf7fa805da53c37d96f6e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000870.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7def9c60dd48a3929cc17e7c135342538df8c29a6d2c67d8c331b8fe39db0c75 +size 1851227 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000871.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000871.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5c0bfff68694210ef0f69ffd845930fe1a0456c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000871.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b94f2a3854717bc6f1261a8ef77313f54a699a0b536d1c32f1d10f5e0172e54 +size 1774897 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000872.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000872.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aed52214ee2f289a618dd565ccd0e2aff9b72d3f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000872.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb81e42cfba9889902e5a727ea3616ae8c9e6eb1e6a63e3834f32906e379543 +size 1700091 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000873.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000873.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a20d137cb8d7a4def1bbb108967d14ff3979d98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000873.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb233d803e534d5c1e465203c415dff174b3439cdb4165f0538a98ea7209be1d +size 2351270 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000874.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000874.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..742ff83a84b1c8759c4a3f4fc96392387b41b593 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000874.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8f79e47b649e383d061e43b4857eb63b6c303f7c20c73b478c0739d1e6e0e3 +size 1808929 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000875.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000875.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2df5bb8ba5fe47a94b3b480a49e7ba28090743ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000875.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d29bd5076742289ba3977f709ef3a83138df9d309c5140c20d1d35b47e6398 +size 2484514 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000876.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000876.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d14037178ae4b0206ce408cddae0a0457844672 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000876.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd41cb7dbedd4994cf0f129484433b733f7cbc83e4492a5e131c1eb8cd2afcc3 +size 2359338 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000877.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000877.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b086a0890a6ac59b0117222043423d5ba0f5569d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000877.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960a0eaa4dca49ce001609201c0b5cf3eaa4adc555e75035967a7f7d8f32c014 +size 1419281 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000878.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000878.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28da6975981d16d2f1317cc9f34daeeb36de12e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000878.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c019eefb5cc5272f6c60a564b16455f5b65b42f3f42d2f4333da0303ae306a14 +size 1426367 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000879.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000879.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc2d6e52fa02ae9c5550bdded2cbc61b2cef44a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000879.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c908c551a5bbd5fdc94cd4f894eeb7de8ebb112833be3090f6632081628c8687 +size 1380568 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000880.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000880.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3aee350abaf4bd7d0139572bc2fbe05b080a7d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000880.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f49628c5764857f3ff0662bdee283a5ba0d1f9ea14f69586ef747b04133281 +size 1487575 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000881.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000881.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25eb9700bf9de7d2fac1e6d81818abb7b953ab44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000881.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1e534123d0597b1e58e2fcb787a7e7dd9d18c535a2004f53c9857eba7b50fd +size 1358014 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000882.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000882.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abdfa4660a5b7633714fe81f6b0a41b34225f16a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000882.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab31a19269bcd5f58eafa3bf48b18656addf2f2769211bcdf5dd98e0add0f293 +size 1213231 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000883.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000883.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..640627a8b8a7005bf247f183908b56797d8a08fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000883.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71547552397713aa32b31f908c69729f08e54936b4c84242e25a8a1a046dfd43 +size 1527230 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000884.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000884.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2175388c50ae8765cff707ae8d2bb83d838ce0a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000884.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd58899abf22dacdaa9fb3eb9263386263a0a14f1e3bc0391e5fbe60118b356 +size 1535162 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000885.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000885.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4f5a96550a975ecb4e2a3449b218f6ba8f76c89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000885.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2757a9a46b0fcc65d73b768bb319b45513d6dd0cefad5ce7ca0f0d2d71d6d888 +size 1318863 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000886.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000886.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db7ddec0c020283e9ce50cd972e63e9c86b63719 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000886.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6187c8247378564dac28fe45d5cb2e045508e0b8d75f4b2c2908e6443000acc7 +size 1433327 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000887.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000887.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..317051e6252d51e0ccf6db52e15847bc72810478 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000887.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567fd19263cc5190cc635ced5de42a2ab0e2732ec750eea3f4e484ec8c7ed18b +size 1723900 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000888.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000888.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9a5d9c46db06b3b0fc985273233f23544cfae9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000888.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d74d546f0d1e12f0d010479f2c96ae7fdb1f4a50294b552467b7e277e5da743 +size 1275533 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000889.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000889.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8914175759f887e8b2247d5609e0aaa4d9ff2df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000889.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf1777af35e83e2847af1d0f402aee33255a8a95022ac980358fc399d5e2e63 +size 1718885 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000890.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000890.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff78176df538bdde597b12c6e4bfa2f7143f6eb0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000890.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f3fc3903ca379a1af9b6e4855a2c15c0dc96af93f736c24df28842e648f95c +size 1569475 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000891.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000891.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb39357796fb1a99170e7d60270a85cccef9e07d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000891.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7df19b8d32601c96f79473a1188175a9e13e2b2eff3000a350c58bca789f2f +size 1812575 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000892.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000892.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e187f48c57cc7e70997aec78dc76f8e1a598fd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000892.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616605cfa13cca8c278ba0f48f6c1da72fe90ac9379180a8d8dee23fe40ef31c +size 1348777 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000893.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000893.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31c72ca41cffb17a9358b9a1541b714b30caebb8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000893.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e24071b0b0bd452277e2005f8dd980949e457f6bd6dc2b074bfbd26ac46325c +size 1225983 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000894.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000894.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..397e6f6f9eb354e968d5f9114db42945c943a588 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000894.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896077c796968c86205db36e5c9c1d89647b146dc315c72e7a0df3093e74631a +size 1316694 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000895.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000895.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d10f46cf984712839cebac87c6c7463f9e557d3c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000895.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2ab679194091f165b91c8f0cbb701b6718240723e669214d468cfab78ab7d4 +size 1921720 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000896.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000896.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adde1d04f14071091ccee395d5a382a5381b50ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000896.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8910f651b8773537186e218cf8c504743062be1b6eea71558f63666dbb6b09e2 +size 1201674 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000897.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000897.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..105ebccbd1dea477fac34b5cecc14356838fd1f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000897.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ee815d36512946c4ab71d46721a5e5bd0c6c3ba164d998e0d47e287052aaad +size 1569744 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000898.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000898.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e6cc1f45d782f77e0b2edbe5a11becb9d6994f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000898.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92236c4cd85282de3748f5a00d31917e7bc87ec02d3faf42cd247ea28c047d41 +size 1727862 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000899.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000899.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38e49145e367ed793ed1c440b60b1c4ca3914f21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000899.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35689a5936f868ed2acd4e695560f0e167c24bfff9fc250694f612c1f18e6fbf +size 1753910 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000900.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000900.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7137cc8949dcb54f116428f308cc707eae96c629 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000900.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5323ca2f5d0d40720051e0881983d5af2ca30023e6b8827c236e91cc4c3c448b +size 1605783 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000901.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000901.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b2fe327def9435586845876a45c989652ed7da6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000901.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7b7fa12e4eb276aa9aa97a50affe07c499dd9c9272b5a3f779ba664424b6ae +size 1609520 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000902.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000902.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8cd81aa4471b70902f55cb84c5e44cd3e446052 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000902.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f10865bbeb3086e55bd2aa5c8cc7fdafdd8e99a958b9b39ee80948978e3764a +size 1820877 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000903.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000903.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88334558a1bcb2b90dfe803663d4f6bd50207086 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000903.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f4ac5b14997e201a72f6e96013753006b96a2a48d98d8854792013100b5c3a +size 1708216 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000904.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000904.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aecb80e8fe9ed086ea4183865b2e0fe7e0a7786 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000904.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cb66eafa8d45249373db33aef3e017516930fde7f1a73320c32f6ad6a8179e +size 1550633 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000905.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000905.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a97fd4a079da573fe0fc0c5caaa98f09643b4853 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000905.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10f139c37b49ae4761aa968daeaace08dc6f0775bd6081708838ce88cc73cf9 +size 1457271 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000906.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000906.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a29a65b5293298dcd29b8e2e7340e1d7890355b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000906.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bda5d2a86d119c3c6994b01fea59eedaf5f10c93574f79aaab42ed6290fd74 +size 1610856 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000907.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000907.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e62c68c5936ff37582fb7063abb8807f9aa65d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000907.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dd0c30b1dde2c1ced908b297a5f2460a9a73e7dc8e4f9c6cb9d07c37973698 +size 1686068 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000908.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000908.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..219451282682b6376ea9e6fd0dfb80ff4a1a0c90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000908.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eed48d3b41048e427bdbc944bb0545fca980d46e1e92cd7406fde3d7739b014 +size 1678863 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000909.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000909.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d7e349d2dd60cbd851f1710b43466979c787970 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000909.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcca219b4f39874ec49c6e8676a9bbfc8526640879d32103396b8600fa6d4d70 +size 1151362 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000910.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000910.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de1cde8996ce7c79e8dfb1bc55104d48fe5ff9b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000910.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4d0bd7526213fcd0a2da3bf0a1e21d7c65ee5b44b7bf575689a67ef03d48e9 +size 1243258 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000911.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000911.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b9f15970a2b6bcc9d2aa7b369c4af1ed2c64acd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000911.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e32e68181e6fb3dc5fedfa42e4f47ddc0c73adc821b4d5af3aa97c9274667f +size 1352190 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000912.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000912.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3a66b866da0af99a76eb01cc6e841a24bd9e8e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000912.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cf95b4e00edfe88936929f30a6af925b35b89624f29a1fa02438731f3f993e +size 1359417 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000913.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000913.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e47614a4251a2fee2f8e04fa4f43233fba8b1adb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000913.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4758186db0b71d35233649711382387f51ae45d8543c24d5676801299419d765 +size 1491860 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000914.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000914.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc968c1decce31d056c1ac9c4428bf24976c91d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000914.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f350088e0dee405e5e2bd69ace4cff0ac64dba2917d49bdf0554924c7db80cb +size 1639188 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000915.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000915.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bf8d1dd9fdb4b5da314343bd73a4b71d7012443 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000915.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde49fa7ebe38e80b2930f9df8167253776049fa6d0e790e6bdc125f2196283e +size 1659069 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000916.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000916.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a48c0638d22d4ac9da7062436d319ef48a09eeb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000916.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e2387647c190c65bcfd61bd5b513ca4bd49dae4786be332292842233b42e85 +size 1913407 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000917.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000917.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fec7cd897d996155c249b395a0490d82a1b9ab05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000917.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5da350b10e6c1ea9e800699020b91f37e1ef5be52798044cf4c8e0d2f51e828 +size 1884562 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000918.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000918.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90c89b9f92ac23b167939bc4d93496f5bfb3cdb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000918.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27232b9ce73487f7d3e7035bbd78620c6d145a1a5a160aa39919ee8870d9718c +size 1468939 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000919.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000919.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0be2a1008109e7173eeace6f8f06b1c8b86be41a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000919.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ce8b9ea6a6d66a2e4ad05f473de02d0bf9eecc595330623c744a41fd416391 +size 2171538 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000920.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000920.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..489c176c91b76492d1b5aa07572fe6b11980883c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000920.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683accecdd4dfaae4e581845b6095cf5247de01520573fa481c135a5881d96c5 +size 1745819 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000921.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000921.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..255c6799d185c9ad257a0b883af26cd27026e6b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000921.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1b2ce15e40880a6ff0850ba65281e42891dcb5d8426d0e83a8117adc9fa3e8 +size 1594803 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000922.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000922.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8083bea690ec12218c30e363652c7e50e471bd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000922.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6df52e9854a1786d59823a5fac00955e88d7dce878f176acdcc0c997e8bd4b6 +size 2168740 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000923.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000923.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daefb34a5037681af5ad7620dcb6b7027df7386d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000923.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435da5c9923ca82d33e9f6e5be9fdb7ebd2ae2deaa37e13563e37ddca5e3e4ca +size 1646757 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000924.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000924.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abde470c3bfc79ef847e54f0d545b263be76582f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000924.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ea1c6e3996040d0a930fa045f3ef6cff3521fff2923a6f32c6479e0f069041 +size 1538020 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000925.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000925.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c3e3e65616079ee5b2395977b648bd7635f6917 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000925.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41807ec9dae150b09a8ba45d0805f2d4671fa83dbef4e7361664966984e3a033 +size 1931782 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000926.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000926.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81e447ae522862e5d6ebaf7f59c24119d68a9342 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000926.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173c4c2f17c27de57b340b204d89eeb85d33cf255204b038c895b15c322abe6b +size 1714094 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000927.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000927.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aec16b103b309abc0bb7c26f38a4534a682b30ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000927.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2e6cc6435cfeb2d601aa61a6d815fc0f040e888a6289dd8e6f33a4f2a006b9 +size 1969956 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e3f935fe4f66f6e13e23fe20142dc47085fbf2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcade9aab882bf2a5836909d92a1c6ec136c65a943f905e1cf6f10155e1851c0 +size 2335163 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d22aa6cc8407e759623e66a8416c7d1617acf98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11eeb4ac04ab2bcf4843bcf5ae012863694fdd7f52b5cc36f6209e943fba1a8a +size 1814048 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b54462e82cb9d2e899af333df0ca1687c9e27d25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf593bdbda573a7faf12edca2d9a2de2eb22f35b2782a94ffed1b747f67833f +size 1516846 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf914f4bcec8f17ce37feed75bd8b498aafec420 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650f02333970bd6472c0df957312ac859b563f5c4952105e619d716566e2218a +size 2048992 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19f99ac0df552afbcf983b6ec330c5c1eacc29ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc8b222081ea6bad06419aa8069e0f125d23586bb8fbe7f0268f10b248393a6 +size 2303011 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4273cd8bb3ec00c63fc9498087f2bf7ebebe364 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2306006e02212e54e23cdd0b8053de2d9d488f10d4b5037689da37807b138fb +size 2219524 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5786128f844e05404faa891ce4eb8c27a3928d0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1532268936b16e9ac234e0266ef2506184431ace39ec8d17f458591932736e04 +size 1999144 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55c1cc6f4269f5f1ac25e3f5ead3163565c08e76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326417ab6c69c7b49662beb4e961099125cf324106956a0f49dc8b04e44e9738 +size 2021496 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4677f3b52dde4462987d5ff5a0fea5302dc853b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a1f0b4e20ab32729ceff4c0f8b0803c26670444c0a174a91b3981e716a1815 +size 1457259 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9894a7c846c7cb63cc003c54afbdaa3cc8fdda52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6a28e04b0afe493beca2dc2fe309afcfd602afc399d30c4c4fb785c91d5f9f +size 1726310 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7b638788b6c14bd09bb940943a52a5769e51286 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0be890197b4729889d06d77d6ac0aff0e4b5295fe19a7bd3e70b0b32dec796 +size 1624623 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e62b477dbe6f76a35ed9d1ac7a12b28c337423f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe609fc106bd10ac5567e6de929211f1be66a858b32c167e2fcb478e183e41e5 +size 2191186 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95eb2faa3c97f898fc0062c6f5728feb8cf7980a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f891769cb6ff7d16f0db9349fcd75c22e118e0e7e3b1f7eb17261771b7ee8281 +size 2017925 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6e87a890f29be5a4d510fb901a083cef047081c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc26b71817a1881fa034163e6e2b258281d6d60b5409105ea038c01ff1cd1cf +size 2807316 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eaf253b6a29396645c18378b70da161353eaac2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b0002c4abe5ae2c984c57f2ef255afc0d29cf7eb2e0cc1c9bc985e834a92da +size 1794533 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c710da1a797148c84d96df0fb332e370070ec5f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007429be3d88dbe4363f63652f1a8c6ee6b3bfe31a6889b83fe23c07a4eac0d7 +size 1803555 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07b4db5afe0f376e49eabd4ffb747ad21942fc62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501e9dd2cfd6a593cd99a340e75346aaa4fb1110358a0475174fa59d3fc3fa46 +size 2587674 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f072c9d85b22d169ab39a49ff1a17f74562eede --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe29c645d7f0ee3fab9b9899b01d82afca66626c493e9e2b48410c4474f4bcf +size 1839581 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..890d702b03c3b46a682d64cd968fbcfe60b04d73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afc19658288be18a726cdab86d7a31c6b28607234b2ceae09828768ff9189f7 +size 1557678 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fdd53c14c6d2e40f061c31dfd05dad54889bcd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c5f86c0df7db94af7cec8f788a86f7d9dc19baf321447f2e70e4d93c3031d2 +size 2572607 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..666f25a9a92ece17cc4f503488e7cf7ba5b48c54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0c6b5a3fdfc64a884673bb94be8eceef14f7242b42cc4a56371a3a90ae3d29 +size 1791060 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..195f65963930e8e791fa4740a936ef76c0c2fa90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c05128ba42811d1a45e5df921c1044fbb175b8a076fbae95fd846f066c82e7 +size 1940819 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa049fd1d979104e8cfa88b70d9817c28dcb35c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829ea7d7f4600f4884b95cf572f84b98766c48e28ef3aaa2eceb5b6bda4706e0 +size 1672988 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c60098fad39b695e37c51ddc134081cc1d14937 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f408baf0069e811506a2bc5a87fc0b2291d8e7323eadcc927392b92378136793 +size 1727535 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c08c88a6e2c59638550c4569305251ac52969bc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e82d58228eaef8640ecd0af782a843e83ff5b129e4450100d2acc463d7e4f0 +size 1240600 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fd067108a705ef71fa72fefd77bd646c865813a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84dffd22c0e1b47f1e8e6f34baaf54039a7488949b595759ffbef4374f3d7e7 +size 2019744 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a041219219fde01c106d77def35167a05be3af04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec7f9e4b5b4b00ff3e2626fd9af7eeb90c16a455983aa7d410cd99d6bd43b61 +size 2239906 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fecca1b90e7ff06764935274af0002384eb98632 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8929a98a353f306f644052584f2752f4e5662909bc355f4efacbb6262d69f4d3 +size 2285382 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ba7ed4caa3afe2cc4f135ad9ba2dff1a0e480fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931330431b62880c9c038c1bca06a6dede2d03b2d30e04c242062e570eb45c99 +size 2156908 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdcafe7b7b7bb5961ce59e6e46d35bb72eeedb29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad3013c72dab0687e8861aa4e6360bbff6864f627873f6cf417ed707c04ba5a +size 1955868 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cc1648bc6f945cb9dbef808d30f5b71d1bca9e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a423dbd69fcf3a813d57e9fb86c985167841ef2fb12a74d125d4cea0999b1db4 +size 1756234 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27fb622ce4ecaa5bc350e8abd16b019fa8dcf8fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcd83bbe4e3445cf5f1d3d56be4e65ff5415e7a056267b5d0d2f87914b82fba +size 2665462 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d2f2e427cb4ba38731d4a5c7cdd79fa3f692596 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6305a1b5cd9ba92432cf8c02cf2d042b7a42e7a9d6a9f5216cfbf71093fd8f44 +size 2334940 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7240df53c1f67d1c6ddf9cb7f6756a0b8a59f81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d2e3a53913f228e3981bd31981048937d699691f8c1debf97ae9b226541bb3 +size 1960120 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a51a3f562781333906af959647de1c3649c9f7ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c77fef46a79513908a6948665e745819fd8a528790b9c6e47f1568dc62f20b0 +size 2114296 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9242d662dd13611ac4b7f984a3294d7d90fd1d59 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3aab2a85dfc3c4906c520766c1d7abb54d1f0b0923ef516832da0b9c268868 +size 2297080 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdd89a10898e6b7c9eb316e33536bd231849020e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1d4f5dadcd3a7377f7e552b774a4e59bdea954a1b1b5d79125516f757d68f0 +size 1680174 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f753d57a9b4d7709b2206fb0d208f8cd95742e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1edadb4b1e5ed5c460426ae58c0a361962fb71f670517aa4200fd7844eff5c7 +size 1508941 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59bed46f1cd2265dff6995814d6bf090393dce62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9909afd92fa3e3dcc2f29d1674eb10b76e7ca06443f499fc9c239fb8062aac64 +size 1546567 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c9ba6aaf4b2e1d7093495f0c03cbb3a9670c0df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95bf4800c5606abae2b4f5d161f4d415616fc19a74a39237595ec1746b45f54 +size 2081020 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..495c77aa70e7ab7d50dd50a9397a1b5bca284b46 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b83ccf3cc94fb1979d1dd7f91722fcc1334f0f9402134a37aea0128875ba47 +size 1909579 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f010217fb8449e71a5c21acca63fd210ff2c1a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f918222fbfd3def663053cc426f45e52560137369a1c4c619f3002461ebbaa4 +size 1741308 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9d34dbb2ff9c4261eea1ee4eb491453d8db85a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9fcc89b28548fad328556b4e77d4704783e10a7ef64a77618c2c051606cd63 +size 1701577 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09a7995fd5075e93b85fc5fe37b01c5d917a7308 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24667af9b1e5577ff38afa270e11946d3f55bfc310d7be66766df85c5802e78f +size 1906780 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e6fb4f7ee107ed748dd61b37db026bf1a59e41b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffd7cc9e8dea7925e03817540fc558caff77c1357fc245e47448836e754e57a +size 1836019 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..676b31bbca7d08a71f44ff915440242fb39b00e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2e0a290c8fbe04460a1af52be2aadb8292ff72ff4dfe9e740ba6f612d4154b +size 2208240 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..554b9952d939d545fd95f81441a1475c24c9727e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b080d09c629a03cf37a81e155a3ea70f00789581ed6d4c4e5345999ff79566db +size 1413292 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8dce25d45674f13c5a35c799b13425423cf034e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1d407873613dd500c749acef319fff22c4d9a05ed4b36c377d45c92a6985ee +size 1441954 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3caec98467d2a91fa9877fa4ef8103075b4182c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a018a3dd45844a060686b5a6de4f67b28f15265ebdb6fc2483b01d4a1a92cedb +size 1216369 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6dd41b8371dbbea978e43833cb9d2df47a159c85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7000c78598f232990266f7d49f7e5cd9a66e8f36214685da35f1199754c628f8 +size 1404173 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9209bae944758a99e1f7f9b3f1b2abac7ddf5895 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec87208b194b95ffbf9f3792bf00347b9b9622b991190f23a2d1ddf4f0d51ac +size 1362451 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b8f201e7a58a0a79f7646c7fb7ee62fa6566922 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52926f0e328838bbf99283c05f6e0054aa0e5603ecffd30f69416dc5c3518dc2 +size 1224560 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..696632b35c802eb6ea0a5634bd308e472ca9045a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8063cd8f540177d412bc59af00ca0e01d8a35f1b7af08251016571fadfb2fa +size 1351657 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e6e8d4602cba14020c59483de4fc28fb1fc4ae1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba03cb7721b59da41e4a107020e5fac76164d8cf3b98ffc32e876f97c55adc9 +size 1246079 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..342351d26ae9190559ccc65a7324569700e6ffb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceebfb15ad717b778ab2fe418f72fb54988bd1bfcb8d66978654ddfb4c47e8ee +size 1568483 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecab7578d8737f8713a060db5b227c42526e0cf1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9187107dc2b11534abfff97432fd211538190254ad682ef1d7d59ca01a91b8bc +size 1617570 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41c691723ebd6e66b28e71ef2787d9ac84f32efe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e572621d6690088ad3507949d873c531c1c9b503d73c8953d349e8718905dda +size 1615931 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..504f648b62c1a5a75a2a5a77b2d0c5bc739c6dd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8dd078ae3a7285df52c9a9408a169bcaa2747ee3c847ddb817d867dcc06bc4 +size 1676090 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdeac14e20e72c8dfd190698a93b27039ea252ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a365f9dc6d5eb388319ffbf6ec12375a5fc0e35a77095839bb1ac12e8209801 +size 1423257 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86cd525312623e28253a9f65c28405cd3bc19272 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d88965adad4acb9e02eda1e084300bd0a3e03577b19f10fc9d9ff7a47830f7d +size 1343162 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5b4bcd57d0c9bbf861db2b6b98f287a4525d23f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7aee714b140e40d3731d734fe1afc404b6eea3b393111123b63ec18bc3075a +size 1536171 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..135b491c5314bfabeae5c2e5550bde1aea4354ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a095f078aba5514cdaae08fe649894131895f73377cb01831463e5ea91f48e42 +size 1515540 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4499597f32734b9721bdce2b3c0fed405f4cafe5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e2294617c2da226fd8747fb763153d4d570a0bb9857f127abc7c82cf24795 +size 1652374 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60d661cb35db412b72c255a5141a2d6c19287ba0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff4adfc56930d62cfd06969e16d4cf88d705b9d1a83e33fd671d3b7cfdb5789 +size 1520482 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a9e31923e4d76423e9c10b531f061d0d2b78216 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a866b6857b866c17adb870ebeccecc889104ad3f7e8589420f223bd7ea69f87 +size 1484749 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b69865d393775864794111f08bf237aa287e51c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9896e0f07829b824077a954193b9708ee6b329c0a7b7f402b7eac3446a3110 +size 1539704 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86f7f629c3eb091442057fd7c92d2ef7a4379bfc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9afd387bca6baa29956f3a9c42478820f2199f0d1d5d9b48be603d565294f9c +size 1520295 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c81ba3a2c02a2015dc76ff1725bd35638e6dfe50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb970263619a04a68f0894045dc3040bc8bfbef869fe413f6ef14f8d936e7ca4 +size 1274686 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7ee391a2c5b4f0ec1bb49909b8860d95aa8a737 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108d812c484a4fc60f75a1947599d59e6f19e3e6b43fe5172f4490e4e4d52e18 +size 1668728 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cce40adf4c50070af6f021d0a688a9a13875a89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1530bc80cb335d221104a9473181da3363655bf3790419b4f754e11921500eeb +size 1971211 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dec3dcb8e77435761b04a03f428f9dbbc0c837ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79367245111ee3502fbd2edbc103e5aa2a9d373b0bc020eba01d77c3fad5eb7 +size 2169827 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fa4ca55e9af835e0c041ba0db8c6d25d68b9d82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96bc5669ffabca878d78ebba6f1718669140f40fb3d8719317fecc8349f811a +size 1528423 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c7fdaa47c20bbfd90ad27bf93640bc6183b4963 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be6a684467b43e4625ba583de12b318fa0d9baa19a9488297da5213e68bed83 +size 1507993 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..042f4b921e7a50a26115076145fec97b4c3a9b09 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d18866070d697059123e9f97a5616a2950ecf348a432cc8836613e64aa83c6 +size 1179765 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45be71d514652d8b7d662e1c91056a6225e12d8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184f34d33f52809481575706ab523d0ff915d04fcbbf123c726e301e964fbd29 +size 1520226 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dddd4b2ff4a57b1bb2dcb41619f6f59af3ef7574 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0842daccd444cda1210ffa15ad8c1e25713549ea9330f0ab1570f81c8e1905d +size 1588660 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09d6d0c2f9dd1388490433e087542959fcdce59b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe615bf5c8185f2d48812cdefd39cbe75c2d4560f7d8783899d66ecc5976cf4 +size 1349957 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97a0f2b0be25f65f831880d32f88432b15ebe7f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d2584e8d27aa31e9c4a01aaaa2e1fa0dc2f67f40a085b732c827db017dfdb1 +size 1408368 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..572a916322c90e5f26ad6440cd482fad0f21ef06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a81dbd51ee908f4a59fa0fd5e10b31d6d5309b6884cd82401f9eb3c8f14ac46 +size 1377576 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5118f84952aa09f107e724a8f963469eb1a4a90f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24b2face299318afa537bc61d9d649017314c30a6d3e88eac3c7e56da5a137e +size 1477788 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17d656c277a0a895c3005acb7429395a323bcc49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23e23c195d208f53bb8b89247f6bb8ede1d86a1b7e146451a4e49d12174b418 +size 2140006 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d07283b81ffb264aace9a90e9b570fba0f6d9037 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88df4bda2936851687c5657ba2509e9f47d6627217e47e7875fff7166d6d9b32 +size 1985874 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59f913d509aceb1823ca7ba5312b0a05108c5e39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4d73dd80fdcea98efabb848bfaa0dd5a738fac4935708b93827346b93e6f4b +size 1478550 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75de7e257ede818d16d88c7bd33974074a2d28af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0399920f8116bf4a25088165282e4011eafba29f5562e8c4d1dba063ee46449c +size 1797632 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14baa5a8e6c0deaa76e88c853a770607d18693a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e22ee889642030be4d9f98115d3b686a95642106d2f19664dbf17fb3b5bc365 +size 1416539 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daa4757270f918e7406a1d5fca9e3a603851e869 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d636ed82f259e9f6a730dada7b8e49e4a202c93fb2ebc6774575bc667a76b9e +size 1403737 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b2e473b3abb544f8d6296660836935d28dc0659 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c94488f307767cacb56aca07acff4476bf84470d85d79879406d01838e113c +size 1437465 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63941ec6b5eed8661a71ee30037adc969c002f1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fc7d01694c9edf654c20b81fa73c6e42ca5c18a9bce837807333b5e11c85d7 +size 1585863 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9fde803f4b04a118cc9f224ea668c927dd56120 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18ecb4420b18be8cef1a7db01b40782e29e0cd4f6cc8d950b3bc06d6d950a13 +size 1738034 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66a41309e6dc3fa8dbe1452ccdf9ab75baacc4ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ef4fe0eb3e7bfe85a1089e4d8a0d17ff046a9e1e6537af5ad1e56524a87351 +size 1426412 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01979118026731c5b0f5da2a7bf461fd0622941a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a33901fe7a9f11b30252a3429fb18bee4b9213ac5136bc4789147d6884fb1ac +size 1396953 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dee10403b929b63ab67a1019cb3b35159b9cca9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec77a7f11d93f571e7ee48aeb88a6a8b0d8e0b04ad4121eeae58eafd800b8bb +size 1290649 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ace76cd9fd0068a10ec75233de17064c9246f6df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2578f2cb97ce1c7fc5cf4711975764624275b8c23f85ecaf192524d15b558389 +size 1816102 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2835526e37c1f087b546e28a032c1ec458c8f7aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f6813440fc486028a0801879b79c17f019ad89275d9f437a83d3b4e1b6aa11 +size 1753598 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a87959097328ecf63dbb4c498260dc5fd4e1501d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d7717c83bd0a1a599e1220c0b9cb28fa6693344f948291a44e2869d4017312 +size 1732926 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a2049d3b71cda26dbab8b10873b68e9938733b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aeb9f4148cc43611fe1dba8c89723cd09b65aaa356bc671b1741d4dd722ded +size 1828274 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ebbb1c54ebfd64235f547319625b68762b37545 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962a89c1398efff291bee6524a23aec42bc14ca8083de2b10ea7d40d64878c58 +size 1381100 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3278e58d42acf649758bf8426bc122299eb82976 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe2e654ddb58f77bb43cbeeb03125eec5f10d781e86793bdad341f4559eb7da +size 1248057 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11ae9bd7657e39f032e5760ca9e4523c61af1c19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bedeca434523670bc671d665dbea085637d69b22ab5380b67571db0fcaf1c9 +size 1479996 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a38c267b6a3bfb2fec92759ded1dd05f3189dc3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a9d227e27f1539d27e9062d7a51c6a5fdb2841fbba37d3e08dd23642f51ece +size 1574631 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..693fff4e05f2c6e575bc074bb71b05af3cfdded5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4755483803302a9149fa79d1a1646136849977d260aee76d5c986400203d2a +size 1772473 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bebcb8b32f73ea589bc86051af8ab610c6ceca57 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb35d4cd184c92106bb2ecafe7295cdf2d891759f71a36547a1f72705f357f22 +size 1373616 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7962b8fbe78c2e70e9d727734ef17924fddf010e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fdd51601a0b3ef4cb3475f5bdfe8be40f8e15b366572780aff27e97bab088a +size 1924725 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22b4e2a8551e89f652227662828042e01c755c7c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d8588335dbb9e67d5b7a6ee12de4892d7975911ae27859736364a5d6d53598 +size 1779554 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4c6f65c6f31a10d4cb52aba2be514938a9240cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6e49d22bbe714e002f5e23e91389605ec6b78a02a1f830eecec2d39e209d42 +size 1455095 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bbde3dbd6e40f2e6bb156d1ee6573153bc2a7f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b47ed61d6fa77631cec76c79cef3b14db927a2a3b035e94bb8987923250eb6 +size 1545256 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d8569c596f96ba03f34d4415e51adaa83e87e6e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b036a4ee14e4c97ccc47fd1110bf38dc6859062ad19c30a5505a91d09b22ff +size 1223685 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b01503ca5fd347dbb65bd79210538b6f3a85638e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa058fedbc3f4a77955b04adabee6ed4cfc807d98d065ee9c27ca7a7a52b9ba1 +size 1326478 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbed84d9a8e4e0baf86e4612bc4b4be0382ba5d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c124a1b2014f9a0157016841983648e1cf940517896c5aeccf0719f9985557 +size 1356770 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2892b8ade4e658e3e934d396b7832067d5019e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb9de76e52494b2da5dd91a255d879755614400e920cd3c89a12ab376f3b85c +size 1170126 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..714e39a22564f8ad4ca8a40e2895b3cc5780e4f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b471b4c67960f22faef3109863138b4e4bbd52fc6d2e12c15ede5ded6e6477 +size 1500871 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae8fdbe774d9a9fd8a12a27f58f38b10840c77bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6e307987be16b128a411012d269c23d63309ae4d1e421b24c40eb3852de028 +size 1698168 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..710639c443c1c56d67030313de10dc198a81ae66 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bae000ab3e6468a00b6265e291392a9e9882267e647fe4ee60e7d06b43846f +size 1388415 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86ff2e7c6171966cdaf735e94adf4f8399866b1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54407970ab6463340956a84429cf340bfba6862b93e957677dbe366fe24cc20d +size 1544994 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75acd292199656fd33e23fbde799d4f5c4aa14f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b85aa1f2cc735014573f822ece29f1a6c52621037abd69333280116b1266ac6 +size 1441204 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a4fce976ccfa74ce660651c278ed1cf1b1771b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a53b7bf19de4551006c5a2977164c328560f9325f539778ac2b1c5b033d0188 +size 1528226 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d3e637a23ae0522db464a67e3b358ba2db4ad91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e049484ecd67ef9043e2ffde516b6da4013c574e67bb1f02e7ca4c8da00c347 +size 1852259 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b35e75b282797a973bc555484943d4c9b7a27942 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dd498cf58669c30375eb955ec24a10c549ea20f16e2772d3b7370a44bcd32f +size 1444916 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32f4a9354b1d9310fe6514a2dbd4da98873e0fdd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e63f21547d99de2d81ee2ea089b00d39b8f7421bd683c36262a21f823aef80 +size 1522950 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e59badb713540106462000d309f5595cfbd5e90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937de3122ba4632e9ee266469654e9ae97d9ab1d7d36baa4a09147af3617242b +size 1738087 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68ffe0cc75419b08e1038a8854cb09e318c8d002 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8ee346e8c1a00298861031b32f5ee3f7a042c98b058332d75fc466b71b4735 +size 1291675 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8556b287206816fcd1a0bfca7f8d442a1bd8a2df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0ed33267855dc16a507617a84e1d11960c473f59a9ac587624241db0944405 +size 1571131 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1833ad94e22b742c2a11c69aeab253066da6a4d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570c4e6eef4d5fcd84458d3b48c9e10655556f41608a973ff031e21fa3aefe5d +size 1555216 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b9375f2337521726a82279c40e98edbfb5e1aec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebecf02d2c653a75534caa7beac98403854a3285384ffc52625d4ecbb9e17efa +size 1594422 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dea6bc051e9696bb13ea269b11b5ce896cb26d23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f882ce76874b5b7eebbd13525f848942e6a0f0dc524bdc34af608b585add60 +size 1538353 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ab6a9b7e55d0413532a6899e47b03c2ab979f53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5a5067daa0de94a20abf75e01c83190e5fd50966c7c1ced78684f6b10f8dd9 +size 2192831 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef35b3e3851ef4ca41948b50616cd66c636ed6fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30417054ac0bd09bda9de0372972756a085fac1656c962ea5ed53495b8645a83 +size 1308703 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e907e4942bac744945a6b09b731f099a821b604d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bd6ea7766c0e9604898ced11ef91b27608bfcaf9e45767a74dbd933b92e730 +size 1783361 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd9f622c6d12a8f6b189db11eeaedb9753c9e0b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0075587be26900f7284497cc3c46ad553c29db1833c011249c77bb6fd7cb7c8 +size 1265043 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55648fe5088af7c00e952c1f1142127338b09419 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444d0da569df09709a366f54183c49b49df0aa687f0dfdae4508263afe9f84e4 +size 1621962 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39c71353971b7dd93c549f52a8dab0e3062e54bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd4f97d49765479b3c28a669083b9210ea7f83c58a373adaf15cfd814b8b3e5 +size 1119272 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..786936836994cd8ac26d76ee7c4354708c9a7e55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2b56fb2b662913833e570b92fdbb65c538c4cae6a5d3fa959a33ebff3ef7c8 +size 1318726 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27665669ce0a94aa48da04535ca91a1570ea35d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b256bd9eea30c333438eaf952073643f09f8f681f5c1c950aca4d43e67f2cb7a +size 1428899 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b52d42e431cadb735fc570afafedc832b660479 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64175394ef7fc62fc8bf58574442dc7ef01adfdebf979cbce49f36ebcb7242cb +size 1489862 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f779fd999047f734ba1cba48c0f9b6f4984be62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438c8b5ff455d9cb7469f232b601f3aa7385028a468d47185a2d9fbe4710540c +size 1593370 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eec1379ca25aa41a86fc4e4f362d5e4fa26897c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f4b6c9d91491b99666e54679a6cb47aca66bc6db6ff3215652d05c61971098 +size 1455364 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b3669a9e5582c75e79e76a632b417a0f87159da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0147d0378e1f1393ffd8207092be454e97b5ac1da832c4d2a05e6895811b0607 +size 1516574 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b063a48321d515f3043766997bd3b565f5a0312 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7a6b42a30428487f3ea568dd4e5ff07fe188afa51a2c46d01e27474284ade6 +size 1300269 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..522b7bcc8f74161de410e1454fe49c43e2b66855 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fd157650a033c481f15f17210f7b862df37bccc461f9bdfa28b758911d257d +size 1166161 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce38e8808368692cc8fee5f713eb2d45a3283fbf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8633998aa7f41e0903c2020b5fa04e95d287f1715f9b730ad7eacfe3805afc79 +size 1208633 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaba561dfacca4cde19d90fc1bc473457240792b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b815f6a14833ca6bd878d9f189a620bc13e70fdab921cc8f5661751e470ec5 +size 1370293 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ae370ee53f9d9a6f4e1dc9e2e3b7d47189d30c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea0bd5ccc43b22b38d98ef9454aac5288a01163548ecf9e9ef1af9c21d56019 +size 1358477 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86288a5b7cefcaa26c9718459601479f20c4b885 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44d4e5edc7000a0bcd839413d3508c2eee51ec29b5fbee6cb2c39c6bf9c4929 +size 1366527 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32f584f63535404f9499d4f1adc84e635d64d3a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705e872e487e966f9dd740a405c1a7f67ea1017cd9bab1ed77f7dc3f98699354 +size 1277460 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10216a87462d1e7380009b782704c4788cf34f1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cdb1b75170468034ec84e43a469811ef3263a9cbe002181e5c83f6aed44fb0 +size 1288891 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9828e7e945072efb0f1d9d6111c8c69f71813b05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a1238d4bc615414d9819c19bac39a9f68a520edf17956d4930fed902f7801b +size 1413534 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f47856ab5c53e6bd083340dbbddfa2127f41d610 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999c6851e30d793bd9a2a885db0e853438c594d486bef159484f5c864580dfee +size 1438525 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1815e09c7196e2b871865773ad70c9b15b9b9752 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54503e552da675696297c22e5549b1aa14a1a3fd9c8b261f882b546e3f54f843 +size 1268662 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12417f2ab3aa62038fc09a233f9b86914f558e63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464f45662f2e5947912769f005fc5668c09fc832adbb6bcb8ad17594dc4430fd +size 1341629 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4051870f3a46d2ff323783d4662c81f6cb4d4d14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7881690dab3d86dd84ced0a6a29efe6161bb6e3f83b917358f0eda4d8bfc143 +size 1575271 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a02adbe57a9e2bce2e99623b6ddbcfb2ca993fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5fbed913e9753b8e4f8d200b35d28bf80fa2c9a55176e7318a09fd24b54120 +size 1715677 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b93d9d2a1609060fd0868930704c8a19a8e634fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e469b401b2def18ca1c2fe21cde06b6c8661b8db1eed5446c33693ab46fef3ee +size 1747227 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..750e21a7b664ec8c1f07f2da5c5ef4588de9021d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec93a5b5bd31db7b39d2acf47045024779e670d8cbca8ed5082647b74884f387 +size 1473034 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95d1f7cb823904e16f392376407479587b07dd53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9806b6a0a646db832696ad11c81a04e0716edfe31d9f921b4aee1d7bbb4bae88 +size 1905911 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..103b9d75aeb8c4f9c69d8dae64821c96e538ee35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068801ef4f12f013ec1660142568fc34187ed4c806ac98d7c1a6b46d8525b8b8 +size 1691558 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4ba48fca74ae5f349ff21b12b211379f5efd81a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d96a3e0940c8456ac7dba6907df9eeba143a27c87854cfb2b4cc89b9dbf2ab +size 1408126 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cf52c2fcf746f870e011e7a3cb506964ad58d6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6e9e083bf37982e5d65edbe11a8493298331b2b74f6e4bda3eb06544c54a38 +size 1226725 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59fad4b2b7d086832ca0bbc57ddfb22765008753 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea8c0d6fce3457395f512979b8342b60ad245df5cda0bf05c16d04febb90fe8 +size 1653466 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1070e8ff3a97c9753570afb99ae2f7b20e4e8e98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34948e3d93324281434e265632ce98bd4143d280a2c356b9844c0cddb13a552 +size 1232780 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..481c3530fcee188f39fdf19a82dc83ec27e0a6fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c44f13a574d4d7e93601888f07240ebdf86c10618bf06f26cdcca5be64d2243 +size 1471135 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d8f4fe6abe911cd406561b5405f6c89749d9db2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6b619c650be3722c9d5fb70352f4f967829ef5d44519d1b96ac3f61a711320 +size 1613383 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc2ef5493577fae43143c9fc32c260f3804ca337 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dce50483dcc7d00ed3dc8fa46b19d471fcaf2171d3907cb74b5597832119269 +size 1409267 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3911bb33b3a85b47dbd6d87a8d330f02cc5f853f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf0fbd6489d1c74c683d3957652c00283b753679c2d94c18b35991adb34aaef +size 1520595 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d782b3abe994e382710da26c96848c32781f5faa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ed70d2416ae5ae263aed10b1ca4cd203ebd83ca1e2c4d3eab2b03c95267a3a +size 1767005 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43e902d26aac68acdca8268dba6d452912ef9908 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30741c2b50fddb148a8b38e305601fe2da83fe078576e6b51c10b92a959a8c6 +size 1510714 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27e3ef114093d5e4bc6870a417e3290830e6012c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a55e6557bdde10eb7172152873b4ca2c1a4a37be150c1ff9aed320782b7d87d +size 1623231 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a66f688ae064d15fa7995f1530a77235a318c5d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7160a13577586fd74dab94cc8faf698b3edc41663cce6dbc505ca4c30c254e +size 1434285 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dcb1d98e0f727b82a8f3a7a9f7399fef3535961 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2551e7a6d2ba83bc4469af803c01d85cc6874bb89563b4e6775d3288c1f4adee +size 1541480 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e85ebf9a38f85015a7de76f734e29d6573b36e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79deb8387f712477aee8972fd39c4fbce4a707330662e93f8b46816f00bcb1a +size 1653138 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d17146f8b251ce42c3bda4d7ecc2e86567c44fe9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c607b0898852fd9f1d8bf77086bffc26cb0f082db6d4937c1477aad366b10fa1 +size 1393597 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..512616983af2ce8797a02b59039f7e52e3cd91c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752698c3f1d01e8c222eb601ce69e921087b9cabff650252ce542718511e83fc +size 1387052 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c800a7d9a7a263719e762e5c30c104fde03fb99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816853be235dc21c478fe8bc585a859d5bed4fdfeaea4ceb212c02c4c7c6dc8b +size 1760409 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ab44f72e8a3f6118952fb4ee1a621cffabf8265 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86968bdf2996f688e4a5115f71e76bee1f0391f11e118947a4e8146a110f8dc8 +size 1725583 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa89bd81357528456134466f970a3977d1b5abbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4cfea00ccc2e31336c74f98275794d5ae82cb0ea155fd0dfb056c2894efdcb +size 1925756 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa2982728854313f62497dac46c15003be1f5062 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9371187947623305c874a30d6dbf87c629908f1ab0073f4cf2e64d1f3bdbe22 +size 1726487 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f672cebcb624b4e05a94964b9e2ff792ee47d60a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42703bd479cc150013bc8e740816cdfd1760926f4ce9a10b5a3d58705580fc1 +size 1624910 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f1402724285063965473cc1eadf0c4347d2a74f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9f3eb2c21220ed31dfa9afe6c054b09335068a9331cb4279a8b3189af3f7fe +size 1737807 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5be0e0d4ffaca205982c6c741432528083a8a68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537747907881f0a552e01ee0e6ccaa2e431b345aca07db9ecf506b7cd449892e +size 2036751 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..565d0349e4d4577c2306a1984237f34675c783f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d816079cb7daf35f2cdca7f1edd76964fcad674be05115801a14721bb4c8319c +size 1496893 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..901a75f9d21d86b1581d07f32f2e22488e188eae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050a60fd3068177c226ef4fad9d52c5067778069bad36fb6307b5b26cc5519bb +size 1484956 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05c012e44fc382bf25ddada665b50bde11d54dde --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa26b641c279d534e022a45f81dbbe27b4f76e202a62e2a7eb914c4489ed5ea +size 1752897 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68cfcbf5d188d069b98495a3012dfdb41ad0b73a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f9255cea0b9c2feaf90a86f7afb0b5fd771e8a4e144606af912910322a7a21 +size 1478685 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e60dbc2171f2c12d4225f7eadad227c508c9dd8c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540991082daf40eea35265572af0c45a0e050e0edf49f7f7fbe14d3f8050be3e +size 1400144 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b23c8be301a418e9ba9d9ffc9d47778c62dc3caf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77840f276a8946a8f015d62cdb0311fa3f85e75765d1f7e17c9e3b80db2505e2 +size 2107614 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29b76c37d81fe7b052d6be156a2d26c0d67f762c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afadbfcd295b1d7d4492f872bd8bdb50228d3125039164e4aea830eede0f8797 +size 1521954 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b48c5be43265bf13f96af097a02a093f25414ed7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dc5cf67d42f4637ca7e556f808aa0b0e338c3fdcb6f94171dbeff35499cc84 +size 1321278 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d598e656bf4a7e95748c9536562722241b0eacf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5ceb7df9d8eaa9475dae1c0ebacf4c7cea6550af85975bb74605e93ce74762 +size 1900786 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c69585f049f80fc7f95a5f4764ed6647a0f33f0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c14f1de82edc9ef124a9904e71c55f7c6bd4593b5fec57abdd52911048ded12 +size 1493807 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ff8868deb97325cc88ddb77b62abbe5e3221c77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2091db4c052a2a2fabe957b9e01eb3135aefd41eac6be407b37189490b4674 +size 1916422 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afd11f1c6ea0651d3d7e07775e9cbfe815492f82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa98ea21f6ef9fd4af554ec6cc6c800876ac4e2ec985cbe9ec3999a8b6a7040 +size 1680372 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7237da867173c61e1f886376dec943fb6af2b3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7ef94e6094af087e6847a5c0829805ce270412b3ea7712fa8af8c302b7f28e +size 1650345 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8ae23e97226ddb447ed88a731c20da15a041967 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7997c45a1ec50fbc2c281ba9866545005c3058b754562feefd24653afe7f1c95 +size 1802926 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9557650ff315637603f83c0f026fa0e1bb69748c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0ef74c25ba8bc5e64448098b2534b3930efca833e37cc3d6b6238299c79bc9 +size 1364879 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4487d5077f7bf1259f47f6ad682776e676e3618 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4518be70ba568bde1d5a2cb5f3d14a70874f51e61791705e41ca192783746be +size 1890634 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42fbe05f7f218e30d61ad532e2c202d74e85a296 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fab1b40ccb637457a09fa4c366669173c90d9d2bfe77cca9a77ff3515967fee +size 1689910 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1679155c2da4d88b72b71e686567e130078098f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9920da9c4686c200a5116df111e2c5f54231055f97b98da37c48d4b09826de +size 1466152 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fd29888335b402c860b33916f5a08db460e1108 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf8ae8c6a27f743c760f191696df02f7d2ce99196d7cd568111d6a6f05d024c +size 1914807 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff6c4c6bcf03eb6ed29a6add345387f9bb6ee807 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea13432c5142b2c9ff34b5555beb757109d653f0e4c2b2403c908b260ea843e +size 2061895 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eac1412388ca84f2a872c2e12a38c2c20b5ea601 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f3e867bed77c4add9ebcbb4daffaaabf23fe049788c79184a1bfc577ffb0f1 +size 1999319 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87c41f6b5242ebdf8bdaa6dca9cfb410c0fcf546 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9762c708d1c68fecbfe4ab1c7ec738a252036362f66d79e7d76e5b7a85b749 +size 2059903 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9dc0566ccb1948a1d239d22d150bac86ebfc24a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0499a85ea8216b81b5f3e0dcd0e5cbbda1a21c05a3730757c449cc8cb80d72d +size 1523628 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cca442ea6b867068cdbdb88f05c5f9983d0a9fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f906d06fbef8129712552d2897de0861b219859dbb4d1684d9dcbd80c3b5c5f8 +size 1985206 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b247ab729a7535e62e2ac4ec0a2531fd982508fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04e19956608d5ff84322c4abea7d79890655e202cb6e7e4b5e94a1d0e0288ad +size 1608986 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0360efc5fab201d5afa304a291c6ce7079a1a638 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0c1abb28a3c05d1c19aaf7a81e4af07b0915d23999c4addfdb9652e4f47f2f +size 2006089 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab6cc27b30f6fa9a9ade52d492ba0ea748ec311a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e70946a848a9fbb93ad45b971597b2b5fa54befdd6ec0b45d6762b9928da3fc +size 1423702 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b686836971239b5a116f1a87209e6d9b85735491 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c5cca112f16a0db924523cf7c6ec144882cca4dc76cad46b717a172cd8bad1 +size 1274602 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc33b72660991e817f7b34b2e1d03950385aacb7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee4c272371e3f94c944f286879b38309e84c077bb7a02dfca11d361fa82030d +size 1671606 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4393645a19606c65e99975130b2009e9f1de9159 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9665ece7f39df647cc7d2267c8e6e7433ff85ac99873ba683b4834b5ff92c72f +size 2481958 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..105c7c66f983fa6da91b2fa0bffb90b7d06d53d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9202f07729cd11407a4aedbe9a547dad9d06cd65197342624efb151aac13025 +size 1370089 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f36df1730d8a4e8bffb14d001cedb83784dc43fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ab4f1a231e037663faa10f4ed0bf206c90ab18f49f65a6211a2c38fce16406 +size 1376520 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f427e0f7b2a5c97d2d2870b1b778a44a555f87ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6153edb49645916a67b6610d0e9f755fc07a71cfa6766a0cb53f09f6cd8b8843 +size 2183725 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46e8c198b51b0860ab94910055d29059c39366b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64468ba53b88e543e9d6a19b2517d84b19db8fbdb9b9cf9cddc0b3bb90cd94a3 +size 1756161 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a42896d0b07c1b273c8b31d13ff931ae0797e524 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524a9eb9cb89a3abc932e43dc5e84600a5620b26de34758dab6ae282ee753707 +size 1536322 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3799a85452f20460b5c04a0a9f792aa8bbf2f3c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df225fb442293aa7f358dc691bab340ebd80947008e924fd05815db2506ff6ac +size 2063835 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c34475aa055f8743eb8317d3d57f82add29180ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6285ef5b7e432560ff0e2b67dbf78a5dc79a4b2b5a7ed9abad06138017e63fa0 +size 1512121 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9560413a3c7c20b0fb30d69ead91ace2490a66d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad4a088875feff3d40feb3abbce9c53d6a29666660d38781a79987d09454b1a +size 1286872 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40530772e25f7cdbf2ca0ac4919279d55fb73bcb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d1a51a99f8ce860f73916c69de05c2109bcef0e5980f3b87f4d2e7c6a54e27 +size 1686477 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..948b6fde35d55e334e5b8b25c2099ff1ff9af786 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717df7946415e3db724091771a427170cba1dc72a6999ff8cd519845d43ff810 +size 2403645 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cbe3109018fc63263ded10b0a5cf790aa447229 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bb0a90ff41ebd4ae38c31ff5a94452cbe373aa2e488df3016f79601eddc7da +size 1621546 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fcce82645ef3dc85f3c0151b99f3f45c03cb4ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b85183b5d161156fcec4c4dece2f1d9f299440cceba78180297cd5745aef8a9 +size 1221526 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f27f4ea7133c9cd45fae149d286c153f815513a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e92fc5822429fc7dadbe0532efe102fd6f302bf532e542b6e9e39bc94293b5 +size 1479254 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..663a833f7db52d1dd3cb48de60b78835374cf0bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b718fe25f24691f32dd0ba6b668545552d8455c60dd533ffeaad77185ae9bd9a +size 1406852 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..867672a90a32922c91cf284c2b4de4b7f3e88ea8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b06bb5bdb2ac16d0dc5a339a704fef0dff020564bf0874a3606366e4e34f57b +size 1471316 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f636709f5ac06092c0f7faf8fad21e757aa969 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52810b289802e646e42c259a53e7e7fa23d324b4d105fdf15d0e95d4d903924c +size 1710525 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b20857e2dd07015b34dcf57a7cb2ce27f87f4d37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028abd593b3a2bbcb62f72b3005e0c40f496dc4fff2019cc0207599fc2066207 +size 1670293 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb594bf9438c7ea6f2199f852e9c0212b3046c42 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2daed4f9851af89657537e0c50a599797e062acf3f631e96f6571d9e8fdef3ff +size 2290595 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55899fb6810d632517b2a3a45665d68cec68ca13 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313332838ea3007f53e67dfb6bd70d7514f187ef528489dbb09dab1ed53ae805 +size 2636965 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37e8d23e98d13e860acb7e80d3d7f17a3d7a1c90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a463173eb1a83b401cac87b96f2cfc2c306bd2be007c555bd2387a70284f564c +size 2064086 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccc095dc2b72daa53092446d4329a7e51b584f1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe1cd1e52df2909d27263893ac61687e1ecee97d0fa38fbf3f06593323b4f66 +size 2090540 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f22e6061ad32fd4f19477711a0bca29d5d867c9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32098981fbd00dc6622fc9784f8e8f6689a2b28757dd7dac0860e647dea3dec4 +size 1643021 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7924080833ae849f62fa557f256d4590172daf2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be716c835cfe0cdb31cca2db7e2967a49738344bb25a2ea7bebaf77752474706 +size 1444135 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c4603e1b603d3afec684bea2a083d7010885618 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ca9baaaa44e9442cc80dae7d3835c029f4bb8a3bdb7c7c3b5633acc4595a3d +size 1810237 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13c00e92e27d827f1baba64d6e8172d8cd33333c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb65836f8e1fce75d9f0a32e25e01b8607883ec24b9a3c6e199f676c015fca2 +size 1729747 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d6e4e100cc890547d25a313f56d6cac5a285564 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a420cba7d8d55a38ae7ae53cc2f39d5bfbf39761ee76909f8c7ddc0d1fe7fb +size 1495485 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fff6b996d59d642f4f202ec102f3ef71914a826 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259d0b49bfbbcde28fcbd7bcedf23ee1e752793ea708e0c1c2ea1ee14e12faad +size 1323464 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67f6e832abb1f8981827cce647a78085f17b2218 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bbadf29d53d3132b19754aef5676c34b7f4c5b108471b9a2d8fefe563b98c6 +size 1794716 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6884a1ab761597e92516c066ae3c014eb796604 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d68772149021e9985e4d10f7cd35aeb42aa0bff99cd197dfd66be087a9f8c1 +size 1568520 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..655711c2253f19166e1c0f67220b3014c6d8217e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccaf93c54787353aad4afed50bc44e19b03b4a940fd01f8eb1a26503272fcf91 +size 2223527 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67bdc0e0c23a6a594387b610e935e4061adab417 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8437daf1b0f86b5fa4de6050bed94d06fcedd688de8ce196553d8cbff7f2b4f1 +size 1894393 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..017e796b8aa614cf65630d62be6e090c376fc4f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42c36a513fce6f045c4ef48300649ce1e5ffc9e0100f1b83100112558410354 +size 2482858 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1dc0b63652e8631754534b207fdcede6d03c7f73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb70b4eb112bfcbb079e4c66fe0f133b6bd8c3899f4c22f5b0b419f31f7556bc +size 1573356 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ebd4aec807e08464db2e56e44f5e173b8a43372 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f940e2206f1e4bc430cc2ef95f9c24fd0edd79da6ce7bda38b7f7370625a46 +size 1589794 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98579b8f4a9175ea814d374442dad66e19d8a249 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f94b854bd52d47c1e28b77defb549af0b1a2ede8fda361de504bc4b6ea7246 +size 2448483 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd8adde2a2927f967c9d79f447ad5b35bf1ac29b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdd69a7a77b5693da5a43ed80b015a90f432da4cb6fe91c4fce17c53352fab7 +size 2472813 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13c5d47758397cf781fada0f6f2f49843655ad23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d093ad5b3c0e8b82819d223d66aaddc9a826cd8d3bc83beda0a758010300073e +size 1151161 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89eb083daf3569086f677959a751fc38b0cb25db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11e9489a0a90be74ce7f551994028ad14e6e2208b48c5ec9b9f53568cc26db2 +size 1645827 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6358e2b640d7fa241be147c77c03ad007a98696f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68732782daa1eb849060a6066aa66753f6831fdacb91b133839167b13740a12 +size 1331379 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..802627f43903c3a86138b3752366ea1b443aa4c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c756ddb83d996a858e0db19d91fcdecbac992fe49f55eb43ca1346cabcea85 +size 1423829 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c138153718e058778b634104593096514d1f1526 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844423df48fa1d1f626efa3d01ad56396b5059e0c657008777d96d3927b45bb9 +size 2018348 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66df2ca297dd8f8724f4b799cbc8c3f3dd5fd4de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98e7445d628ee758907a49d743d868f38cf7b0f6b21f08a25eccaba2034d6b9 +size 1866369 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ca25a0743d7e59f760d0c1b34626890b10ca578 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754522ea59fba11995cecf1ceec8d686044b073bb93033bdb2bda6226d40a29b +size 1325470 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4a76208b8cf6bdc45cee6734e641d09e26d192a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e89f450bc9d4c95f6a96693aea112eee1e759cd816590c37ffffe60888f2b92 +size 1593402 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc0be3022532ef09657545759694ca2d3597b4cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532fd4bada61d8c8c18e9ad93757851616c98134c7be7655083ff662881592f3 +size 1472463 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd8e2b2cc80ccf2762c56c5df9fefbd890ff19af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d00c9dbc4302a76df485bb0db0857aa413bf8fe60aaa7f7c0c244a57016024 +size 1991465 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee89c4f7322d9ca6b8265fc7929d77e0bbc4ef49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e55d2ad92a725b9d28c3c3a26f89eb706fd899b240a773534e4e82170bc9e1 +size 1484788 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d47c2b69a10a0924bc846cfbf10dcd5ae19743b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bba6fe9ad3b291bb8b6868ea440f870b116fec14fadf9ea555de729df93a332 +size 1485744 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0575d14cdd5edd60d89fabaa7d44492165d67c23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6166e96b09b24f3a9c1f089ad74f5e8242f4f757c9a1c97c78ee689b66c192ed +size 1550348 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd437f80cd132ee5727ff57cbe9d62f58cb73d4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b6e20872592e21fe27e4069e4b2a7ccd82f8819047303134bb2d50bd73da9c +size 2048077 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ea587967bd338a81c92da6866fc3108732e7a28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d3acfe1cc9aa7418453d11ff8b0f059de4548f6eba52fbb18f91c112fe3775 +size 1861560 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40ceeaf901d1f012318bcb9d177e06185539640c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ca4ef8959337c224710361643646d5548c53a13775fed9d87183dcd25c9b72 +size 1568443 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aa45893c3bca8dbac883d0bb8b2b2adc6f13b91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ab860fb29ad01ce5a7c2c6bcc28d5b95e8c5acea7bfc66df384ab1351ad2bd +size 1873082 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b047da1e042d68db21adc1bd138b339178c500 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c213cb07d30c84dabfa0850e00c57d960d18d33a93968489428186670c107a +size 1810312 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2666d896d0ec06d85c539a786517c2b2d9f56d7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea71d44b82cd3ad0f6a16342e6b0cb1dc0ab2729e19d7d258ebc679b210fb11 +size 1691415 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77e88aa82cca462b1a16433d1238cf8477d5ba04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef47a882fc12adae0ea8a68326d69dbf04858161351a26949cb3aad86cafd27c +size 1755301 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62adb9b0d933cca518d71f39227415923ec330d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a700bb690b9aef37e0d3fb5fedf12187819f0278f248a6e54ae30763ee68c40 +size 1515794 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e06f3f29a1e02dc164f9a8e8a3f2a3a9c7c489b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1201bbb500e4194beeb7fddf3da5197267c7a004535210e0a7562c1f1acd1330 +size 1860769 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3eae38961b127128b701bf82758213f20b7ed5ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd9d39a780a0905db467c12e4b707d86d1f0245af987de0f93345d653c0af53 +size 1458499 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..978532e1e5ff1b7ad0257c65f94f302e9ffd1fad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc82d88dd43784879c6a5cda869a3f8296d9b92823b4a03af848e37f496beeb +size 1828573 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4c4361a0a34c24cc710a77921a76c0aa3a701c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ecbccde62a83394f9ead6b98e84055033ff174ef9c86443e3be65338f8fbcd +size 1826073 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07a62fb5a89162b0114218f087cb79c8d29c10f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09551c370f04454c5b91922b1f3969e341681be6b6148b2704c47558d95ea454 +size 1590282 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bebe8756fdaad5bbd559fd6ef3b1a7036fecd26f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca7c1a12c7265b487584955e7a22c9b12b234fa3b4b1c5b8e96204b17fc940b +size 1769236 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9cf14f87cb04abde5e6f25e9230aaea8eea8a68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766602d08d9063602b2993fc8c9c23e02f5c0f99493d6e0d6181cc89705efe32 +size 1430694 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf90399153477c74e249e17b8fc8363530cfef34 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4401205b56a06f48733fb62e76be6b882a51db4312f1dab4d3c1c067ee94749 +size 1896274 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a2644a32f6397ccfff24f1b282448c81c5e8d68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cedc7dc88faab824f6c4689909677c76d440b45fd8e22b14a519132fd49b58 +size 1339378 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bf3f5bd70b361d37e3db4ea41c7afcf94ce12d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59572c27a0344f71a330f9456d2acdb125653d3229496a34a84683427e9abe6a +size 1552168 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e19453376e7f3b5a99120028cd0fa536a6db5523 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d578ca45483cbe83deab0c6f0a0e43ce5ecfba00e0d94e9e235dcc2cbf206e0 +size 1416667 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab9b0bd303473e159d40d793594564af1d2ecfe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcda73f98eafee317d5160926696737299b10fd1c4eeb5f0b389e0618f804965 +size 1686174 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ab407338d5ef5779360bf4891e1be9d5c391d05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b3cfc54775fab3c618ca64e53867f065a60c2a1bbb710072b0a75b21259842 +size 1215909 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57c668a8b7ba2ea09f0e9b7c473d1a4103f0db32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb9055f6895488e8e854af05c3e290f73a948bfa9c460289d1c0b109cbd62ad +size 1438164 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa334b94bae2cab71ff10898365f8e26bf77dce5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a1fc365bf282ddc195bb34bc8f1c32f963e04dc714ae24eb6dd7394212ddb0 +size 1538068 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04150462a8a7ca0d494d623bf247cd9a731ac0a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff6462ed51219cd2f74a3e8521c97a57f47e51d7a18f53899cd4bf68c7af297 +size 1069755 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f87d6ec9343c53a6e290b7d02b4ac40d1dc1d3a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88cce0ebe7f9524e007ab8964533ae2e85b9010cce83fbb571a1a2b75c45141 +size 1833509 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceb435a407db07b066634ba4879eb9757517319d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4446280f19adf7caa289dc94d4799b27acbe7467ce67968e37a0776b0d252fca +size 1486855 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da53e707a3f829b914f580617f102bd3f71d6c7f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8451fb4cbd2de0f8ceba5527c5fc7d8aa44217aa22221ef97bce19ffafeeef +size 1437732 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f85ec262c7d96a8dce92be09068687ed707bac0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5ae48c5e0d7a182902f5db6b71ca1a65d64958c94c4a7f02b5f4e7be2cbf7b +size 1916572 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a4f9f59f7399b3559cc20ce742239f90cf7d02c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5bb33002106a73a0c154807af27a810905266e5286bfb39e834c82d484e26a +size 3215451 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fba163e9a2f226b16d798e666be2da826bef6514 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c186ef889fc1802eb51fcda2b579e1a6bb103aa4856524784cfd753ae095faa3 +size 2438919 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcddeeea627412eb06215e99ac04cb35d9c8234e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea93fa61f0d9570e1e3f1c3cfe88e19b0295489d0bb8b4e7304a4b98689dc56c +size 2008674 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfcf5aafb5f32c787d72381a643a863184dc0c46 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fd4a1e6b94f6d5a868071fecd89d2b92512738899a184bdfb7408b003b796b +size 1781086 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8dde4a4eb3736c825aff8452e2153d9f15ed2e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef24a986859976a1f876e0154c2d79e64f790ffdb9edebb59061e6666f2252fb +size 1527445 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53ec62a399e0b35a89fa1d3d698a442c48477683 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35127bc0bc35ba2cc66b3410a6d922960ef05017f38cc1d96030344587528431 +size 1398699 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16741266a9b95be4d0f19a1512ac58886f024ab6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8372ee1010f1f7fbc56a36bbf5c93d268156738df9c139c0477b3943ee9042 +size 1626073 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff0b290a35d61d82771a435135be42c9fd315e5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c928609e2e9ca9e0394e7f3dad8b209c4e93f7d2b9e0591925004a5c0d53293 +size 1649148 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90c0852dc94d9bcf42601effa883c5fee48d40c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778c8be5e220369bd4cc3652f604f1db5a7a846faa9aeb2570671ae09d841abb +size 1446368 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7c0b5b7390ad471601f8e12f6785aef23fa73f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f69f4073e60c0d049fa17ee5d427ac8b793fa8ce7f3e59138f57f35942b2e54 +size 1594933 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4d72f32b0387c880a654b9e5006623ae9801e3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f830127337f4940cc91d9a5ca22204e92ecee5b0344fa6a813874789886dbde4 +size 1894456 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bb853003e8c514a4d480bc6244f166505fca2be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4167ae03ebf67225e79bc9d3d2abfb531458d9d061586064e649c76f6a2ac19a +size 1439137 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcf944d6c888119ee2636ccea75fb34dca90c9ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587cf07f5ece072b0c06ba12fd631e00d086dbed88ebfc6cc76dec2d61a6424a +size 1763331 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9de219ba6d54567906beb8d2b040148961de619c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62d63e7b248b44465060925ebc8f9f373fd7253f4376136a4dc7da186a6991b +size 1581427 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d42b673c37f5d1de2c0811b02e38f1c1366cd6f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee81f1d1b6955103a276d4076179e35395496b09ba5515dbf2161d2e3eaa9ff +size 1544968 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a1d54a0b88b8c2fa970fbec0783d12e55f29351 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5eaa24f143c3c5071ed6081684a93b744dd9fda85bc960370060bf4be615bd +size 1534443 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..989fbc57db60fee1a50678b6ee8262aa5539b02f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beaa9404bec6ba1b1e332dae33331ed4a91c9ffb8e2f9e31fb5de0c5137438d +size 1644310 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30718569393cdd30101e34ce24c85bb2830fb589 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19679cb89e68adf0bdbb8af24a222bf2df983ca8c66ee0f15aa0854545d14930 +size 1977275 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f8701814d2650432524edb394bd50cc2c3bc09a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bfc3c7216f2e2c0ba70e09a5923be115f6b036d989e7da4ee1e6f2689df2ca +size 2114222 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c8f195354aa5dc68d80e96575c2d8d68770369e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95aa1ef8c2e1c7785183cdc3933ef3c6dbc7d92a031fba62a1f677c910cfbff0 +size 1905472 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26a5efc033204bce01f3f2deae2bd1511f2b8a75 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a82f95867666e167fee540af882b833c6249921ebcd8b13bfaeeeb66eb6e1a +size 1749531 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbe96fb76e8cde83b18bf4b1c06848c24269e38c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d564c98331ba34b9e58fe0927d2a5ca780b4974b331afb4538aa167ca54f31 +size 1951289 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d2eedd543dd649839387109bd98409aea92382e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378a4508ac612c6f1da50b6cae3583e6fc72ed22c48baffd4d42fdd4f5da20e2 +size 1661975 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7c59ea2a32837e43adb7e6c67a53b146341e5fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becb40c440eb6c4ddc9f00bacee1f63c9826edea4b67d9aed5260810ee96b92c +size 2041852 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b27e2e1570331442cfa796dc7f560c5ff9ec12b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c304521d199b0aaa206d89721fb8a08b98950285d5b6a67b691e911f4fe05413 +size 1836257 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..739a3ee96fc8d592701cb1e66d8724aab516de8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0116efa83ff392b3f8249877db5bf2b16dcd2120ec9b35f17895a1bfcc23bde1 +size 2147191 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d4ee3089ca70e75d74ff86877aca4b9460340f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f2ee4b84659b861349836dbece363a04f220d6328b3c9637cab296515d3ab9 +size 1798364 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3917582c044a1796963c0f83fad69a5df1c3416 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067c03c084600c6259411e21f72e66e84710b0db5373e9c66b354a946b494777 +size 1515149 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0feacc35df02423d08374bfb2e136a9a88119cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a60e2dd7c9da0e90e1f89c1357619e89565d3e4423c79411a7405d705d5417c +size 2006201 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b75e772df1f9b2a974434080a1f1b1702eb916a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0fa74dfa30e134a74b84e64e5e7f90aac80c6fc09165f61f414dd32d9126f6 +size 1780273 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b8b1dbda35e9fc02597a248361a8244a86a2d35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1b9fc164cb284aa112c20a26ef1bed137ea051e9215c1e78401f71c04cd83a +size 1541587 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..304462bcc19fe7267ba3ae8c5a7c2e6ea09ef6b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ac04364cff4b3c444c62e8199a92fabe9d34dcb18773863f9ffd6f0c642138 +size 1790390 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86da431f247d1c3ff3ecec86c873cebf22febb38 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5240fc39e023756592e7bcce2e31d3e4863b170090a6691e25d64b6524a45f +size 1293713 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a8be86349c2d3fea17ae47ba8e92f770a3d4107 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8481c78504c13cff624a6094292863ad8e5bca7e732151633e7b3721542771d5 +size 1623062 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cd5cf86fda04154ec58875a4d075d6267d363b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308f917808d84f3a51122b2b11011494f706193f82d59eb0fa7e9638dda6e275 +size 2397207 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ea21ea6f7cf57672a834dae35d23fa478387b4c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdc736258af8a7546fef33381e9cc59e95c5e979196d59290d92be82c7243e2 +size 1833252 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..908405b98132b8d756964598fa647bb0cbce2841 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5258e0bf7521671b0a4da86dd4ccd0fb2505450385070d10f5e7499bf244a4 +size 1567986 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3946988239d4eecaa27603dbe037bda9d2d415ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f6dd4982b71723c61aa83351e9f72af4089459a25540cfd9b29698bd1ab3b9 +size 1467091 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f9b13ed2f2c1370b72773123779db588ad45b6b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721c8a8fd250acc0d08e3f1c93f1a2aca6a1234244467ac01af95de9041bc381 +size 1542617 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5448f22bbbb36bdb93d2879ca1b95eb85fec64b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d7d42bd1cf0e230f5ab2fd9f0bde0dbfa00c219ffd4d7942a9dc3e047909e1 +size 1631310 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee6197782fc0941cb8fb926003898d4f4aaef67c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7248b07669b711747aaf7494eb31194f8d8577078f81e006aa678098532bc2e +size 2140868 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a00312cd391ef87d82885e7b02f960e6ada854 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18e59fc4ddcaba6991a8c22c925712a3f12290aa90947d3838d48ebb3dbcad3 +size 1845936 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cc19d8329409c40048dcc1585f7beaa243618a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213c2cd72a08ca62146354c5dee48621bff8f208200395fc85d02ec2f407761a +size 1647835 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c03e2e8ee56fe96d0053cb9bdadd266669bd2fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94df5549ca2cc8115fed6536c5972ea645c56a5afa48d1051b7bcbc676165d2 +size 1919778 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e84ea95dc589800f0e61e386dadbd3a1b4a6352 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4218b7c0fae3907d1e9142079af34c65cd8b4e118908b447b288009715733ce +size 1715096 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..347c1e2f204826cbab4b78231ad5908618086fbb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f0fd21b2c6f701f2a8b201136ce0e75e28d5ceaae5a96509c029376c29c103 +size 1974961 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..875574955460d85e84327bb5c6205d31759b2e18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762417845ebfa2e091601fe0c749ef1cc7187c7bb79b44dc7c2dff1ee15ba812 +size 1823620 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ed05c82baac2784751be768333adeba9afd9f1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a7af55ba8b4ca0cd511480ef48d33384201d13b1cbd6887e14b063376b2928 +size 1543750 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..557cbd4ce916b4907bf9c7bf06823e073afaff93 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d314098da08ae096421a56562338a44bea9dd964f9b90cb033326366755bffa9 +size 1691662 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7df9b5ada89eda1ec380b230fe23fba77393e3f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865a412d2b2b02f427adcaf023a16c10d0f4b4abcced14bd0d7fc582498ffc3b +size 2955532 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a27b89109529b7c9ab2878aaec493e9fac7a7479 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b30b9a046434325bd2cf675d4a814176836ae04bafa7d79fbcf151c91adffed +size 1427858 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ebb12087e4e4af075074a16cb17737050f9128 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff13ccbf9ae3b9d08a2ff58bc96a89d32d0aee5a264ef5b992557446237f6bf +size 1642986 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37a835e62fed7835e1695827e73a0ea8825f9430 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f6b1226d1264b3e0897fb523895ff908d1ae42adb06ffc0467096dd40c3faa +size 1501205 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6858acefcd1d626e79bebb5d64d218c464716ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b897313355d533d4f56b151f693b9e8e4e11525deee857b2b1d1ab62f8ab1d8 +size 1208987 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e04bb5fc033015a71351c27ae65689d04094e877 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d7deee1ba76d87c932c42172b9ae944dfb26456b0892108c2af3dedbbbaf4c +size 1469596 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2afc42bb65a0c230f2ed1be6b228c4e56de1bb05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d577a7452d93783346188e9c6697bc5a71ea9604c9c9c8a7889d5a8469157e37 +size 1562454 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edafded24ce49e4146a35b6db2dfb9bce78aaef7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1f75910f81aaaa5e92407b1cd5ef76dd61ed4cac351573d87e729bb2a5490a +size 1852545 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2dff1183d40b19594fa402420b4b275d427ea2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08894e98d5df1d44a9bcb1a30ba67eebb92f6277c806aee42bb9d04abcd4fe17 +size 1523681 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28f0f5070b9d41ef874d955abb76c767845a42e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d6bbbf0b366132b2a4ce50d5071354ffe1e56d0ab0ca7e3cb695e02f5b7491 +size 1374860 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57c2b1ad32d625808cf3222a2c0c7cea49133623 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d512b25980f8df82b3fb74d93d927c5a6c68b7c2ae42c1a0c11eb63b0a2ed6f +size 1559065 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20dde7e7cbd01b1fae455e1bd307cf20acd3ba8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edcef6b0ec472783f87455e88a193a594dcafb9c8526d3e1841e5abbeaa6969 +size 1448615 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45a8bb2b699d47b0748b25c20da192a9cd0c95a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328a143cf3c852b623838b25c86fb24428ca426737824684494e6b29400d6de3 +size 1386542 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39837188a2233476ebd238eed8b2aa10b413a67a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617b879ab75279a933781069eca7ec62112056d63ed93ffa48a1671cc5278960 +size 1435109 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de882df9e3da8aecea3d283c83da2afaf3778685 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6784b9755d5f8b1a82b995eb0413a0036395dc737717c8b355376e3d5c3f87 +size 1456369 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24fadfe597b15bdb1cbd8454cdfd8f1b967088da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0858534fc9b06029a69b065cbf2e7a4209c92f0ad53a83d5fe72a4b86fe259b9 +size 1673504 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07385f1fe57ea185947476977bd747b1dd50251a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c590a2d88098ac66362b75e36e9cd8ca217259015d8ab38eda937e20e64b9a +size 1583607 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fb79d71547b0184306973ba8a0a1bc284bae2ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb823c274355ef723dc878a5c6cadef001268ddd2ff7fb2df9a87b1db2557377 +size 1349248 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53aee136283934ebfa1b166e631fb88d0a266b23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52df2f80825d2b034f19c6fe82119efa3f9b84b2456a3b688f1fcb35550f573 +size 2013997 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94146383da1e97215e768980759673bdaf024981 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724cb059e3b23516f8234be1e71c044233431a36dbe30ab8db74707cfbea0662 +size 1175180 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74d1bb81f91b694cfdc41b3125a759cfd81635d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e40ae5e14d070186c09119f8fd0b7f48c2b6266d44d44fa3d3793c615a61ba +size 1658811 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0105e42a804c8cb64255fa60c59e06bd65fc83e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1c69f2d5480ecb082d59538b88a35da66be97627e9bcbcbcc89a599e830476 +size 1686775 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1751293d17b471ca31b6999c6b0a96124333da94 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726ff5951336b2bcc4cae0b4b4d417da17e9b8188af237699f90f856cbf3901a +size 1720459 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40a589a2f4b2f6e7bdd164807c4a01f8fcca02ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947304c2cc6769a4e7ceb65028a750829eb95e65b63544a6efb2f46cb78eb1b3 +size 1830082 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1c7f971afdc5b17036bb90091b381872752be9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ef1dd5cb82b9516362710f977d72631b474388eeeb4bce553dbfd5e61e662a +size 1410713 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bed57780f0514539d2e4d31bd50134bddcdcccba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef173e55623c37ae2cc243e11c204aa648aefa9179ff6d3e7af648b39eadb1e +size 1353742 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c24b5ecb88d31ab22f406b308b72d8741943748 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bd2ef82f75582738e64dfda555146767aa6382af4f2751e60fab2b45f3abf8 +size 2018894 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ae0a4846a7f501b19f250b71bd02927c3e8c656 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cb75ba3f803bc30382d188504e99e7157c9f716d8fa69cded2e262d541fac5 +size 1599725 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b23b5bdbd16c278f2199fe7c7a780d460ecbe3b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3aac1eb058ec7e67af28fe05cf897f3927aef645f0ee9a9de273fa607c2f0d +size 1711474 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34c7020480a000656bd8dc3c34de821603939925 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33078244e4d1aac4ef528d99bef6bad1a7f55c0c5bb242068d1654cee100214d +size 2044215 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6145c7b5148acbe602625321b932a45e32aa6c62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafaeb9eeaf4fb2bd2a10d0880692e07113131c1b8df8ce8b1ab8b1dc5362b50 +size 1773452 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52127e2e6d05088f7bebb541f3e3c89069d1dd63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f582dca578f793488572be9a10e57f73cd73051da2ce30570ac238bb26701e18 +size 1778076 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29d65385d9244ea95c9d91bc112e4c52ac87bc72 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152feb334a3a11dd123054b57423f3786c246aa23ff374a5d9a5937fc65330fa +size 1140325 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42b9d30ae882c8c0fcea46e917c501919af78d9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d0381ef29c92a3e3bbd6df7d1789b7dfd913e233a36fdf908de0c1642ee33b +size 1547402 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f60b619523b2a3d6b267ae6c514844a800f68aae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc57526e26d5c743957ef6e53db74a5a0ad599ff3346099e9c5b2bfdeb2e96a0 +size 1726919 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5cfe582c281f41590e8d3f0d20c1ff1a28e3308 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19af1c6e937a94e254132eb12cebbec113389bab8a7f32c59a1e59cf3f842595 +size 1609516 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65db904cea36c78a4ada2e0927ca1bca0705b0ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a8add9c7390326417d55337e39409782f32d376f4825a9c646bcf3ae083640 +size 1575278 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11b872499f7258bcfe0ae7d74d085be7970065e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b6ec754004f76673e7c7cd2d71a2912f0c57293e2142e55c36494aadb579b3 +size 1255635 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a46451723a326e188a8422e644197e33d06c97af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce01cf8e0f1f8b8f77296b7e9e8bb5ae6a1a4d2571e9ab7a8008362df9e75296 +size 1476775 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ea74356527075f81ea43ee0fc94823e58246159 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec969f82608591e71150a9dce7737f0146019627ba966cf9a718cab33871923 +size 1609682 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e1a074698d44421ed8261aa4ba03f938ebe24012 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a83f7db6c9d7c1a81c612a9ddeb2413b54459ab529de1b46e746c9e2ccd06e +size 1355084 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2420d315f586805808ec2fdc2065fa48116713d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9091869b8115f34aed16c2c4fb1c973c8b2666b50b5221057fa68367507f19 +size 1756957 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc2a892e45c5dc4f204503d396bdb58223716ba3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ec5b4a219e960ebb0c8ed1a50eadc05cec546f379ce5dca21a7145ad7a78aa +size 1413053 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..213e33031be073e86f172ad3778c4c81e05bf859 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06407488785a7c0669511e3cb443397cf7e5b8056425bdc5f28079f381e3615 +size 1509782 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a15ffd337e74737fcc9cc0f5b31b0056f945b547 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cd6ef1c7f0636b09087c569fb0752c6b34f151b39611cf74c277f21979964b +size 1790311 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbaf4bd804f2e0095c9e5c401a045ba2365b162a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfc2061590bd168409188944f63f1f8961e8d128d0da4a5e7567b9ce5b7249e +size 1498060 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efdba25b143381145ca4eca4533d9a6cfbafb26d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0e82daddd2280aff55c916b0a5ac485bb804aa5728b84287e25861d2a4a30e +size 1576792 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b06ff0f5557fd26e6742c4809e9552790c5e3050 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afa4e0bab916fde6a15ce6ea2c178725e27036d52a29ecbf1ac1f9ce645b6e4 +size 1513818 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40c22334565504f52cfa838ee775eabbfebb6c0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a42128a8b64a28a35c40f5c4efa760b24b91e70286b1997c5e9955c75d92f19 +size 1653644 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c88772e5874cbbb9ee25728ea3cb3f30206a98a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4525e3964500f6dae7bdae2171fed7aa2bb95023d119ff2dec6bfa4510baa5 +size 1244529 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abd40fd9afee97d7b6ff5dc7d4551c9ef321dddb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea543f800ab04b9da14345cc12b772756fc9f88bdb26f0be3d987b593af1eff3 +size 1386710 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5d79549d1fcf62409582d9d31f2d95c7bc818dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbccafe063dc2ce56a0a777002e30b2066006aacf0df01fbef0ac7ec2b01d2ea +size 1368832 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ed752422c1a92c58c7588d1da56f379ece65de9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8447a8f54f7f68f2f4381ffc3847c9a36ce59aeaf7f59bff24ac1f1f4010e6d2 +size 1858374 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2354fbf6d1db74a5fabc876775cde80c151fa537 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2caec840503f089736e0093f19c7bb083749db3c30801f86f82781704bcbc7ae +size 1177358 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1feb94c8b52a205e756d5fa787cd2c2bfc26b136 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5144ca5f7dda5cc9afad563adce51cf3cfd991a9daf695ad46398db017c0f42 +size 1426803 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73458c78e06ec23e1a3d746123fa80ef3d898ebe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c151d9127e604de26b9768ef7df6cd2313dd2ef223972c989807dddd8d19dbc2 +size 1548282 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f0ab9458f2b0d0fef4c40cb65850feae4ad7d14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7abe293778cbf05b27de040c102a755c729bebf6cc3dea826f3ad180c30ad9 +size 1999250 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c5e0a17e2ba4aa4f2be4a2cec9758aa9762cfa9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b04d9681014978ff24b14b45aed4b6b2e0c9d904e1a8dade2b857ff8957de4 +size 1479438 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c54bac6bb13df1db6b59d2a478e3403b13bf283 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4e09f87cd615d951ac4952eb6fd7a21aea7ef1022c27bd1adc1b4d20e4a4b5 +size 1056638 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a2743c462352883a09c21125818967bae49616f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5636e9a765e2a5000dcf41d49cea530e64cdd7beca0887b58c69183c8fd5c112 +size 1476293 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f9b6f2ba30d006b130a08b6fc71d0ebb31b2acd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7c21ecf6d6385eb0387a25724189c754a58036116a7d6e4639b425d29ea60e +size 1441166 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..929d6cf888c74a6b5cd73d9af0ed76eb6fbdf797 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4131f1fcdd0c42606f2b18060a92601f18645e1da957b42f7c1d42f6c29e26 +size 1646703 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa9dd795783a678ea6cd924fba1a809f2c0fcd0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7d927eb1d13e87ccb4025936204402cbd8fac83a1686c18338c395bdb39a42 +size 1585346 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58fbb2787e9150c2229a0637d049f5707e36c6d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6142efa8152d5a42a87edae8614a779649d76fc8511956d1c1adf2b7c987a61d +size 1195688 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dd4f4d3670bfd9589eba1919a9eda3211b2913f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dadd8eeadafd1d6867d43ab6de32be198f1a06feecd499ff19336375ec9c485 +size 1548653 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5330f186330defa02e9d71e45d25cbf42654e17 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7522bfac5ca08bb41ab4adb0719160e8efcd9a90287f0cd67902a861df48d8ce +size 1674535 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39fb3e987246492ac1a87240fad34e581dda2e3f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94521305c73d142515b889997f0cd023b07005fb8930fd4f24fdfa9263389140 +size 1191527 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a30d3a121118d10a00034ce7b332d3c55498267 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7f7169b311fc3b26b37e6c5accbe8582bb9cb300a54a37fe329773295e7506 +size 1334417 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..585d6b6227932a0dcf1b515e5f3126cfe645aa3d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf55d149e3e5fba2db73a6576f9a9c9bec52417ecbf9c1a5fb10f5346b76aa8 +size 1242490 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..226356431495528a21c1521a8e10672f73820b76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c71023088339d11f48a28c7582ca5b693c042dd871774741637eac35601392 +size 1352505 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000404.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5deb1a15a86f98d8fb687b5aa4fdaafb59d6d223 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9dcd7257aa512526acfbbd32592622e2c2d23d1c45e4c3871ea31536b72d3f3 +size 1295761 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000405.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c79948862d48a442379a1f773a675d2773b7e5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b140410963f09cd1f2ee2c7ad2c6298e5a229b57a9e56bdb690c39f718e83dee +size 1331881 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000406.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a00e19e069a9b2f36699d689fb7c20cd2588f8f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cff878b67202eb53f69b13b600b0c96a2cf30854920c00cfe8422736acbb25f +size 1358087 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000407.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..937a2ffc1eede8e4ce9fde6026f0dafa1a074d21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60256cc772ebcb8b36486bf31d4cefa68c339363d0988b1f6fc2a95023264e16 +size 1984810 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000408.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7f94891ba101dd28d4d5be278972128679efe0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bdb65632a5eaba90dc985d438accd7475b5555ad37d46cf363112fdae548da +size 1349315 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000409.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03935f2d39739c1e0fa175dc5ab82ddb18fc90d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c925f1ed6698f52ab99a0e83831547066169d1bf2ededd2fb4099973532d4d2 +size 1277952 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000410.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..358fba86a29a20c3199e0ea496d60bd3b9b7b03c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d98c978de775e31ad73fb071f550ab6bc9b8d8c7e0c022680bb52ff5490a33 +size 1467772 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000411.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89dfc29bfe17e28244bda1a664c9a329d1761611 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c96c566da0d4f443898ac884ca2016d4a8fd2272728ec0e12805f83d8e4cee0 +size 1351650 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000412.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e84a3c479a559913be439920060a83d8e812336a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5dc93cf8893ca92d2d6a7f40cb2962f85bc53fbe853899351a48af38bf5e6e +size 1323159 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000413.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b569321bfa49c5e229e3d2b23043efd6b8b34218 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2182819230ae2f87292cb266c47e05359af621938d77329f4b6738e2d504ebd +size 1018776 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000414.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6476edff8f92319d0e841f1df6d0d2637e5f402 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13af63ad60b84f1e0840b3f43a3ba0cb308d469764d695f80370b7b74b2e86d +size 1178425 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000415.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ba60729111b1efb2a190f2a726f11f5e130f530 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751ddb470d05a04da67dd92c384239dc5cc0dae2e45537fa719136066b5cccab +size 1227647 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000416.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e869b6a52de37ac0500b6660050729ca31b88d0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac09569346bb296918af735095a9e2618ab28045502fa36b6932433da5646784 +size 1599311 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000417.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a60b1fda0fc73f6ff9c05e98235539071eba0a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfffebac6313f42b388039a26c3755f5211756b656a41e5f338d34b4c2b9122 +size 1201494 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000418.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5c346405b5dfd7709cc04b299a8a443f271fc16 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1602165202709a76a06a276127afbe201edf9c7cda57e68e7fe08c497c3e49e +size 1199008 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000419.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43dc288d6bcf0bc9f84ce2a42d3a7fffa51734e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726a66f2f017172d560ca3ca9b6e6c5a3c5dc49d03190fe58f2cc352875d24eb +size 2424352 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000420.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f4eb500a3187063e2c3eb1d5792feafbf98f279 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8a1f84ad048dfad307dc5d783882aaf8181c44840576d85215266f3cc429f8 +size 2127418 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000421.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbef5e26722bde91c10edd138dfb76fd536fda10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8681131f08985f18e14fd9865199f134570095c26518ad40ff0b13c8b2b4b24 +size 1665829 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000422.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78a9085b8d94897dd47c676dc506cf5233ff0d77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9762cd86b7808263ef5907ee7a56bd157d7c3d0928f262b85a82bed3abb8d97 +size 1524175 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000423.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf37b311ff621a8c1d4ca054d886aa7db62865f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b342e4228b1c72fc99b028af8455117b171acf507559ccdfbc1d03aafe546d +size 1120616 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000424.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..166a0adcd2556975ef43f768d1c0bfbb1d8468cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40c1501a6560e492f90f870ef7157bb1e1f532ae0ba43a6f2b05190088d09d4 +size 1553103 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000425.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a70885253ffa47976824201ad66cc13575ef86a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043a719af026b6f42723c8a3340577ccce55a9b112caff15b1a7a3aa5a591d40 +size 1563855 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000426.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20c4d0dfefc66540a31e9091c3960468b81a2d6b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e4a7a3ca7ffc77178fb7b1febd65d52985a156d62b503676fd2e655112755e +size 1303349 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000427.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5113ec3d7ef8a106cab371542e4296cbe2fad4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb870c3f0c7b4b247949b41f1477d7c8d838fb49e59c486d98400362645e455 +size 1599815 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000428.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a5da009b2777e12b83f96a8df9ae5fba384fd5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89551bed3c6a4a541d7e58cb1bf5a23874c367c4062ff6ae3f16d7b7e4a59c3d +size 1471745 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000429.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5571f6ea7fb8e2878fedc171b136427b3464c555 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220a97eaa553250045a513423c99a825a0b88aa125b4f5b686b4c8fd768ae993 +size 1133942 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000430.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06a830dc75303f25d82e9e17b218b9968ed08cd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7569f7372f81fb3406f0116a473f09f4a74d151c93554c60166281251667cd10 +size 1152857 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000431.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..234b6d408fed582a2918e770f446f6af979c1a97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdde51611ae7d0195d782f3334f531f72d214cabf6bff6f5b915218b1674987 +size 1251682 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000432.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2a670a28f10a7c4efb2bdeba1940d2f0e025030 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9eee8475629d24ed1d21125bdc75b2ce82aceba937847548ebccd6be22695ee +size 1284800 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000433.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8251f353bcab6ef2964f975de2a861fefa3fc99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef5aab3717732bede1dcfb8256b21259553f11f9758ad39d09162ffe8e34443 +size 1062412 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000434.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ab9b41c9ae1a8293482ed5d32dee9903d50c987 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee9e9fdfc229c6fad89d37e5bf165f855e5c2a00bc264417a3950ab58351a39 +size 1684519 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000435.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7490467696bfa9835276163ac5df45d9d0853c35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa3ee6d18f409afa29baeffba4342a542c2933fda7cfc9be86faba9bbb083f3 +size 1449370 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000436.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59c65c8e8a1dc86c3172ee696a4f7bfe259a2b89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320e8a0758222b3436d882575fce63bb9279f34bb90b4951c8fdb97725d31375 +size 1752374 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000437.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28838420dc7bf07918dfa6e0c84c1b591f685279 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeab950674878e525ba0de539708ebc24ea63f51815e755224b8d3678e69c4fa +size 1496047 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000438.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8b636bb9fca4fae137965da744e05920edc1b31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64c1a9aee36cb90105cf5cdbc46f285cab302ef1dc4687515f11a9632c954f1 +size 1322508 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000439.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9abb168957b357159d28b3b13af1837ed35d198b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a39879b62d930a3efe6f4a1b2d6eab25e1e63bc24eeb4f85c40f26fc4b2ba4e +size 1857429 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000440.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53997dad0acdcba375da4ffd4cd7edbcceb6b317 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b5819509ced96a2bbad2a0a09a09a3dd9f0408c3e483ce08bf35214ed5f875 +size 1473135 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000441.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e307a5864574d90adf4a17260efec5dbc27a53ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8341c132d8ea1ce138d942c94895be53f0422cb761b4212a7b27990774e48a +size 1421785 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000442.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0abcfeb31cb6b14a546f2fcd62382cf5d665d7c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f95ec4365e33bfc915a6ae3661998b217e968a6851a0912447b81125e2bbb30 +size 1564014 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000443.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94880b989d0135998ea344bfff192d63a29030ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c74108a0c275e812d74d46affc8a7848d172125ac5a1bb6648e9d4660a75215 +size 1529145 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000444.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8bac06476ce9f2265172063e9c5b93ce58565e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216a378cca511f7df709474e8eb174890e0ac52493fb6de7951de89ce95abf33 +size 1542344 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000445.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78a19e694cdd33ced120c5082acfa6047537caa4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6593ac1482cfaddfdf00d614b6e7705ba16fb2677a14e37d287b419233f012a +size 1516930 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000446.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8586e5f3ea21acf26802cc0f319762f0fca31f5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2950d2d4b3b053a504adff21b726a7c96a14200a60b73a1e6b0a00da7aab0b0a +size 2032134 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000447.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4126f6671341f2e1d4cec4394e2970d5d102a1d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39b08b1c20b3bd156f9cba452d2cd6383654942843ac81de6f1c1e5e27f9c47 +size 1350393 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000448.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a9964672aab87a95e5dc95acf92ac34392ffec6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65244ca883cd24f69055a967f1af6f94f9d28e0065abf5f411c2a1c26355ca5a +size 1490548 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000449.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58b998c355b0aa1362e6ffb6647bdda989b3f81d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3d345d0ea6d730574f65c24b9711fd9db3242b7bb83625375f91d3fc1ad4f5 +size 1498071 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000450.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6b0d7e0ed761ea7a0761c72b0769fa54c930ed5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe0ed4e9c8799614e1f5b486b7ddb2bc0c72f871fe6741decff1a2778dbc701 +size 1346330 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000451.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c68d8ef43a51bdbe2dcbc13c6d090fc199789411 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8919e935768446bd1b0246d860ae150d714a29be6272336b113bc0356085b6f5 +size 1360762 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000452.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ac5494f267f82470fc8e8b757e2af9234722d73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1117cf53d8204f8bcd44f12e00fc1b71fa94be01eef11ec6eff5d0b3b58158ed +size 1777237 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000453.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ef6134618336a2ee9a7cd20418b4103bd061607 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4a7dccba45d15f7fe5d6a96fb5a47b5e844c111e6c03334a21946623d4a56b +size 2848291 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000454.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1491f2568484c19c6322028b1492264579fe021d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8476da5058cf4b20becee6f6c8db656c93a4e03514913089301d8d60b34bfb +size 2166618 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000455.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5cd4809a7d9adb51d52b4967f501c363304ac2be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e9fbf7baeb24f17dd4f33d89f3a9add9dcccda482207c2e7deaa5d9028cc43 +size 1518271 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000456.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac8af88fb3fa6d745c56ae66f3d01982b4a39b6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e95ff2586738940e55b02e2c11231f78f7e42aa186fbe2423bc98ff00c04289 +size 1590937 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000457.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..541ac9d83149ef3dd5020e45826060cd00e658ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de65362aaf4bfad422bd1263a222e4d5aea9a44df56240ff7bad13b8aa9deb23 +size 1549576 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000458.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fe68c3473efb1c3ae538a23977896b08bd2ceb0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaef9ebb5f7af61866eec50e05a9df784a3ce66946c55b1734ab194dead6b32f +size 2094619 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000459.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30d44a65c7522ebae0dae0513a968c7928db09f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a15a82674499ea213a1568e79e4ad702203faf820551094aca2a7b28e6f7b7 +size 1452994 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000460.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..956ba7b6090d088f20a587daf3e3b66303893f9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41fe12acbb69c13289677cfdc20b1dbbc554d58fdeb7c1859b23a0fdd5e053d +size 1420058 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000461.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..967655f48b5b3f29fd77be68759a275054e260be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912858f561cab8480cc290d05782d3fad15dac4913141d29dd29b1d8d4305bf3 +size 1365342 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000462.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6df0043dfaddfe4f123c1b72f6c52dd9ee45e5ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bc254a0e80b5292f5ab03b1b6859b5eb0770761a747a7c56d153868c79dabf +size 1624169 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000463.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88ab05e0181df751cd4984f2c779bb81b5814f1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6960746fda3a2266672b734e3e638c08029a9f00c9f6673230c3bb46856eed1e +size 1853712 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000464.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b865bb7cd18aca560a99ecaf3b49dc9f1b018f91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e8e2ff412cf4ea14605b09712e2681307a044b8a5f0511ea9d6ba0ef7338e4 +size 1258445 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000465.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..813447adf98247380c3fee0ec622abe674962190 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b8f27eee2b7250f7432e4d4126bb9a180c7cfdcafda126a2995c0f2a1b9eb9 +size 1610849 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000466.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d0cfa361e6a555a9258b689716b81cf9314e923 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ae12fddc4789bfdde5f9987675fa087556f91bae8d5730d58fc0934a47d5fd +size 1196826 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000467.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..724e8e9742438b7889b8ac330344ae39a93541c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3827276529a6bd7e71b5228ebbffe32350d39617df49b739804ead48c2a526 +size 1736046 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000468.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48d59ce7aeb3d6f9bed63e8acf2f74c955863d36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58208f971c4b896a1c9d2f75a308c33efdc8f51a6b8620e470bfe157d3032a1c +size 1284061 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000469.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d057b4d04b8452ea45b478b877e8dcd407685ac9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4283c5b831cd14f92e8b1d6be459de3061e1aa782eca102bb69e85a154f4c41 +size 1477421 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000470.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02115955a4b31fe0fc3c8c35484b7f2fe9177121 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c43023ca0e8c79a1182d0b27bb12dccce29f83438d13594a80f5b87e9dcf8f +size 1504412 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000471.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..659b3bc56c8de92935ff03b3e3d87267afe0bdbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac39226bde3af5f7e54387cd6e402ac4c0601fce5018111c3ba3a35121adad1 +size 1444074 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000472.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38c3d09bf953864bcd05e2e3eb91e4b6e81f1419 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279b7536d7a4618096c8214b6fbc431b010ab753a9eaf14e61bdb3c63230dfb4 +size 2322350 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000473.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11473507f3ddadcb1723e43f09d6b49d9e9c9245 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f344876464f0b4841330edc341535eff0c94690dbb031e79fcb3414b7ea38e7 +size 1905283 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000474.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb5760adb8354b3629e0966cf0a2aa1bb1229222 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b377681368afc50178f605b4ff827ac1a88aca304562f2f46e06fa6be23aa2 +size 2236632 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000475.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cf7e56f5f9a7a8ac1691284732561199699057c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3beb60bdade2eb29a7609b657dcd99695d14c66c919ccb60e9904d37646424cd +size 1601297 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000476.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79e518126d68ea9c159f65b570a5e7761131e152 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09db2319a9106c40bda54b5d1db85c780fc3ab3a2c7370ba30ae544a5e0772ae +size 2561957 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000477.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9e671cba3d15c32eeabd6777c3b305f798b3b75 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b325ad264a8c40f2d4de6274939ad54c85771be6ead684cedc7a6feb308d66 +size 1807579 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000478.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7215fdfd492574a06972193172d9130610ccdc2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1384bf915e188c3bf572841dfeec39e7f20dbb8525cfc0ad8e05bd707abebd35 +size 1404270 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000479.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c617ad41e2a7e80443e82286c000af3cda8d27dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c93b6c7ad5e4230c1f38745f249423aa9ac0b0bc2e4524778fd0b7338c4ff17 +size 1280024 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000480.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3518aa5186013408fd5e1531e4a715d6bf798e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76cbf07dbde8919e01b807215483d58ed992ea1264709492df71b085bb1b357 +size 1757840 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000481.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e7c232bec046c80bd025ad6c80bdaf3e6fe8b12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb021c9688c65d9e8132264bae1d613485252c0148a6a91cef6d3e4001fef49f +size 1729374 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000482.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..462207ddaf4d4d69ed330b7dc4471381c8107db9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7527611920a6ea405da55e3d5059a0d90c5cc9f23a37e471ebfcbf75f1a5b2 +size 1828857 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000483.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..059e73fa318cabaee217679b19dd38305f23a3cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31211dd43ab783b1b023cc616ba640cbe2cef6b12230fc90df98a6e51eb65b8c +size 1915625 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000484.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80a1faa4f2b041cdbd758ed0e5fb70c29cb389d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ee3b9096b172403b16e6a92f9615a54408fc6e73df7d7f7b4be8b37d94455b +size 1127131 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000485.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be38bba4a9a6047eaa1ceece8885c7f8bbe4fa18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e00cb0af79096b2c55a3f4a9bc23e0ac7eee6eb6f9a0f16718e8de0dc9ffc8 +size 2113887 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000486.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49932a249e6e330015c53a240ab90d80318aa144 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a6d82f8716a001df4b56171bf1552ddb1e100bf12dee9066daf63dd9cebbac +size 1771843 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000487.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f310da6795e8f55cd45abfefc1304fdab2424e44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34db03689a6fc563b96612b5839b122fb3dfb0bf382e80acdb37db6647c25314 +size 2220173 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000488.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9f656d75c512d95540c18da4989e5e06dfd46e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e5758466ebcd3b784f2ab9077d83a0ff9e78d48f5df569a86720725c97ea08 +size 1541292 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000489.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d80dfab0b8881185b38049979682c65c4200bb6a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a1ae6a73dfc8394fe82d691abe991bfdb8b5d54083bf988ce84ecb6a353af4 +size 1680545 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000490.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b54122a472b8dc8adf39b5220303eb9d143187d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9244ad77c4607d41690a32b7949abf04262b82c8825ca966f77c5c3a22acf3a5 +size 1979030 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000491.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05a420a8f00b2659e348a126eadcdeef2ac706f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145b027a37a4e722d8970ed4521520e43476f928eb00c908cc26ba9eb6c146f3 +size 1877434 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000492.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0c4ba5f7a451a9100f02b02e5da480e1e78b666 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5df1bf3e5e0e0ed9388f8b4cba40ca53fb31afb3c1506584caf6bcb3ff2925b +size 1618441 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000493.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62f0c3fd0f2ffac39b746e6279b41de4162ccc01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e269a1553159c62a057bb2587475b2eaf471ace7c3abbd734ae3d53206c15e +size 1717090 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000494.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa48f68083f604cce8943f792480333d1debb7be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b356dde27f2166d2c154d52322d2dc9adf4643ecd125a63df80b329e8f2d1f35 +size 2090138 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000495.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4f7a181b1af484a74e48d63c47b67eb7f144b92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3448dddaeb133787f82de667fca4cdffa4c2313f2476bc28ca0332410031949 +size 2006178 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000496.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe4cef0761193047121a63190ece9b654ea46d81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da14a4b4760368390e23213bee0e2a5b3055bffd09f5cea87423960a251388a +size 2064447 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000497.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65aab7d0ee988491be3334baed927388887026d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15d2e069cbc9d810d07bb35069b4223bbce20f121c05b5cc44682c766afce5a +size 1396641 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000498.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e28ca873c52daaa2a4cb3456db88b861871c115e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1a5db44cf884eec00e725f14b6d1d8881d74798be11706b5eaf07ad1147c47 +size 2372152 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000499.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5957f44e871f67b0e74dbcdf878cc546e306d959 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5885acdcce0a797c4d116f0bac39431ef482f474b9d96f1eaa8aad5a2639a42 +size 1854670 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000500.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000500.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00a6f7a7a7b2d79d56d5314b8646a632cbe5b83a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000500.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d13514f21ba9441f2e92263ec913c2d3859046e6a9962969003ee042771a4c +size 1583854 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000501.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000501.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ba6882e36b38eae58ddc890ebbf83d3b141287b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000501.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c717d7de2ab6ea814f86f7136980ca68eba49fe47e522d2abb5ce3c76350d2 +size 1666802 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000502.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000502.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7cc59eaa8aad8ef49b010654594504b5de558aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000502.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f3edc351eb10501fdca3c14dfd8699b8b476d06cb5c5aeda1ac3cb83788138 +size 1977721 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000503.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000503.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c9a53f5e7c68c41bf462ceca6c53b775200a81e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000503.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5998da943f9f53e89ab1c25b2e6f0312042b66ef1264ff2bdc10ff6e68b70bf +size 1541954 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000504.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000504.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de5b4ce537239f74aca07acf90d056fd082d2ae7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000504.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad3bd0ca5d5036560ea690cb38ae8297b57fb43ff44fb6b9fb69ce1f1bf7b65 +size 1651862 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000505.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000505.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f4c5b4d97a8585b3af36d76188d3f875571e791 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000505.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5cd7e1eb7f989848e048b3343966393f43623f18c1ed12216fdfa4d53ec30dc +size 1798348 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000506.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000506.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20c029db197564c669a7717c3f37c86517b1f54f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000506.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce676542f12d09baf14c956f2e53da93e676dd5c556b5eecd44a80e07ce95e7 +size 1444464 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000507.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000507.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81253e2bd709414906621e8b684572f935d55a1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000507.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b416f615bcb7e147f207f567cc555fab7bb2a2430245f38d6b4b49b6334275 +size 1922668 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000508.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000508.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53790f5aa08f1948edbd2c04644e2e1198c0c27d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000508.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044b240b436c383d414c87b027032f9416c5fd200b9cf18b87687d71a5c48a86 +size 1700148 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000509.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000509.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e129c73bf162b55ed31be1cdde6fab17aec19304 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000509.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918929372663070b17911688ad15d722d26c068793353870a15b388e96f6130e +size 1986476 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000510.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000510.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd794ef9ce72fffadbb75e501998ac98d14c4605 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000510.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4572aa74e345ef4fdc85b59349388e107b89fc10f2b34655c0ffeb166a0bc55 +size 1452211 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000511.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000511.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74cdb2d2f20c1bbcf759c3c4478711434b5f25b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000511.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867465305cf968aa441f05534509839b9f06f6e5099abb7c5574471c6465c0b9 +size 1569043 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000512.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000512.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6eb753eb86ee7cf9a3deae631c2a5f0faeffe4db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000512.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb870b8499bf4c60c8972d7847606e0a6f72dd1a54548be6e0988d4715f7fac9 +size 1694203 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000513.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000513.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..368ef4c564b5ccb8001e4616251729c19ca86a98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000513.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464e5b13f0adde97a01c6e6079e57f27005255ca2c4b86ed7809fc5360f36d89 +size 1964759 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000514.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000514.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50826991e24a0f8661fe5475b0bb800727e64e44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000514.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e7cc4751a7a5d87f76bb558fda11cc8769adf41cc780b0b5132634cc32f88d +size 1614025 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000515.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000515.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e148031146ca6fc9689bfd979eb278035e38f494 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000515.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56d56e2276d08bb55e30c0e05542392173c27169626004fc0796dfc70f53cbd +size 1784004 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000516.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000516.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8bfafede08bdb4b5be194b3015cfdbfb76fd831 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000516.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bd2c371eded22414b8b46fc1acd3c54092c4b33196fa47fa0ca4aea3e33e50 +size 1667869 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000517.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000517.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e09633b3b83a35dae312cd834ad309bce48113af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000517.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5988609c034984325ff1ce582ed229e7a6c96e8b8a96c3c1c0f3ecc096bba6b +size 1624394 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000518.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000518.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c82561f047c7a59e080300afcd95312122594310 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000518.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0778826779774701b2649e2f4f0152935327e20a4dcc7f8d01d3deec69805363 +size 1827658 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000519.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000519.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e3863ea677b3893f7201d990e7b3511ad193a79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000519.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f502ce027dd39565372bf509e19b1b9305eb2ec0b51cc9a29afa0dfb2196cd +size 1570160 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000520.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000520.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59719f3f0700f8d40da1d2ada39a03173d83b6fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000520.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a65276f2689221605735f66aa9131ab2abcd4258821aa60c2d7939c708d5e1 +size 1984613 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000521.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000521.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..420c8b0186b18a485c6e8a75f1599e3224ef3b4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000521.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f906ca801172566fb3fddb704a9089e85afff6ec4f815f64f6baa57b6b16904 +size 1559760 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000522.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000522.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11b8b02971bdd42cd28af6f703d20a31230e9800 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000522.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed028fd6db0530303c1934713792a27309c3ddde26791e727ee79c378a2f5c77 +size 1719456 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000523.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000523.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4471e8e37ae1a15f1ff5719c13a393c7b1bf098c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000523.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24317c1983aa975071452b7fb980d16d77d044c837317231c9ebd663ee9244cf +size 1483627 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000524.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000524.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72fb7a623a9967bed3063195de6dff19f9b1e769 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000524.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07da9599ccf9beda46e6f0ae7689d523027f287f56976fa730357f8f40dd321a +size 1919288 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000525.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000525.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a7bb82a8a3f746c6ee37c5d0c6d8bea21c83713 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000525.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dedeafbd4b76ec556ef784f5a8da9b26d36ade4b25757e96bfa06c5c479ba0c +size 1695405 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000526.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000526.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c40bb64e7183d3a841fc8eb6ea4f3327fb71e68b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000526.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b944cab1d45f59fe2da4ad4d8658018544d92acfa234a1ab0b0cfcdb11c17731 +size 1503627 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000527.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000527.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd0cd7d847d596d926650bd9f910657bf82e3d17 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000527.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef43a8c2cd7090e72e701de882abc41111d36f3e7933ddf5b2f7ff6f332ccd3b +size 2054922 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000528.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000528.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..552e31a0ec8d4a2ac9e4bd67ef08c8ae068b0058 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000528.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1dd600d96a8df9ebcd371287dbc79fe1f9cc106cb50a1adfa949c6d4ed814fc +size 2022492 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000529.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000529.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5656197ff42e41ab381b259a7fc71305514c871b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000529.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5baf94d387043a06b936f9bb0a765a02d93d9a7569f40668271b48139a096e +size 2209400 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000530.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000530.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..192a2e85f67b612d7ffb68b1a05ebd6bac6ece05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000530.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a96f960ff2bc724ccd2bf6700e4a0f1e60dcfb6ebffdb1536badd76481b7996 +size 1301864 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000531.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000531.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cb505e60d7284e3dac02a9964b07cce05b83388 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000531.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b7ecc897875a8cdd0236f5ab6449005b72664882b283aa3797c63f84d8e5cf +size 2128941 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000532.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000532.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85816170a5edcfc943495e92279167459d9b3796 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000532.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31f45afe518e1f02670eb218d83652b8964c971ed9e06b539f58c66913e2402 +size 1502571 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000533.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000533.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0ff105694843e5d409430e8b7790938f7f83ca4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000533.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1873b84918f67194be8c60d5fac11eb71987408759251964ae4a6c75ab456e09 +size 1624638 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000534.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000534.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d14be08382aaacf84cedfa3a499cc075a1c6057 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000534.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f17dd700b144ae9c0b2cbe797e87646eae894a2bde3df3950a8af5245a38da0 +size 2002737 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000535.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000535.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9a344aae7a14338d1779c33b023684bc6ea8a48 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000535.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefaa1a2808ca8b2d4888acad87989158f48606ba8985414cf989d760e7afb06 +size 1933285 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000536.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000536.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80f8ddb947027a32d93543ea89752ddf26c76155 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000536.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f14818905529ad24fa40f69105cf1b935247ca1fef6da11284b4d3e10f29938 +size 1343921 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000537.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000537.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2ef439813b98bb659f128484d9839f92f296823 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000537.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fc0cae0d1b44d91935bce081af99ac70bf3153144514358686014575382ce7 +size 1381925 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000538.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000538.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d46e7ba67fac7a04d1725c0c27d9eea2a2b37a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000538.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66967cd412d05151c2aa297f1ba7ab983bb4e9e6c2e30059893b47ccff4da8f +size 1346824 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000539.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000539.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..039679eec4498536e67fe2ff8f1e79a08e90b354 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000539.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c179bfe6fa9a5856bdd6cdfe34948fb9d42c0c02b38b11189ea3d2246bf463 +size 1461976 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000540.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000540.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3834fe380e54805936623c90b842fdd9a292725b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000540.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f160c78748c989182763d56932bece249febbf3065fbfaca0656124e5b1c481 +size 1481891 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000541.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000541.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e7125a58f4fc039c30a5ac24a3f674036e9370 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000541.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45444e7ff161bad225d12aed76b354d0528097f33c05bf479346bfc37233c3b +size 1444875 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000542.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000542.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab5b5f69d63af73f54293bd8c4620842e5ef2917 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000542.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c181399f0ede7362ec7e8ca34f7606047f5e7cd6c1e3e6e31fd6c87e0f6182 +size 1467519 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000543.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000543.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b21251f0fcae10596ad013dd027443899e96c30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000543.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4709f0f09c3f5af7fa2b3774efc129d2626a3490b1d4782664753dd1b39b26c +size 1159569 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000544.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000544.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6964489169de3aee9a39fb902d914c53cbeaf358 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000544.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dde10d5695007b444fa0db93d6533ea619200cea777e633fe5de2acd1cbab0c +size 1155274 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000545.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000545.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6646e07cb1da565810fa5fe250dce3c99c80bca0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000545.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2224b0d01640024e2aea63191c2ad4913b72e63c7a4ae43e77dfb8bac7f8987 +size 2296701 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000546.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000546.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01dd710b5c26d0956227d78905f9dc07259b20da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000546.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc08ad132014a1bd8129b4769408446ad1e8dfdc8daf0f32f530f8e8b52e7791 +size 1939983 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000547.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000547.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a6411a8a3ed451a3179ad1ccab55b7354c0e18a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000547.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730d7db566be235e9dd21660436d09b8ca1dce912331073d9caba3a9b969618e +size 1726719 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000548.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000548.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..676c54e1391193a82d30e6196e6174cc5e2f5089 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000548.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6aed9452fa1d0a2dcc7de971814d182a9bab0e2587f7916eae010a315f4364 +size 1955055 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000549.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000549.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c41fe21dbffc121cb6e55d47045d773b29b08ba1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000549.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01564cda87f3ba5679ae81e1e6667207dac484c16781c0aa37881f6c4a63f14a +size 1897203 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000550.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000550.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97748b3f5028bccaeffc860473a7b4d458262731 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000550.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d764e90ad2571d75767f47337864e3b09fe56f1c2898d18b15a73fc0e489220 +size 1446335 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000551.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000551.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bda8d286b368647e9bf0af8e8f35cc727305ed51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000551.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efb038153a00525ab8c569f1618e088c440c75515e0c7bc721cb80ba9721a49 +size 1468002 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000552.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000552.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c2b639af800ed77f914dab6c166d482eafe48fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000552.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da6bd9aff925be21ff381ab91ab3ff6ffc5fcc87ed7f545ce55868df7d5d7f4 +size 1442647 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000553.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000553.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0224863e418363d15989d6fe912deae5b94f2dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000553.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13fc442c70197d824b548b25b00e67964cc262a01090c5faf709c42b6bc1195 +size 2297603 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000554.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000554.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af58341036a87bc8f98aacdc4113067ea1b0283f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000554.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca8a0953838952b9d0b9293a6f0c32c0d9c326688ef3367a9b2a9275c27528d +size 1767674 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000555.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000555.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83d3b8de816c09720d7839b3e3d49172f414d4b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000555.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5c6b69d520236c974bab1e1beb1f6f1c7417c5995f1b1a58971afccf386fbe +size 1698600 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000556.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000556.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd582fe5f8bae11449cec3f230c9c40bdfc9207f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000556.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df12ff0134320ca9a90ccd9b065352a811f6d1b758d40c51d5260d599d2ae643 +size 2743935 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000557.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000557.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b740374952128175c4592f2369115189e07442e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000557.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b527d6a7b0ab6ecb009c41de01b0132858509d1a6442b182054dfc9b51cd48 +size 2675792 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000558.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000558.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37e05327d574164a761aeadf6c43f94f4433b568 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000558.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e235bcd1705b56e71c1fa14f3f7d96e1741965844e761a1f313c83d1e97ddfc5 +size 1824094 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000559.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000559.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..969f8dae1acba011e683a448403b2f3d45ced7f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000559.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc62247453d6409f0a6df400aa9dc471940733b432b81754a76279807c58831 +size 1914741 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000560.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000560.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adfec88553d2f79ae401eb1dc347b1956510550a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000560.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a91f0bf4fefa8edaf9e3285cfa68039ab30887ee1c2efb09faef11096a6bc5 +size 2084831 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000561.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000561.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f4e7fd706c7cde90b242ddb5e7601124f6f2b0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000561.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2337f38bc09454027a39ddf1def44d0b82d9581f99080932bdd3e0eee3b4f0a3 +size 2077043 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000562.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000562.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4598daa7d5053fb77d67340ef7ad86ce0fc422b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000562.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ffe158182682bbc5c13ab5c765602efa95ff96c18e4d7458442dc217a40a45 +size 1626546 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000563.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000563.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4fcd4a2b08bf1ef96135733b31bedb22a0668fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000563.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe9a7f12ee7d99bdb6acf0e98122bf6efc15daced1ddc6d8b6963082d3b78f1 +size 1094662 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000564.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000564.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ea11afbf3cfc017dd6489d43bb2917c0e6871ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000564.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee8af04216229a5317674b7bb29bd71164bbd8390b6bc378fc7adf4f40395de +size 1172708 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000565.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000565.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db71792b4262019f6d523382a8fe8bb6f8d3abc6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000565.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364da8e8879006c951773cfab48421a5f3432e9ab8cb77bf2f75f97a6af4cb45 +size 1544830 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000566.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000566.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52c1960f1ead188746cf721553adcd90a59d3429 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000566.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8922cdb4ed7adacb874e5d49ec87694e5c5082e144b2f32051dee4b8d2291f +size 1724671 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000567.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000567.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bea1dc6cc56c6dcc95208a8d41e803bc9b826568 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000567.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8204f02ff2b4773a39225d709cef624f4baad9dd286dafbc843d38725a674e5 +size 1706968 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000568.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000568.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cddcd04b4be104eda2788ebfa5adc1eabf0c7b0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000568.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b766e2c82daa8e672f4c30785ca127ebe3155390f15b6b04d1a1db00113bf9 +size 1979690 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000569.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000569.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ae77ec07c87dd6431fdbd0ce91dd6bce769f8af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000569.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e211644ba35d4a0a7f76394c31a17f5b44eb50d304efe225e2eaa2cbeec982 +size 1514433 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000570.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000570.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21e06a27ff20f8d31f5a2f85c3921fb4c6a25c6e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000570.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807172a7f05ccdf7d5bbb0afb5e9eb0e5d99b4caea421158f79a3557d7259580 +size 1476029 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000571.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000571.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87b3e492061fc9b03c3e0bff57dc72b376ec2d26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000571.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d58f1bf33ffad23047c7d397b76d94928f3bffc6a982d504e500b8d097b3a79 +size 1927707 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000572.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000572.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe226ff2c50bc323684f1f8d16b0d46765f63454 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000572.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89fcb3e891bb21e0e1b778d95d0fe87f6dcdbe9fc141d92c568721e7792febb +size 1827403 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000573.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000573.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5d62dd6cbecc05d54c53f7d61d3da2edbd8ea41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000573.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08061ba229dcf7f144107369f89ac3d56f52dc21a92ff98aa2989a8c32f90161 +size 1817372 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000574.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000574.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..945924fa4548809af1c9bfc8a97144578399d895 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000574.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2731409d306cee6062981bf091e40098f9cb555bf089e995274c951403a8ab6d +size 1534485 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000575.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000575.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f074a0bbf6df70162e2fba0db7c1215f54c61b5e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000575.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0496d80807f0e8d4f2ec715ce2051c327625b6e56fe3f000a2fcca7b700e9bff +size 1560492 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000576.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000576.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24b628c7a2fce795a45d5a3f32333e0b651a7fe9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000576.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c45a1b45fccc7ea7cd78a66dc9a999ced08f978d7e8862882d07131a94c906 +size 1395062 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000577.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000577.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b73712b0e96f4cb5f2cfb2602884672a00551f37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000577.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d830dc5c87ae7a6d265f619cd45d67333ca5c40ece94cecf613cca0e2712295c +size 1223030 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000578.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000578.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07c14677a534ab759720288bcb586bc3af68ec89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000578.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccacd95c6b084d5ad8939967a2cb96356deb950d5800b10773c88cf767a8a44 +size 1667219 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000579.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000579.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..646dc1b4c4aaa8fb1d0bfb21e2df719852d1a725 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000579.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046519842fe2074ebe292521a6f41069c7af7093e530870cd47495aa9b6246b1 +size 1562469 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000580.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000580.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9f6035ce18fb7102d5be67b312966846c5e7c9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000580.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8481a7a8bc09ad4e84df04b2b4b8f5724070ed388111bdb5b1383d95f9059ba0 +size 1783767 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000581.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000581.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ecc2c4573f3f407d31d7c163d0a05c7c3fb7883 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000581.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8303c62450b66fff81af5a6363d84919a6fee1f62fc73aa8a1b5d4854bd686bc +size 2313111 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000582.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000582.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a69ac1522f9e736257809394b8dcb28818f57938 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000582.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49858bfbcb7e61658648c2c8a7727ac11298802d9973e56cade01aacfa4f43b2 +size 1885593 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000583.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000583.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43b60607a33cb4d9b78ed42d8bb4448a935ceff6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000583.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568071ed7ca7bdec78a9939700b4560443ab54555b9f6dacc8212fe60dc8e911 +size 1861578 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000584.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000584.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b86b3d85794ae9afe698882469647dc677a13afa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000584.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e32a1da7e7ec046b4343fcb97a632b93d9a7f85729ea06886c7cfa9cf0e481 +size 1867364 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000585.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000585.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32b894b3e1771e8ef0db8aa28d387a48f0104230 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000585.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0031e4705eaf035c699bd2c4bf06fce2ca469074d1adad893233e73ac9d23e21 +size 1919345 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000586.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000586.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ca690f031bb4bbdd4cd3553f956424aee5b02c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000586.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886a788a25c31e772758ee629d615b5c47cd1e3fa768d27821dfaef6c833e8e2 +size 1771126 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000587.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000587.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86711fb52f78a4f8db787addcb7356aa02ff984a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000587.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6a776f5d9d2b786f936f5214f3714e4f84f1fd4eed581d2d82d2c9a1741366 +size 1719810 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000588.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000588.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe71e79a14ef8a216bc49c7f55f95e0f1c0ab846 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000588.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76c4a46a71af891c2c15118aa60aaf478f700dbc3d06e4273a280206b14a360 +size 2033414 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000589.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000589.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f8d84dd848ddbedea62f737e2b0a19980ab106b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000589.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e37f9a1f750d8a354b068b33d12fe0384be91ac99a1f07f86c58c0def34762 +size 1557400 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000590.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000590.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f33d9b3691a187fbc607e4cd051a07a360b2bb7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000590.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5a37f0715dbe09562ae63854bdedad47cc77b2094c421cf6c7a40b278a7c0f +size 1960877 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000591.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000591.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b68e1fed8f2fd73282b25e5281fdcb3c16a9bfd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000591.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5efbe9ff9a02e69b989d395f892c7f5843bbea6a0d51027c2ed28ba59f1ab7 +size 1697456 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000592.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000592.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5ef1b6d0e7ceb308d72cc9748842eb40d7bece0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000592.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9150eda3b5d8ab972c6cfd6e420c72927b7e050385362867747982c242f96099 +size 1912533 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000593.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000593.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb73bf57fbc68f69938aa3fb9caff81de7771ec6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000593.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f2cf86277ceb88caca400826d9058c5c1c58588f3de5a44d715c55bfc660ba +size 2511577 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000594.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000594.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..851f2a9e29f2d365d45d2a5572d8e38ec98a9d83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000594.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd972b08cd27b1b8e23c95863a4976b9fec21847e38f650229fefbd2e0ef25d5 +size 2113822 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000595.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000595.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa51a545598d383f5d767137a536d5c25bda542f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000595.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037697d6bed526b272f51bf9158d95ab29458bfbd0336998fdb6d4d7d1cdbd5a +size 1742933 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000596.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000596.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2a794c91baf78be9c002e5366a8319919155d6e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000596.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f610092fa912aac180bc83955d719107d64fcae821a5b964bcbe79238f4a3b9c +size 2331702 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000597.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000597.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d215ed64b78d2b45709a353f439d2ac6f47a7927 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000597.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac924dd50c0038b62a4010dd62a757ac55ca028e028a321e7158bcaa5e0d231 +size 1641151 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000598.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000598.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ccc09f1932c2cff61c2394369894d60845e351f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000598.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6b21cfae3801967aa002152188ffca7934eea84a323b55837a21c2f6bfe81a +size 1658747 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000599.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000599.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c63b47b601d4dd2d0efec120bfd9c2ba35ddc9d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000599.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e323d9ed20afd56fec3693ee566baa1dad7d5a3aae9bdd76d27cde3a6565fa6 +size 2020281 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000600.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000600.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80fe27d4602d359a9e81a58ec26c44ba299cca91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000600.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f372dc48f4a23d36e0691bf2aceb4daba0c559032a13be3a5c4e6c89a6cd87 +size 1766893 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000601.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000601.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa7f1b4e3d483f3492a439c3f221d852aa77e5f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000601.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a97c3aff5614e1f085548986953cec2783b94b9eaed85c277ac42f4d39f1d5 +size 2103421 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000602.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000602.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed476aa55a4acee700e7b1a647ee747d86c820a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000602.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5949dbfe36ef8c0fadc07a900eb710d0f7f3a44de4119cbd1a78112be5d4afc1 +size 2111194 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000603.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000603.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44d20d78ddfc31af0a35ffd64dfe5d8f386d223a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000603.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7c87dc89a28a7b793b7a689b7ae5bbda7f7d03dba12ccb2992b20e3cd20df2 +size 1677861 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000604.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000604.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4c4ba345feb41d017a04d2c1ecb8dc0ee65aaca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000604.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683db89b7e206ba9a5d6ffa3b02de207bc8c1e1f2742ee494cf0a7fb4c197444 +size 1782677 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000605.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000605.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d6f4b074a77c4c10b49987999772d41263895f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000605.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9d3899a3850e911973533a970de6c906e82b4aa8ec5d1ee7b920fba7c25049 +size 2161246 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000606.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000606.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72175691d87ad1644ebd85b044c8d4128a125390 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000606.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e35e22886af16240f83e17545bd3998236d33bd1c87dfad53d14db8db3ccc02 +size 1802242 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000607.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000607.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4304ceaabb43413eaf358df6bd28211a7cf12c77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000607.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f61dcfb835bee00518f7c06f9b9857dd88c40a187eef01e66781d9fe3320f72 +size 1694558 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000608.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000608.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a9c2977460564f8edeb324e7249e416701eb3db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000608.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff67643a51802170b268129876eda813f416aa2ff2157144f4d57d8ebede6969 +size 1841551 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000609.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000609.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0018f477e38dcf799bfcf29297621fea6ba27dff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000609.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ee017d1b8202ef15391341f57e307b585fb1c63b7b2851bfc14d13801fe14a +size 2611053 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000610.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000610.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5cd9e99e643021b1d7adbf420e904e24d1b582e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000610.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237997c0101c990af4843e051b95fe2d60294340905deef19f51318bba793f93 +size 2245396 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000611.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000611.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73f6f1b73aba322be911d1ff02723edd0d52d4ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000611.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e97d1abde4e7a48e07870ac481c7e80f463e72051b034b89b74abe1b6087ba +size 2166831 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000612.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000612.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fcc1cd1321f6a46d80c9cbef4f5d8f3d679db20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000612.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a474943955a18704bbf538d6d05bda5bb0c1b9f4458954b216442c861ce9769 +size 1893951 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000613.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000613.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6961beea4ce9f00bbfc65185c7558decc185015 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000613.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030783596ce2c149429717e747dd095aec9261d315ac2ff9c9c02575b692b73e +size 1662940 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000614.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000614.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f0e2dc1b82817e5c44252f3ac5ecf114d63945d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000614.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb364d715c23acfb269e8b804fd289e78cf6c8b4405f08e11ef78980b716b8b3 +size 2450123 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000615.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000615.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b495f8abc47a0650f4a9b65cf98d37a43fda83b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000615.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae79a7c9bce34abf05815fa4b388528fdee986297b216f991ac2fcc94e810ac7 +size 1611981 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000616.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000616.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15070286c101d16e28f95057167bbc3f9c75c4e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000616.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c93c9bcd929d57e079d4f49af72b9e7fd6c8fe4a4f60dfa01cac211b52c66ad +size 1605571 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000617.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000617.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f685c397fe92333c812fa8406bdc1f041e873f01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000617.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a84dfa2534ca4b772f2ac4c91b26450a8c49362c9055f7ed2eb3de5013260c +size 1805131 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000618.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000618.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f0241e086af02b1d835f5a9b8d5264e966a0194 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000618.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48a1d359354b454558ee6ca23b09ef686561f51130cd7e60289fe7d811055f0 +size 1598241 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000619.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000619.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28348e055af3e8e7cd7a41fe4ff79515520d80fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000619.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae0be693dcf1cc99b9c1b7c097a9a641b6860ca65e32757601c88e6b4cf4f47 +size 1671453 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000620.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000620.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6c8ac83714d3b9651a12fae9e2325b37afd226f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000620.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c496c80771ec7a2324d05105ed33262bf246fae54d78ecb316ca3682837e2b +size 1811188 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000621.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000621.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..426c949e385d3eaa8ae30bdb6f43b12ec232a554 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000621.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d5006d3c6404ae0b2b847f24bef88ba6d15d47365ce826540d581750835da0 +size 1807034 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000622.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000622.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98c01092585d531816b85db9a48bc1785405e2f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000622.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99070bcc280748e87f6bf520d580f61b373877ca2a9b5df96691e803d8683029 +size 1638505 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000623.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000623.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ca2bef7e822ce8843dd8bba10f7fa5483853378 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000623.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782312030821b8cf7755887f0e9aec96810d68bbd49790289fbd0e5e37ff741b +size 2100159 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000624.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000624.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4747faa133faf1e52dcb4a7c75a4dc2a3b8f8a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000624.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f65da560efb7bc3c3f8c2be0a2b422a3a707b173b4691b41d720615e9e2530 +size 1951299 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000625.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000625.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a6ce8afb9637021deaeab58ac3378bc3cb087a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000625.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deca178ceafd2ae7d2da611839133e823f8543fc4975e629021f6e7cafc793fd +size 1861500 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000626.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000626.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..963ad9499dbc8f780bec97f3a55d7a0c79627252 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000626.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf2805fe5be8b6abb7308047a4db558fa524fc3660505ed42ef7c694f07c8e8 +size 1342185 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000627.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000627.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..160ac7ea2ab2155155f9352fb33279a86a33c046 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000627.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b308ec6e0a41009e96f0e2a9d590cdfb05c26107a81a051a3f5f5fb488b0f6 +size 1199226 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000628.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000628.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a859ed6185bdd6c378fde2b1dd3172628a439e43 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000628.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f1f698c9b270527683cfe0d525a370c9def0e4803ca269e609d988f827d8b2 +size 1340161 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000629.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000629.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54e5a4113cfd3cb2f2a1b1cb2c5f64256dc39a41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000629.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33400d4de30820d21076417f7da65f958cabeefb1205abbcdc326c1415b9b067 +size 1600463 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000630.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000630.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d0497a4e80661f033c100c70aa338f3bf17e7ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000630.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f9d1969c7878e5ffe8df27b679516fa8c5d81b3776555075e09337d9f3e134 +size 1628478 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000631.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000631.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c64c3d8db738dc2f43b556eff872ec871929330a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000631.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdda328a7cd46a4633b05900a5dfc7aabbc2e13ad05de6ad056d1ee4c8ff7415 +size 2158529 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000632.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000632.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cad35ada0504bab804f521d4d2e74973710d68e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000632.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f0931b6a432cb5b9acd8d2e0c54a90be3df26adc69dae4a1d3ba64b0599d84 +size 2114886 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000633.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000633.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcd3e6ac0f6362ae9552b763334feb5d7216f8dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000633.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de0478d3f5552e5196ca185ba011faea7ac4d9f9aac829e1e27b38fea5e13b1 +size 2520808 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000634.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000634.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee1a6c79470a5a99af0b973acda1f1756373ab2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000634.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f338f378153bba4a47ef8df5ffb6973e83c9babb1bcc4b63a3f8e7af16557b97 +size 1959688 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000635.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000635.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2401f5182286226d7ac550b64b8a719f0e482ac0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000635.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5404f929e2ade51affe5c723117a7d253115f4d610cf0f648bf875e05221d559 +size 2117480 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000636.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000636.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d15b9bf66a26bade95722c4c31017d5188c5ccec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000636.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9e0c10112a245492fce2352b0899eb6d6860530b98b3276e04aad0fd8ab3f4 +size 2122176 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000637.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000637.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d3036bf54e85209281c173c280e69aef1c01d8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000637.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fc2c950b192e154f998a8849c18d28915df16970239a9c8e1e07f0a0077b0a +size 1577188 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000638.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000638.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52d0786a4062bfb1d35e8b2b056d0dcb6b25aadc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000638.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37618e4bb8ef7a3f47d9583b28897bdfa599108f4635fc3580b1ac6d615daea2 +size 1781418 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000639.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000639.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2157818e5240fe841e1ce647810b170a5652e575 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000639.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2995382bdd23287481a12118bfa511dfe25ba0afb373c6b766d340dd5ddfbb +size 1562374 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000640.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000640.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d68ca1f3100c28ccf069dec2f6fc1fe424e2c438 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000640.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea49a502907f5dcf387728e7d7d5611b3cc4cf6a643015d8a9b8a0d3e70982c +size 2424232 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000641.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000641.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..404b2b232b626a02406428c460c38eb6d0e4810f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000641.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bf4cba72c62799939bddea597521f06976967525948801d1e86a9f6e9bf978 +size 2348593 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000642.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000642.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab73bc6ae8a1d5ef9f93fa76ba7cda8cf552005d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000642.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f037c9b6318abe6980c1c6537f387a52598b199d047770c205bc9bddbcc20b +size 1854538 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000643.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000643.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77b548ce5e666aa80e1e5a3ca9bbc3b7f294baed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000643.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f044e8fd6be2393b1e055f30cd7b417387715669ea47b56757ecd184334cf207 +size 2082376 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000644.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000644.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d8e0baf6724b7e20abf64a94f9d1885aad52d07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000644.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050512d3c9e49e369916b3e4b70d54f3c390a41d88448f2ec68e780c830fe887 +size 1913308 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000645.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000645.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d28ac0ddb2bf43a53bcd688d5a6c561734c8728e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000645.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0680364075a803661d7e3971485f5cf7ef651b6d301d4e6af9c2de3a08274ab +size 1302801 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000646.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000646.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebfd9332307860f4f62c8ef34e74460a05c0c3e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000646.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5337b74b206189afed86fbdfceced221ff04b1362a239944c53dc0ec1e1dd1 +size 1583687 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000647.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000647.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..500766e0123248f70af03722463fec48bb889c76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000647.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4317893803517dc4654def9b08b1f31e8b2b5fd0843729bb11e35a39be733db +size 1848278 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000648.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000648.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee0b330f56610bc488c4d1ccc3e4c3bd3151de99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000648.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ed3a86ab0b80a5eb9ab1cc2f0a380879fabfe87af63163e6a836626b114ceb +size 1677648 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000649.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000649.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a77b739777b5f7ba9d805dc8b54064b68f9a55b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000649.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9badb30d4bee01de224721283b03524a1fb1e32fe91bd7514bc94ca291ce178 +size 1594441 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000650.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000650.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ecd90aa674c374608df064a8d1338cbdb923b58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000650.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a07e59811e83720d420b3b2f6d19851dea711a0fb5071fe96317ac01254afe3 +size 2218640 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000651.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000651.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14b47ec03fc094e019f4e11e1224f36c0f041469 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000651.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6cf257a07af1d8f2e31ef69b82712f67a0bb03ed9479d205a88f6596224e63 +size 1667406 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000652.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000652.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41785724139334e4bdfbc5eafd6c063d48ecb414 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000652.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3173cf9f66dc1f682245501879b509df674c2d7509a86385ebe7456e7623081e +size 1976309 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000653.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000653.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55f3ae13aeaa4565e34ee2282fda11070ff58217 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000653.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f390ccc7f2d72ea5b9e9ad5e859fc131358e3215d39dcf64ef5fbe26aba327 +size 1911236 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000654.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000654.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed7ad708522fe737fe573299630bb52b59cafff1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000654.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4d9bd90cf2ae36358d07d67fc3e6987f3d33f77a11268cfd6ddc3184937c6d +size 1364722 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000655.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000655.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f55199299145ef500bc7a5e392ba89ebb1d4a049 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000655.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99451c93c7cf9776e8f56131f4e61543a96ff6d9de5a89a3894c20536be99445 +size 1419439 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000656.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000656.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fee84706db2b587a10d22ce807da88e348979fb2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000656.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5e9e29930c781f35541653f92ed7f367d210778afae61239c496e2a637dc52 +size 1716522 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000657.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000657.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92d1b0497cb5bd96ee786c53af7c8b31a5b6dc0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000657.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6400c8edcca11f57f984c75a5b79aabc6a6ffba1bdb8d5ff97f2227f4a5e5af +size 2343752 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000658.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000658.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b048ea432f136fb905528b8ca40f253cf00110d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000658.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4ec2e3fe440f878d10f551f1231d58895b0dc45c8a1cd5cd38710f558f7c76 +size 1417825 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000659.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000659.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2faa59c2286046fbe64ee0995f02eb1d73534086 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000659.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822753d6e55358e7a7b8fdf124de14bc2cf4a3c0144833a5d916680a23580acc +size 1646995 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000660.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000660.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..785197ffe36ad5c13478892a84c8e145bc90dab9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000660.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4adcb6f0665864971c2f497c77087185f85750157476b6eee61fcafdaa04ca +size 1463252 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000661.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000661.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7fe8183a8753007a1ac7793416f3a7e48a984ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000661.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3384dd27857c91764ffdaa69180ee184a0aded90e61c06728656ab26d2f890c0 +size 1278275 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000662.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000662.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..286d71b9f1c4299eb014a71b197c5314a478cd54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000662.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11532011b1a3c4fa0f1a24b002afe476668e234116f71f09559b1a883334c4fe +size 1794155 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000663.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000663.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beb27082a3a8714e92dad66f70c685fe04ed7a4c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000663.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03402e610544daa3a350c4e0825081836e4a680cb92373080c1b4ada66b5656 +size 2239260 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000664.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000664.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d21a077dee51f408438b3659d5951c0c71fb9eb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000664.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0161d4fa284579761605fdde0a54223f9ba8af0da160470976eceba912da9629 +size 1577453 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000665.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000665.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..721ab72145d680d7d0d173419bb8a1b2f26b411d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000665.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8f79b0789427c01466773617de661c1513f25387c705df3128c211a00baf37 +size 2313301 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000666.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000666.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b24dc9ad872ab37f30e6b7c324370aad38bfe1b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000666.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb7e153ce46eeba7e0e1ce25c16fb469241f344e37a51dba75d0e2ab03d6259 +size 1471903 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000667.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000667.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..762cfe3ae2ac07c82d08538994c78833c68ff6af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000667.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37091bb07e63e94df9e5719857fd47b032311f7964c3dd4c62bb3394f67146f +size 2012098 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000668.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000668.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bb5abf170a579f16f9f26236b595a433fe04284 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000668.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70411d6d8860ebc0fd3f4212e746e8b6d9c3d68d93940811121ee0c508a83d2 +size 1401562 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000669.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000669.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a866307d4dfdbeaa850dcae5912f1c52ced7559f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000669.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1265ef48dd14bf91ad1b4ed3515b9401dbf65f82d0e51c04ddc8ef12b6d1984a +size 1513140 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000670.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000670.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bdf62a3539ae285c0879a85c7282b2268a62f76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000670.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8b5e7ec44792207d8a9e828b3f0cbb579f247b7a7e05343a2fa06fdc449c3d +size 1815256 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000671.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000671.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d028b6ccb971b487dae45935c2f8a9768517636 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000671.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55735a3e067b4e8e37954a0d163185276f27702d6997435aae3d33a2a535fd +size 1886464 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000672.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000672.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0418a8fd6c39469a3344dafc2d56c5ba1cb56f49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000672.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ee32678f1dff93ba5602e806dc015d172d0f43c567a573b518ebc68c36df92 +size 1625177 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000673.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000673.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adb4cde27cd58f9ee897fb0f62ce1e10be091892 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000673.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f9d365bd1e0a28bca3e57b4a65da633a34ac80ec1e03ea9895002ada8e7a09 +size 1456996 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000674.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000674.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28010a412f7cbbea85c8b72cab829239558b0558 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000674.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba15f633e6c8bf75bc1f4163298208c6ca3d2f137be8719d54dd0c649a6740f +size 1425622 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000675.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000675.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b8e2f6dd72df1b0c102e07348150b2af8346685 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000675.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5cd72f264469a4d10b1fdbfd1fde6a6f3788e36a83b127c1e7285aa15b0a2f +size 1401381 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000676.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000676.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e30ffc48789b1cccc117711d21c47d979ebe6603 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000676.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0ef6521c4737a12c28cbf8b3e8fbf2659838c3d74bd6a26367397b7baa6afb +size 1345879 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000677.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000677.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7be926a3b06ae7895cf91c0fd0e9bfc44b19a318 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000677.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d90c0ede23c0ca1bb2264de8c572f5f6e290d6d5c75ab63b6be9044fc27ec70 +size 1576794 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000678.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000678.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4187dcc46a1b64d3e6b7c40674137b5681aa3ecf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000678.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06279a18b402559076e804d5a04791dea62650066907c3f891e5674331737a2d +size 1423481 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000679.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000679.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e64160e27467c1838a9b73840fe8b33cb05cbd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000679.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fec132dfab8846e6def36c42f4ff44ed1aa82d1a847968a032b57eb97cc408c +size 1227119 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000680.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000680.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d272e9ae3a0884d1cb612a64d6acf8c53ea3dd82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000680.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7022ca132f12a5184234cbe95c9479a761ab728bb9134c1ee1723d9b15989f77 +size 2150558 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000681.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000681.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdcad70fc86bba1228f1cf443844ed75cd0237db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000681.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323af2bdcb21cc6d0d561c571228259a986a74e5e06024f8a0266a6d3bed167c +size 1773330 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000682.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000682.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a30d5dd5472ea55a48fbed65f9fb5d7572b28b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000682.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d61f2623316552a604b81eb1c1b8bd720873ed97424bbddade83be847852b1d +size 1792989 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000683.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000683.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f284a177978b19419de95d6e9cc817e298bde406 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000683.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af671d10736f853afa0bfc5a8cc8be54d01c3499a41aac6c79a1f90f0437b6c8 +size 2621363 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000684.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000684.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbfe059ee58667e44a3a472d97178333f8ae7655 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000684.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471bb02ebd2f753f49068fa6184afe4a7bd313681b94e1dd61605042fd510320 +size 2358593 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000685.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000685.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd51cfd6b3459ca3618f74b24d0cf651e71731d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000685.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e173016b600fbd14376ca178d491ce238fd611b769a0384345430f4fbf687ef +size 1760217 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000686.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000686.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f6a67fc16fb0cbc9618b5217fdb1d1001fdc04b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000686.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ecf8b5ae136e95a9c3e2bb00ff1f332f8bfc9509f4ea4c5c4a63d843358731 +size 2126997 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000687.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000687.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32b8ab68d143e1c98521a17e070be05f7feb8302 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000687.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40b3fbd897b02f0bf3b1ade3db93a4060eef4219ee9f4abe0c168510ef2d2b8 +size 1935224 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000688.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000688.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..536ea594911df720fb5690798855e5a167be4320 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000688.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1a636c104490412c1f74b951b3b3f44cbd6e4dc839f8adcb74f5325d9a9cd8 +size 1660859 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000689.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000689.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3edc485a606b6c03d624b6b2ebb7dad17892d69 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000689.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc6802bbe634fec2dab806a380602ad8a809ef8eaa5bbf65cf4c59ad98576e1 +size 1724565 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000690.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000690.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0ee56591102187ad139d0cc687a9c75a3311d98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000690.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ea11fa4906cfca7c0ec0f98af8a3f265da74e64aa1971d7fae2193c624c093 +size 2314029 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000691.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000691.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd24e385c545755954044e3de9cfab3d104aaa36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000691.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0adca95532b3486754e5c22f7b538940e58ac6be45dd9420c53e0a0608ce416 +size 2139846 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000692.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000692.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b280712a684dfc43b6b330a5c4921e5d34464d35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000692.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802b35d97e104dc02928383ba58c70acdd951bbc344a079651de14774a8465b6 +size 2236293 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000693.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000693.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af0384abafb30115a53a9896b1616338a4af1734 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000693.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f13b0355a3083b8dbf03d04e3f01feb192afd60ac0b8463a5506a9765062c07 +size 1843432 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000694.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000694.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93a7153cf28285c9d56eb52876e50a52295be64d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000694.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee4444dce9941eac67ce99c7dfb0110762794361e7d647244f57dcd8b07fca1 +size 2357540 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000695.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000695.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28f6e70c2ba775a6e85ac414a8546a101481545b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000695.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcf2a02ac3f2b67c40b6bddc61dc303b4ca2e73d1757f8208f2150c25edea51 +size 2076470 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000696.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000696.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8b34e32f128b7767b2bb0aaa42c08c9ebfc8716 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000696.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce20f00508933ffa31479bfbe2c3735f28344c5ed84d3f4adb7d7cf823699e04 +size 1957521 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000697.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000697.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb22512d01149c62c88a096d0e29cc66fbcc743d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000697.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acca0c87d8365715f9b3a9ca0229105d8531ba08a69ee8744123344c79088095 +size 2056811 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000698.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000698.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfa4a0f309adc85216665c7ff238f54fb6bc44f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000698.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d988f2520dc2bbc1fa1a12402556868ff025a9fc4ab035ba07e91d0218975407 +size 1792176 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000699.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000699.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03ff5ea3468efa0d4f93c90b68a2ef35abe185a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000699.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65aa65e1c17981a3604c8e6828f4540cb001e57082e81548401a317cbb3921f0 +size 1603383 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000700.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000700.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf54b6e8be0ec20c75fe0dbfc02744935f30ff30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000700.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff88901889ff75e397aba1453c6398fd9ed07f05053605be5318c75bc799355e +size 1869398 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000701.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000701.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8230158777d1ef0c1ede41d279899dd9d1dd3c71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000701.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fcaa6c8c18bfef92141e4fc92d5ad652477521beb434e5d66195d00430c4ba +size 1555034 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000702.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000702.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a3e6019db09d952e533543b63cc2d1bab2cde9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000702.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcbb918eb1e8ec69c16af8011b2af5f62e40ffba794a5339fd97e147cbbc360 +size 2276918 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000703.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000703.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..702c5c810f34ed1f10bc1500187ceed80cfffb85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000703.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be42cb4c258e9129dd2ad1196dc885f908c82621f0ce37a4d00bdcc468b6006 +size 1807532 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000704.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000704.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acc7f3766cdc0625c8bdfd4f98a328d54bd80962 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000704.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06b5a088f995c87ce750f6b81f31c748838508dc30a51c9b36c48f53799dd98 +size 1813407 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000705.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000705.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e51d8b43bcfbbf5bd7a0299a8ddac2333e1677e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000705.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425ea6ebb32719aae724a99533e7f03cca96723b6ce8493d0832acbcbb9d1a3d +size 1820044 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000706.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000706.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f7a60885b217d381600e9c8fa4cbc0074132e12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000706.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5886736a53e680c692c605c0d2ef9078a79be31d9107b90014d29a713d0dbf9d +size 1642834 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000707.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000707.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5a81071081df059f2b8b873c2bec38417a004bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000707.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76a6fcf0a9000cf2dd2dd2f356a3ff78024a8caa17d30936b139b1f8284d639 +size 1990509 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000708.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000708.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a245a234b50e4d5a874f89f9fffcbc0d8095f4de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000708.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb2ebc8f640f1a6bac9b0e25b41c37cfe78ff19b1c7b2e46cedf494fde3c360 +size 1615078 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000709.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000709.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f713a827033bce332c225ca740621e9b74eb8c30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000709.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018d87c67fa0158036e20f37957d075746e7ec26524f2dc8de001b3f79198acf +size 1688839 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000710.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000710.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..133a1d654b0839b99403bd6c7e73321748b8a2fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000710.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df0365ddae5f5734bcf10c7bce1a0a8ce1d0edb020b482c58e587183e25d729 +size 2102340 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000711.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000711.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5118a2d1dfb39597233a3953ce447d64103ee859 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000711.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9ef873b643c2c4d9b2f1c1d614536035cad5ea8cf3f0d9eb3acd98ea5e7506 +size 1908237 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000712.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000712.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fea3b003cf46b8dada796a874026718bad09b99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000712.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912d2334c2a18c9ed283fd50e3f39e996e93914691ed4b0f6b4380387d62cdd4 +size 2721569 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000713.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000713.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f81f795b210a40fcb36e9ecb7a3ef073158afd52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000713.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9146a1dde1072933894f42a045d21d22045bd606f57f86510ac7fa9e792a220 +size 2299229 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000714.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000714.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6aab8e776eaec8956568ce6decc0636b5b75f1d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000714.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2cc588b237a5d7fdf0ea1f19797e3ef2bc7f5c36b5a4d9d0e76a35d9b10ab6 +size 2154037 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000715.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000715.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c33e61c74d5706f3078dda8f390c57f437b8b936 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000715.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec3ae676e0418b95283d2e0ec2ffedb07f3af0e207a22eb221f668e493ca611 +size 2025245 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000716.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000716.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc7d0e18b6ee40ed4b4234f78eeec9aa6ddb7cc4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000716.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e8d17a9e3ad9446912517cbc1f8c72976ba52543829a95ce059473a92f0417 +size 1457043 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000717.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000717.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7eda46dd9d6588d07d332c3d2c572d0d724c113 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000717.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dc61647eba2280d9e291ada31f382a2fa1930870a28f29654cefcfaefeffab +size 1975519 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000718.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000718.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac15f1326d031d5cccbac184fb9e0ea01163dcc5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000718.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d886de292a32316c64964f36a17e11e43a8d29b235d45f98df84dfa9930eaa +size 1262156 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000719.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000719.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40f12317933a20beb0fc5004a5ec1216f5c3e759 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000719.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71324f0f7d9e5fd083849da2a4612765e6cb63fca467f76473f32295b369e21f +size 1489306 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000720.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000720.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..788c29f381035a245cab1872f147d68829514339 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000720.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957552f32756e12a14600059e36124b093d52d43d42d33f6523119c514ef5bec +size 1569650 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000721.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000721.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a865e6ab937071cc35f01159c6eca5114d84295 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000721.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff94b2468d8e4052be604c210f3647b424da3e0e7662e7acd30d88ae02867e7f +size 1531818 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000722.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000722.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b890573858d493e074fd7972256f11d734e000da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000722.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c244b07e303e4b97a5254f0283aca8bb4d5e6377f35c8b7ba6a51e8b6201f719 +size 1813941 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000723.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000723.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33378057f9a0bee6384f1bec16908610b24ed13c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000723.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdabdb399c7699c47b7ce8e62e8439803e1ee30551135fa7bbd44334286fe57e +size 1673291 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000724.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000724.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6371273fda48983fd9d96455a55ed290d2b5fabf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000724.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2ef726af7f59658dfd28874313d4e5fcceb79d32498e6acba59b279abff4fe +size 2064431 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000725.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000725.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3831c87d3f90773dd266f3fab92c45257320e0da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000725.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aba2cb7897996a9c9e13c0e2d33237debb42f42eb8181ed81054285ad270ef0 +size 1610086 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000726.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000726.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ede6b2336877e2ff803ae0b5b0e036a588a1a291 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000726.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25774f9dce5fe3b18f72dc64082a136e17fdc9c62e6161bb0c18c61110a895f7 +size 1702215 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000727.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000727.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd57b926face66fc2f8246f0fb741d750f2a459f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000727.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896aee7bc7ea6500a68d80bfd239f4a7108888c8af8a7bdd6a353f46c610d4d4 +size 1531775 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000728.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000728.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f6c650bd7b05dd34e6a1c113cf1cde60fb96ba7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000728.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e34ef64308b728aba83f0688461587f758010f9e4048d45e1a042c471109d1 +size 1408407 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000729.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000729.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd513b2639f69a40533ac32894caf661b45a6d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000729.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7450921d383079ac84dd72134907961166159a3a08e20590863d6e9cfe32ed4a +size 1887838 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000730.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000730.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4587178624d8d9072eca590a9ff01a7720f3d49f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000730.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f9694c8bc0595f3132a905850a077de310f99aeefade6e80a82e56f1443b4a +size 1677039 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000731.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000731.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6643ac990f544f693194705e051060d201262d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000731.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47700c803b3750e27e44c02f7d383c6c12157fde0892c5abc183d02b94159b30 +size 2021170 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000732.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000732.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..285a0fafc017689cb036c08b6a4ecf79e9ce6f8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000732.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978f78c6139d523be38027bfe18553f712e1511334d9cc69f7e9988c65be9df4 +size 1810773 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000733.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000733.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6532ff284371f11428aeecd8d451402fc372c0f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000733.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332cd4c71ce93abe15396be5154e2d9d1f304615616d7ee6e70de1439f9ce220 +size 2378888 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000734.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000734.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7511215b9838c8b7aee446033be088355a62e82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000734.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249a179f32d0ad8f602bf7895de50d65c963321055c634f87c350f6a9958e117 +size 1709056 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000735.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000735.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10ed9a242f2acff3effd1d62504ddb44034bd3a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000735.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46653bc1a4878f7bb3acd8a733fb16660da367173c3dc877b0053d71d47ccde5 +size 1601839 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000736.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000736.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f240487298bf3a9fac72f76bcbe7af019882d0d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000736.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0beaee7082bda8da66d5ab3a476943107a3923d782ecf2ba7d87df82132202 +size 1743042 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000737.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000737.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4edcd718008fb3fbb13edf5b06618584d766b9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000737.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb370f043e7bcc11f3ca606554ab80664f956b9558fa9453ac2a2fe055e03d3 +size 1918748 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000738.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000738.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6240439aadfc7aa5a97bf22311a7a2b30654d7bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000738.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80028479efe756e0835d3d1493932fedc9f740dcf5153e5d71fe3aebcc91d05e +size 1948284 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000739.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000739.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af77f9021f2ce110765a34fcf9b7d2c669a61a09 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000739.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb45c35e44299624434917aa71c1208a912db08646f58fbe0d9cc2c679104746 +size 1726307 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000740.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000740.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a68e182f32c7dfe422b9f679213c594c1e557624 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000740.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc0888b105c4897aa29b2dd5f2c4d8ba0a64dfb3d7ed2135c52e6bdb7d2d358 +size 1860603 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000741.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000741.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2062744861be7efe24f4b3f9fb32d43018d8b4d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000741.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ea1ff4f8caadb7d0c15d9474fcc43da82a8a171b6b38441f51de8a90687586 +size 1445765 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000742.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000742.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..913567cd3b5349dd2a8021e68f7c2fb75f608c58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000742.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430d624ecc1a2ee6768a40a74e230633e18f68b269106f4a4ee06ec8630763ca +size 1607999 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000743.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000743.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73fa9f59323f61e6b3aea823f122f427d81bb150 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000743.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f299c113c8c22951ea4bea0099fe34f98cdb895b561d7e8474885e93c813ba5d +size 2053624 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000744.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000744.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd16abe677940993bbca62ce76c54477d7e39369 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000744.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcaa7e465e5af25808f7a5219fb1d37a5596918b68c74c86d98747333389f872 +size 1203289 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000745.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000745.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a45a7adb8ad0783760681c32ce942e140be7a3ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000745.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e31aa1dbe67b4f02514777bb8fa794493dc1ca6b067c3bd1b76ee4cf3eb9e6a +size 1749628 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000746.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000746.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e26c6177b95c9229db49b1c2382dbd3ba7a3d2ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000746.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08cb7fcdb5a2a82d2ceb0d1ad1f574bc9a55897591f76f77ab6dc9b715e86f7 +size 1709322 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000747.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000747.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..804de322e71cda9c5f61488175de71091e19f22f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000747.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b21f9a85283932d9f2569ff66ab736c27255f7ae813a1540939171f609d3c8 +size 1505371 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000748.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000748.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b336a1e43db60dfefe2cf85228662a5ffc803ed4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000748.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4521e5011acc23b4d1d749fa8af494734e8cac05e453a3e773d7c43ae8f3cb5f +size 1499026 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000749.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000749.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1826861e243f60940286f33d63c9daa35808892 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000749.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba0df242425e2201a2670c6ce9d0ac70465befa4c5a0f5357035f334206e8da +size 1273178 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000750.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000750.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bba96d5fa73afb9046c0415589838116a4a3a7d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000750.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b819a8dadb4ff5070a74ff7474a9e9b14269699067617815c41ec8ebd05492 +size 1587012 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000751.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000751.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b3ac973204dd13292d45c74d70870e3bbe28b5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000751.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fc944ff8627d5ab247d8e647d729091d877aee5ed94b8e8d42f72374591887 +size 1554972 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000752.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000752.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef3fc4503ae8e1e5260778c2218fc19910ca20c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000752.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3338238ecc550c84d2a984c1f05b36c6a60354820a8bef43527628f796e5a96 +size 1772565 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000753.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000753.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4119fffe692b369d862b4439b27b03c5ed7b766 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000753.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db123dc696b3f8f3a24ca03e40392afa694a3ce5325e76377cc7b717e5fee91 +size 1268396 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000754.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000754.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4ad8771696ed341301a136b5137bd7c03bd5cb9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000754.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92e8a55bcdb1a3ac2530cb84d2e2d5f583da7b0c9e406341b82c4b959bd1815 +size 1483509 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000755.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000755.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0184d1696451d0f74dc51152cfcd7105f532cc9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000755.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fb40e303740d0b56ed09e2c45d123eba6d4acbfa31617efaca8c9c1820f02a +size 1217475 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000756.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000756.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00aeecb6ba098fa40ac3cfdbc33b48b6884f9f8e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000756.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed5e6749812ab668e7c149ffc6d7c7066d0f6962d0bbfda347cd113666119b4 +size 1501824 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000757.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000757.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b47e5d5e6e9b08712ff4b4d457817913a1145bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000757.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6245abc0351a650765101fdcfd824e3e15a9abb1424de0551fbd5198a31fcb +size 1194137 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000758.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000758.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7e5b3c83fe1d00ecc76fb884d232f955092151c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000758.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7733d80faffefb6eb67fbf36711e874ce8301f896223b6e81fc06a1d14f7759 +size 1334761 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000759.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000759.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59313078ffc1a2b008f8a250120b088fe23a817d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000759.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5ff408bc774964f0fc3096e7577782e518eb20ff4edf2cc29a1c145aef6d97 +size 1125871 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000760.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000760.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba7c01f527fd457df23704e94c3c9d4b10bf5d6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000760.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7003a2dfbba9aed475ee761017cedfc798bc3dbab25adb66d19117a428dd19 +size 1033061 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000761.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000761.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a7cf35de9ab92c9dd049045ff71641d8f7b3f31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000761.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa610ea349e2a181097a86c60c70c13f616338c889f0798cffe2807199ddcc07 +size 1229329 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000762.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000762.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79b6a7a9e9bc48ec6d3a7cf0a47a54475734f7e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000762.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536ca9129ce9ba41147cabe68d5f92abe9800dd34df13f698d800e7fdfc5b4b8 +size 1243467 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000763.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000763.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a46066698023d27da8ce20abd96f71946da78005 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000763.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf76a28221295774f44a8d766917d9e1f4487c3f2c3e1539d35ac4b8045e9c3 +size 1191270 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000764.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000764.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25dec0b85cd6a8029b8700e9c98bda8f1fdf1a86 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000764.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0897e1945349fef1fb76701fa4def509d1d971d4e85d2854062a034b9fcfae0 +size 1342395 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000765.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000765.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3677e9dd7054610829c2574f820fa7e02a04f2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000765.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0af982059ed07fe93339ecb22a8220ba08259df8e024aa621f7ada1c2546d7 +size 1489941 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000766.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000766.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f65582defd53d55f4d4a1b6c929181acb34046c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000766.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd3f32b976fa0bed9a5844060fd39fb6ed260b91692430f6c34c3d2c32b89b7 +size 1253722 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000767.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000767.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01b26f7cf608fe01077f07eb2ecfa2801947e3ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000767.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41966ee3f66a6e6f2fc3a71ab6bd6ae750fa2f7d08f2b8a885867b0e9deeea0d +size 1246526 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000768.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000768.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c68f3d21517191093ccc996927e30e0360a31dbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000768.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9972d7836dd03ff65ce6126863dc376076bb82bfebf091911245152fe3a3d72d +size 1147186 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000769.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000769.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e5a0fc975f6f7395e87c6f47036cde8a4617df7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000769.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f384f0c1670a2aef9b8a7ab7aeba9ce6e628c5271e9e8f302b37559f30d52abe +size 1055529 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000770.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000770.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23f4dbfcfb4957d17c63f2b1d0966b61b598d52e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000770.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769ae5e6ff21cd5760a0fff473f833ce34274fb75add5961eaf3c4082d07a9d8 +size 1330299 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000771.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000771.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3487ca6915f784802ed2f89c07d38a0507b2db13 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000771.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d038db26c06121dc274c50f24112d211f124bd5e978532f81333ec20ea86cb2 +size 1285107 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000772.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000772.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..982e9cbea2642530a067470d4a8d99d19055d441 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000772.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6adcf8cf79f2267204563e75d63eda335543e3c52e218886c2673e776168f38 +size 1583141 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000773.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000773.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18022bd835354adb89d41d218e41942a59e3a85d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000773.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63069255183a6601e47bc1e1270f7b070226df6d34e9844ca6e5e971fd3ee1b2 +size 1200433 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000774.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000774.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7dc1d59438b0e31a68aa1e1b8aa8e592c8b3392 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000774.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31738554545eba878a606d5c93efe35b2fc28546ad3e97ae1d64e0e89e01d054 +size 1123772 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000775.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000775.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37f3a2473bc866090e98e480f6b89852203338be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000775.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3004e5bddebeabcdcbe8ded9bf0e981341928b6231f5e15a0838780e174033c6 +size 1001676 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000776.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000776.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcdaaeb9b03f72c25772d8be0204fb9e9c170a0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000776.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bead5d974bd3c558ec15c6cb4b487b7564dcf5f59a0596bf2e2ddfa747bb0d88 +size 1070309 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000777.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000777.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..82e931ada74b82f85661b6b9d23342f31ed6d60c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000777.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39789475fbe1d72c7f7f1e1d5b4564b59e6785c3073dcc36b0169976b6779e97 +size 1326401 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000778.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000778.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9f5a45beb17870d9b8af6689734563da93484d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000778.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9afdb41ef2571c0cedeb0fdb4d439c574070c4a12edac56c10e33a515b6739b +size 1217120 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000779.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000779.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..425e8d3bbd7245512995285b0bf3d916040e989c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000779.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bc0d5d0073cf2974605b756ae71063247d1c9190af10631d4b1249abb8728d +size 1668216 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000780.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000780.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f525158cc81ba875fc4fbb315d904dbf83e241f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000780.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fb99a6f2b49fc2535c61409453bb156467d2a9e65573d8ad9c5814679e3025 +size 1330741 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000781.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000781.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02447d76bf9402c0777625250284a3fb986c75bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000781.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c77d54ee37332c76a9945ff2f590d88815a63ff246a00826b6dae7ac5e571d +size 1470084 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000782.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000782.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..573ea976f7113ddc00acb0950c1cdcff6a8ac84c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000782.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccdfa1b405a15c5da61e6df1e2c9e14e713303293c043139f16d0d87485a816 +size 1325982 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000783.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000783.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3c585fa4a7f54b9aef37029f2f5e2058f793db8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000783.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81bb75184627ba041cc9fcd4fbc19436b97df509b2cb463e1e16c57c3f6ca0f +size 1515596 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000784.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000784.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7b045d753c9fb294cb38b7a63395e5c072b1d7c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000784.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00b958e82f278e79c5da36c509bfe3078589b3978203088de6908d41545b85d +size 1437271 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000785.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000785.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03f3c61508a26b8460c4071641905171d5741430 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000785.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53b0d9a01ca9d21a6a2e8a542f2d794ed9a51c4f691c2240e6f8735adf0befc +size 1808851 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000786.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000786.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec263d8e9a1f0483f63da3226dd484aa72f95f45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000786.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6426f998db4f6e692555346b2697240e64e58439c4908d9e938973f2563741f6 +size 1288832 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000787.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000787.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e70c6ea4092a0a0d7a7fd4214d91c2b359a7627 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000787.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629f374abf863358be1dad983ae60a1af45d7e214c79309cbffa777d08c09666 +size 1503260 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000788.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000788.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d9bbb4dc035bfb8b4c8ea89f390135881d6edb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000788.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8f0179e31ae0dfe413f444fe9044bbb96986d04aa65bbc990be8eb5b901854 +size 1396263 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000789.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000789.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58df08d7476b839d63190e38a12fd760db098f51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000789.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1d7df167021ec53554832afc8e0f093477714d7848633ce109e9f787a133f0 +size 1432988 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000790.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000790.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f8a49b022997eebd6cf9011421ddcc306f65aa6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000790.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869054c5cdbf76e50fc972b2ce3521becc8a1d502c37c29450f2856090619d26 +size 1417468 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000791.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000791.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4f460db3c7e8ad7d90ce8f769de461cf053a690 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000791.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f0a42aa3d4d538b1fbfefc0f78e1b0729a0fe6972cd1944e52337e4f4638d8 +size 1375297 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000792.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000792.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4931df37e62a71c6e90849ac87eb7b7590c48e23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000792.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ab1262e01b870ce600288273e5db9dcb6650d382b99367d71e5a11376b7c94 +size 1244950 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000793.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000793.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b508c5b26f3db504f6ba44ea8027749f7c3c5c8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000793.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6cdd09ed25f283de48613c8ef3df5a86a19d49ff078d07fbc4c043cacb2953 +size 1582347 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000794.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000794.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2626dc986a0e32c09e063ae06bfdce6607e6ce2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000794.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f31cd71457a3322bed3a1d3dcf3f807e0fe90aca7a953a38bb51764aef09c5 +size 1706565 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000795.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000795.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e40a482151fb540991474d42d42d94b36a08199 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000795.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319f87641620467ad95a60a0f651e527b3de5687a5fcdff251273894e1ab229f +size 2008473 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000796.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000796.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c766388bd30ae3b841befac4a0cd0083e8013315 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000796.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a88c3904a7260bdcee2a2d37a78bc22fb2a4beedb963bb8e172137c4fb642d +size 1786010 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000797.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000797.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b62a70d6165114de8928e16113d27540b3269e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000797.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7157df491ca5344ea61e20913b6745fca8a516d15d09b17965dd01209b660c +size 1634399 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000798.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000798.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67e1c40f05f4f68037b326a63297d91330cab92f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000798.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0303f23e452493d03d8c9d896a128c077bce60ae824610a30707aa0403db3c0d +size 1421172 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000799.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000799.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa581f3bf2fa16e873f40d93326fb1c6636784cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000799.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b3c48140f73c5c4e7b2ae10688c3ebe22198e969b49235d983767e647e9ffb +size 1900995 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000800.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000800.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24bf2f0a75d0976adef0b37b01688655e101ce4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000800.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c65c4fd387cf0ac2cea79824bb61b52a61a500087d198141f7654ad8f36fb67 +size 2545896 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000801.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000801.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e84552f807410bb70b574db9a6570c59033fe37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000801.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840143429835793843c928d3b26f821a7804132b15d708a38d1459d8789376c5 +size 1398259 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000802.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000802.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3de0278c01f5a75f1ffcad14cb7029a656902ae9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000802.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae616b589d066d2a5ec1320c1079b0cac76c586765cb9f1f867176746d739ce +size 1584785 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000803.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000803.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab226e641fb0f439b56adf175c16fe4bd009fc73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000803.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5896ec805354cfb92bca099d331fbb26a1a0076fe1bd91ea3f70213c4032f2 +size 1802575 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000804.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000804.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0771fcccca2a4c021292806730b8836f54f3a86b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000804.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b5b6374ea989f831218c35df629418273d0eb912aca2f93ff7834f2e31d069 +size 1599425 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000805.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000805.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fc81676f822430729f404172688bac93c00d847 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000805.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e84e988182e7f35fbf902b3813fea3e41183e9b0e8d1e52e788e9b8cf803f47 +size 1699368 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000806.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000806.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e93931db311166a9a8835c095d0e72923ed0188 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000806.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756dcb22f22fba5fb514621c29d22020a20e5772a094034c56aadd5e2fddf536 +size 1496338 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000807.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000807.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d950967a2e516d0a99a9d60b0fa1faf9dfa6702 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000807.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633c951a7cb740ed0e1d335b3c0aac1c41ddca428a49002631146bb1b68f2692 +size 1566583 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000808.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000808.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c704771efadd169f35930f3cd23ba85ae74a49ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000808.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd91b70241b78e987ee247d15d1009b4f8a5a48b11dacef0748b0e3129668716 +size 1503889 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000809.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000809.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72a0feceff45427021c3a3e576d0d1cbbcd8bebc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000809.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad359c7dc92d503dee07d6a76ba879c8afedd6f91ec0bc020eb3542e402d6b42 +size 1614880 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000810.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000810.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8e6259aa6de78ed94455618918e1d1a4f65e544 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000810.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0917057c44f1e2a72d022c9e3f966d16a171ca8a4b3631648c319536d401f07a +size 1745366 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000811.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000811.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39263edbf0548dbd06956d0ec70e475be4dff139 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000811.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2241374bca281035cd539b0b7ae090088d996e999ae90b8b828a279cc098183 +size 2196476 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000812.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000812.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6995af5132eb3f549ceff50184bd1442312100fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000812.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af7ef93c0a47cf0860fd087080c36396f96c0463ac554afcf6213a237a13aea +size 1923129 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000813.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000813.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d45bf8393dddef8c83946cfc9f40ef7b8968f46c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000813.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a91682d5be4d890ccb5192032f266264d6572b09aae09244960f2ac21f28573 +size 1527561 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000814.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000814.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb632a9042edd994f0a59d23ef08b9362074e9bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000814.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b81bf299d00104d592d7291d4f0f5cde14814c7e46fce8d7a4945d038a3dd3 +size 1731424 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000815.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000815.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f62491f2f6efbc34fc7e57143647aa47efefb738 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000815.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ab16066572c318d254eada37f8b1c1255995d9d7046043e59084f982e1ed4e +size 1656573 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000816.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000816.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5087e28635f3356c11045b94fc261cbaf281e0ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000816.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820ddcc515fcf61377a9a3f0967d3a327daecf3578c21bc851b0959e469a05a5 +size 1499270 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000817.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000817.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10b775c3a51e6ea695fbed225b3be66c769c7bbf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000817.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e15a1944968fa9a1a7bf532b98a4e4948f81394f4c4cb560878efdc4cec49b +size 1558800 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000818.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000818.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5feab075a8bc3acc5b1fcbada2b739a6710c713 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000818.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2274d019b52290dfdd079d057e4adaa40a50122ea4a6b648ea7e1881cd6e1951 +size 1824561 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000819.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000819.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5476e8e0158530f9aa5328322705fefe166d853 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000819.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88580eb584ad62d2be378d43b5f706807f90ad0bf9a1e7b057502c467d32ad1b +size 1889529 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000820.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000820.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0bf91575c1e43582f126b8627ed618879698932 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000820.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba5b19cff40975309bee78b5e7b436a34f2129fa938d886e982764b92861800 +size 1589615 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000821.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000821.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdc342202948c950f3ed169614212a2d6e5cf876 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000821.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5574bcdbb292441506131f1203d8836d4ea0ed9c49cb8fb5b1a0df93b890fc +size 1534223 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000822.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000822.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ad92b29e47a177ca11d1f0e6760c7f162e3d745 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000822.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4885da7a2742ff0b2e3c54139515dfd4d5680454043fadf4e82419201d22dbf8 +size 1854311 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000823.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000823.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..babfc4ee31fb9297421c0d05176e1da5a2fa88df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000823.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d116bad5cc4792f3baa46ae941afa014fd7d971e4af359553af190b30b6aef22 +size 1593355 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000824.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000824.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27a72cd85d8dfcc12958e1d18bfbc63709249e5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000824.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ec3f7834c8159cd7ba28cd454f40a765122e86ad369e2633553fafcd623d1a +size 1735904 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000825.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000825.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2aecf15dd4881e0e673ead209240ef07e562551 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000825.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7accbc927e04975dfb137555e247e655c2fc881175c79fd22a738eba9cdb9bc +size 1663089 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000826.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000826.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6bb07f402ff76a22ce1842c1456093b24894decd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000826.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b9eb3177ebd3d602ca3a08f776187450818b9f05ffa9df4f9ece1ff6c022ad +size 1356514 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000827.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000827.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b7d8fcd3853043ab3c52c5684a345d33d6f100 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000827.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf67dc20209a3f9a12fc4d6320c1db9168b2a410d7bc8a9f44fab9429801214 +size 1936113 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000828.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000828.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b326acca8751fb7629282816abfbb8407f11b54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000828.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4673b6faa0a802b7030323bdc7dbd4bc6fd9e1980145d031bbcfe5e5a8f639 +size 1489049 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000829.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000829.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c155d50615655dc0e393b239ce9804a016e7d596 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000829.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8867d2a099a0f736f8e20ad25b5a833ea64728d8eea22714dc386994cef6df39 +size 1721165 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000830.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000830.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..394a314591e2cffa29890a74c971d35c68f55408 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000830.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2410e8bf350124c805fd1a16a248213d4b2c248a0bfaa0ab952a5ebb204e35dc +size 1695918 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000831.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000831.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb1aa5e2cc29e57af5497182f1002ddc94474447 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000831.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c75d335a484e4cac2fdb42ef158ed4d669bd603ddeb22ba9925a359119cadb6 +size 1857741 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000832.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000832.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba9734ef9b2b8e448cc956ade29d40c40c486c14 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000832.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d4c1ae2f0900d3434295b990bfa0bc63c1a2269494fcc38b9b49cbccec7571 +size 1574848 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000833.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000833.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8d40205b35a0bb87949b4ab0c687be65f42a8b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000833.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0381c29f739636992061799222181a66660a4753f696ee82ae97f021c9507e4b +size 1520255 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000834.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000834.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a15831753de261068be7c7598c54389c448f0d02 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000834.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc79a7c6dc24414910d272596101ec9f9a8e54a1aa7a0eb61841b92544bd568 +size 1442492 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000835.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000835.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..541e7755e978a0a87c4c6623d8228bb2b1a588b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000835.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee91cf76011238ce2e923682cbe68973e5ef002fe91c1b2835271ea20336dca +size 1211465 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000836.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000836.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b80d53a572e5dfa43f996e937dbe5022823d3eaf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000836.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb966081319c35555255b5df386f9552827b85f258025d2622bc83e9d1af6c28 +size 1310338 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000837.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000837.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d34fd872bf87423a9e9ab410382a7a5bc49fe56c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000837.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711aa1778640261cf089e6c098319908bd0b25f719dd12c57fa2c09568a6fa76 +size 1253794 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000838.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000838.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffef0e523435f35bbf6723854a148f8e1bafb959 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000838.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577978a9d86bc65c22d9f3fd4173879fc1c128609b23216c57f92f79177dbb0b +size 1603242 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000839.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000839.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad8229f418f70583432ac2f002e02387ecd989b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000839.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c12c7ddb4483f3f47d7db56526a56c96516da05278eb592093a38a454452e47 +size 2330788 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000840.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000840.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce8ace672934338c6e499145a1bb573d8a8ff2fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000840.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc9154af0c873342dcad94c18b892a222939af8230ebacfd52f8517bd60236c +size 1624314 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000841.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000841.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..252a1b4810e537f8e9a5bbbe17e60c56c5a0e38c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000841.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1089d35ed05bcf55f261d549ab7e6fa9be552697f844d4b03095eb16b409e5 +size 1480195 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000842.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000842.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8825e16c3f6e6a116d64e1047e208838217866fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000842.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966d98d2a79d2c13562e8d3e5c9ef37860d4b56a056c3b73c7ad76ca340fefe4 +size 1082615 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000843.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000843.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b2275b3bf2dc9615ee3b8a7eb4382d99851ef2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000843.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13983964fa9f2bce4632562f4ae4ad882e19f6ea69b3fb13564e75b06a37375 +size 1431459 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000844.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000844.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7ab82134cf3da4bb6d5b670f089734f02c09521 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000844.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6618a684ff4d0f18fa56098f1582621cb46ef46db6d2445eb0a1a60b794546f5 +size 1325061 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000845.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000845.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..adbf1808f98f49532233bebeebd4717e880064af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000845.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee7863993fadf97d79b77aace18786b6ad592c15cc337e58ae0573ad1e627c5 +size 1398364 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000846.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000846.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d19600feaa20a1b2c7e336f2d6c51d43d0c53093 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000846.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9783eb63db3314dabbb92129439e229ecb7db76e732d74523196ed71eb4abc +size 1277854 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000847.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000847.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71d70f8c6c45ba68f4d79d80eae65bdd30bf7bc5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000847.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a2321022870ea75d265669441bc6c08e183a80c783cd55da4a1e24f59f8c3e +size 1387973 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000848.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000848.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e7b0f1c92c2158632149ed834c9020b8290a7b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000848.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bca6f10a372b4e2aacee78846ecb6f09dc75506bd8491962d6dedcc30c45d5 +size 2222418 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000849.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000849.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba2fc82df47c52ac21939ed98320c515b2c451f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000849.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703921092daf225ae1b4002739a3e8e38e57758d1c330311574e9109c8e9121c +size 1415375 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000850.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000850.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59ddf9db9e479dc2f61dbd97992adc03360e4dd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000850.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01379762125c03b5d3c6f6d84a25c6efbbac46862cc20c4d241a9575576919f3 +size 1317024 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000851.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000851.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cf548eeb701adc8df6c9b063ddc09944582e991 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000851.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28a9151261afe5389ead6ea93fc507b090ea208de1ba0a1cf2bc1b6dea423f3 +size 1320945 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000852.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000852.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb7459ccaf859991d7ee0a173dd05ac888fc7703 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000852.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a3cadfea843d8be08e6fddd64555eb380e129a0c5543fdfa8660d4114542cd +size 1130897 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000853.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000853.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6962611ab1270cd0ddf0036c8ab348f91d7ee675 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000853.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b841970415249dea4cdb85a2b10b06229e0dbbbdb2903502fdddbdd1d89d8354 +size 1453336 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000854.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000854.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7bfc37c2d56fe03e6640265079930e963626c06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000854.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fd3539bba0821ecc3e256c6bc2d7b41de5f909bb22e8d8a4776f42249f065b +size 1590603 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000855.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000855.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdeb0da32803462cf3797b471ac4ef8faaa6cb6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000855.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1099a6c1955944b2bcd42f31f009e65ee9be2861931bec881249b2a8b3fb895 +size 1477154 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000856.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000856.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf2d5d5e2ad5189af65d004e814b43d08c9e47f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000856.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bf759da2210997878ebf386a8fe860132548ecc0d3c8fa09d3b1ad28f7c93b +size 1522528 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000857.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000857.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15374396287fa7af4c997acb5ad040f313386c28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000857.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85a4416be7689eb663a1fd311f5b445bae530c69e61655acb6f58ae670a470e +size 1713940 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000858.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000858.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9e3e38085e03689222a1f47f2c0eb04cb46bc46 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000858.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905bbaf32865c8efec1ab705a208c83c25c5d5f868948ce665af1dc9b3f6a3d2 +size 1691971 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000859.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000859.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cb0317eb289da4cd3c05a8082aab03195496eb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000859.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6c480780dbce70c5ee2454df6e628203b38d5300cf3d2b9fe521dbcd14823f +size 1469340 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000860.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000860.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4055d0981809c317dd48072a50bd276390ecb929 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000860.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253d33ae05b1fa7e03bbdbcbd436123ddcb73c363bf8c46dac6b02893c99e15b +size 1574139 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000861.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000861.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44bbeaaac4fc7dfcaa243c1db9b610af3c735732 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000861.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55880ca2a3f77a8761f7e4c44e260011909268da7f849e868020b2264ccb778 +size 1879744 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000862.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000862.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9e9129fa2f04bb554ad198815c444697140059c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000862.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b74a3d32908cf061391dda9f293686d5fb36fc9d07916f359306e7b598363c +size 1486341 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000863.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000863.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1a0e69b6cd5db3957c5f4a728632bbe1114474f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000863.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7553520fdf12112c0a1be0a47466f231babb047d6a3da88ff79b7a72e3943c7 +size 1596644 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000864.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000864.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e765b8f3afad9192c4a025eec770045c45f8f90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000864.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e8623ba1d44091e985c886741c47479b43e05fa4e1e950b4b3aad8e7b91e54 +size 1822861 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000865.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000865.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..148c4d8b31e8d3ebb7b1ab003552f7ed3e657fad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000865.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08520a45f590c5f624206dffef77af02b8585594c9b3fa8e196a2f8119f85f1b +size 1520153 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000866.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000866.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a761a307021059de033ade755bad85f78a070aa9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000866.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df777d1d799d56e10c7c28e2631898293e54d79647da4bad50e5d2ca0f7f2891 +size 2325113 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000867.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000867.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29f337324cfeb6767fd09f83807fd6fadb191851 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000867.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6591193dc2de20892011ac84bba3edb33051b7bd1e993d1e049b9a7278abe074 +size 1496044 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000868.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000868.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75ae94525a0f30e30297a1877a9edae12101bcaa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000868.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be24e2e692535151848f6e7548fb8dbe5475846185d7bdebf7fc9a69cffdefc8 +size 1531482 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000869.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000869.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26cef21c315087c0c84076266553c91bf1f2b716 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000869.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b97bcc8c6504bb77fba79d6a49fa3a1815bd07e7ea38f3052b86525d40d3e13 +size 1566682 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000870.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000870.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c271018091747d2d8d17c2a0074e2bc6894e399 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000870.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db4037dc04f4f894672955f40dae43865e2ae9f1b1eb223d342e7c8513675da +size 1561899 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000871.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000871.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a6ff5bbd522eaa7fe9701fe89aec605a5d9d27e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000871.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d13152e49750a2680e203541e0eab1a078b81ee86800129ee8d885622dd843 +size 1479033 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000872.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000872.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abba123ae547d76fe18985a3fffafc24f59eca89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000872.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bacb9b73bcd25a7dab7504e9d380b19145bea9d43398ad3621ea029c1df616e +size 1396156 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000873.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000873.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53b3e9137784f7819c7e0cb171e34f1a4c7656e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000873.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d8d61f9cbdbb123de4c6f72e155189dc8b5e9a695dd9887923ba39f8229117 +size 1956789 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000874.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000874.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40f07729ce13a218e03d229c25b11838df6ce75f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000874.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7316e3e70c76f2097a423f41e7cd01bdd49f185a92942d5113d82320f4990b +size 1509538 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000875.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000875.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2371af055e520917b262ec84df53a2ea8dcdeb19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000875.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e121018d839ca45eb63fe9f6003779c43caf029c15bab2299394c2d137fec5 +size 2025381 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000876.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000876.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3ff7325a8333bf10fb6901a919c6e450c7744bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000876.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f274688aac4151f356383fbcaa0fa3f5dce8a619df6d108916262cf7c9b334da +size 2152161 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000877.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000877.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64ff0182c1630991d9b5653b251d1ba985000a4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000877.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cfd3a3e756e5a6f3d4a27e5fd64b0a3249adc3838b9e05f27a23be12c9ea71 +size 1124428 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000878.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000878.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43719e3608239a70b620de26b1cce0b882b46af8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000878.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7186f71ab50687e859704adc8ff434da190934ef7eb09d78f382396150254d9 +size 1270246 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000879.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000879.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ead5df89d6d258a65dd5f590cbc1a01f64421863 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000879.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d7cffbc9b5378abb2e29adf6a16f99498613393a003f84c0972d4d0d47fdca +size 1147865 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000880.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000880.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..add5e8eaab3716ff64de28eed622a11f9e809c31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000880.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7af137692fd287c397b236c78966717417eefbe7827867b7a9f33c1fcbae00 +size 1324437 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000881.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000881.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de7117abddde882605685f4d0a8838ecb55def54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000881.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d89bfb67691b4eaf5e40598c30d82dfd888039ba43f809b000b408decc14132 +size 1149170 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000882.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000882.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e01e805ad00f2472461cc531b1a4a7cef2f9cd16 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000882.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4271e5ea03f0f1cd929c01b1582ea0801e7fd372edb3e3e35e48b10f388080 +size 1041440 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000883.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000883.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0765adf3c0d1cc792389168dff41f56d87a33f23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000883.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f6b7e1362eaf78824518baa0cf1abc645d159369ae37520f08022e042a44fa +size 1231301 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000884.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000884.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d603706c633d2e73faf80d6f135d4e367b4b9871 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000884.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f519fcf24e50d810f8395d77a19bd9c48abc569ca5c0b5a840273f4e7f362e +size 1268231 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000885.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000885.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a1933cda52d5883d9e50270e241a92d681a3007 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000885.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725eddac28078f198f8125f941eb62941ea57228995b77bd661f5da634425e1c +size 1061549 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000886.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000886.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f2e0e771b258c7ce92a1176aed640df5d163437 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000886.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b085f68bbd4697e538c050916433416a0d9af20a950e79f92a7e6b197c2a01df +size 1152591 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000887.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000887.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c732c2f854ee8c346e25537ca380caee4c5556d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000887.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0287f7c6734c78e1e4c0c1a950773b039c21e9905a815bf82dda5d09ebd889dc +size 1588483 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000888.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000888.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7c14699f7f8c8f9108e692a9f2c65003f2ebe8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000888.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2774293d8527bc15a7806dcc44dbb64b736b2645884e2d7e9128ad6731a15ae1 +size 1057492 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000889.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000889.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bbaf32fb280faa3b8facd9ecca711cb1cb2faa9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000889.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c3c3bfe1fc71212d2e4de97ecb824c1c8c18e5a13a78e0e5c0b7905a10daa7 +size 1436841 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000890.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000890.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49f2b9e6942143ec8b601bf985023c8d6dca24f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000890.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc7407df49a54737cc2b27c2afe0ebd6af1689d6145dc1cb505b999d8c342dc +size 1466358 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000891.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000891.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..658706789cbe10bc456aa73ac0e0abd7edd1a713 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000891.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7255b197c3dd9593e716d91b0d57ab7576f92b67dbc5e7b50ef9d1e2c6bc90af +size 1626572 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000892.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000892.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3bdf7532cff0777c29c17b80f279c6ec1bf6b31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000892.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1f2abf0e86aed6649fd1fda8455033cbcc0e807973620b4bba2eabbcc7e604 +size 1211151 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000893.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000893.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e424d070d61c5345b82a0e0d135e3ae68b44ff9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000893.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889bf6d23a14779dc42deb2d816b03e6ab7f2393e36eb4dfca6834d0202b58cd +size 1153511 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000894.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000894.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1863f397cb7548e0e9237f45c71bbe2c37a61df0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000894.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ddecea3218efaa2fe43f4b9383fadbcc0ba025a52827f44ea86097eb9cfbc8 +size 1141625 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000895.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000895.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f8e6f09dc9eebb05d89b6184de74f217920c326 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000895.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a29c5a2914e1ea9307f7de3d65cd350b3a3498b3071eaaa762eb5c135b50e15 +size 1851191 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000896.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000896.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41acd561a69d7a23f84a729e0858eac703dcf5b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000896.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37a8190d959f81ae74b9f126c0d1987e1fc9949bb10a41dde1a7a56476d9cdd +size 1120142 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000897.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000897.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acd22732ad1284ecfa1c96768186a130e1134529 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000897.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513fd8a2aa7f2003cb5073c30a6aab6538b5f464cfc8ce90f381b7907179ef21 +size 1466886 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000898.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000898.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2412aa52009d6a2952bd361d56dfe866957fbe82 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000898.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2a1a14ea85b6cdac197906c55f89f018e761e29b7fa021b17faa03720a9043 +size 1740041 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000899.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000899.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5ab463f0c0745571905f1faf9849aa8f516eb4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000899.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e8bfb8581a5dbd42cd17907462cd4af464c8b67f6664ed08a0dee8d178c290 +size 1592847 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000900.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000900.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d400325ab5a6b2f0267ee5cd5d8a54c8af5ff0a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000900.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f1bcde45db754add1e17a3fb862386dafbe15fd79a5111ab4192ecf505273a +size 1474389 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000901.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000901.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05ba8295425ae81af1edbc12d753cb7c42870785 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000901.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e369663ca7c76114d60a9e0643639aac6e3a9ca1c06e79648e60cd56cf166463 +size 1397810 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000902.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000902.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de59cb90c86bcc43d4924f1df471c7b7e915ef6a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000902.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75798c0e92f2382f0662686e0452a9bae8b97d15aea5f05f399602a2b94e5b16 +size 1598498 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000903.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000903.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96676f47a7193422e795d5bff7aa71239f36e49b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000903.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02318cb8228858b2324c72bc3b91a1cfd68209ff09d3c2cf1bc8e8c9d72785f +size 1576791 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000904.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000904.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2625bc1381541cf8280e3ab6856638bffa29eb19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000904.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee111895521b1309339200d2ac13b62e7e76516ed52df7bc0bc197c15638936 +size 1350452 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000905.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000905.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb4fdcd4c1435916c429e4c34d63961b2dc30532 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000905.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8245a358b24c3d49d6d30a78d19af717aa4552153fc61908f21919e987ed2d2a +size 1234210 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000906.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000906.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b08496d4b80848458f2793ddb8163f69d5aeb5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000906.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2389074260abf8c34df2bd375867db4ea86f86a4d87d124b6908e49a7034e6 +size 1411408 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000907.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000907.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f950d4bee85fa6602d225d6b36efdf3c032ed73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000907.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfbce47a5a408832c8d0c166aa08c8bf23c59ec84935f285897489a904a0b75 +size 1542875 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000908.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000908.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7c8aad6a700e5c967e764b279f7e09c51618c9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000908.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5901c31ec9eb086da3ac77e7f1a7ea8eb79b8aba694bf6796ba084c78bd91db1 +size 1482208 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000909.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000909.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4851286579726169818d60460d231399e6b58f83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000909.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e182a6e634f77dbbbf4435aa0cff0970fbfdfa78f297d8d3a5944993b99126d +size 1050669 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000910.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000910.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a063fc449ec4d167f2e542503ce7e3277996d91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000910.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a834eacd3d7dcc5795110971f262623b307cdd5a9ba2acd509e45e15da36851 +size 1099840 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000911.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000911.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eef0f576038184403b36e023fdaab21fa567cbf9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000911.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f15c589a56cd9d4e5c58196b91d7302dae7fb4bb2fe720c67dbc2d3597f92a +size 1156227 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000912.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000912.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dd4932c7e8208a6e25ad61ae96270589d536fbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000912.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d048d3b416a180016858331829ad6e6771f26e0e0880092c3b633b58e69411 +size 1228720 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000913.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000913.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0c9cbacef47efebbcfaaab36e22517b18816f76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000913.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bbbd564a0a8ae9d377b27499f3c6060d83632a7216852fc17dd698e2f61395 +size 1330325 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000914.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000914.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30757c963b51885397dd9bc6772cf435e20689cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000914.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b085cff27de338f94e9fa23e5441268e1daa88cde91f0745e6010e26b29b26f1 +size 1478518 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000915.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000915.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c0b12247256b1160b31fb38b5ac45e0c6f36e4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000915.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1b09efcab5d2a2ddcff6911bbee4c10d3746f3332b9d4863172e35bfda2a19 +size 1552446 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000916.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000916.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e7844fe55f40600219561209341350e490be5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000916.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca40ed3fd89d40933e9f04bce239e0b9267cd3f47935a09b47a7adf769896022 +size 1885035 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000917.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000917.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2ee57f5ba502ef90cf264a981ad2c8539dd6843 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000917.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11acdf0164d27e540aaff7ad3d7c99e69fc12bb1a82f47c9dd6bee55f063f066 +size 1753098 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000918.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000918.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c60e87ecbee8bf5bead1a02c4a98b69357bfb103 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000918.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadc13fddfd1cef5308e9f55ddd1b95cf76fdb039620aa715f7016fc114859cd +size 1407372 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000919.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000919.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d734f42d0a1ba05b4184bea02896f00dfa80cc43 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000919.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259faba823fbca7bd8fc8dc5c7ca93803d6b404531534ded79cb74b07c2d8176 +size 1900391 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000920.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000920.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb0eb06cd4f7050a324ee67ab67f4f15ad8c8432 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000920.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659d5f30df817be35c91fa6a5dbd0e12fc13639b1bbe68bcb81d5ab4db50f535 +size 1553242 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000921.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000921.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c62e43cebc2a94afbac1a3ad09dc59577f76d293 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000921.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764399823b7c1cc80fcc7908f0aa922eae8baf33f9b145bbf741f86f646f88d6 +size 1388787 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000922.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000922.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7ee7eb709baa4028b1a80a2844d24d7bf6716cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000922.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11d83dd81a21f0ed497c4b424a9675537c50cb5c3c6a91799a8e02bfb691ab0 +size 1932060 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000923.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000923.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a43e4a99ef0527a6a3e8a355ecd2334e94f296ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000923.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7980831f43a1534d1dd5ba9d4c5a1868621a51fd1ad70e313ae3dc4c20697e2 +size 1406938 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000924.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000924.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..445d436f168f8335f7380efe7cdc41a80d11406f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000924.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5549769f70158807812916d79083d6028f3d737595da4e7c1eb4f175a11a3339 +size 1328253 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000925.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000925.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f55d14fd2b39a531e885af5c90fcfef3573dd1e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000925.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a6914d4e331c55f89e70af11f87960575408362d9b35c72be8511ce989318e +size 1811895 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000926.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000926.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada6f4cc08263b408498d9717d8f0a13e3e59b4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000926.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e89370a2e6475eb0a599e1044ce700d5ea527298513cd0352a12cb78c3bea7 +size 1629868 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000927.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000927.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ecbf92a5b36da5a2b0e3fb8fc296eac80bbd98a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000927.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa453a7fafa547677296851adfce2218c43d150fb601c5513d24d4b81a29ad1 +size 1837394 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..724296ea1234105993a0bf87bb04c5edc22bac02 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000000.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268d7574043c04b7cb48126ede6486be3e514ed8f9abe6c15145cfda883d5d19 +size 3111883 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7d6e38bed7b7a83701731f36e6bf522d4ca7869 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000001.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca39f53e541cb5c2f03025e9a097e90e562b2cd5f254be32e2409ddb5c75ecf1 +size 2151044 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..324ac957956a8ca748cf39b2e6a5ec2499d64de0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000002.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6121784de798c38a6fe79047ea24115285d261351beb9b69681678d973a796f +size 1589023 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4f8c824f5e451c6fe716169337ec6c59948fdd7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000003.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0030ed76ee007c20aeb11222c118c0c746e80a187ac7fcfe22e5b7df9ffebc80 +size 2454097 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..876f4ecdbbfa0322fd74a77426c14723931be77a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000004.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d233b63e20a4c22cb2ba2a92711da04e021dd974de5c651cbf85123f94a7a9bb +size 2675958 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f4897eb0e087fd2a632c243c78dbabde4544910 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000005.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d2f4c1ff8290e244abe56fde82b4b3cd16585c61e13de6d25a81ba165a277f +size 2953158 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f26503def4c01c9d8af6a4e29df9c273baf9151 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000006.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acef4ae9bdd3aefc7759c7d4ac8957b85ff1ee6d35eda84405e116946c716f10 +size 2067368 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..213a0aef5d4ce6dd2affcf7f52ebff2d223d56ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000007.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c743f0a1ec5415079bdfccb487adfd647f820c1b888f7f6c6bcebee8734dc02c +size 1825032 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bca3a6c0a25f7868541ce47ecee24ac377ef54e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000008.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9173203273ceea6005dbf9758aa16964363fbb14b4ca6e28851bc5c34fb755 +size 1594747 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02b59582e6f2802933c286d6816100d3257c794d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000009.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ad7e4380e038a0734aa866befbd70f80519518c26fd10368d026de64d9e0be +size 1780014 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c70e00fdaa97e07aa750dbe03fe57fff3e3e21f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000010.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41373b2d9d0708a00aab16738f641418a605e8eed67b3518659d2f8ae2d64e4e +size 2017507 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25766fbd58f182032ee8e640fb75410ff8d1accf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000011.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712abc159b0d63642f7b4cc4d33fa01d0916e419730b648845b20874f10e4a31 +size 2122808 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..233669b10265657479a8ca3ff0a7924f3769b410 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000012.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe75ad738dc429667583e73754f986c03e821318c54d0e79ef3456b89af8efc +size 2032778 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9f0f8eda55f229ab1cb7565bb2f80318e6085cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000013.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9077da4682e99e7dda65f75b4ea626b022305b8e701511def96acb457c5ae646 +size 2744373 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a0839ea0e22a3430e1d1f4b8b29989872e74502 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000014.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b51c31e70ec559b24047fc87bcb9134f9da4d551b5c55152606d1618a18c8ea +size 1949848 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f1a71419d3489c6c6a26471ccfc8d5131d61ed7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000015.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438b7832ea914310e47e258920f215b5ad885e7336678e7e052bedfacf2caa44 +size 1682441 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02d891559ab18affc019811b9c7fc1e6c65bc59d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000016.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a29892069124900ebcbd96f54a14ed66b0d1f5cc9b4c3023d6be35685d5c675 +size 2278011 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc578be4144dc765807db160ecaf3d0b411becc6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000017.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60502e4cb8b60de83150bbb7c2a50de24505872016ae5fd99790ee11be8de7a6 +size 1604044 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6eb273d69b8dcdd1f6d4079e320e16ecf0a988b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000018.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a589b809acd65663f8c3fa84ccdd1242f0f383da8a743d962e73e6c6e3908d43 +size 1427608 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37437ccc2d50861bb59f5ac20c456851dbc83a88 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000019.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81236e3eeacb5c67a227cf9a02ef7dddd23573ccd881143b541264806ce6b7cb +size 2342337 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9998bebdfdb536b85cd004b925f60b41c5a8c8da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000020.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7782ee9e5077740baf1d0e218f62d24065b2ea6d8bd3cf00acb138015732cd +size 1577936 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..decab8e9095619d8071866a9b4a599ee6c109d44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000021.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547c157fd3fb4fb72d3f4ed0e83f6d93f335fc60e8816504e0c2b825a0a8675a +size 1661439 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b515b800ff8b1c086f0df96c93d343e46cb6f73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000022.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313eb325219c8c1156113a2007d34723a382406a127b9db32f9b3b00ab74d5df +size 1596458 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c8f6cf535b7850a12c9c1de712f60a9646fd7b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000023.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7a9e2db243ca1e5c15a3fec54b02f78cceab65a47596b4ae2d504b4e79b7e5 +size 1567232 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cacbb4690f37194455611900cedac3b2c744c674 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000024.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da989e9ae59a7cf7425969e3415b63454871d43c06ff90323e7877af5ecc5cd +size 1217027 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c802f3a8c044f4fb09f58612269c3b001112f7ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000025.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b73dd8a6a84916e6de65112154a747144705a4ab0850fcd8b1bccfec70ecf77 +size 1883757 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9d5b396a96e87c801a28204910d8adcd661387f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000026.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600a626bb8ab993b9df2134787e6194d017777d102b217f590eafdbd7b2ad305 +size 2080244 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4511ea96eab5f537f819c101100ac76e67ea0bcc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000027.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6bb7a9a04a5be567f1fae086008efecfce211c854a5730f47f836bd2745f3b +size 1886006 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dc3030afefc457e53a5eabbb35b87053a416f81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000028.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60b1acb752ccf62197dd1abdcc0ad3377cb7467b1cb72789a700be0aaed8448 +size 2147041 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b030f8e6208dcd9d605887acf14501d0f49bdc6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000029.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785f6b0dc8504254b3320fa59968ee293bcb7bd36d1c71803086301e10adf2c0 +size 1768614 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0089f0b7ec0a3ca89b40bc10914f2e3bf78cd670 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000030.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca2e8bf2a171c08be8a6b0ca60231d83c521d35440965606dddcd97a5b7add0 +size 1710517 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd4dc028d2bf040b18dfd662e8ebcb1a627c08b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000031.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fcf64e319138fadf4eda2163e564475bf1364bb3038a0b0e44ba83c5c2aec8 +size 2313714 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d78cd23bbef53432e57cb28f18ddfe8f0f4d2eff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000032.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a971189e1747b1389fe1fa44acfe30f388ce341e7c37028da0fac4df177548 +size 2256376 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..70a664180c53ac2061e81a6f34054d0c430fe51c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000033.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b29d56fec40f68aeaf7295e050fa37139cecee2bc78afc44af4c48644fbb724 +size 2072267 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f26f9c63de8f56c5ecc1b46b9cd4cb54a82a60d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000034.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baff855a48ba0329f1ddd6bc3159ae22f95307c0dad907b03b14c63b396a222f +size 2109189 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fec41aeb2f535371da42da7f60acc18ba411cb7d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000035.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f90fec03149895e129663bf4688a8f1e4149d6c0a34f2945a59f4c0b98d256c +size 2466234 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d97746e9a67d04d3483d08b2811149b1798cebc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000036.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48a311dc94d0e18becbcb2d540d08d043a2599f9d95a69357b889dc902fc588 +size 1848286 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43c0dcec9787d07d815c5a88efcd1a899744ac87 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000037.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4199b1c460f7f2765267b9ab69a3a802a30df838f3e91bf655c7a910720769 +size 1605311 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb2c4a03711bc50e67f6d2125e87c0d47ba1f958 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000038.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34b796e88f2641597072980b681bb9ad1a7e90890b5f37869ceef6305b0f566 +size 1506899 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5208681a14480e772fa60725f83616d3b3902abd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000039.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91b87c506abba8ecf6243d69d4f251ae972632480e65e47c4c4116b1b672d71 +size 2085694 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..853edcc4866718295f4c52bb9213059bee9585b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000040.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1944d0f154e40aa4812c3f53a2af2c2bfdc7336cd7f7734a4e739dfd3d82c9 +size 1747269 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..010efe2684e1b235b70dbd0cfb912a46adc2f5d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000041.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c0e17c1e1c8d44eb777e071dadaf586d918ee48e62573852907f030c8650db +size 1735915 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7cb8262b63e7b04a11993c8e349f28f714a2c68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000042.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbc6b2c1383565b6cde6f07e5810d0a9ef35039ba8411ba34cb441204184ac3 +size 1625259 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d17fd289eac0c9a5f5635429aa6b28c45c03eca6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000043.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7ff790f283046af9ae8ebb5b04be397ce299efb7792dc8d38d79381f07a1d3 +size 2139187 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c075d13e00270acc265ae690e106466f3d8abeb9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000044.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977fa7a50096948890c29bceb0ff820ae2f3d0b203ef66e915d5b50994b990ed +size 1969845 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a45474402db054eebc1390a51751ef7e2a5d29ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000045.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a913ee27931e6acbb5f450efedefeccb058ceb927a714c86f5e8055937304216 +size 2345277 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34d6fca73859eca9c6dc9ecf203e7dc1bf2130c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000046.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18917446d781a0ac62b97ee250602e9a315721a78be5f8b2962a64f3c0099da +size 1464556 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65996c1e6e194ad3dac831b3f9d30519b9b89777 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000047.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a65ddff46ea9285827b1fdc06d5e0c00a6a5ed638cf7ed23697ba33417dced0 +size 1534085 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e86f9084d06fd40d64d1a253837800a98fa45979 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000048.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b81abf8d185ffdea83fb8b8d8f6f57f043345e9cb0d05eb72ef3fa8ead466c6 +size 1206512 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ec4d0ef81e48176b5c9deb3cb2c832db6e88352 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000049.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9497d9c9f1b8383ae6e1b76a2dbfc107879963d08b4507c156509adb59fe0b09 +size 1523128 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..883f784c82d46e28fd37ec1d829f1b8cdb499ffc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000050.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edbaf248d5d9d48540293473a7b8442cc200ea06e5611b96ed4e13ea16bdfcf +size 1470075 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..488f0dc1eed051968dd251ee21e095ce8fa5a3f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000051.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a205717e70aa3cd2db4a1d598cea4ca0036658256fa9b51882eb0722f8d151a3 +size 1497433 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..941f8b9267bdced11c36226b445d058f179f52ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000052.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e22b2c609c7d0a0129d847f77723cd360002ed6a8980321f4a123237351cb0 +size 1532317 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0327102a85e2c6502b2e5d0a67d9c5e4428c3f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000053.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03eebb715bc5fa7c604f9c8bde0b19724f0a238747b3d87f5f9fffd97ea25bc +size 1403904 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55b0ac8651afb9cd0b51859d496f932179423745 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000054.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff43bc00a9e458bd5a33f303262be090d616a933b888ea319c04303818adce4b +size 1716863 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..757c881ae8f5846c393c0a2d6c77767703ca3e2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000055.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881322a39717230f2c0964fa119e63c796de9e0523030bbd8a0441202ae4ee81 +size 1787626 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71bcf425be385a636b002149b1b46bdd9d0d2e2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000056.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8852ce76f793a5c58ba82b2bb326c98c86009fc64e4051a9e04fdb6d10d517a4 +size 1836325 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7ec0422f48d2f3055dfcde234af2ebfcde3be4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000057.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ce049bc0ce7047ace4fadb768c0038dfaff76d82421b80d8fef079d3d19d91 +size 1881418 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..884b0db05260ae606de0ab6e2a6531b855160c07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000058.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85cc0a13d9c6d3d21f2d120b060e392c3849f4438421b665f30daa74ec8f4c5 +size 1418946 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9409380e4529fa145ecd09cce27052159f54508 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000059.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d21fc6e13c4378b366fb08c038b2d5d430e61c509a8534ae4b72aebaa14b54 +size 1419808 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7dba9691850f46dcd42d573db992ecdce1a470de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000060.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991f155a024d3ea2f8fbbe2e4d5f1e0207c0774f584cc844aed2d6777631a298 +size 1664169 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0535de221c014f9088b949028b96cf3b85ce45d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000061.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fe390721d9cf50015067d208e388399cbbe6ecac3fe144ffd5303b166dba04 +size 1661730 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a80c1c967b6316981f2122257f76d3d92b74fd87 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000062.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e7a6252af7920569ff0e97bb01d2640bb87b70245ed0dcf0daf34cd785cad5 +size 1677021 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f5cd9c507ce596a596932479315a09656814419 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000063.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec1db8196003d7a17d39fd3d4835ed7bec6dc15e2426ec37617ca894fde3793 +size 1489029 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b5fc62188d70f82ab1cc610a733c6c3bba4fb9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000064.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d7ba220639977cacf005703813d0ffc2837c5f945b8a4c1f2ca052b02916f1 +size 1570525 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fea59b73d6e630ed55a0138758ab56e839661d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000065.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0377eaddb1673f138ff9debdbca8cae766263e5c928e778a5ecf230895f36c0 +size 1569022 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e90674e06fc62b2e64cd0b781bf8db313d0889ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000066.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a56dc52c9316300cdde423e1c9e543cf47725b6d4e0f1cfb7152a41c34b573 +size 1610791 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4512e90b96245475d2ed3bd8413fe22e2237dffd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000067.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fdb6e8ee433317e8aa5c9838b1e11a3f5c0ab2eb09a18ed923f507224e0f0d +size 1420613 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14abec3d7851f10074f6d58fb8e213781ea7411f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000068.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7280930ee318eba416923681f95dfa7f0aba934547d915db5ea3ffc3bcc0a702 +size 1863538 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..024c91473b28b7e72543f5e8a3a99028b7511b15 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000069.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fb6659b1bf9f8f86dafb725cff05ef8a10c1dc748f13b0ba7b23b25270e08e +size 2087656 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fcd783ed91cf62ec2e5406b67b7b2bcfdd885c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000070.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab04ea7a16faee0af6ed9822fd51bfaacf8de6d8b6b6b76dca43de2e937c63a5 +size 2551129 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fca3febaf622f88e494f59f4ade75d8eef3c6cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000071.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715756e013bbdc3ffc6db4ed4b109de3baf0f0649c4ec8969f07f47707dbc4d8 +size 1598870 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b49c993cf23b1cf4c729e9da7b94bc88b0fd1e1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000072.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d409df5f629b68a664221d82d14af8fa5111bc2e02f6043f0b91e78831200a +size 1510181 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09e96b9e6c1366349af424c674193d3690c48e42 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000073.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d0fd2b2d0c19e603792b31bdf8ca847f4040acb8b39d0a7b5fcfe50cfa40ab +size 1212812 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..829b952120ba0c2eab98541b02d682a78a256c32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000074.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b62a2448e7fc7469a62a8ff1379592a6ff8254ef694d2194f7945be24d81d3f +size 1520267 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5bae6221697aeb3c2c7b1d8ff997ec5616fc40c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000075.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce355b46b14242e798556b6e573005b832c5a97e0e9aa1b3ba519e2142c23820 +size 1605317 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cc5db331fdb53646203a51d8898300b16dbbccd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000076.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf9427736b9b6adbfeb51fe0a23b95fd57f16fc262552e752c3fd0bfd1fa365 +size 1423424 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7ed2385840cc1473d5437b77c04306481ebdfe2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000077.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c170e39bf92a2525d5c47abc4923c5cbe377ae813ffb5014336fc76671315ce4 +size 1431354 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..365743055fea80335e65534d22e6c0237ca81457 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000078.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1484aa21f2a0f683dfd7b6511e1cfd9f10feec69a86970f059d8713572adc9e5 +size 1349823 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..184a847558356d87cb71619e786aab2fba19e654 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000079.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96577034c40687eae656dbe43710f778f0315e733858372a44301c899a2e7c73 +size 1405791 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5dcaf6b55cc5efa710d438f98dc5094a23eeee0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000080.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee383cf07ad930e2028a29d34e76a76a295773268b5dd85af821f9eef955a623 +size 2085651 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc79dc0eb7838655a13501419b9945f90e9a16aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000081.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064e22053deb541decfcc80943e11d4718c3a4acccad49497c2082fba0248a90 +size 2013063 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f75a334058e1b3b9d1d1c1cde96154e8e606b0c0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000082.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83b7efa7d47be19b8abe0b04f5fa1cb91cfb6c385151c1fd72ddd71d5b6dbb0 +size 1503239 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5341b030127534f2ef5346d39da145970e6e13c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000083.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cb0e7426148381b1f97d706a291f3b02159a2b93e605c1be6461dcbd59360c +size 1974716 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b1a7db843b2158b3ff6e0d109e3941dbfd9976c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000084.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0853efc60db59dbc25e25a41b0cb09aa07bf283d16508db1d0912ef904805cc +size 1480850 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55e20e5e7be26f2b95d29cebc9ea91c3491aba07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000085.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b2f3ad4a371dfbee4040c20b00296bfa55091f5b59b7bcf5ba1526475cd04d +size 1445958 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..463bac8407dc752af18d9c798362388d5b90a66f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000086.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4d611670c63101d8cf0bf27028fc3d78db30d77eeb941b8027016f3eea9785 +size 1451990 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe511d2e3dd40271c136a07cad216de898661c73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000087.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c7dd98728eb23b546b1de70cf0b64f3c81f50081185e167b69d87621bd4b06 +size 1625294 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efef6b6744899a8541ae10c702e3887933421510 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000088.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a51e2c2993a299239c065784f37a3fb9de26a6df6ec62a9816840f2738b1b8f +size 1820831 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..956fbd9095e388701f93238182120220e67a78d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000089.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdca596dec0383a77f38a72a9f2748c6d1db05ffa37528c85c1c87728cd4f58c +size 1542242 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa529a80365e55215adfb231335e7c3f13877357 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000090.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80591745f335e4b84d17e0f40b2fb17d6b58cd712a6b4c1d59c4b6952483f9fb +size 1430742 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cbddffbc272f270a88ffe1dfaa1a815cb4981c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000091.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9d4208739e56882a466829b10e6b64e3363b944c5bf43f6866e8d1439c8085 +size 1313472 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ae98ada1ac6b7e1d467b902add1cc7cb6dac7d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000092.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f987275c3218ed3c630f3b5e12fbd13cd1ecdd9147b5c63a330140874927cd2f +size 1810641 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b546b9c46cd9c51390244a4fe18b796a060f704a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000093.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497483eb2ec5df9760b8bc38bc4a203988dcbabc4ecd49ad341817bdae6de8a6 +size 1620255 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..364ee1ef9648cce3aa8fa3a220ec057d91932810 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000094.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de10aa798b595a95efcb13be4e555f9bbc16ed7871da0365429ca28f65d66bb +size 1803847 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27f79d49912ea0f510f5ea75123a86ff84dc8a37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000095.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7028a3f008c2053c620bc7dea4dfce3de945c484ba922b3f498d7dc2bd0c6437 +size 1669211 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..605d0cd0e750cae025380f839fea8ebe0fe095b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000096.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87433adaa85d3a0742f24de60931dbf960b18f4a5b7df0c67393b35e03ed729f +size 1605573 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df573e75b4006cdc474dba259ad77b953ff67d23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000097.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8f2632890026326c26e5cfd384ef3e16245eaeed99126148032bdf9009d0fa +size 1371599 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5801e231c8962925a3a20e65c3b3eb12756b527b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000098.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2536c08738695fc18ecfd45c9a45cc59a0c0295a0d714dcece47a92ba4222e +size 1335013 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d0bdd2a69084252d037c3813ab94cf8a6ec5c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000099.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037bd1717ce0dcf95f67745f3039ca5deab7e1b4e916a0a0515dc3488ffd54b5 +size 1697319 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6417067e8c65da65f63611585e43197ff6c31dcf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000100.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cec6c701f8d074c65178260b8c1a1d2b47034813fc59a016241e996f12a28d +size 1518520 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31bd9772f5aba38cdb0c7fc6bddd1fdbb2772c19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000101.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1056bc737727362a031adbc34c6f92b750be3ecd889a3a6a3620021f0083a189 +size 1223684 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cea124d80997bdce592274cc2921908d50d105a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000102.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635b309703fce69112b6eff8b839a088becc8caba8c079210117c627c3b25123 +size 1762398 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bf9c5fbea667446402db9950e95b6ab5e6307cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000103.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13eb0e64f890503a898008a10e9d3af9af2da173045d0eb8b2040d72a0b6bcc +size 2105004 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc31d65d51aef40eac2cc13cf7dc99f124542e9f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000104.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a9fc56cc774567c7a61964179b81e724fe47965fd7e2a5bcf07364a56bc54c +size 1120312 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e04902d0303fd571838673212905a8bb139c2670 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000105.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805e69283693d7e251b3bf6cceee9fe0d0854bee5972b62482846c9f0f8e4bfc +size 1251726 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff60e85e4172249dbb7bae802512476cd3fd52a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000106.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064e3c91c0812975c69b24f8f0792c445a5c345d0fc443d8948518933e01dbfb +size 1025394 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af912efcb0b4ca87640c5f89d05e05464f798c7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000107.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0d5cb4b4b4b4440b125abc4cdef31fb1474fc852519ceb0de15b21ee851dd5 +size 1218702 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b706afb34f6077b2f231374d6f66316b3b1691d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000108.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb16b178f95dd189314475badf6af34f7e5112df87f29831b390d5d9c9cff534 +size 1217901 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12f3a38e410c37cdb84772cb66d4b49a1ff58fb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000109.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d78988b0a8df450a310b01d3ed8f4fa9a4444453121762ddd5dcc79e79475d +size 1048757 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e57da117ece83256aea92fc77ab9ced316f669a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000110.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50d96a40961f6a31f12a987240f7129260b3177c43b032e231187a491cda0e2 +size 1440454 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37372ff2b87ca99912704a9c237073f997d52c96 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000111.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5e5680eb43ba147bba7b8f0d428f7307d40aada066f700a88a8b10e30edd15 +size 1438772 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18fac0cd45bd3a46571eabc12ce7c22780cd2dfb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000112.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d2139a1debed25a6300b34e4d3fbc9dc718d79884bb945c11ce599f81ed296 +size 1119389 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0119d9720e49e9bc12c58def3c512b21dd0f46d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000113.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2c7a03f4c7fdb40f3e0f52d98636957572c3ca130de8208974703a6bbb6878 +size 1390121 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad1950b8d585efab7b4671ab86d76714d2fd8189 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000114.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9391fd4d34d4c0ab92f7551e57d8fa9227a4a11367aa43f75f1b1ac3233d45 +size 1364084 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93be70bb44b8a3f72e8e65cdfa068c2032af8f3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000115.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2666a8bbc7128d86b1507f32b16a037f96ee6be52e8bd6c3f473a96695680a +size 1315939 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73c1f70b63c8a6da79b10ac517225043003f186a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000116.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7c550268720de50c4329ef40cd9cbe7d7a7edb73224098a0890feea2bbb57a +size 1706340 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fce9e86b60a1656c53070e5b98a6ab1ad0748a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000117.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6c098e53a4b1c1dab5e6e29ad1fbce062d18caee5fa39a61ee365b91be77d7 +size 1223402 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2189a8548a4c675aa5ab4768aac92e53fd07768 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000118.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4615ec878cd49b89a66cf786475db31217eec93a7741ddd50faf9b7991b3caf +size 1621703 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f92a903894ce3ad5e2704caa0c6d035994a7c820 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000119.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f449dc6dfd9877dc23f664a55c92034b6591c1f48610ac5f53f0ca9640f14e0 +size 1393987 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6f52547f40c298dbb1df69b8c6b9a4517bf5d7d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000120.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c65fc8b7373f0729d2b124498d4f39c02fe498e4e4ff5a3ee24ce310da7802 +size 1278354 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e9937f9f2268b26a9fdfbcf0ca1c91d82f78772 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000121.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de16b1c2dafe7c29dafbb25baddb7e689a8a9211105eb0a506491c826540fafd +size 1247206 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0edbe80f5cd654918d3031ab4b8b9a52a999f6eb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000122.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5544f786248cb591f9248b73e2a1f3abaae00271817f83459ebb75e4f41d0373 +size 1188123 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afe26d924b60922603bac93cbb7339e8d30b6896 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000123.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acea91826780a57e99752e2ec84091489bebdd14afa8591bb3e88a8b4bf626c +size 1378295 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fcf8c3879d0c235f1fc800a5aff917e6bc47663 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000124.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a71bf88f2ad20bbe03772a1d7ee06ab2b6a61ed5b6840befff06ac8e374f69 +size 1458901 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6994fec9507fe8feec25d80514d33f737cae1fee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000125.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0029c80fac37a30c6a2834b89193317ef668f297c55fbd702978acb75532b3 +size 1864437 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cced7f0d50446f5c68eb3999c593713cfd6a0b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000126.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cc0d21c9a06348a31c8876c16b45d25aded24b15fb932a22fa788c694e0925 +size 1178726 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca48a1dcf2471819380cc99b1c9daa5eae0911b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000127.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff8f6d46eb316af23dca1121717b39b2a572ba29a49486e41587246fd399edb +size 1490793 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcd16915deadc20b71bcbe84e58e5b0a1b418dad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000128.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9491c6c80c8b1c4c31d738a0c2c9217e47b69e15227e92b5146cb99f4bf9dd9 +size 1010453 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b72fdad6fd2e96e1edbcf44e98fcb0dac833b536 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000129.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b05a9cbcddcc34bf0af400c50b14d28da56b28eb3628fed47a5ffed33b54f0 +size 1473332 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000130.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000130.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9491d168e90a5866dbdb29b59bb43d43e78a0db3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000130.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddec68073605b203337f632f815892c3c75426bae8c9f1ca550a32814a1a873 +size 958407 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000131.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000131.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2824daf8309f0f33959c9a27f5c3d397ab7add4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000131.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8821914158be35d8d0a14059d2341d7dbf3bb0bc3567311e36ed060eface123 +size 1139577 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000132.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000132.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93c844c25867e55d3397b3529ab7a0de3138f195 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000132.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc8f9b424260cf270fe1071f845125b879fd3f7e03b2f62267acc6c8614112d +size 1270909 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000133.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000133.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e848393701bd876a2902f954a8524dc51576516 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000133.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c603d6d7f56f3bd11d3ae5a83f941b617f117552a9e0b71455f8d95d8431793e +size 1403472 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000134.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000134.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d73d017dca38db6fa88326b0e51bd16b7d951b33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000134.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e313426fda6bbe0b291e7efd30a8d348f310d0105e72d609ff987d4d749d532 +size 1246276 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000135.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000135.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10f9cc13d93dbdcc7b45a3bf4d293d86a8354ea7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000135.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695344d6b9c9c4ff2d8c6c19ded2046ca76b304748f5a41fbc7e7fce5ae9ea04 +size 1342681 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000136.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000136.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79c2c8dbfc5a771864ad5f06567d8682cddbf077 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000136.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec01b0722dc8d394fa7ff6be145fc71a3fea012c57d88bee76d06cac820997f7 +size 1165835 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000137.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000137.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb6e35f56e29fbaa1363022a7d4dbbcefaa9b8ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000137.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644235fc7a8e5de7d9851320a444448a048e590836330113be4271914d43a823 +size 1271855 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000138.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000138.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65061b5b590c89a817dbdf22c3b4dda5ec96d7da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000138.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17fe67707705c0f03c0650bbfe98eb930373efe93c7753d6e6c040af02b0606 +size 1040404 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000139.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000139.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40a49a2ce6fe5c06469b8ddc1fc38b43ca62aafa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000139.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be8618b4057e17cacf638d205ce6d06c215980730545aabf7c15a0e38e7f35d +size 1273863 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000140.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000140.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42b1fb82cb52b255fb69715cdd7f41e4ce82c96a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000140.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acadeef068f77d6626ff3978f8df5a3f850d46aab429365092989477587b6020 +size 1251159 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000141.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000141.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d63d3450b4b3dfea138cc042161871a4b578ce92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000141.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3abbaa17641d48abe9db62e7e87e215e5ed8c8ee6fd21a16377ef351acb8e0 +size 1156673 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000142.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000142.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76a87077b99033c73086087d97d3eec8bfbb9781 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000142.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162365409a02fc42767e0944669bd0ded02702f9b2768ecc0814c4838952c876 +size 1253257 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000143.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000143.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e5953580be1c74caaca36c5835c800500a16e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000143.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31727e1c98e303644c63c769d61f219a955af3aa731fe1c60de4faedf51535e3 +size 1131315 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000144.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000144.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aea4e8e70b77933af5f3df88a5c9154183b55e4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000144.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5de96c72e71254f3383f2572e39916b0da3107a7c027d74747ed73e1b1bc8e6 +size 1094639 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000145.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000145.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93a7266a154a806962658a8552cd9d9016f4c79e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000145.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa30510e864ae3cf44b23ae4a328dc676d0fdd68e5a7a33232f7f4cccd15347 +size 1121107 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000146.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000146.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d39514b5829136e6ba8cebb939c1e1320864f043 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000146.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df743bd7257dc2031a9bf791627cef390f95d2346463eb10abe4d24d2766d0f0 +size 1120710 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000147.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000147.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47c8b5bff76252d11467bec6e9f394c0c15a5598 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000147.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fa5b9d5f61898f0efa05b7074549e96dc378a01bbe58b57ec733c6ac239840 +size 1067297 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000148.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000148.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34d37a96da48f7e5a0ec83fece671da822193c80 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000148.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d59a2f11d07e651de553a731f8be8efe830344fe76acfdd0d1995861c87f8a6 +size 1149866 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000149.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000149.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..816bd24bd3a5983533ddaf37d8374524d279c4ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000149.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0448d5ce341364303a2edead912c42cac9b4148e18fb5cd376a06425cbfa130 +size 1381982 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000150.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000150.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68a6138788ea0703a82aa5e1dfd1dce27242eac2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000150.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0624e12a0495d47089022e383f1c4e7240cef561e1debcd1ffa4d219a1a78e18 +size 1514036 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000151.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000151.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98619d50ce090f37418219f80761d78d0e05c262 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000151.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b4a7dcc07a7311b5f5104721a78745d379a0a21477c4c2b5653e0674dae98f +size 1390094 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000152.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000152.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b1fe9bae811662919b0c7b7460c382d427f6661 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000152.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb88dba3457aa314d834eb93426f45ecac9b726562ea6bbc4a27ed7b4dbdc37 +size 1203734 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000153.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000153.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..389001df83e4611b9cda6ea29cb1569a7b25a211 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000153.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39c42c9b6b31464e11b4b2f6c3f6d70e5f4f67f597bc5339afd6c110d42f9ab +size 1508772 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000154.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000154.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..537b5dfb26987f2518568226704f4ffbacd0b978 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000154.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f63f4fd0cddac2aac2f5b41ea30a638fbb5a54271e4d5d84f9eb0f4e6db192 +size 1418389 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000155.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000155.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcd6051880bff0d261ab21dd2e18e69ea81de2b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000155.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d94d45ee95aed8a4ea1396d07f1e6f4662d0f2850ef031b4c1cae16f01fb92f +size 1111680 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000156.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000156.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0c0a65fd9ffa5afc6d163c79d96c44a67aa14cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000156.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a11477ef03b97f6613c8be364863ed909d247b7e38ca85752e16d227116fbc4 +size 1094947 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000157.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000157.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d15437b47f347b5ee4c68621380cfdc9f3e433cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000157.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4d99f339b3d720b1e54cce5ff287f1ffd3028618db223c0bfb7811cc656283 +size 1443929 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000158.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000158.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52864856408aa327a23138edf6894228c1463a25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000158.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd2f852226430d8d67e4ca56370bf8ac6e2795c77cbf340d5adbbca0a3fa87d +size 1042608 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000159.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000159.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7e6557b1a70728cdb392463d22eefbce3105a36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000159.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d092a0417aaf3930c690df076e49a6db67c0ec4c31da5765003e8a4bc5e0595f +size 1295172 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000160.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000160.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa8b9cb90124c6eb3a4300f9bbb386c79131e82a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000160.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b53433ae897cad7dcc60e07b66716dd070a6810d1b7bf4da0b48723bc1261e +size 1361370 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000161.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000161.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e782fa064cf75fef453d25a4a9e07e7f57720cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000161.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9d9ee3915f10f13b763fc476f05eb8610d92f953d81bd461b9a4551e604555 +size 1142996 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000162.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000162.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aa3d56fbf69784b957ccb4739589a2ffef11a3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000162.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2128d32fef71b49248b6ddf79a15926ad644caea3766400445b9f356be8e1b +size 1298152 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000163.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000163.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e9da2d60f909346de4803ce013c69893e1160b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000163.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92e567065c219521816065588edef3aa39846d69d2d5a788894e3b827d1cdb0 +size 1492759 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000164.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000164.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87bb1b4781e8f3563162654a8f281c03e1cc76f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000164.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743580eb110d1b67bdbf6b0889ceaa033cfd339c20f77cf87839bee5b75253ba +size 1215222 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000165.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000165.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55b1f31092e329e972d5c9c47962ef7f2e06107d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000165.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae848d9da281fec611e1ea121a04b3f00825ab760a4d3d83033420c07ae4f4c3 +size 1195721 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000166.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000166.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ce764dff00b34b5a67db8f3fee90f65aca29885 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000166.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ce91efc632a531bf309d2dca4ba5da7d2f25757a2428d4edc24a15c47347fb +size 1113602 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000167.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000167.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9316b7efbcfa743a0983859edacfa8e86caa79c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000167.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f039e38c90e0d67a7829d5fe1ecfd9a2eaf2218b68c92d30ade8b86af9cd3f44 +size 1252098 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000168.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000168.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd2024ea5dec546704543e0f0ff0fbb1279b1abb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000168.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b63cb89332c995111616e78b374e63d225436b0cadbec3ca5a7e1d588c4a439 +size 1297622 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000169.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000169.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04b7aa82c9a0c92c19d50515292b6582a684685d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000169.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230bd70d2d76ef3d2059f2bbdbedfd42f6bb3ba269defa4784991a3b76694599 +size 1111336 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000170.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000170.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f97fa4c4c48e2875790ab1eab230f91be00cdc0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000170.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0017398d8e359440855cbaac173fb952f9935529d400eb6d36f85e7fda5f2edc +size 1156876 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000171.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000171.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a9134568e6c73bbd90387b629d268e94ba369fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000171.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed31fd72b9810449ce18b8cef1a995b2b398ed94d92b84642c5f0c2681b3d06 +size 1417945 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000172.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000172.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88aa0a2f06b1f697dd785297e5a87c3a26deb751 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000172.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9635fbd3aaf10304ac0259f1bb77ec525855f75d7827a8aeae284e9c77fc76 +size 1348644 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000173.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000173.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4e254d8d30a5ca7dc98ebf12ec09bb666a5a451 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000173.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfe703444bb1ec152c0629b000801ed03ca11cc87976c13a9b988b4e6d7e4a4 +size 1560375 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000174.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000174.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..787da2b75f38f714af1e4fbf5ef40088b352c2d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000174.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a6160b29dc9d49a948a1ab0a66e8a8d578f85ba5e6f647ccc5277194a44ebe +size 1369073 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000175.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000175.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1566d91cc0ed20d4b4dd441825e7808258124e86 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000175.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f63b3191f15b63344594e3cb884dad7db4c46dd6c2494a95f4683799fb91795 +size 1404123 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000176.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000176.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5da607214ebad8c606b821ceb786e09b5208a90b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000176.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c755499362abac35649f8c157e095e4f0e931f1ad95985f1533b9539fb0f8716 +size 1380303 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000177.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000177.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4e32752cbc7a1b34a0877b310f225dcf09c42cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000177.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4fa976fae562c22102141a5f9347d52345d2ada0d7928391b7e1e14d99a189 +size 1784178 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000178.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000178.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcdecd9f71655211733a5c472508d71084b62810 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000178.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051c292f3efbb737bfb85ebd5f48637a79062362dc9b762bc9f1d55c404bba35 +size 1523055 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000179.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000179.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57c49e521999f65c36e4b5c701f2d611291820fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000179.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df337c2d32496d1469d7db351ababe71a54f56869973cd289db4bfc95cafe339 +size 1281804 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000180.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000180.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8092b8eb86fb304b52efb166e9ae222d7d510514 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000180.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9a87af1d2dee677fc48308b899239e9c33fb8403c6964d5d8ed41605ff381a +size 1526079 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000181.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000181.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9273216155f34fb3136a80c0077596d5f08ef81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000181.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329e1dff08bfcdaa1e7e7a6f9bf85f69fa3227d31fe972770a263f0e0e5361df +size 1240644 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000182.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000182.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2b03a5f8ed600779aac504fd56f784c29b2efbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000182.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6853404ae9ca0f0e5b9589a57c07aadadc1218e332bc999f21a05bca46923a5f +size 1075356 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000183.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000183.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1ee0aa06520933c4fe7fc7cc5752a190017f8ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000183.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09679e3220aa7606a125b2874daa821d47e4379cce89c13cfcae7a55494bc9c +size 1785769 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000184.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000184.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7158ca428786b66d1d707054c9e929fabc24ba7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000184.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dadf856627a15fcb0ac64b694c7b79e9afad3a2e25fe40ef566faa56031e8e2 +size 1358651 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000185.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000185.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..333c654123f91bafcb973fe6c45e5ea2bf5e7173 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000185.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7bdc63b0c6ca6efb514cc26e89be3d68a53954263a3d27aab80e4925f69022 +size 1063465 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000186.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000186.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..670282589debd9b6b16529e80e85bee6d38a73e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000186.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0e17d36e837a58fae18f21ebe7715077f8583e1418d90e796f1ea59971c9b0 +size 1505610 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000187.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000187.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00b72b7de9542c201704a60ffca725fc2c13d9c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000187.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047fefbdcd64433507142da3ee774fa465f3ebabfd90356fb7fc12e8dc9154bf +size 1260302 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000188.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000188.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed7cf243b9ce0b7e4621b028d774957271554371 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000188.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264268711c20d457950a3e8187724f66b9dc4b05b2ce42a7ed49fdd47a272c81 +size 1739467 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000189.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000189.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be8803b89811269b70b953b47ac329df28c6c2cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000189.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617e5f9819c03624b4c2620f5cd9e1f9db51ae74314225028401677fa89a4130 +size 1512034 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000190.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000190.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c5a9692352b6804659e938a7e0afa78d64067ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000190.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947bf967d811be6b864868ceaaaa87ffb7094b4f8827d57dc474da49dc3d5893 +size 1334425 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000191.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000191.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b3af5c364f13ce7a14cd2985b1f6b96872cc0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000191.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce0a847cbd03346cddec60a5c470080a91cadb817092b0ad100ed05dbf9207f +size 1371965 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000192.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000192.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4135a04b002b6819cfce762b199c761d85c77fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000192.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b16a4a2cf1504f516c0947fead98409f18849865dcced1e8979b4acc4bae26 +size 1045634 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000193.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000193.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53e3024254d9c738081349623455e7a19944b8da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000193.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc77f01c6e084215a751f4d74278fa4da2b24d3133c9ad77ff309e3c84eb177d +size 1519355 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000194.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000194.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bee9a28c14fe1fbc998e5d3a7516bdd79ea9741f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000194.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ccaac3bd8cdb659a7b48a75303aac82c856f79f9a2e8b740ac2efb4c2b8208 +size 1335151 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000195.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000195.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3733a0eb77ae75535ea7fbd779396718e78615d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000195.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09131cfec015cd98138d53acb4158a412b1d0fc28c8c4b951e24fdae4f7d6057 +size 1128773 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000196.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000196.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a1426b43034709083982e1115dadf7b0f9027053 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000196.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8045956d22b01b4d616df5a1b3ea82df73cb3db6a40058e027789b53bfad80a2 +size 1562099 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000197.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000197.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a05782cef05f1d2351032bc96e5c2bef18466cf5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000197.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb85a864a88277754ffceec4f3c82749a5c0b448e0ac372edd84f925d6a6fdff +size 1584416 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000198.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000198.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..531b61da3eb5e5cd99499f686615221171624681 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000198.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469bf5395edfa9f2558306631d7f28d03173567f0a46f4deb4746f3b626d3c19 +size 1534937 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000199.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000199.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10dd885fe06c0ab92ef64d98e32e01dd323ead06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000199.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfa07d37a06fa1c950ee416062a76e356eba612c8b94fbfc0a844f1890149ae +size 1488216 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000200.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000200.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7371e7444db3c56e26800b69862de47215703246 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000200.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbda2b703d7135e014a444ce49f82f516ca25cc117dcab799a501b23606a10fc +size 1201007 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000201.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000201.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3622201cc20849a38a003b5bafb8dc25546b7f98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000201.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262ddae7b786d09b2f04d062a71718ae5b026e791c716d76246c6730e11bb7ea +size 1498681 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000202.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000202.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e83faf84f08c2b74add115ba508ba1c9910f682d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000202.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1571738134061eb3ed608901bcfdafb8b983cf0c7b9b54c9b618e1abab7e82a2 +size 1274231 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000203.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000203.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5e2c526243e9be9b74d8e7a4b27e979c42b81d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000203.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab569723ac959554fb63d37317b1a6a3a8f9fe21e4a20d1315a2f4f70f52c33e +size 1564954 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000204.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000204.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0737cd59b6404a991e99180f8fd5c24c826b633 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000204.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89513793f07b53c72b73c2255ed058bca028659d245f64f94d5a8998d385390c +size 1136280 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000205.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000205.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..baf12d8bf93bc8d232be749d4dc3b6944170bdc2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000205.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd02baa81fe41cfdb1558c6b76b3372900b37d0182cc8b928fa4228f97c9437c +size 1028717 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000206.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000206.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56cd42f3d7b9f1b9ed34ae62acbe17a329e3d668 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000206.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6590242c5e7460145aae553e6be84e6502fefca0fa36ef2a7e375dc3f298a6 +size 1371875 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000207.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000207.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce18f5bd7c97e09e674aa1c5600fa9a0be206a06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000207.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a05478f6055f1877131566b402da404767575b8958b12768c9e32a4d745f6a +size 1923751 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000208.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000208.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..303f75b0b51cf3f783e3f43d6cdb160f381f6587 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000208.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96c95da7310ce9586d36d5be1d6d327779007e23c7f00a20491058539be3ae2 +size 1171298 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000209.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000209.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e418745fbe0597ee80f482383303797c6c91300 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000209.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72093bec7a6b4ec9d59556e39ae33e8035ffa310669666c4325d217ac9c1b650 +size 1097892 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000210.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000210.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30ce36f2bad2ca163d00df63aa37a354e02ba90b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000210.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d28afd01432f187640727c37eae6904d1e6724181597bced87df49af5820be +size 2003549 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0686089a367135290d5c8d83098a66848f56193a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09313c9a7455da40afa59fdbbbe3cc3b7e9613cf3b26170b0850c31a0bdec0e9 +size 1447119 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..554338b7cfb75b50bedbe4a23efb86faee62910b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd5657ebab0e42dee1802ed03837813ddc694df8c07cebfdfb1ac95badca667 +size 1205867 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f42fb603c6fe021f51123016f8599b919c3622f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b2825444e563a97f076f62ebe76ca2894aefb42a9c7a936e54368ba29af567 +size 1660695 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..183dc881478342ef1db76270e35a24e361ec5a9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5073a5c7f55631b7fc36612ed9bb39747963e8e9ddf3bc58a3e41cac157bb1b +size 1230000 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..377998e2c28c54eb663b99b775c327ff9aefc3ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a19d3bbc823d74e04c13a2d9fcbf37b1d81107d32eb593c04e04bb5414d64f +size 1141537 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25c807b466d3aa2bd906d5bdea6bed5537215436 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d6bb6bbdbfe5e425f3faf6a0627215450f7cd4fc1792312363603084fb1de4 +size 1436402 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee22208f25f671b9c871a579f8a4bc42989d40af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ac84891ac293417f0f963f82551e8b201ddaa06db12d387cf21f7523e9bf89 +size 1961194 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c471becaf28feae00dd9f290821d40ccbb77885f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5fafa93134b28ba079a6b2834c0c5abdf4e627f0461c5864b825fb2a32ad49 +size 1328090 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44589bb6cb045cb737677517ecfced8342164225 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6aedf5ef05e34fbe9450d1e2e332ba25e652ee21d7577bd6a1c27a823820d7 +size 963571 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16bee218325119e13f8b03cf8a3e5f6734cbd012 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a71b78350ce297c1de4bea074ce7b58e10dba715a1dda3600b6d47deb9d020 +size 1181611 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50f573906738dbec38b4ebbfa61f5687fe04e2c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba46195305da9ca4c8136a814b47938f1c4778fd0c9fbb3217b814eb696db656 +size 1150774 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e16c07f978bdf836c3d0fcf799953713f690263 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d978ff55f715f93e9f3adf36d3868c836a114e372e5b96e5b1a3d905d7d4f6 +size 1187565 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4198ab3b93531ac0775a01bce1f7291f6b002e46 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8731d4fcdf451bfc79f6eabce71e6cf71db07d6528d104709a10356521f4ace8 +size 1308526 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c54edaa6a24611e5ec8f72e93b5490db36a6b52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8084a7ae08dbd7246b3992ac9b21e2b34ed04a671aa050c935ad58e925fed2 +size 1316089 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3c9f0392b2c86a32357284833b7992504034084 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6fbf5bca2e169245aa79bc5ee7f9eac555a8543f32673691ed174782e51d19 +size 1972896 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f63488e0321d69a42b66e973317f76ea22fc47bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7812fd368bea7f28f3cc31c781ba6fea28b23fbcb18ddfc0625a4a5dc5fbf2f7 +size 2304832 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ad12887e6d8514d7f28863a98453fc6a913162c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f3633b5c26d6ac81c69c235b059b092ffd26e36df15cb8c4dcd188f0ddab74 +size 1738196 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65711e6decc3382885b530f822caefe2f08ed64e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82f1faf7925aff60b6ea1bf395ad40d63f558c2fdfede69bd9829b88a1f3b10 +size 1825700 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83ac98e0402e012f1b7d0a555fe47e65c2755ac2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7eeac3da90799682e77d0652815086e8084db2df2865795f30e531fbc59ecc +size 1354066 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea0093aed2db5ee20104fbb0e9c3cd5a3e72b8e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81196262293385458516d823fd736008307cc5d25a83081937018f08d4f04c7a +size 1214488 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed82309413efd791e1f4b16a1c2602d7df771df6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed9ca71807a9080641d849aa8b8a3033012d3763b32c5cdbd7b6ced83dba8cd +size 1474901 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..765777d3e39ec9f2b96e5334394e1dbb289dd6b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09db558d4851aee8ee35ee988bd57561d858cd6af3aaf0198793ff58491ec2f1 +size 1360973 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab5a4f78f3f451f93317c6c2ebb0007c57a199ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3572c0d04857c50f5f49ad51835bd188db26e8815a26ccc96a354559bb8043df +size 1179765 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ef197426db2cd34bb5f5fc9e3eb91e99c3397ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c3423e8c9add23de271f248486137129acaca909ab4486408b9d0bfd0ea8f5 +size 1095516 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f4911f8fa529e7c7f6f9f26b971d326688f5349 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f85d53c5b780c11d779c8b1a05b68d2bb316e939c1f1abb207d075413552bcc +size 1515929 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c8efd78feaa4be6ab493392ad0b8981405f48cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4671be1c93d544e152c2128e56acb261fb37944be74070691b97c47c5666f6b6 +size 1286704 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..460425de21931b436844da3317929de863b4a78d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1c7ae5495159d3dcb37e78351d7b1ff05de85995b6b0564ac23408a4b8b496 +size 1699313 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb8ca4da7a64a6576c4a1a5ea0dcc84e9174fa55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a9665027097f4952e3fbc9f6a309c8662a146c69b2faa9000423e1c28327f3 +size 1373583 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c9c57eae05f8eeef1b5e8c123838000b7125aff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf240abec9ef3d635173763e35c61183ba56699740fabbed4bb23d09296463d +size 1849303 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ff8a824fa0d3d507126edbc6c6e8d90bfb56418 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94202129fed1dd52051b625e8368a69259b5632ea695d3b860ec8bdfb50a650b +size 1210523 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89c4c107030d4e3b87106b6dd5fe0dd632ef186b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5a2ed1bee0b9d8143d69a8459a25f0b9699e4074a136fecd85d1039f6c7bdb +size 1284282 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac3406e013c78418ec01585c4e1e70fb442de89f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9581983e518ff7b265bc5eb630929f37b5d9f53fd785e68e47df17552b27786d +size 2036631 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce3a88d19210b7982e14bcdac4d7745b891b1a57 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217642142c4c8b1c63903454b235f97067da703afafc484fe7ce1b80704e5d1e +size 2191031 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4e3391d0450958b3fe19257036a78f771aa38bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be2232f2403c4388045784ca3d2fdd050c5810d790223857d24ccaf5873d2e5 +size 958923 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdce595a77bf5a6f7b4c21d8475e0a31004b7e0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2206d03052ab90f044b741e8e0292c88984dc23bcd5da6f66fb83e8a814aea80 +size 1292349 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fa4dd735966c19d7627388e2a392a7c2e6aa839 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c025daa77fa602fbe047693730eccfda309d0277dabf64fec75e5a1d0510bd96 +size 1115623 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72a32b2c1b3172be51c551b3d857e5ddc9089758 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8c853cf948b2b2f9d6774c3ccb2c18e1d014d12754628e2d2613579885a3a1 +size 1233715 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85eabfe783a1b8bd7e7b24eb358f5a64210aafef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86466d73cc06377bc477d419ec6d5833e123c812486492c8d4e8013b88fb6ce1 +size 1841355 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9018ae34fe77ba6cc03353fb0bfd3333aec96413 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73c2f0a54bb406b3aa14fe290fa6fedcfa925b5c7da66551d71623d64bf81af +size 1692211 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..813d4e1865caf481a5624dee102c83882bf3b8ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb33d25992dda27bf8d3a79bf70a628bf340bd10eddce004f53551cc1ebbc0b +size 1233273 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5b06984f44a7ceec08433c5b9cbddf4fdd3aa53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e80e0e5e153faaf723341529059d0d4aa4fc8583dcb533bab8abe22730be7a +size 1636208 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ed437ccda8ea1192cec470ff4814ac65b3ea58d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cea4b08cd1ed277691d330ed2d397c1c57e01870e9f493049be18bd287d259 +size 1448338 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..895ccd54831982e0a2006eb11f87e6de939412b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb233337273b88c64d4bd0cb0092121de4f47f46b2fd8038df1dd50f2f64e854 +size 1844764 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f460eff423db995a2e29a1ababbc13f63305b5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a7c17562a65eb3a75c5fa4db4c29d7544c0f32332ad31d0e6eeb525e406426 +size 1257052 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b574ca3082d25ab45454f488477b15b1a465932 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4ba53899c3bac05c631e8a686ba45b57b2bed2bbfe172eea633a8039958339 +size 1548808 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..089cfe5b5f2606c5dc07e451368b81fbad1a01cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befc3541b48ff92b3ec1056589acaf6da63cd8b2462100aeb3b0807ea22b0a8b +size 1447709 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31853064bc132cc2e8847cacdc0ab24a8d14950c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc3dde46f92fa175ff652791e0a203748ca1905846f1d4b38b8a2abc239c4b2 +size 2042042 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ce70a2f631a91d4ab4f6dd0eab3ff8ae2f4d470 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e7b63bebb652e3e8b8084519ac0e800b5c0999279ee47540674e5e6d7a2c6b +size 1799290 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6243ffa4d50aa0c4788d822a819e5fddbe31608a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463b4dfc4c91f4dcd3aec18dab9b944c2ee2dbba3503b583d170babcd0c4d8a2 +size 1293279 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3006ffc328cfec181244033a751c426c051f05dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b4dc3646037b73927cc43a00378341aae3c55cd439d5d3dd178e642abfd997 +size 2146922 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06615569e1aebd3a60a3a55ce1332c16c6ee83ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7973079379f0877a02a449454a19a25c123a5d581ca4cd45e16787a58d3b5776 +size 1705693 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..384771e41b190e2deeaa09002f61350683ee36c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3248f3bb8d159042ce1da7fff3eb7c479761d5e8d8b78d1f9b551ba6e6d0973c +size 1814525 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..208a9f74cc6224441cfbb7b9443c5a8e68a31034 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da963ccfe33620bf05fe59c1b930d648563ac08a8cb63dd01e9448b3e89cd3e8 +size 2151696 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27620e72b2e8b6ca6956ae8fc8da5e8630fd23b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4475df24227dc35de8f3e9bc3b313e7aad1e49ab035e7efdaba58420ff9387d9 +size 1645735 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0916308b7cce497a8230e54f9b6d9be9aeacb068 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a785c59a148eb9ffbf2bb0fe3a9984e14f5feea8e28a4473977dd6c11efb9038 +size 1532977 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c55862db210946a8c81af04a0effee380f935c64 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8446576318f259ef61808acb8da4bfc34828e2e417a63ea169cdfecaebf5bb7 +size 1394217 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e99672d8f5f02ba2fc460edc3f24355ad7fcf44b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b42eb545874ef2bb9ccae801bf78390540e72b56035a116f20c7583e46653d +size 1634416 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..877502566e029cc5e3963bb6660077025b5f735f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be14635ff98c7a3141b01891e8e91a5e5180e950062cd3ea92c4673d5764ce1 +size 1469649 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9094b814809ad8e4f1dea0c55b5b47e7c8d9757 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fa3ee30bb9fb42150462ddfd43cc97a157af34cb3a5249903830fb4de1aa7f +size 1553657 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96dc0ddf4f0c0868c7d5aa480f67f0fe8e597357 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a1c766a8a3d9f6a37e498d76b8ae81a1755f7e226d474292221b506de1bd27 +size 1573270 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..674b2be70f57dcb27e30a49cfda3848ccb852b76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3dd2c8aa94e7fb8e48330577aa4d8d7e1fd998402bd7ba3e5ff4ef7f636fc8b +size 1744304 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76ab0dc93dd8d47802fc34f0ec6b41e1a0ee7f76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b061541f16025cd9dc9b9692ff63ceeb62b3c2f77ca092a4a30449bea4b2d10b +size 1939952 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..166a3741ada9854ffa029d6c881165a3235281f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c5f539512d64f807d0a5b4de04eb51c9b024fac333f2e890536fb7498805c2 +size 1233454 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9291548037bbf44682f52ef0e34a0d4a1d0b76e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d54e8b24a7861aa77efb79f734e8a604c9e362b08c02bf22c015325baf6c75 +size 1362804 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65d51603c96fc9b81b9f06c1c13a28427c8a4240 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e353ee7d6a27f558f8e562f238f285508e30ce70c417ac2563c386f2f7bdb4 +size 1443499 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64b42c08dc3eccee264d820e1812f4852d2adc84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85e144596b608cab105349e9a3da14255eb810511f05649854568fc0182cd62 +size 1384426 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2f13109b521a28aa5524dac4daac62f913d72d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111f7639578472e5efb960b24077a390859b1369c562bbafdc65d556c15da1be +size 1105778 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fe0468ed23c8e683f11031d3e42533664a6302d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43a8868187f1967ba4916675ac27af43e7d96256f857e1784590d55f627a173 +size 1377861 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31ff6581b8ba1d13584f144c2b6be367c6d51672 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1112319f66871921928b8e4520ed99eae0fe75b1a9ef1c8c1be46db76b90d08 +size 1502866 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6e2aa85d805a916fb0e19e138060ae26df118fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a2f16158b586e57f5c6f40b8398c76ec68a9f300bd52435c44b5ed3d1bca86 +size 1188814 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5772a9f3bcc055cb3a8b5b81357ed4d6ee86be6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124634e385e16780f87f9a302700f99f737fa9f4d222885e54020dd944d5a30b +size 2388766 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d275ddf21fe29c5eec53614b6ba0e72cc4be233 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3439cd2413d44c2af8540bc21e0f5490af4ab36884fd19f642e9929e83cb76 +size 1619403 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9325afe1db386816f06c2006f94b773ee031dfd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2818fb6f3a94d3bba3b6100f624d74a9c353463d822d9f16c90576ed2fd7a2ee +size 1620509 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60287cb72fefea23555b272d97ec0cad603c63ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80b1a92c53f60ac1cf609bb8962a3ee737b82afe7f33ea3644435f36ce6a665 +size 1560865 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fdf58be9c073406eb9d4e3744b6a8ba3ed7fd8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed493d07c42d0a412dc4c83fc3c54531c938561a61bdabfad7d7070ce874294 +size 2461187 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..430a17c77aeb79e0fdcf3c0a533f3bdc12fec2fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfaf771ada49dc7d50579e586d0cee2daf63440f4889f32db7c9fed1cef0178 +size 1925354 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97f75801fbb04c022e0919f51567991550196186 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad021a8a0c3000cbb43046a59de7f16e88cc904acd20a2d670f398a1f0881a3 +size 1635941 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a999e29d04accc5bb14e413f725dc0bacfd303e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b171dc7035aa53995cf7e0edb907375316cceb32f68785e97eb979defe556d5 +size 1496936 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d4712f5c310e70a3309971f58eabbe083866c8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93156978e6898e8e9c2fedd065ab3b1a4e47176b9c6fa4f5b61881362bc4a30 +size 1346189 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96b6a0471f76864bb79ae820a8e8c55631982b05 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034e024d4499f72c03c0d9654d70e00e67cea4f87290f1e36a52f9daee9c1e89 +size 1263443 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e121ea303d581add1257ef834370ec460c6fc01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fdd6b48dc03b9d7fab960aa93d5355602dce98d91fba3db463ddd723b61cc6 +size 1394005 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78422534d39dbbc5d8b2c4fc5d45e4c86d3def2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9c976f4a7c8064d103942d23198743aef9d01dae018e7aa439c97fa3896aa0 +size 1390126 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ef61a5327f2b9f5eb4c4565d09dd80561d9850e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed59f3f609b81437789367e8f52db34573dbf1519ea108de2b3eebd3a359f09c +size 1268997 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bf28717f802c3e0aa5561efa3df63292bdc68ef1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0f9d2586470cca793628aae0aa6b7f29349f34b7754a245c991d49a68b9247 +size 1419941 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba68120495b97a11cfed16b0aaf3217f0f6b9e4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fabd89f0963172d8463ce418b0cc5bfe442e4abbc8ed9ed4ab3fb599461b5cd +size 1688616 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5056e531cea7fe36db1f381c4f73ab7760ce65dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec2a3787a2fb2dc9bdddf30392ed03f0032e48c5f7999fe5ca883580a06f13b +size 1344521 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27b9c290cb90e7fed869d86f926b664a3c1bab07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a86da019f1728b83fdfea1c7e0b86a4825e1a50d71dd49b42d49b02dc6295e0 +size 1557347 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b6754ba5b41f283c82fdadb4e8c4e07bd01c461d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0337f1495e785dbcb6a1be609b164db41512b99396b03fb2d3694df141ada484 +size 1297651 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..684c4fc5d082259039a89a7e1cebdcf88ca9867f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e252dfe13dff7e8e70813f5bb5eb3652938d57382d0ccc7bf87d6fdbea5c3e +size 1328270 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49f53b041bb4a158ec1a1e6ce389d3c071406843 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505847a99f6d6eff17b906b5aec01699c4cc0be65c0f389d526499e06d44b5af +size 1472853 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48b53bee4ce1284fafffb82c17b251ccf622d37c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13719d85acf17bc4a0d250891f7bbde77b5734430f205028ce964ab5aa67514d +size 1500704 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d109d67c0b77ace674bf44c21056d3b13257ef12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de8461f5d244fcfc62a002c7e56ffa17c970022f48615b3faec8e3765eccd04 +size 1727579 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..821e563259ba930e7277e8de19de439cdef27861 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18466da953d2af6d319a3d9332b0fbe8b71f1d715077e952f8b81a6ecb732b1d +size 1751185 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5af96b8c8c3853049481d2def55a541f5a65d5b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdf1d59d34bcb281f052f46bcb816285b7162f018152378f098c293e302f3b0 +size 1535297 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80de17ae8c3475d845c0f6d29340279f0efa5a4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b2b4fd028435e02f52ef3feb2aaa43b2fe7e1a66a26098fb54c1da105ac86b +size 1430276 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4897c31bbbff216efec813a42f0e8af86a5e23b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17242bcc9eb9c29898e93ef0421cad320fb96bd090c0731fae3c0349e695f1ad +size 1545374 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..925dcca72b5c4a12e9f2826242bc5cb84499f4c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c78ed2c357e02db313db0ee5b40a25fe03cbcb1fde5ed5cf4e70841b9365b6 +size 1356485 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd2fa378aad452375e131446d9de1687ac40c17f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42c0dbbc91b074ce43d469d4ff7f437e68e18e6a8387c87724a12d11dad4f7b +size 1609359 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ed2170de312abed7258f30071f7669bba3c8333 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72ec1eae3ba01719641eba84712a0471b1da94858a8dd56e3cf775f1080c8b1 +size 1350723 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d2f1ce5bbecac1ed45dabe1f87383496ed63e27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9f7374f8d8c274673254b55050e23f2936af98a2836d6781396b1928180ae8 +size 1630529 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cadc20ae02488362d46d16136c6ba96ec16329f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7924617cc4c3d9075505fcd8ca13e006752187a4be765341e22b41d0028dff +size 1514451 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c938be83ddce0d3523bf3b09b0054949f43d9b45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189ac1f300b099b3dfb22c8641d79dece62af7b69f350f9622bddc55e860c6f5 +size 1171692 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..234cc2ebf14cc5e02781ba7e5e237b0d2a5c4140 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39706c61a9144ef32ec31d5ac28b4fdd331fe618f2f9ab31d3ee47563485249a +size 1582152 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbda1ad09e5d0961daf9a4f8819701d0fcd60e7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3079e20a7c22c745f5d33d9fe7601712a1e865e3b51eb65825a6a202cdf88a3 +size 1415332 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0c2ddb76e0f4ae751b68d9f1281f49225e15f0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b00ce5a488a37690d079a553329b4e8aaf64898e87882f9b0404b25c0a56298 +size 1251831 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1ec794fa565fe9f352a9e78b9623725d5bfbd76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79c34c901b3803a6397f5c687d93082233e55cc76a5fa99a9789a6218172053 +size 1496539 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c06319ec246fe48e9c1b4d451aff8edcd5ba1223 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef225e7c79c29eb8fe54bfa99743a5bbd2d8c53ba74a16a1df537586486f6ea +size 1013989 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..727977d3eba381112aea4df17dd8b0d1d25af981 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e223f4ba52cbaf55d037e79e2af40d0cc390ea4c71fae546a93c2af09af9094 +size 1367292 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..307b648c5e941f9c935eb86671a9f6273deec146 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491e8365dde40be6319e275d495111f2cf6f2d9b0cafdb2c83169498dddd8db6 +size 1960908 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4ba616d86d924ff18472fb4212c2120927f9b92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0870ef64d28dee073ff7a0b1aff96daa98c2710f3ef4ec60abb3eaf68f9023ba +size 1404128 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..133460bbc47827bb1dc34e367f678a7620f4db55 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9951cbafa7050f4abde1cf15d4e44e778648bdb9b2ea4c2c8db0c0a09be229e3 +size 1287921 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65b22edc65ab54c57525373928297e78a2702b1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eecada23e017c0cdae223a121cae07b2410eb93407a277029b9e81757695b34 +size 1190571 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..716703ce76276c655c2d9961e43fead74447d5fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb9a46bad9ea6398deed38bc6a307308caa86da933d1ac0733838a3f126e136 +size 1242501 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..918dd7991b91f50bd13f8c161f18421025d346de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b998c90b23422c8173fdeeabe356f6bf693906bae058e5fe69691d4d16d7be86 +size 1240400 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fa2b268a52b7def645ba6a24dd1061cdd96d38b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea16e4595cebeb51af2d683e2f8ee1111c8b940065982b2a36cd17697a10d6d +size 1565295 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada485ce2c33ddaa69a677f04cbf627acaa699e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2834b376845edc7dfd94c1f1328a8373b33f7b07efe6515a1724c283262849 +size 1421628 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2e12d17a88d52a4c0116f6247a29ca51df58200 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a156fbcfa6cf6c08f8a1f07e03a8b38e5189e78302f99d5a6822ed2f1f2aa7e +size 1397540 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..652a89899152aabfef11036a62519cafcfb48700 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1a8aff78af4b0c07ea8591de5cbde85fd22d5ba0d089c782f53eb603565b06 +size 1642123 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bef2b3da058242ff8789d836411603c0935759d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cea49d8d2e77eda2f6b1c32b4f86fa34a5800ca64559cb460a84b73f635f95f +size 1411307 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b5a3a609f9e11d3db710fe9a69f4e7ef209a00e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbff20e27c7032234774b8072819be2ffee69cf445da70dc8fb8da20bf857f2 +size 1498704 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fb358f76fcc6a102a25b633713ee3208902f1fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eaba48a8287729dd8812b55ea2435b4919c90b136f3cba5d18ab4081b999557 +size 1522062 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6de346f4995fbc4e274a6b2ebcc626aee3e7bc33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232a9e47f966e0051d781b89bf43ad923f88174738f8696bcc26b4f678be5459 +size 1333482 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acfb8bb3479d3120815cf296fd285b715123f1a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a38e293bd2c8918ddc7bd2d3a175bee244f3e0b0fd5f4687d257c15e029ff79 +size 1325678 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ad04ceb849e8b4c8efa20330a76a80fda215035 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da73f7614cca568f1a30943bc66dd8ef38e8e0622d38202d84726b01cb851925 +size 2297115 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7c5d213c2fa100335101d59c0f835048952e295 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b31a5ec87ba8de454b9d9ba98f156cb983afe16142349b93092210d9a18d7a1 +size 1121510 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0069b0d0d83c303610c2a43137cbc8f8832ba03c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89b2f0fcb0c3c3ab9502dea363ea44e9340c0038b9347aba38ddeb5c6dd0561 +size 1234923 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4757928077aead5428cd45ad4d82963cb411700f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85848b5a8c559ff6e589cbf02bf1e67c4a41c543a6b0b8f471c640c9baa9eb88 +size 1153903 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66ce76f2c92869a3e526bd7ca81cd0bb25dd2d6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78d4985dd35a0740afca94360d4a1db5a116b9ca5b68faa103247ff9684214b +size 919616 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca5b6d200ee2853650b0a6686a903687fe583e12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1686c873005419f8eae3f189570f9031259d199bd944c0cf87458ef8ea91ac +size 1073042 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f4b62ed41ebccefc4776f04ed35068194de53f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc0b4838023593cd814e82c142e2b32880de470ff4bac87b2bad66386492c13 +size 1123333 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34407c9abed10ca96559c4f8230885e46e0348be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b0dd3ea4a0138c7c72ef77b161eea00dd9f1f452a7faab094a1debb9da497f +size 1354890 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a89e2d8d40898089f4880ba7efa41fddb1cd58d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ed90a6b9438a186e281d75c524dcf620a51b0e69b64d336c5e157b40a4649d +size 1131569 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0764097c34ecd0ecec4748f9120f7216ca459311 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626f4948cf8d568af646b341c1dae70b7a7f04cdcd5b68f14f4fb9913cb71e8b +size 1104764 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ea5c681ac045c8d68dea6427c3bcee977649dcd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d113a039fb09bce89328c71e6813f27cdba54147fe63f39cb845cfe98d0d1cc +size 1167085 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..178bc29f30cd6743ac49b17b408517d8a4b25fdc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc52e799bc3fbc3eefb987b36d9a5a50b344bfbfee76a92a2002b6f1c089506 +size 1124164 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9df5d18f3fca9d20b1673084f9706f728e65393 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b73f3785c989dcb8907f0c30f1a25daf8f688370273eca9b06927d5af2e630 +size 1067782 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..296b6773d10d5fbcfcca86e72a2afd9b8d88b80f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4304643bbcdf5ee60609a2eefd2493ff5aacfd3f46a521c253628f63cd4f6501 +size 1068972 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de9c7a3414eeb7726a1d9a1c5fd2fce51877a23a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df2821fd7f3a336c4002fe9d4d9ce525e6b42fc91314354a64be4d602e86716 +size 1057227 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98e57fd697044be4572a262d0a06e2ea874d2596 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fe03dc4091cb549730b5e38a319d8e15dc754b60622e8291c738fb438a803b +size 1222365 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7131459a1a3ae02b7fc7bb2df85e9a03fdd4dbe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0714f3b5bd8e42500f547abf044aded724bbfca83cabe3ed381cfb12004cb575 +size 1197837 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd5e2c08db6a7ced33450eeed6b6ea6d50e5928d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4623bab12259ebe91dab35e4ae846258b37a0afab178f66764afa9d835be6028 +size 979997 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03335587e9d14d66623b7b9c6039412d4adddcb7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1452afba6766d3dcbdd8235eba5a6fe982920b5875be5a85b1c8730de171f5dc +size 1386416 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5572495dbcd7c93fe97287bea5a721e61dfc840e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdd415499eef210f769504d3ce4e71a1996d1c690b23f0571ffb67f34338dde +size 906767 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c3cff1ef22d26888225cdc0dce76d7c13c04a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6747b3b2f6d75763bd05cbb440c457c54844c8216beb07c360166069da431c4 +size 1211808 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..485b4517e6fe8dd7bde9ca2aed4b13a8b3fab7b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4587313bd4d248873d0cdc6253890dadf53918651f7727a69488abd655001166 +size 1269231 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7a45e6d90826eceb6a39aab2db674aa557990b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f315f15db37cca247d55c9e0d5cf42dc037049a13d9d6ef643bcbdcabe0a2a +size 1187749 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc162ecb36795a79e09b42437f0c3623997affd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3c63b2c2698963e24f9fbbffdd04e14345dc0d137d6d825b32c2be296ad091 +size 1181630 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfe51d4ecb675f57ec125a7131041389915bcff8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200b48b25c2915e426a94b29bc584713eb7647b1b21b90619905e383417c9682 +size 1032623 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ab0ec05927194255d134bc4bae3b51c0dbc0939 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19be55ae93f728544c05fb6dca152365ae62b2dca78331109eb71beda66cfc6d +size 931478 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d152dd57cf68ad5e704075785cd09aeed65f99a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a45403fd9790dee4e5d2824ef994eb666a17f0437baed3e41714d11ec06cfc1 +size 1323172 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd69d92510b76a9755830680794790c48f52f69 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a057bf99a4b6c615bdfc24c3163ba9c265b71088f272ba6895834200d69f5a9c +size 1109201 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75fa911cdb4a6837401ffc97299a7bec66ed8039 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010fb7b75d58bf107dfd216c7a4ccdb554c88959c9ec8fa3095bea0ddc2bdae6 +size 1167775 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e9e04b15e15546b2403cdd67a638dd9683ccc42 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6319ad3fd3d7ac3b793cb4b9c0a054e1a693f8f4ec3b824a55ec4b8c01973e7a +size 1391744 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0cb4b1778c79088442d34a8444621cd0d79b7c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0697f89ae2d126f76824ac16408e1eb27356c14c409107baac105d40a812c93 +size 1299250 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17c5b3a182b25c37645dde6c5122b15f6821edca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9681bf2c48e0bf21de246ea63cc73fb1e0ffb6fb4ca57827a4ec6332b9d37a8d +size 1296553 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8163a2a48884a1339dfb2ffd97729635147f91b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb4fcfe757f93c32043b5b175d3f8c9658d571bdf94905cd4d02de6ef58b23f +size 877501 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b655c5be20742908348ecbcf5de09fae4a901f35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3911255b97caf14755d5aead4f40409d92c6a04851659ff519eb5cb4384852f9 +size 1115943 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a819cda2aefbe8568a025f3b39b9b5d1239e1a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5a4de999100f3c116fce6b13114d5a825db6526bb9607100a29c50fa5eb1dd +size 1190949 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3f7660850334f05b7b187d5e9bd5a5317f14643 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972b05b7fff84c5836370b87f04d57d9b93223a63d00a40b99f4ff14fdc03d30 +size 1112802 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3879bb103212ff9bbdd1ef809af34a1f428ad64 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1bfd78cc6ed210b0a7ceef9efecb43d39d1e2db228f048edccd504c32da9d1 +size 1086846 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f83fa65e3ba11c3c47894d15e31b1c9d13c6f81b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b11ba74d63b065471006e6a58f08194580f70755755227420ca5a4927b0f2ad +size 922137 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bda687b25bd344f25f77ed851af154f5ea2e7d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b3a2afa58022cb0258cf119f8603198d8d40ebb6556df19c7dae4959b32516 +size 1144777 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b380199dee65fcc22fc22001db3dd32b5421df1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc769c6bb25da25b7064f5068d6e18ed40052096aaa62b76e8c0db80ddf6c4c1 +size 1199631 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a8932ba1692177011e167c50dade05e85e0a583 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02fd5fb119d8d613adcbc033a7cffef9404e0e9fc89dd992bbabbe18721fa43 +size 1064665 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8eee26dd21ae0819ce91fa1ebd419e4822bce2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93ac9449fbf02cb5ba0c5218cef6c7c8784bfcf864991c8c2a4d186795a8a5f +size 1196014 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..84f72da3064b1937f333da2f07683a1ce0278193 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2048a285119c048ea15b6b9e5dd6e1e4758ae805cb565fc9cdc59aa5f190c4ae +size 1062536 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ea9d7ecffb3b8801a868d2473f7d07ae772b428 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4c3335e88dd734c96987d036a5dbd827f2e4958e0a65364562c48916a6437c +size 1096616 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..169dc6f95c512dbd97dc4a4d8cae6ee6b2ec3f32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49286c353f3c883e0904ee64a3f2e6489b6a6904415861f567b385149ddf44f +size 1203170 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2d985cc1b9999e8107fb10d48d1f0e443bc127c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3617aac2e626990b9070f8d6d0ea4ac4cc889b18ca1d19183b57d84b6a177af0 +size 1028983 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40727d35a5197970fbe69c2bcb976aad51df2136 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1fad9ace042e0fe1ba81ffbcfd2bd04b2cd80475ea2fcdbdb0aec0bc4b0a6b +size 1215469 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20aca3bb768b7f486ef7d24f40f9bb82c2a9d994 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a712d0021b0db3fb5f54ce9a0da47945122f050b153816da6f6fbcf193516c0 +size 1142675 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65507514ba8c58149681c12a2feab19823bbd56f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd853fdf197dd059da9accca9ae08989e22ff2713380d52d820e9f80a9afd323 +size 1146434 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2280b68645ade488d057db31b9b153c80738a241 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a578027216379e1bed7da81a81edf73f53265db173022f1cddb5effeb984e7ca +size 918530 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26476503070451c273165eb3e13b76a0339f8f50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607bd6a460bf38babcd5d962c54a7d02809a8ab9411b216ebb1968f5e2d88771 +size 1136975 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b1b6a4491042320fc25f810f0dd4e2a35dca9b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a9c7ad65a4bf96b2676fd3577c6d6e582a0651903a7be0c12c0978a37eaf8a +size 1028890 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebdd64c3270fc29017a5779237b1cb995b2e7b53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215eac637f9d48fdbb37138e48ef5e29a72eea1efcb8e256c350b0698d922732 +size 1525489 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c47b4a3e468a4fbf2fc5a73ce80cea3b07a5661 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e72ffe8246123817ba35c4fd80f3a06b5542957b563ffb9cd7b4bba26b89828 +size 779584 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c8621cbfdf491c1b2530132e922a6330c7da665 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e4336b8e5dd17fbef64de2a4dba082d7accfc6e85c496b566545e70073932 +size 1126955 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1395d47e2862078d1ebc6f3c2161ae5b761368ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6500efa7063dc71028a2803dc94d05139b3361fde87c082eccfcbd723a842c +size 1254496 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aaccf39f95e75b133cf83b999dc541ceee288c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1d85ce31f166cab14c1f9b9d30200e0e2c03ad8cf8612febdd1e931d04ccd3 +size 1538726 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6e3ff71c9976279dbc9340f8413d7bd60def51d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5a978fb41c782d5f44639635818fc8e630c4c8a6273ab59e1cf2901976b7ca +size 1209040 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8073cef5ec56b35b0cdc6fbb45c8ac7488d9574 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b78610e7c87049de92b1ccf393e42cbd898a708388b07724a0f20bd96a0d2c +size 782497 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9bb6a1d50c3f7d99e15c60934a68e9fa3dffa28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99d8a473b4671d23e1a379aac77b8ea5d448273f3dd60b261492a75c481fab4 +size 1142590 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d23ca8b21a400ce943b78693075d1215a90def7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195cbafcd4ac31f5f224da61e48778aa82c080e3305fc920f6ee1a6f8a808191 +size 1094606 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2fe11a5e6bf2bf275092c1c480f96d7d1fb3f730 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f968370ed5790627dc2e608cd0dc6ff2c8de2f70c9d375df92b9acb0d516fd7b +size 1267460 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..395cb016b85a37391605a86d5d475c27d630c4ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a913e3b41f70e9f87bb61c52a3ed1957b35ef831b8b55145dc5175daf01d4e +size 1157166 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c5b16fa2716adf548f22358043d324983139960 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84c1499372474eb90f72e935d4714a83f99099100424161e8fa93039790df4a +size 910234 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..478c92cff3e9581ef305a9e3032d79e3c76f913e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbbe9f1b9574d0943645145e67393eed65111b477951c778c8a773bded7d6ac +size 1204656 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bd1924484e624ef78546ba6d964b7f03fe10144 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24418cac5a1beb0188ee012ce84fa4ae0984cb86b0d8e6962a4cc2294a3a1362 +size 1285254 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9fc28cc0ec1721761374ab8e9b4ec1f3f219f0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df78f034e0d5e13122e03c723bd411ff3ceec9a2bb31fdd5cb6fe8ef4e2f1531 +size 853924 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..392746ac5c84128bc26c67c018387884a7f8a28a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e991cf2a2a50fc0def559c3b7e9ccb95e1957f5e01cecf74733e2e182701726 +size 1039890 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59d65c689b48548600434ce2bf7aff502a6f3596 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f6a0dc4565fc5a67a0286fa7a8232fd064d99a51e2c77fcb209a42beb45ba4 +size 816467 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee3145e65da2213f8a476d4f00db237606ecef2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fef0f99496629b75c560e69d4b45029ea7f5cef916ddcf3f9ea122e5bdace2 +size 979170 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000404.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000404.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bdda0b79c0b1d45da156d690c87a2710e3c3d79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000404.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1de51be8d12de594f66ec931123c94b37699dd1518030794988c028aab3de9 +size 746887 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000405.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000405.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a6e8599ed596a2bb9eca3df7f6e57ef4788174e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000405.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc363d25649cf404c5e85bacb339517337153d74c190878351a67d115bbcc7b +size 854493 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000406.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000406.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89807c9cc0ef92c860ffda26aca54e133ecf71cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000406.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b50be741084afd1b58ba2a790740d69e19c6138a219627aee77beffb23db8a +size 894296 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000407.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000407.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d7272f4969d8e926553ed7e64dfd0027c6385c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000407.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d092db5d7ff25d24cbcaeaf57f4d9f6a04e480e1ddbe81f5b6c57b3bffbf902a +size 1183321 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000408.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000408.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95859646aee6284c1433dc80b15f3181d628cb54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000408.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8b4fb5cf1b9c3284371a04c3729b7df7db350edf9a5e663fccad248d3afe70 +size 840321 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000409.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000409.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ca6cb1ba57f7f49846f7f10d693c6288ac16d4d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000409.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03064db0d74de345bdedc0874a793398343ac2ffdfb3f167d81e6a9e0caba8f7 +size 896981 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000410.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000410.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f58e06e310bf2bb77ba2ce5b74cf58c27d244bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000410.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88efe6caf2063021c87df1879441dccc3817f89fd2f1f83960e41b7228c45837 +size 1166052 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000411.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000411.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e943c28722053af52b0c8b260bcff0529935d12d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000411.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7ef56141d5540c08b87fa1b5f377465c83ec8889e08805da2943b928f3cb8d +size 1057249 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000412.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000412.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..475bc2b61a8707aadc093e124c00d2e47115d141 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000412.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad833355ad721b35901be3960dbc854f33f5082bca7d6a3e55f4035b3c764b4 +size 987775 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000413.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000413.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67dc10c00276c16a1ccd1244c2dcdf5268b3218d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000413.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a1052639ccb611499b3f62a3c37227a126e9ec6dc705000717c4a4c4efaa79 +size 854119 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000414.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000414.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32a94393e0edfb6cb15f3260b0dbebd7694a1295 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000414.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17236ac9cebfa81f0e95306617c504c4eae8808a5d4113f7a5766bd03951802 +size 836260 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000415.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000415.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..728f28fb3ae3590dcaaf1a9d85c5518e32c68a6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000415.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70acfc8fceab1bc31fac8894b2c0c98dcf878219ad0a453cbe47c23082a13e2d +size 1040846 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000416.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000416.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5ffc180bdfac7fd20084a5f117329ce166fc2d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000416.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bb2da60bb262251443f5032ad2c00f3805f875a5dde011887b2d179bf330da +size 1010618 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000417.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000417.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef7cc6eeeb809fee6bddd40331cdb61870dd7a5f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000417.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b66f08492093399ad0c99a2ee4a0adc726faf6957b5c88a545e447c97e70f87 +size 810557 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000418.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000418.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5559dd28c4fe77bad857e322d7aa999ba72a5799 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000418.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a43ccb4ae063a078596e68f2ad8e66e62b774d60491c272a1792dada666db8 +size 1057443 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000419.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000419.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bec4ea35baa13f733dd3d7a24234980ea9f6eb5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000419.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6fbdc980880846b92b9d74b264f7c82a55a53bebaef29fd20e6eabccdec07a +size 1253766 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000420.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000420.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cca38285b07a301caf1f1cfda2884265a3d0e670 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000420.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108ad92718433ff1f1d8b6d26fa186240a36f643a69e96e1e01311844ebe3364 +size 1442400 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000421.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000421.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..348c77b8c79967e8cd43b2df9b67eafc513dbb10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000421.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24970e7320281d3924c325aae37391495b28b2c322349d87f63daaef3c01c9a +size 1036737 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000422.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000422.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77633a8e27c9f829c831e75fc6c1ca94e50e654a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000422.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1f2c328e36757b018eb53d47a336c8b1ada256816224dcad91cac788cad087 +size 909677 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000423.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000423.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7417d0c98a63a667462fc20140f9e022b4b14199 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000423.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77569bfe3cb6bf2f3b769b0afd4c7a5a5d2018726089df0ccdd6b17ef486aa8e +size 915098 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000424.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000424.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17e4efa078aebff72c010aaba4cfd2cad2b129b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000424.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae7afa7cec600068eb96ae6a6c88d76cfd69377ade3c32815feb0dad98c45ed +size 1076854 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000425.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000425.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00bfb37573e4f98d5715a302421488e34a76421b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000425.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8806ee56d4b06a0f0dc9c06c09173f812c8b9e97767120c1c00b234597b1e08a +size 862830 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000426.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000426.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30c877c9ed42533ef402780c99b83c56caf2fe79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000426.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e075c7e9e9768c3640e769af5bb0218267fa66461f6f5e424b2c83631a5726 +size 774733 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000427.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000427.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18954d89e5343210ae3d432ec340445c234f88a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000427.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58bee07ec6c7fd529dcd1ecc0d0e7e1563f8da32d7da175d482a4d7264909c1 +size 1263220 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000428.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000428.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec4002237f5fb3087ba3fa617d7c5bd4040c6b8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000428.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bcda5c8c6137e61055df3177b434aeb1d8c1c01ee867a569fe01c376b6ee89 +size 900471 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000429.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000429.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bc157d81931a491e11d196fe4e69820b70487e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000429.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607185914416335a474fe794e9cf5782668328ae4147edafaa02c8b10887068e +size 755077 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000430.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000430.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..422bdca5a0933d80324ecf50d2a3fe7196777622 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000430.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14de8d9f0ce7e4cb155396c7e3e69134be50c8b652ae11c91c4deaa3e4895d50 +size 851945 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000431.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000431.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdf563e2681cff916235088b851d21316cedcc8c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000431.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40dcc42f068e60c239dd2bf3a9bdf8c1fe54a52d3477562110abed4f0762c64 +size 892711 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000432.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000432.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fa1ecc883e08b591cd505f1c4907657575c955d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000432.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffe02fe0b6fd2b815fe938d9649ec9de81beb7076a40882b69cc41058aeeca7 +size 915405 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000433.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000433.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bd79cb55b5671465933e436d70db9d47a63da6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000433.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b5c98ad39b63c2602dfb6d9649a4895ce511fae85f4e4566a8fb3621362336 +size 791122 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000434.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000434.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4ababe771f93d6d1f4d265ca2225a64d946f448 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000434.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1243ad46e98cea62a01678e7cccddba11d232621ab6ed6afeeae1fe966c773e +size 1241852 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000435.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000435.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3292413fd95a699ef7d6a638772558cd12e7cc76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000435.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc348f36799da2cee5a5915479cee72304b4fea6a18d3b44740f816ff4d77756 +size 1048068 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000436.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000436.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c8de157929517e7bdaca2bb67c096e2d70321fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000436.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a075b48f8badffd36c38b13473cd5e8477a35358af0fa9adc3b17cf0d384c9f6 +size 1262006 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000437.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000437.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b57b012c8098f67ebc74f291827d958d1862361 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000437.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8ced25733c89482d7943a778020ac308499b49fe88f147b7b8a8896a23d065 +size 1006857 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000438.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000438.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..81977911f0416668b93a4852646e058df19e95e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000438.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105d4ccff5f8521c8de36f74d33b366b6fda3d32bbc35f06621571c98083012b +size 887177 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000439.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000439.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aacd4ceaa521fdb8ead3affe0bd33d204f03a87 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000439.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1c908d74b73db8a4edc650cde929511e6cd202602332817fabaa8de37d940b +size 1141448 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000440.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000440.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f271a75d234b491779991633215075dff52a37d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000440.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3d73f2d72b14f6a988802849707d06e601aa10b11d6fe04f1db9c3f13d1103 +size 1106833 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000441.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000441.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..919439e868651ba1e461356c14e96135d1ac8cc6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000441.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b17e29fa15b80e6d9ae00e53c43d4156919992eef7050bf12926c1f95fc317 +size 1063787 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000442.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000442.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9519409f2470573e80e26614bae05eee84651ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000442.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d63f30cf09934891c9a49451d685722861d45279bca761433b1aa5ff5e2ffe5 +size 1123120 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000443.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000443.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06606eb82b7ed6b167c2168205fe9dcd26523f72 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000443.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9109310ddd61d0e26ba1986e535dac2fd8e50d3fb14b4d431cd6520906940a9d +size 1071983 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000444.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000444.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52f7f2a39f804f56f60fdc3e46866f5621d4081e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000444.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5715f40addd7c3329b9988acdecfdeaa198bd58fa8966e738588e1aecd4f2d +size 1177474 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000445.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000445.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..066a3cc089303e365f3ea69fb7796f275b4ff065 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000445.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c42b0638ad1c18ec6ef8b2f1513b8253d99cc751ffc96a22a8ee80934ab606 +size 1198607 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000446.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000446.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d54df2651f1b4cae833a973dbe53c7fdd9c6405a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000446.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8fc063b8bdb0fdb199f54263a36c185d097f80d85ca1cda4227cd3ca3fbf4e4 +size 1490092 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000447.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000447.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a32c27c1b2d3322c86a48cfcb4fa8caaa2a693 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000447.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5926d34180892b3521912edef6a1a6d17a76b88329d77aa6e27c5b80b0a6d15 +size 1105163 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000448.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000448.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b9236842ce9fe027b343f893d15d2f4e66870d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000448.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96c5734c13ab159d418bcdb3235a4acfb45f593221072064bb8cfb77c7da7c4 +size 1212408 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000449.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000449.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb3a8257a02b70cb8f189294f6c934289e2f5ebc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000449.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eaae25763a1fade62f6e4612e9b6ef5390c3c2df72f398db5cb5ea8c74aa4c +size 1350331 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000450.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000450.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b607e952bf934998098cab21eb89791672e3073 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000450.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f1d08b5afa809761053198601fa49f9bd0aceae0befc48f95772a893236269 +size 1188699 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000451.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000451.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdd8741c9046e3aa133eee0322a72ac47002e927 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000451.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30158346ffd109a7535c20e3fa9e7c95cbcbe02117b74c2e89929557dde3b15 +size 1039530 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000452.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000452.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b80a83569e73598a25735e6cdc9bb46dea75dd44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000452.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20598fce6bb305facbde7cd6a3fbb37df92c0fa8bc25c3b4b8102c4e4ab7ee27 +size 1227780 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000453.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000453.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..725a3635d6f864fe1383450faa464023492c6b89 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000453.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb111b51b6fd0222bc00041f2c3435760db9ed2892034c7590847fda2f586bd4 +size 2099861 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000454.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000454.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0935b69a8b1f8b366ef4ffa37f1b4d6ddd40b49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000454.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59239224c8d437985835e50627002052d600aa524cfa6827d56f2a13403ff83f +size 1556933 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000455.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000455.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dd4aa4813b966b55024d079e0f66ae295eae7d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000455.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8248e9873343261bf10f524a46f7a528bca8a03c5b11ef96d853e5a5e468176 +size 1027890 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000456.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000456.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e7ce471d4afbea5c54d3dfe97a46971cd49f01a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000456.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331b2ce26368105ac290e8607251e8b1a1cfa005239c10bbcda29be8eb6bf067 +size 1089261 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000457.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000457.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bd579c260dd9bdf5443647e8be680f295622374 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000457.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14404117ff3d0091b7f720d83a29bf27df06b27199c247af0a693461c6116673 +size 1252004 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000458.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000458.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73215612217f93aca46ec749f03a4194e5e57fce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000458.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b585c01aa7fa8c84fc22e2169b3539af66df49e26664943ed65b48a64a5761e +size 1385592 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000459.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000459.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dbecf868807eee2619d624f79954f64c4d1cd9f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000459.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ffc44943eedc63159f03cc43963392b9e7f3749968d9023cffdec3e7ad358d +size 1074738 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000460.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000460.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..178805f58780b9b201274ba1c41cffb212575dfa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000460.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beecf5a9d7194b82c88833cba56355634f2569113da5c19ba84f1b7999ed5c5 +size 1314154 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000461.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000461.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb9ae301c9ea71b6d897bd1ea56672fb76e28d27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000461.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24928c152ace11ecee10d82b08a9e7390116905096f22bf84cf68c07466f6ae6 +size 1167740 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000462.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000462.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76325b8c08143e646728cf4b7eda74ffb31c8d52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000462.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3596a386b40aef3553a6702ea49adbf84904132667799082ed85dc49c57d51 +size 1218192 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000463.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000463.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..848cd1f6c920d7b02d0c99eb59af613b156fbf76 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000463.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d771e59c8a3c3878c73c83a0f0d79ce4031c53e9cd6fb2b80abbeb3e0727d44 +size 1418997 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000464.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000464.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb1a2df3702fd8de37e5276ac117b56448ec479f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000464.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcf311724abbaff7736d30d835a1fe89dd43a9e197642236aa2e89c2b4629b +size 904183 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000465.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000465.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cab24764299ba70963a419ae15fb72d95426f390 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000465.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5006b8e3a94b2557ea993bc4b071d3f0b126bb8fc409ea0dddae3ee2885c2c +size 1218749 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000466.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000466.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e7f5bb08c0eb51ce5c6662f2fbf22eccfb896e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000466.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f53bedb1154f51cc70d19284afa33d3d6fab46378b5664503e5b1555999d34a +size 1024858 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000467.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000467.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fe0909265d1e69bb1b15465f425979c82b8b0ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000467.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030c9c6879260bf58009bc7aea5136e77920859a1d25f3258f535de2f92f5cb9 +size 1384553 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000468.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000468.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ed5f07d211abe07e7d296018e2b793d95df5207 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000468.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd524106e02459c0bd10791ca1f92bdc8b2b6fcb930e821fbc9e1048019ece06 +size 1212316 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000469.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000469.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bdf5650d80fb68fe04a3c0e8a560de1c1948b63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000469.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500cb8410f2761c52c6fb0c9d2f6dc657b6e675fb2023f70cc23f8dfce30b730 +size 1233167 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000470.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000470.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5b378c73223c2153a17006cbd9e509ab8c72c5e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000470.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88a9688a0772c8e6733bafcd73f58b958b4297e8c539c4f9ebd2cfa98607508 +size 1233613 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000471.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000471.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d6e19b1b88f92bf953ff4d991b05e16e06bdd0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000471.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124602ef0d7e21ffde3032de51ef02be009cf8a627e1d21b843c19424207626b +size 1242779 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000472.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000472.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33d541e085db95e4d06c99bf25c34a8f8408329d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000472.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3c2bdbc7075f546b3fcbb8effaa71f5ec54794be5e926118da345208efa3a7 +size 1672796 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000473.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000473.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b3bf35c00df1b6ed619c919d673537c435b50b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000473.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2caa71e6fa7170aeb59afdf0d41e0afc416b387ad6ae246fcb5deb6366156c +size 1453509 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000474.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000474.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d7f2d90de944a37391b40eea7064a60ed8785495 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000474.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca360a5b10d2d7cfa74f90f6b655a5fc1bbef77cdae5cfbce01bc76e55e3fd95 +size 1842103 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000475.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000475.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2996132f75075b6d7f277d65daeac4d3e8634dcd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000475.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac910bec5a923795bc589ff67e75063bc239dd9cb6e70f3f86281134fd503c8d +size 1250507 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000476.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000476.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..750db74de7a57d88a2771bad1eae2c8964722ae3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000476.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc7c50819cdad736a096d0a671c524e109c34c26f7b41002ee0bcbeb0d03db5 +size 1807000 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000477.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000477.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eea26338abbd136a2b6799db7d87257858b585ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000477.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893826f53a1fb344e2e5f6a214b4511aa73c0537a342089ba31fee18f0a1ea96 +size 1495850 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000478.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000478.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ad607da7af066cb45526d43b819f389974f3fd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000478.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ffec016ea7e946ec1181fa61fbfdbacaba67018750b2891550a12caf4793e5 +size 1094451 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000479.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000479.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bfd22c7eac8056531bf88b7109d43f43d09868c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000479.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29f9ed0e99aa2e94cab9a318e513ae6b8f811730773b18321162591d331d109 +size 1121153 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000480.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000480.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45f91b3c2c76b44b9ca2f6334e6fd4cf450ba0fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000480.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c481b2a02228bddcd7356c110f7dad8619dc7517807021eb95d5c0eee29b0f +size 1364440 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000481.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000481.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d377a59fcc0a045b0776474506c36f8b4001bd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000481.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea552a59732ce9f4b0f751f07bceeaa86d1cfbc425977bcd8d3d4f67ed9614da +size 1385101 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000482.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000482.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fab80447e0f8e43138b54af9a5cf874eb4b5750d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000482.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6831c3ad2fe159d6d85092e0b49ff37db111deda8f91ddffb214c1e9ba100978 +size 1364379 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000483.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000483.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..746bb0aefeb8f59a5845b44bd00dd07d962fa0f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000483.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed152dc7d046a2a6ad25d0c30c5e02d366c60c4c363affaf9dd610c9d28b60e +size 1458329 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000484.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000484.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c2f35e8007652768762c3e952d15b99156946c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000484.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6599809c223d2abe483b13b3e8ca5f8b91850c46266eb8ce6f2ce907db5d21 +size 975613 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000485.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000485.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f68f75b50417d474ed8d0e01213ce038679618a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000485.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecf75ec109e3b68b5016f4f664a89f781f93e1bb0cbf52545083f021ccb73ef +size 1659390 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000486.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000486.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc12be7f99fa4e98b04a2686caf6fa4d00954f68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000486.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6dafc07c7fc798eb462632c0f8cf01ee1bfac7e33b34bef4e4635b7c89974f +size 1344918 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000487.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000487.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..042b5b2672cc37371ea6873115a7130c61504171 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000487.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc931e8a8d7cfe6e1adb8e053cc2fb61f5c1a511bdeb7211996201a83bb6ca1f +size 1773282 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000488.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000488.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..538189582ae768b96d68a135016d5ac9b472426f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000488.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f2840ddec07e932cbda7902b4503098ca9d87b5f953ff1d010735c47188f8e +size 1099130 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000489.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000489.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0deca3ea2af1b86228afd3c4c0f91e462fd3dd5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000489.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97cbe9bc273eb4cbf0183827fd7a6508b1532fce87c087de25ee77548268a75 +size 1189187 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000490.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000490.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8926767ce850494e3526430b5e0f71ff5c05f8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000490.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ed57cff6f74524851dd0209af69951aa0ef18cff45edda7696f4a89691655e +size 1590556 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000491.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000491.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25eed0a9cf3912cd7678770d98ffb4eb645005ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000491.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65e9ac7503368c2ef2350caa0f348774245711c3a89ae50f1316b3142b4bbd2 +size 1610776 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000492.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000492.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aee83b7ce50d3549223c0b6c4b8a6a1e24327053 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000492.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720fe0f9586b664a5d4a97bb235b6747675d212fa4951f84db7a1d76808506c7 +size 1080138 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000493.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000493.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..331a6a3c48020acfc6362759951d1fbc64957a9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000493.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be863dcdb6809a3917a9e55ec85b5e8b5a28715c7907cb3c43e40505358d502 +size 1260823 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000494.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000494.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c528304b5fa91efb730c76e2353541c4a1c120b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000494.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd9e613bb643ef1d7634be199f32c300cb87d0b441813bbbfa37c0a7a2be092 +size 1391710 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000495.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000495.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41fbf2dd3dfbaf946cc94f7e73089b3dd13e717a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000495.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394cdf1708a3c3ab035e4d86ec14fbb78f69b3baa90b643fbcbd109b43097d99 +size 1494757 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000496.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000496.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..901090f16b21dd693cbfbb31367d94aca36a5449 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000496.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79248b3cdd23acade43e40f11990743edc821d9ad24b1271680c3389513e8909 +size 1515426 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000497.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000497.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3c6ed81e81600023cf5ccc82e3953323c47798e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000497.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831d5611d1b72b7a2e3f836c6fbb8757b21faef64e0c5d980b729b5582c581e6 +size 970754 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000498.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000498.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b8fe518ca02ede0785d16defbe3a47bb38bbce9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000498.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2dfdb52a03829ac0355f27dbdf468599230d66de5be699044afd024e7ee5a0 +size 1667850 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000499.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000499.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42f4cc090e17b4a93adbebaf1a59c6d73898a443 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000499.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2409429dddd3bd0fe74145c407497944e38585e317ae820587d703e6db785084 +size 1418271 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000500.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000500.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..116a5ff3aa0e31ef0a90519c774b3961b478ec0f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000500.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dec58e69deca45a4d7b778f6f237b1aaf58cfe34f02b696a7038c0a0dda85fd +size 1187943 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000501.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000501.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0058d8c13d65834654dcfeb588a44270fc74006 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000501.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f12128270d1b05d9c192b51ad3cf32fcd14db13ebf84a6bf09e988f11d2255 +size 1214762 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000502.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000502.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbc7fe7b8e037867a3a80e6dd9209d449278b788 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000502.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a225130265f899ccccd432a068e7619bf7cc5bd79a49688633ba47dcfdbf57e3 +size 1137387 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000503.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000503.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24a624e52b9548ae258672dd3e74dc2eff872187 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000503.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554960bc6c0066bb8e47495183f1ec36ebab28983bfe6ab2ab564dbf884e34ec +size 1224813 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000504.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000504.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..981c5642587f09b2f666d554aad80eab956d914e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000504.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9849c95cf6f9b1610930d8ee14f3b6afd9b1436a4496549fc917584221718056 +size 1120566 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000505.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000505.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cfcc7e8df386c23366812d3431a1a35c7bee3051 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000505.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ec1e7ba058eab5bbcba1daadd089f30886cd8f8c4afd4a7b1fa2daf1e9d55a +size 1109008 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000506.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000506.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c41f399d3e8b084da771850dd136ae16cbe77051 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000506.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd72f4ce9cee65117aa0dc2f5ae994044063ea1d85a380dea136bef1ca350f96 +size 931789 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000507.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000507.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ac83382a4fb6de4b0b92e1322966a5322aaf022 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000507.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9eab67d8825cfcd8a6463a47e603710e8b0ff1a67bc097e7ab00564116f4d7 +size 1256921 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000508.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000508.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ec5429c85f3e1fd9a5bc0a174443557b06295db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000508.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed860dec2758d6f5d87cae94c462b84196858ba4f6f860e76503295a928e7e0 +size 1141307 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000509.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000509.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..916485c290a16b67b171ea10be32947fedea48ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000509.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87c5aedd1735867c3004448ea7702697b013ee12d4e31700f0dc7ab7292b400 +size 1357589 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000510.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000510.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f024b42fddd2c377cae3e8d4b6f80c0e72d86a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000510.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a034293d0cbad88c9bf6acfed055034621e6a1ccdfb6f46f596662a24e71d192 +size 943344 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000511.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000511.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8ab8b0baebf0bad0019b7d4f26b8974e84b5cbc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000511.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10731bf6e9d4da917097c66abd250e2f6e78fbc2614fc3731c6b0330d837bc40 +size 1115249 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000512.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000512.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7558a699710f05bec3420ababcf5d16e5caa3606 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000512.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8256722e2f0569f26cc177d257e4f4691650da62131bf3f76b5a4b3daacebac +size 1078938 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000513.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000513.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7947fb1d74a2a4e56c3b934bd990b3da259ef2fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000513.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0ff1cf93676813551584b3ef780681efb9fe33b355c69b2c8ada24b6b291a5 +size 1352347 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000514.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000514.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd8a424161893e18452a2076ba5b131664a4d8b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000514.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0281af538480737e0f3cfd088f43a3ae4cde86d8285f02c89a97199056116c +size 1289496 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000515.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000515.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5856ff36c1d881778b6864bc95325e1e34a7462 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000515.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3be49045c64a77f79bbec41421b45929d9b3ab56af8ec0cba671c0447dbd394 +size 1120049 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000516.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000516.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41e91a5c0064249dfd08dbaa9396fefa19a6aad4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000516.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8db096ea4cc2a5d3a2a71e577559d5d4f4069c7ea20574356512b312e912ba +size 1329687 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000517.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000517.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02d7c36963d2947bf66910223fb8be9a70c602d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000517.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb13a1fea06be362f2dc423099048feb65c98b6de70c2c6f0018290e5f92a099 +size 1026972 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000518.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000518.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d90633d9913b8aaa9b51f9d952eb500f9d979bd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000518.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9ef96474eb1a026c7a8f050bd6e8fc1c7b0806f940608735f99c5d4b2745eb +size 1225453 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000519.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000519.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..430279776bcfc9889ec853c9cb399d4b5ff53ac2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000519.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8381e85a5d68bd2adb4bdddf5c1805b3fd3db4f135dfa9fc5a288f675a655ca3 +size 975050 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000520.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000520.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39ced3f18e7136a0377acdc2068ed37717b3660a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000520.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea3a00cc10a6a6388a351f76090c841898a0b71887ff63046eb599725d7531c +size 1129294 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000521.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000521.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09528853d7ce50b23c365fe52fe0b2eb14f5d54b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000521.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c26523728fc0c14a54514c46316985606c7a65d828a3db3c480e704c0c83f43 +size 907900 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000522.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000522.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..592efcf5da186891efd6f2a1429a46c0a7cd363c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000522.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6081f0ba885c6f5b1b5c0e38ea1a4493f3b7635df44f1274823c313a76ff8977 +size 969036 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000523.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000523.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba6e2226ecbc0ef360065906e2c8cd0a1430fb60 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000523.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d500a5c2c6ecf8a1a4d63772d82b60ef45ea08b5c0765311c9af2656d38907a +size 900000 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000524.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000524.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad96b261d6753554c68d00039a5e1035685d350a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000524.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ec8e4f1ab777e44964d2a20e9511b95363bdd3624ed7a7fc0f8dedd3a8c7cd +size 1200192 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000525.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000525.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac6117b2fca5a84634cc3bcb65005e24bd05ead7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000525.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b335b9dd835a48bae0231d3277a8a87520a78dedcdbd9251a73bcf79c5f830 +size 1079304 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000526.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000526.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72889c2aa2d18d069086d1ce4c9fb0751b139f33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000526.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781e5b752af417692ca06f82ee4c07669f4ae50f16a8f5261b040c78d9a6e090 +size 852897 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000527.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000527.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57daca27b7609195680f4b2c8de9f00a65f43478 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000527.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6eaa07274b9f148f0c90b980b698c17ae5a10e1eef8a71d984a6fd4e29c1337 +size 1578271 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000528.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000528.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11a768074203bc667db84fefd41ce4108b901a87 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000528.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0748ed5d58f2c2436c8123f0e9ff29f1dba5f80e63707906a2d30a04d12175b +size 1172960 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000529.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000529.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc1ce81aba13945fb94a6a27d50b88e37fd4f9a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000529.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f95b63cf1276d8232435271445a58f783d3e9eec4a3f2249dc43afabed3711 +size 1222725 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000530.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000530.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..caaf3bb7a430dcd3611d1ff4be43c8b0f3351976 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000530.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5519f351e965f9974a963bcfbc22aee91bcd2a0accbe7fe91afb008b601b8d5 +size 1189691 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000531.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000531.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c76ca09eeb9411d96dd35dbe310ac83130d785f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000531.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a161c6d5a780ddf220b2d18623db1824388e8e7efadf1d510ef008227b0030 +size 1758375 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000532.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000532.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5855d3cf1e859f3b6a4df5fc42935a81f1f09107 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000532.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8da605fcf127faae355a1ca64dcf869a40f171335e4ce52f3cc81fa71367a80 +size 1294994 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000533.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000533.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1eb52846bfca47a364ecb4b48dd34198b7e1d67d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000533.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c844409f4f4bb855f3d59d28ebd8662d4585e75b254c76733da04ced655962da +size 1290174 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000534.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000534.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9614cf6286746cce9169e029783cef91e71fbb97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000534.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf6149176ddfe839c4e14dcf1eb9062a1dca2c872ec85b81ef9858f7b95a59c +size 1735383 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000535.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000535.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..659e560ba2e5915ad96dbb3402d9386352bddb5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000535.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb340ac532f124939c4f0255a5b9626d8586a60ed3f0815a2c4b12dc6a9be7b +size 1630989 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000536.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000536.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7718200f150fdcd5d323714ba3dfc3ad828b274 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000536.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2c86dfe22648d118878ebe54ac6e6137c514488c988e535cf9bad50fa1c30c +size 1269191 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000537.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000537.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..800cd7c8c04d4f179d2c2fa63dc11e6d25ee5e28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000537.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43f6fd2a953e944fcf606a009f4affabf0d8fc1114bec4a9904a39fff4851ef +size 1235215 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000538.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000538.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78bd547c85d5eddffe8905a73d76bcbf8b77e1d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000538.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a6cc9888bc913d2344fefa6fa0d9ed6c493e77eef4a2c452451a7551a73fca +size 1205340 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000539.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000539.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38af040c7885084983b41ce776fca85e2c168290 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000539.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673303f364ebcdfac3e26b6df8670e98e05318cb742b716e18598e9400f2cb29 +size 1274030 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000540.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000540.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f03c17f1fd7186f3919e5217d068835e854736aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000540.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e8241f62b747f566ab9a7077043460230c9b2bea3c3e79c8e2ec0684f4e31b +size 1222903 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000541.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000541.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ee54cf3b32ad0869efb52d3461b90c19d280d1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000541.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d6a1380d1475b467be9232b8d75d64ebb3dccd8096a03a30693758d91c4bc1 +size 1257221 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000542.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000542.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a092ea18816874dec475f722474af25356c30a2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000542.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bbe5077a3ba452be73496efa96d7a7429c3add396fa3d5e03a62b149aaabc8 +size 1238730 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000543.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000543.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac76d130ad6c3013d80b754810cc00ef187c5497 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000543.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3bc03eb7f267f9934c27857cc8c43ce5c8f1cfe33c4d4e5f3345b69e393a29 +size 1040197 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000544.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000544.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7754c5f3738057247eb6ecc50438c7bb8c45c431 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000544.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f6eda8994f0a98aeb40e68b2bbf2bdde0b9d7412a727caea4ed8255e26905a +size 1099406 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000545.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000545.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..004ef51dd786c47cf226b9cdef62ded20e984d98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000545.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15adb613b555e6c9cf7d55be7abf392e292cc94436fa056dca9bdc634ad4ed5 +size 1948233 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000546.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000546.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e94e88ed69464716269a84682ed6aac0417c3e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000546.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6aab91a8807081653116c3784e047ab78d888dc3dc837ad2f221f9bfc23eb5 +size 1737370 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000547.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000547.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2dcc696bafdef451a92a843bb0f89e5972c66b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000547.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a84e91649a9457b2a18d62377a6f5d60c685f35999f074304c7dfe43ff5a71 +size 1628325 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000548.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000548.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94600efdcaa28cd4975ae6a02735527b33ee2020 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000548.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6c3a9e081c32934ee6959f71fad5a4a657afcb991732392bd6c130ccae9a91 +size 1780470 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000549.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000549.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bdf9992946a73e7832bcb1efe7d863954ce9111 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000549.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe5f23b724477c91826a202cb926255e2e4fe52dfc7fef07ace198b1cb3279a +size 1489206 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000550.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000550.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a2f556e7c5cd2418349c9f74ef21de00fc2b747 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000550.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae696fcc38219da6c9cc805529485f704890bb34f552c523d6864d17dc0031bc +size 1264093 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000551.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000551.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d14aadb2f2d8623c91a5a2c26465f7755474295 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000551.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11c6aa8e6185bb5fa57fe3c17d2ce04e0902a90a41f355972f55af3a247e7f6 +size 1291438 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000552.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000552.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89735845deda9d42bdc4f3c17c97e57071e38b04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000552.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85482a80e725ee69126bfdbbbb28733be7f0cf49ace50850becce8cc9c2c4d8f +size 1260865 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000553.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000553.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50a6dc00419c2cdf6e8275b1957839976dd92a78 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000553.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42613531e2e4574e15a2f267bbad668dfdf5cf59f61db919f31a26b7fd2b9c65 +size 1962385 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000554.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000554.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa2a78682989feac81e7969000ae5d07ccb2a408 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000554.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666ba3753264e8a952ca17c17cd7ea4e73346912519753cff779894906efdea8 +size 1445280 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000555.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000555.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d9f7979c6b5ec0fb125b9d98ad2b370b497829d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000555.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27b34e9bcc89386b68c76dae18b09a85a4b1d3a9baf2dc265a06e49679ea52e +size 1466263 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000556.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000556.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c56f222c5a97bbe2e0155da3f72e7dd356bf5745 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000556.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a7ca47c32f97f5ab419f9ffd97e35e5c56baee58cf2f936f2ede9a9489a514 +size 2148200 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000557.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000557.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83ee7245bea2a8359d099758488e2c87fa945276 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000557.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5509ebfebe95c7b0146249561c1cafd4e16ae5e76b18186f32719ea05f24a424 +size 2222757 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000558.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000558.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f39e52b291f10541cdd128732b390fbd97fa79a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000558.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484aa985f0b48164a6254ccc1db8c98d27e03d61ae518269b2cb37a57f0dd155 +size 1534549 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000559.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000559.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8cd3be8c95817088e89fc6a03893e2866b427a5e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000559.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff70bf5fedbf89af4ed01ebc96342e9eaccfac034fe4746f91a16e0234ef8fb8 +size 1531489 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000560.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000560.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46ef9a8e6a62b89bc03069a5d4cd9f98cd899f5e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000560.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e191d2661838322e1567a49046690d5640b2123169691e2aba0298f7bdb1e5 +size 1531299 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000561.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000561.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df567709a8320f26ee0a71a441a49c5b08a0d915 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000561.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e5b38ef341890c31a585a652e73e1bcb8620635a4439ac054dc9178678afbc +size 1672491 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000562.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000562.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9db3265e5ac23680fc98afd0923f21a6fdc1800 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000562.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229a712e670b86a10fb01be1a44fb75117d41e5801c89952478a551aef8502f9 +size 1278007 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000563.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000563.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..832a6e0c6a1b38200e2e1baf968245eb4053c938 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000563.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e08100d0fa519631b68a125c231eda997edc5c152fa215b804f436a133852a +size 939790 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000564.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000564.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07c055f8f0c672490f03b2fe126936ce1afc7623 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000564.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c070a8bcc33a2e55cfeeabcb14d68fd6c71babedc239c98dc3598c4f966da090 +size 973125 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000565.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000565.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f6580057e407139bdb138931517b61959bba857 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000565.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd831f81302f03e23aa214809ddd6939195e59dcdd04a1424368b2b62218c9a1 +size 1207930 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000566.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000566.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddfe121ebdddea13a971ce917e30b60b00aa70e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000566.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9ce5ebc6fcfa4b44e908ec6759c3dda9f5652f756facf83d15f893a49b4f3e +size 1331749 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000567.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000567.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7f61ab48fe57bf7783ae1af4c4570428ef88822 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000567.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c62cd4859e936de063cb5975b7e3228b351223688a69ea01bf1e587be03bbd +size 1322595 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000568.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000568.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db8c174d7caecf3845dc3d6b6aee6fec7a9d1127 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000568.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9b8aca7efcd9c4a31ef0bdf58363bcb24dfea5f3c12e725cfa63aca233d9b5 +size 1519008 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000569.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000569.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3280618d12242b0bf66878c99de1d8bf32929b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000569.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ed2757c75a29360274c9479895f09f340c6a6865668c93ae5c146a344891ee +size 1287685 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000570.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000570.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0590e87960b8ee5ba7b0c348c346f735abf372c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000570.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a2aecc2633d91f6f5fd76afe1805e003dcf340b293264f9e7c4243dc81d9c6 +size 1194807 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000571.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000571.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9182c07c36ffdb0cd3ab43e9445333777b234f65 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000571.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da437a5ba04eb7559c13482365812f9e86cd543fc7b4e41945a5ca584a59708 +size 1523075 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000572.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000572.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b748f2c7cb139346047935ee8c84267356a92a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000572.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa18fb2de7c0b070f16716a45832be018bdd821f81495c1f301769323662f23 +size 1527878 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000573.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000573.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c1df04374dcbd3a6bf8c7061b2291c4db358c61 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000573.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc53b91ec067fbf6229f2869da180f6b7847cbcaa7a678b412878a729a21e69b +size 1481172 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000574.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000574.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c5559f5766a22a0c9dc2a883e4b77d17926c7cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000574.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6611326ee903bcd9b79af56c29f1a87270a273b4e7c70f5377515b9bf0d03222 +size 1270310 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000575.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000575.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99081384184c685af95e01b55f74ad2c8a711b50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000575.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8c22925bc14e0c9d0d2fd7e4d2167ec598a94a19995d8eec8f4c661e2231e4 +size 1285927 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000576.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000576.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a9b83dd4577d65cfa4958179fb32aba9c4d6de7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000576.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5e1f7d8543fcfbe7035eaf15530b3bb58151ead0fea8a93691bea2758b58d7 +size 1116548 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000577.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000577.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d4fb455f2f9f66715ca719da88dbc61c8077a3c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000577.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b70b590f6a225238e6661e26d65cf0105a623bac7981420391b22488996cd8 +size 980180 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000578.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000578.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5f49941e66e1d54219e2afbb3c2768a1ac78e6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000578.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f433083b17ead64c2ebde643f1af4f12b621897a814c6cb029652961d5de4018 +size 1269699 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000579.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000579.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a381d0f96d95915085e1b9c19c04d28601dd790 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000579.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24291ff6bc059611f615297fa41ef7427730aa2f85586aa89cd6daf15a4d704e +size 1243679 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000580.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000580.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e674e345368d80f26022ec36b76ac7d6d07f2106 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000580.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d91fbef835d86b8c80eadaa543f0fa3425b4ded2bee3cdbf70b1ea1c2edc339 +size 1530248 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000581.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000581.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b937d3cbf69cb83b7af460ab97058d818162480 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000581.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10deac8e981f845384e4fcf6fee14be197ff9a77044ee778dc6206b346c794b +size 1771441 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000582.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000582.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a4ebd77ea4fd4140563acd4934a971a19955101 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000582.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf5581782ddf16abc13fb83ebc17b916ff8786ccffe691d11be2354e64a9752 +size 1812155 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000583.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000583.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5b20ca0e18a220b49a7695ec4f06599ee1448b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000583.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40df06f4f057a313af506d02268829160e7527515a111330d8420371b9c1ac4 +size 1503527 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000584.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000584.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae23c92c0d36dc911ef1aaa9d4c50cfb97404870 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000584.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee557af3873f24daee75d34be35b3e33bc81f94fa77877b7751f1bbf6b4de17a +size 1614021 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000585.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000585.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ef0dedfcd92ea48bfb2a1a55dd4ab6063e61560 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000585.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c76d131075a8a53bd0e0f18ab7c6f5fe6bdba8d416319b22721373fd213f85a +size 1553105 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000586.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000586.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..392114911c6653dd5ec5f14fb07e4104dc302ba9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000586.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67de92a3f9095c7a3c66076d79137fa68c020c894313d09ce19b1dec36c19501 +size 1518345 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000587.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000587.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed3586bae0b7fc4a969d9bde6d76732d9e8476fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000587.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e813edbd2d00479d4e9c19b04345233d1d6fb629f758adef6b355f84f3c987d1 +size 1312327 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000588.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000588.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75150d85e0549c0e817e9fd38f559cec232499d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000588.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4557802bfa2a27ec46db76060bcebee3f5da43a4bb605017b48797ee5a3589 +size 1696070 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000589.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000589.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30d05823aa1b1ce7e50f89ae3fdd18ce904a5ae5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000589.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270fc6c55ef91920f45279d07896be8415f9d61a3d5ba5bf0788c4c45243a149 +size 1465357 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000590.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000590.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8142d8ca3dac6595e3f791c425bc17d7e95d4850 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000590.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0512a8e39921d0813af38bd8790cdb4e6bffb9719f4212ceac01572e56a1ccfb +size 1725126 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000591.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000591.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3872b4fcaad857761f881e243832bee2ebb98a2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000591.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c7b6279e74971f72506d489478a5e023ef49a9d6409905f4d7cdef24dab5bf +size 1286781 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000592.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000592.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..534c67d04e34301e18d2b1e3a16537bb7178375d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000592.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b680b0dddc738802fe33be315336f63ad136fe61f1320c63052cd9e464cc7321 +size 1481614 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000593.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000593.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99175b524a2ed317ede05d8373a11ece93e8d421 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000593.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ae13b13c58406ff3cb377d0cf9d396c2c60e2fbfe43d21b884626084d0ab1a +size 2390163 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000594.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000594.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ac8259cc6d827d16f782e6025a6525834550155 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000594.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3881187b59e4d0bc83f27b4b8480686de2e7037823bcdd81b0d0b12ed255db +size 1999765 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000595.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000595.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..197be632f86ba9cca719fd4b45fc60e13232aec5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000595.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082463eeb211019b3be2993a382916ca978e82ea5851eb633a76553e759b2c58 +size 1457783 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000596.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000596.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26b5827cbb9f03b558e419aca78619a8c37fe28d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000596.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ee7f5e35f443997c546cc1d84cabecc71915e3a4549e6f9d91c169581f25e1 +size 1859491 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000597.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000597.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c8973bc0e6ac65460cc2ed8d811198ad2cc9aae8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000597.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a452591d8cd68899033e87eb0567e442e00f8c2c9c790249295d1a8d2e86255d +size 1670396 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000598.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000598.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0f9727533fdbe41b3402eba9cf7b4541d35278b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000598.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e8abc45f80db866d589b2363f2ed2301656200975913ee1e39ec0eb5f02656 +size 1296313 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000599.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000599.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2a09b07471e315f8838a1933d7cd18fc00c2aee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000599.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bf4818d420d18df1340da8ecd0ea68ce9d33938417e52637d0afdeb094ed61 +size 1853658 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000600.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000600.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd4eddf3ef335ec598a84a287586fdc471b73f8c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000600.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664d2e692ace880dbcdb1e7a8d77cf3882954e5de2f0111943bd0af4fe923f6c +size 1360115 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000601.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000601.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ee7218536ba5c004889dbd500e8e60c73dc60b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000601.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e36734ce836fa1f8e37abcfc4e7da0f6d6e83679552b268421643df28ec39dc +size 1604031 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000602.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000602.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..308758962873dc7742254bef08d28ab1e4302f39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000602.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2095457a9d228b6bb524f7b2be7f3b202609d578f1563fae8d09ddc2c00e9a +size 1718774 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000603.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000603.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7594449fa37dbe3b6679c95d4eb3ad288b76e8e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000603.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d40da09fec3b75b2667f7820e7434f3374d26ef83f29ebc9051c2ea20a2cb6a +size 1313946 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000604.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000604.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da3af49bb63d2200e170cba0d15e41066e07de53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000604.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd3ffb53ba54afce604f24bf0e8f140ab264e167952522eb2b0aab6dabcc425 +size 1364101 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000605.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000605.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a66a5a0a460d1ea24557af5fb47bf5e57b895e0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000605.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a55cad9f7e450e2355f69e17295d37ceb4231f459392703e3e3b4613a67152 +size 1746187 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000606.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000606.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88e7a9530efda66da7707b582e5cf514490eac07 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000606.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cecd251fc3e43e809c4ed480acd13c17cd2ebf50a19180bf1136a965d123f5 +size 1404624 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000607.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000607.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae47d234a9097783382e97abfa383184e0f81ea2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000607.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc887261bad673233daa4947b87f4e8c4fceee2368b2214572cd6dfa5ebf8e4 +size 1590142 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000608.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000608.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15fb2ff7daaa809c4cd83f1e492c5b2f425072a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000608.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df1d67e2d256c3ebc9fd86ccc065a3f3f68c3aab942f859d022d9c83327d6b9 +size 1630836 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000609.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000609.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8264e5aac76110d5a004bc6fc92d31b312c47c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000609.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65bfbd1f0feb98f4a4d78abf4e3bd4e6126b92f8797581d9909a1e51bbc01d5 +size 2028639 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000610.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000610.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0530e829f8b3bde24cf87083896a3935d90bd18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000610.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbb8ff83ad0b79fc8a741c173e372d45dfb699a2c6780ab1b474021a8b10410 +size 1856237 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000611.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000611.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d032f46eb7b1ec230c76d023b3d9cc2cce3468b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000611.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166f2224a77c13e6b3879334e2b5fb33648bc822730bd7d7b70cbe3483318b69 +size 1665041 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000612.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000612.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f70b4e877c237f630ce9bfe2b31a4fdd194a0bf0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000612.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401464c1d948f22ea2d0077cd39579df47f299caf1ddc498861a3be49c6b33a2 +size 1515181 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000613.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000613.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab888bc7b27056ce406c2dc6920703e4ba4898a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000613.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586ffee2338c7aea9f4ea7c28e9b35adec5ae1f8cdbc47868393cdbd160cfb1f +size 1389359 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000614.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000614.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd96f6e497bd2e5beda8ea69a4ff3f802a35ba71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000614.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0d2410b9efdc7aefdc8dff7a11d0626487ea6c3a62ab5e34537a57dd8b2c82 +size 2071362 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000615.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000615.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4280c4c7a91008164edca7ccd4e52b33aada799 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000615.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ebb19c0fa347c63b1b7a076fabe2af4047697d1efa95965cfe0758fc062a39 +size 1354222 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000616.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000616.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7a6aa525adf83398e4eaa9c218b8264699043c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000616.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e975f09dfeb280d0f2b0e7a2ed3832b95dc647116c59a3cdd3c5473136b209d +size 1292539 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000617.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000617.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b669310e4d06196d5256dd37bd904ccf7c74bd51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000617.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760b96eb6b81bc8ed9122947821a727bf74cee87b165305d9cd3a961a7b3f8dd +size 1542334 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000618.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000618.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90927745e5c870c0ebfee8577f9794ccf7018fca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000618.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d65e41c16796ccc67ed34cdd830b93cc42649ece7caf1e2d1fd795047f7f7ff +size 1324190 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000619.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000619.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd0455402cdfde8a8e64766b5bedae6d2ca7af70 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000619.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6159844c96105acf8db7b3feb10b42350293fdae4ac4b0d7c5f458e8f1dbc3c0 +size 1341048 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000620.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000620.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9fbe9e47f6a4a866666c5efd63ebf88ce5d78d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000620.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7337a6ca956e5e9810d289e59bbbd312c5288336164fb3095c1f2c6e43234e1 +size 1492712 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000621.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000621.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fd854b7f3bb2cf5060ec25f6a960b09e485a3b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000621.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0e91712295383c618e6887e8fcfe85b97cec051edf18f3971a4acf01bc87b3 +size 1461709 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000622.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000622.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04a317c38f863e6b60e86a91dc717e8c68c22b92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000622.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5454acca1da0cf2a1c89ef07839d806da5820240306f45283b82f60630be52 +size 1320010 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000623.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000623.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acff716af32fc27252d4f3161d62ba1b6b2f9384 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000623.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1132e4f433ec19663a36428f752408741c252406a179aa986b735ba0aaea27d +size 1707515 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000624.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000624.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2327bcb0560c39b6871c85c9197807f81c39fe3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000624.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f18e623fecff5cd029721872c52e84c60cdd8fdaa666d9a4a108d224493fcdb +size 1548650 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000625.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000625.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16e896bfccc51ff0bba967e4ca962ef6c5108d7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000625.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335d1fe28340d856d33cfb445f6f3b8d8285efda478437b75b46e4bf8af120a1 +size 1675683 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000626.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000626.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51126330fed996dbd3d115221a527b9bfd5ab1f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000626.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ea2f72ef225626f922b5a18636a9603beea9b801182187db6badbf30a9bdda +size 1210140 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000627.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000627.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..254d3b4f11922c45c75f22d33ad21f480b9348a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000627.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98540bc8c3d3993474ba5a42675ae886eca6eca2180172708a53b6312633795 +size 1081767 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000628.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000628.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89415c826349215d48143800565cc943ceceaba2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000628.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce64aca87179c8c86c3605eab4b8aa21ef32bc703e6c9600d41346d728bc505 +size 1128834 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000629.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000629.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f76e20ac438741b3ee016ec2a4c0cb672120220f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000629.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c74e3fe8b6b2ea23399396dbe4f1705853488f8dfbad492b5c4f10acf3c6099 +size 1312498 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000630.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000630.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..837d86f6eee6a0005f7c5a64d978fb1a8a89cd7a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000630.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35344c5942e67ce908e6efd9c517486fed0a0a2520ded5d84a987646f8cd4ae7 +size 1259008 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000631.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000631.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f78bffc7485caf328b0e5bdd7f8cb3f2f656721 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000631.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5349265d5e6f914c6fa5b9e99fbec637acd3402adf85b31b909988969ba6f9e1 +size 1365214 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000632.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000632.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52baf2980231e3096f1b39d071d0b2ef25690ae0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000632.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ad59862561729cd34a6ca99ea752dc4d6d2e3c22e394557db34a64e687e0a +size 1393286 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000633.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000633.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f175604c6cd8a1d9593a8035f73f8e4af3e6c9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000633.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76afd25732ab2bb597f3fd50aad3b9cbfd15135b28b1a4638e8d3ab18502148b +size 1393437 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000634.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000634.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a55f3bd5816e1f8f784df1189b20823ce5a88ae0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000634.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda2505b9c0fcb9cf71fd37111ac432a54aacbb3fc0428495367d43a1efe2133 +size 1677136 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000635.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000635.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce7ef18332b8c45a7a4ec814e7ab1f13fae93189 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000635.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38075622612fb31bf2198aae65ed7c89cd3a69c3c9b53ac36fdd921d8e98f833 +size 1112647 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000636.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000636.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6772f05157065b00c4cdd192274b5ff7bf525e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000636.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47617f153ff133b7ae01e282906905e3ba443c15e5cf10242f2f5bd89c553be +size 1356019 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000637.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000637.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f7ae6f365129064f24be538b6db987e17cbb502 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000637.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce84fa5595fb616bf595184f41b8f7aba2c3fe35c9e8ff9004e0cf54c2601bf2 +size 1186370 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000638.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000638.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fe76aa74e0d9c431b6e486e299e33e09760c025 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000638.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09450c2d3ee21f7a31387752887b912473cdd6e3c63ae272ee87e041e4fc2ab +size 1395428 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000639.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000639.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f2276317019b6e97e43911cd16b6ad5d1036fe5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000639.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df032b01e475bfbceabfd8fd7086d36c16503fe57bbe367a256ed8709671b6e5 +size 1106259 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000640.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000640.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3dad3f415490245e8dd7e452753fbcef37bfdba8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000640.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638b9e267da41d61ef2f981100c95718f1fdb0ea8378e9cb7d5d701d7db5a281 +size 1496571 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000641.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000641.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2a125615e9d520ffc5fda9e56bcdcfe331b9e6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000641.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9087a0dec263b5a7ecd73e57a8d44a74ebcea89cb2a363a5f612d0e1ad7d16da +size 1254648 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000642.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000642.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9cce03bc1502a83a09226a6b3cfcf43e3518403 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000642.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc16dc344f441e955a9f6087ca98ad377b50b11ef5d7c1bc7b78043302610c4 +size 1097296 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000643.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000643.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3812e907b1aeaa09420c9e1c77ca237158eff2bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000643.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f9360ef4478dcfef00b9a0400dd50a3fff68859ea8e137287f795994fc48b7 +size 1461848 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000644.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000644.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd028c94fec678a56f76c8b996c62a89f759ab1c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000644.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4523efcd488dcac6a4a3ceda65ae2ce14bf229ec471175d36d589a9f759db098 +size 1603450 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000645.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000645.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d564ae70c0a382162554691154ee5775c1806e0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000645.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59922b4378c66004ca79c427782ec5f81aee22efc1d8f456530c2d35d5ad8e9e +size 1145286 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000646.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000646.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be461a524d02b44be0713181d2fe9225850065b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000646.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba959250f5356912e3547f6745674a6936de2767a68591b3af51900831e5bc0 +size 1331602 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000647.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000647.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ca85e15d80614ad1d972b759b8d9558e1ef523f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000647.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a0bec9b2603ab0afcc08bd949190555fc2681ce59b072724030bc91457d62b +size 1328626 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000648.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000648.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..953f161fa2944802f61ede88e143690db551280a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000648.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbc5e91e35cd20629f476e704b222db886e6c9e7b8bc7e659455ba2007211d8 +size 1073143 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000649.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000649.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49b83849675c823e168883e6e1082eb4353cbdb0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000649.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01eed7657b21273f85057e3d2e69dd19323fd2bf2e443b42d80d1cbd429bb3c5 +size 869700 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000650.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000650.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a48540941b99893b246c554697f6575b7de22c81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000650.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41be1a84a5b9f191d61cef93609258b1b21baafa0aaffdf187ff5a4ff08050a0 +size 1121058 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000651.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000651.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5841e20daa06108fb9df58490c7689716bf5bfd5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000651.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94130e708f0c9ab14df607ab22d4f5a7ede0bd1ef823c4c051649823bac48b73 +size 979874 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000652.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000652.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3709dc853afc1430d835d7c4bfc9172b02b65bb6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000652.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406fcdf86a20d547d9cd892b0a5a0cae08160a2ab79fa3a46ad233954649629d +size 1131551 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000653.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000653.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb8a8bdc0d14f296921898140de4d99a375d4e50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000653.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94f0f9f4e40576e35159c654da2ac3d466d641f2a4b42931f2cd8e42288fbd9 +size 1194973 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000654.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000654.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b610784395c0e5e9ef2840637222effd400d5bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000654.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e96077e5521c7cb68b18095bfa1c0e42ebc2bf015fede2c0ec2506bc5954bb +size 964484 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000655.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000655.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb254b1267a5e122152b977257e1261bad29c27f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000655.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9355a2e629d41fffd1a8a2a358b3c9bc18d365d885eb3e1fe9a6653f483328ee +size 958728 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000656.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000656.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0889b2551b8cc63fe43bf9b2ddaa938ed84de7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000656.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9bd7aecd09b33a10b8295a0691812df92850e86d28835f0fe81284d1432a6b +size 1207538 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000657.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000657.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ad231777e917183d7b36c0b411137d84ec8dc52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000657.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46671bbba74e39506aa04f373514c805522876a16a0f2eab6dfba93fe48117c +size 1477801 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000658.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000658.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29cbcc4cd0bfc932c45e4b3fd618ac6b3a580a67 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000658.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5f7ea0045eefd498cf1ef4a4587a3c7320ab8b23084f96e739b63f02bf5f71 +size 842670 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000659.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000659.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2dac38849bbd42da26d0fd27df5d123e9c06e9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000659.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bab89e372a71718f656d92163bccc3ab02d9903861869a305110629f76bb0f7 +size 1160145 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000660.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000660.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b486492476a3c9e06ddff550080f0265256f640 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000660.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e55d265622c5dc4ab1dbb45bf9ff461704dc60c6d93e1c69a112e4637e9ccf8 +size 1004373 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000661.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000661.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba041a9dd0ee95e3bb5d48cedd57b34092bff754 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000661.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59524214751782ee59cfecdea94cc36858c04c01974dfe640952b41b802ad040 +size 915058 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000662.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000662.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..502b315b242fee19d53bcadf74ff43b7e71bdc73 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000662.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81a638940b46c02823064894d69ef6d7805092fdd9a8a858f06d38cfd869ef4 +size 1207065 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000663.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000663.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18d7b3b5334c3dc21c0ef3e235242d0c9502abc2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000663.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d275b98b7bcd6102589dcb1dad0683af5e8cb1cc597fac3d37bded25378374 +size 1208754 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000664.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000664.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..690a52b58ac91809921e46598191cbf7306599b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000664.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901ca356638455dc3204ed030397f63532cb5e162239b21371f9d43c1baf79ef +size 921098 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000665.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000665.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f781c98d1a74b3884d346a09d29395d7e07986aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000665.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5948e1b777124b09c43e7e0d4c2a5bc4e45e20b3a965c61b08878fbbb265972 +size 1168234 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000666.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000666.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b66ea158e6aedee2cdfc71898ad5f9793dcf723d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000666.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706f1fa978239c86725f9abe8ef4cb1f4bb52e344173382e717e65eec3b2b384 +size 1011955 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000667.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000667.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2521304576f0fc0c11b1babad1783f13ad5c71c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000667.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f0727c6cb22a8ff6ffe25d525e77999f971705648c90df91ad14bbba8539ee +size 1299277 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000668.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000668.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5841bdc6d2213d6da815278b32d1d218bdc44a51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000668.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa34c6335370a279341d33984c0bcde3c76603ed647b9e5e5420dde5eab94a2 +size 1020404 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000669.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000669.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8562635e6c04aff8f948351a6ceb5682e528cecc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000669.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cd315d5ca2b236bf6b8d3a5f4c19799fda0d8d60f8f43743fdb040277d8aac +size 978243 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000670.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000670.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3990b41f52325b0ddf550ff4e0e9fc34c5140da9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000670.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8faf33483e64c6b08d489263cd251394dd6429be7a952e2116c551f8e57170cb +size 1220803 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000671.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000671.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24a2876de9a549e542b5b76d33b6daf82a70eac0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000671.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4da56b288618d1e15ee43cc3591dafffe24e7614178424bd8af9993a6278021 +size 1245465 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000672.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000672.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf3e75b41f06799e3b445a71a68edcb707bc63ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000672.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042016cb3d1eefba4a9441c125f14029ca190b899934486952d25fc3ad7d0485 +size 1141670 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000673.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000673.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ad483efa0f1eb3d5776e4d7c78fe04bb100bfa4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000673.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecfc1db4e73fa09b1433f6ed379ff177d5a46fd6d488ea24fab3e8e08091dcd +size 1027734 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000674.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000674.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a953853eb5e0f03690c2087156970fa5e2e294a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000674.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ecd7b18f59232b0f4e74126df9b72250a68459b240397e6ea91d2e2e0d714d +size 998354 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000675.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000675.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecf18bebb17808b3795d5f196ef72736fb58256f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000675.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea15f5add732cf52559ef4c42f7c6600ab7783bf9c9e3219eddab68ba9758bc6 +size 1041372 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000676.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000676.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..83327b8a0b812fa648a4a20b7ffb2fa1211d8bca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000676.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ba0e6830ae0d91c654eccbe57c8e47361ec4608b2c224d905065fc284cc99c +size 984334 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000677.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000677.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdeb75bedba06aee846a1a979aa4c8727e72dd7f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000677.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278e143d7ab764c63fb683cbbc1bacc447e486ff8a9d63b08405f446f2248169 +size 1109944 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000678.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000678.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0f6f33e862595b9ff467a31ff62208c5279fbe8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000678.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d9ce8fdc2eb2c9286e2cb31a794e73fbd8ade4807deb84eaae6a3ae82891c4 +size 1055494 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000679.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000679.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b38f56d15f6590255861709f1e5fd12c0e7be7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000679.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc2dfc0f9ec198a2eebd692fa57df30b37c2a59e442a7eda101c9fb10de949e +size 1011436 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000680.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000680.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..974f1a1ceb26d3c8ef99d8e88b9d286e871c6ce1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000680.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc67a85ce1a55e81b8c65e17423a20d567eb22d747c3f447f2a470bd0bfdc062 +size 1718480 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000681.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000681.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bee7a35803d689f4410f6339c794b9b8fba7b502 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000681.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e3aee5bc9f64dc76d3ab72e68ccfbc2af9783169ba45e4f6da17c4b64be00b +size 1466210 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000682.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000682.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..530cfa96460e00a94ff0e48fb558d6958628d567 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000682.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf2051de54f3d7b43ce6c3470eef927cdbe6decf74961b2ce4a0dd4d9ac0f6a +size 1570753 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000683.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000683.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ab5af6ae386b3c8f10bc48250c79d0bd0a58fdb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000683.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a41ad8fd62d5d840365f2631d728ee089b4b7c2f4f9ec98a066a362fdb9432a +size 1959624 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000684.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000684.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e2e39743c8d5f328862b46c3c708c0a49defe51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000684.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2bfe2414066aa1d5ed58ef7683a9ebac3bbb2a81ee9e2b53fae9c671a92dd5 +size 1598311 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000685.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000685.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c0b7806b37fb32ca0d2adf104d4391feb826ef7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000685.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bae77d4b3b47f91c0fdd7b02e0d4e5d32e29d219be13daa9e976dcd3135d7e +size 1321107 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000686.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000686.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..13f7dffaa2195cb4a2d4c3586f6503007cd3efb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000686.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94d8ccfbd5d5e54c3741bac570fdc1617628d94dbc073db61064606190bf129 +size 1504678 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000687.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000687.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed5070ae4aa25a6f688a66812e7e7deb06bffa04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000687.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52ec9ebda488a97218edde9960270386256ab062b65eeaddb4385d814fbadfb +size 1433812 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000688.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000688.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aa32b6c5fe13a64c244752e548e9cdf1fdf604e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000688.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0279f22840a13bb41902624946dc5de647c32d00753b610c6efea9406b8b3e5b +size 1129465 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000689.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000689.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da2aee111212c18048e857be81990f02ffc9ef3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000689.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a1745477aba3f8dcf806b8afe4cf5b653c49cd2123e4a133a14a58386f09b0 +size 1257315 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000690.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000690.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03e6006bc01bc54a6e3a754617aea95e28eb5ddd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000690.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707068513d73cdcb399e8b0f08b9064df6d36f611f6f154f7305251818a9a071 +size 1633086 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000691.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000691.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed10134fc7a88281cd667983c45a3ce43610251c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000691.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d013ab814a2a7f14893a6f87af7e8fa150d43db805322429726dc2fef300741 +size 1479399 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000692.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000692.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55c336d24655db172c57d98385316eeb6e0ba3bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000692.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec11e82eeb470fc1e16e673966deefd2a1f17e0d46706792d08d1ebfa4e4128 +size 1594354 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000693.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000693.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..46647adad373c517e318de266f5e6c1e9e09b5f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000693.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2acbfdb0300c31750377225ea6f751f5c4a34b3aa9207895be63268c65a66c7 +size 1286921 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000694.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000694.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56e2be5f24df9ce01018005fd6791fd92b7b5bd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000694.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ca841cf5a77479d587ade3c87fb44cfb0ed06a3769463d2da732d08e034475 +size 1515835 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000695.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000695.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..825ae714f48ed5231ad03ba81c8eef5878c2366f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000695.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b08f9cbcee4406b25df8b45234dd98afbc163a1cb9ae1c994af6188bad7ff18 +size 1433213 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000696.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000696.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8428ddd2e7314d1650a2b43b73e59529b79b87d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000696.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60ac0fe9f07a73a8d15d35e7c682cd8fa07e7dc43ad7adfc7622221c4809bcd +size 1399588 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000697.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000697.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceb8960750357a11082a0a47ed12f565e574ba8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000697.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ad4e437679a3b4a65378fd5e973ea93eac6063ae035ece8d137db09610d5a2 +size 1463791 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000698.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000698.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..411f7df20620ecc32e640f5cd0c756ba515145d2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000698.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cef0978e8f898bc34501b1465cc8100ca753b306fe7e322b7ba6f11a6a31d8 +size 1267357 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000699.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000699.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d9e7715f231344d6b4dfef8fb1dfa68ab0d299b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000699.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e960e6465b07a2d07aa961cffa3e23d48245c995fb14d0de9db52929efcd73c1 +size 1113745 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000700.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000700.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0165e223726690f5bedad55115f102a2a9f7f2d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000700.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f5f20c5bef1ba25681ca29a2fb5329d887027a8f64686c5e4d73590811c6c9 +size 1377857 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000701.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000701.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9bf442ef13c405267d8ccb7b6d3f0569dfe5c0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000701.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228775e0e382fbae51e2393a2c468677693f05f99572c190eb4e6ca1913cbd52 +size 1071120 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000702.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000702.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afccab42ee13c4798ab707c4622db9505ed7be6a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000702.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c2c2dd632f71c8af703f1ad481731dbdbbcd1595f4b746669730b2760c8126 +size 1524822 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000703.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000703.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b0f159dc6afda218e19d31da8afc2a4bfebb111 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000703.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067276eddd5ee3200e8c6fd91b9de6cba7cba29df2e25a01b8ab4e3e1104135d +size 1290210 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000704.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000704.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f065e36d1cadb6d91c31d1a5d7f4c2f496e66138 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000704.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e790fa64e54c743ba2aa2e4f989cac78a4539ec160a6efb35e17ba1be39407d +size 1243619 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000705.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000705.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b782b72752374ca7576a4efcc7543e01098948e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000705.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfa132ef36546a9c1680a80e445637efa210cd60115f9f3a65f372013a37390 +size 1342208 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000706.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000706.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd9b0511b8a5499a0729d4e0e0cd2a9b705228c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000706.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4705ab7feb96bc1174d0b320c5139f19fc07305cd553e629e9f2abaff5e88b77 +size 1242122 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000707.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000707.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29c2b78fba4966d93a66bc52b40dacfc2768c95a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000707.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f93a878ad117ce24dc62d65317b2e48320af4e9c42ba608d94f77ea9b75e4d +size 1410845 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000708.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000708.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..858c1933ba6a21b9f753e9f41ac7b0463375a771 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000708.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4584828b9d7c1ae8e43ad34e7285c6ca4de0012da3dd4cbbfc220624be1c2a1 +size 1152471 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000709.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000709.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca597533f61f095c1643974f0abfb4e412c287e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000709.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df6501427968a7d254d859e6b415bff8aeed3e9a151c22b34398c3c2899273f +size 1357941 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000710.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000710.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c6b2fc6ebce4bf26567febc4564fd3667e9f7a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000710.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b71d448c7419b114dba94a41f53fb5f9f89827eff7bfaba0b5a1f2d493860ee +size 1490061 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000711.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000711.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd6c31e5d86ee2e57d445d4e741ecb43fab5b6ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000711.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9469aa34e0eecf79ed3e86d9cad443b9702f77c24f5c4309bf35d69ffc0c0ad +size 1254613 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000712.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000712.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f44d7f89b468bb974d29ad5b8d0060ff20209d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000712.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5ee404f27fc1a5084b8690358e9c62db5338246876716d3e16df8b1ac81631 +size 1793479 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000713.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000713.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a14fbcfbe83b47eaade73e5e10b1fb65760d4d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000713.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0350e2ec36b6cb81bb7aea3ca361fbf62e8cf8ee4cb668f0bef202be6fb23262 +size 1469899 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000714.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000714.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90da75360379098ed49c7faa396f56f612028775 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000714.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbec2d22f2e67f7a5ce17ccf3a891fa9aaf0f1e9111f60e081fb5251727fbf0 +size 1440617 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000715.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000715.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11b8aed2d6e6c4e7ae70fee53dec2cdb8afaa75f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000715.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb3c87e237c9652937b96becb525e981061d18a30c43fb897e25de6c291dc5f +size 2010222 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000716.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000716.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa17e888d3c58c96bac6f93b7584e169ff10a5c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000716.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e3e94ab5ac448e37cdc9817e7d1e733536ebede95175cefccd072c8c3ff891 +size 1470410 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000717.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000717.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..299818f17c015922ebb4913bb953625dedece17d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000717.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab14845d10880b33d34b23eb66d828ae1c8045b89a65f055312fe6423e0680e +size 1828630 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000718.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000718.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e67b38a745bfbd33cb3af6ee9bdb4c8cc529c26b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000718.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8be16d7e96a70cd35f6ff9b975e4a799adaada44581cc463b7e66c3e989a8e +size 1122947 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000719.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000719.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22f5753293dfc8ee0ae01d3f38da51c1d3ba098d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000719.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a9466d7294a545009264eb670e4b6ac40f810a4c53a4244d32786757e645a5 +size 1492128 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000720.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000720.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d611f51eab7717b9a53ffbd2778a8edbfd284e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000720.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d6e7ca9569a0acb3b87f1888da5191c76884e2619512329434183cdbbf3a90 +size 1467168 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000721.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000721.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73a38a0add99f28ebb0de5fbe108d4a26f31820c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000721.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739884f166aceb93791d0e1ccf73e6f1c0a6e2be0c968bfbce0dd3b897bbf1ec +size 1243212 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000722.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000722.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e83ba9534ff0ace5324b036bffe7e636112ed2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000722.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08226ab7b8c4d477997b0c4816f932a5c900bef257ba1fd31b3042869b7e1d68 +size 1471415 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000723.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000723.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e16994cd9cb4be11d673c61a63a22164165d0aa3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000723.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a90a2f59a6466a2c195bf915e17e299a9c554f5796d7c0014ac04ff881fe298 +size 1395823 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000724.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000724.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe78f6749915700d17469835cbadfdf1928a690c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000724.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f266409eb5972650421493c79205ea80a443b7929523da829191bcefeecb9ca +size 1688707 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000725.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000725.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c4ece9c30a606dd73a383dfead2af586293b24d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000725.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cad8e8dc8a747fcef047706b48d24feaf39d5f558cd40fb128a7684562a20f +size 1192192 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000726.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000726.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67cdf44967e04fb12317f25a90bdb241ec79bf67 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000726.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d594d07e635590010649c18696c6d61485be6cb51a5c65d7f18ddc369190ea8b +size 1336868 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000727.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000727.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1797a50fa4cd31efd74231ffadf4304b8f7397b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000727.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31b0d2727e6fd7bbfbb10196ece3363e15169c933a70407b1a843724749c5f3 +size 1207354 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000728.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000728.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2893435148f46600e6c88f53a77da999beb7517f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000728.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a561d884d5e8fc67e700b76f735066b3f1c3b0b95aa8a7b850f0f5fa5ee794 +size 1077685 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000729.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000729.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d64da2e7a348b990b8da88736c42c33a0812ef8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000729.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46abca0d4c1363476953b5c2ab63c078e7df20e16010ffb223023b0dee314eb6 +size 1414861 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000730.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000730.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..716d1d409be420f15b3b102797652268e6101584 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000730.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f786f7ac57f0f8764ff53cff9b0e6deb946059b0e9980c2431d5e75e44a263e +size 1127803 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000731.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000731.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e75a1d3a6478c3e29341874e7edbb2b73bec8ebf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000731.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15d020b8eaf424f9779d7b6e6e5e312bb6d105df8bb7cba13550ce2d50cef62 +size 1300690 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000732.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000732.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3260ebd65d8606c0252de134e4a962625812416 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000732.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7155acf09a422c628746965e917e007fbfc9da3b202e889c804d929be54dbff9 +size 1178628 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000733.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000733.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..230f6d5e46874abcc0b01119d09d26d1fe2b30a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000733.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0b07ec845c3c6e2f3615fb4562cabf7e3714ee966f445dc145cabec6b21056 +size 1500401 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000734.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000734.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0b966446a529c0ac1686d48748e3ba670cc9ce5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000734.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398a58b13d3c586ccf254dbd537ad081acf59affffef99551774f98745a93e3e +size 1197565 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000735.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000735.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0c0aa1bfb0adf7127f925c5d1b284d3b7bc39cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000735.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7dee6fd4e2ae85c87e62f8f0078ae7b04fb8c0c9eb39e0dcb1db517c144ea0 +size 1127952 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000736.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000736.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da72a451c4d8635484defbfc261b9e9ff2aac359 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000736.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ad8b4cd7c2495a16dc36386b446b279130fc12757b4367a3e1816e7f50065d +size 1226379 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000737.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000737.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d04a65ee8f500e4b024754a191399fbd803e9ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000737.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a9b25a0da350a9dce833d5059127ee5bcb023efb76124535def6866e541b2f +size 1353092 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000738.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000738.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5d38ac577dc89b1dd048bcd57872e028b52a7f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000738.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b80e6a60ed74babba470a59912ed893f7c405aad261fdc766856ea04ec9e0c +size 1547372 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000739.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000739.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..249045568796fe57513d22fd33f040f1a9ecaa9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000739.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc19e5bf3d104851328f49e3cf59904cce7196ed0bcd159373d45df0af91f523 +size 1380298 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000740.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000740.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..357d06f3ad82f6e3b42d851f0253ca9f4981acd6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000740.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cdc3fa650a0d845ebe722f6dca97e440b6e24b41a259bca23dbcee496eadd7 +size 1434060 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000741.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000741.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5375eb65684f630bd3cafd7967635791847fea83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000741.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fd304c452e5223f3f503e8ed8729c058174c3586f9a88f3d55886e93c9963c +size 1083264 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000742.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000742.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b49d68ec0b04c713d6dc72c94ebef264856eb7be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000742.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ca95129b0dfca28581edeb8a0b058e5110b142270dfb93997ed6a5c3e44afe +size 1099514 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000743.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000743.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a200fb6e9e4bf963d09e9da8fe78212d6075c2d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000743.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af29a201e81565acef7e7fcf812b7bd99e301c3d8f87bca26a953b072273ca91 +size 1605501 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000744.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000744.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..50cfdb5699be93ddf2385997ec6a96a75eb6a161 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000744.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38067811695d79436011d05efa91eeb4db442a59e511817cb9dfd58935968a39 +size 994702 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000745.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000745.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca807e045498ed971cbfe0afafa863a35b86c3da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000745.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7205c64141555f9f62a1e40224cbcbbd59646451fe0d731219525f99d14d736 +size 1230401 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000746.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000746.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7095ed569dfcaae4631709de4af047e67b46be4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000746.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e242033f31018719e77c044ba34f7c9d49b58882862f5ab1e1322fafcf60f136 +size 1281621 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000747.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000747.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c9e3172ccff61f1f24305db48dcc151d10d8872 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000747.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83f8e20f12e7bd5b1349b5f16eb17d721c2fc83bc62da53d4beef509793e12a +size 1080406 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000748.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000748.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ee07309dcc1b919ec602f1c3755d5007cf4ac54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000748.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a97e5dfa0b65f59d951a42913f14a8b9a4e8fac3f303d73ca34b5e303c6667d +size 1065884 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000749.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000749.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f790528144a59b9756d82e837651af855351a02 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000749.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500b1e3ba2129b30e111987234902bcc8126854caf114a9542883c0cfecd8479 +size 1011688 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000750.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000750.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71c83324ba11ffa638283eac2dffbd1ddfe79bf4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000750.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73d6770ff84cc1b378f4780d3a371ba88be829d73ba4b1299562def89cb04cd +size 1167956 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000751.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000751.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c860a1e07d4f4c2dff94d44dc84b3569df84326 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000751.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5743197e3232ec552fe49866ab47e8f9728507a0fcc6af9c6ec6780ca5506948 +size 1121009 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000752.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000752.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ece3afa2e9d1216ff49771e33ddbb4d33e53048b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000752.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a8e914b07eb1a0f81a60cda741be074b5016250254d52bda955ec8175bc86a +size 1175706 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000753.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000753.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..175836086172fff914e47fd30f5a8a57bd025bd7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000753.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929facbae9002901640de998d864bc67bbdbc9c6bd1feab392ec760add7f39a6 +size 914909 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000754.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000754.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a82d8cd6bf6857b5192cd97b363fa54b9d03d123 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000754.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4ad251f646080d57ac4353fecb4bdc8a493f78937848d101bf3dbabfc96abf +size 1167208 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000755.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000755.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f8682b480d0ba0b67eae5d52a1c648e7296ab23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000755.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb47927ef003b9f2fa8c2c4c0ff12581f87e3c98001b39399e4f638d8e923199 +size 898623 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000756.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000756.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b945ac096b69f0eff627bf03845c3a7169a02ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000756.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d66d1db30e34976888a68c4ddc77a4034128c8c2ecb94ca49e4a91ced6fd0b +size 1144428 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000757.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000757.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64999ccf39f9f5b5f66f48980b5830d48af6b0aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000757.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60aad095aa6b85506e938f48964ac8aa8be0fabf1ccaf22874071aa960234de5 +size 803963 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000758.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000758.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43ea6afd72ccda135ae18b90ed626909efbbe88b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000758.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175f79578190c201da75332e45f0c7008d67721506a35fea370fccda9b4c4279 +size 873674 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000759.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000759.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e24c0d45ab15b51f97e04c1635c587021a972348 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000759.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccb1c123298fb481478f586ff2eccb0a3757eee5a89679c2e3e680783e0a594 +size 864546 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000760.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000760.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71b2ce6e5a1afa89206763e6334c368cc803bd18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000760.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd277a4131349369f5124a9fb8367ef711e3591d353ef116cdc1840d64751963 +size 731279 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000761.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000761.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17706e3bfd37ada6a8d279a00d36482296136faf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000761.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2fb09df2202184b3d0702520b5bcb80271a7abb037a3d596453351240d932d +size 860390 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000762.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000762.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c70478467b60a108acb6ccfc309dcfe2137f6fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000762.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c169307758ed18491c0ea109eb2b71d9053fab416131a83099363aa4fb158ab3 +size 830336 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000763.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000763.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b02a3c3259121c9615767d4e61604918bb58205 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000763.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ec28d0847eb1c009d63a6ee53f3fbdfa5d244af3bfbf33aecf68f7068b78ff +size 852595 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000764.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000764.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..65f503df5fc42c6e24cfb6257727f7c333fb1150 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000764.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57f946e1c9f12858c0d96dc2954b5b2236adef4645306e7f3f99cd2e3eb1793 +size 945752 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000765.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000765.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96ddd03244f9623bc9df38e650cf720f90aeaf44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000765.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2499c0c0828c4cf1b8baf6907a8c221a7f4c912453d29d32abc4b1a1b77de32 +size 1086790 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000766.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000766.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0830323605a9915620a3f5dc34a82b534c58bbd0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000766.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d87600b43b9a9853f6f047471ef268a91fd7eca4ec27cc17583b577543700c +size 891281 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000767.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000767.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03cd40661ce138f20f88bc811501af6bfa035fa3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000767.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d631d0eaac27f3c8996452a61149f6da5e0519e9842734982b8a604741bfcdb +size 875134 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000768.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000768.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e002e6aafd2d97b396791dc83553f27a41903837 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000768.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4417bc763292ab1fd2e8a71c07118778d98961a22c54f818d9e1f5771e5a9f12 +size 782490 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000769.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000769.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..848e4e1d2e05d0180e5dcd021a81585ae7d96bf5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000769.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff29d05777ed9502aa5949e072d4556dfc08d4bf6852a9907750d49f06403b2 +size 798820 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000770.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000770.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8a67dda755572a5f5daf6c954b8c41da79e1ed51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000770.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1826990930bb95d4a49aca1d672545658c859add3601895164a4bb0c6f0c6487 +size 996052 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000771.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000771.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6ea8c9e26509dee2261da4d739cf471640954f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000771.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c04ea332c3c93ba1d141415cc237dac8ade757c185a639c02669d3c76d45d2 +size 944565 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000772.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000772.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5a84705c971b42bfdb7cb4eaebf3e221e330bd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000772.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04896e5a0b8475a95539fe18d5abfaff01996902dc2a260f5cc5ac187fcc2eeb +size 1228363 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000773.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000773.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1565c7918f9cec2139ca60cf6905a94641c89b8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000773.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51af5f462f49ad39d70b2aa9121c5baf22171778cc4c81962b4f79c1d84fde1a +size 902799 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000774.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000774.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..458d215de036158bc37403f60a37cdd468fc50b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000774.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaa4badca7759719e27b93695c40cdb164a7f3c576e88c2420172a00a9dfdd2 +size 852260 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000775.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000775.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6555f32b648f1c2e739f7eb33598cc7c4f091c5f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000775.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eee96a06180cbbbd5681eea4ccb0c7413fe3fcf301c4b7765636935454a12e1 +size 800355 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000776.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000776.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7993322d4eb6c51e23485e1c42c5efbfb1367214 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000776.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e37c447dab879f3a426a54ca8dd5bb421fcd194188942c1376645eed232d26 +size 888601 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000777.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000777.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b0bd3fa69bf2d068d4c3a4f09102dd56fe6a5b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000777.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86c67168629710911145994bad0c5ae2966b6c0c3c325fc3108d09b1a4c5328 +size 1084625 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000778.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000778.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c6253cd2d96f755449cbd015c22048f29db6ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000778.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979ce8075cec22ae5683efd42258b512e6393a987ec4d7a907234ac50b6bf894 +size 866095 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000779.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000779.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5a074c8765d92fa47aba776e6110d586b1fbc98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000779.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430e1872f32fca63b6794c7dddf5c74349d56547ba159fd7b0abc00728141241 +size 1334396 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000780.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000780.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c31fe7ddcd8c7c8130c84cf6f992c73f4f6ea178 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000780.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6b85d931c60862b66904838a5133f0b1ded0cc1aa381dc530bc8da4294d042 +size 1012033 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000781.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000781.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae511d22cb7c51f0b6f0e3ac32cdd4de85d93a93 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000781.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd5d5ff2836cb82d6a5b8c1c74b96e3a974c6cfdedba33fb78a03c16ff8e80c +size 1043214 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000782.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000782.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d813439af60777f0a62b475e88cad5ae873304f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000782.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c6869669215808705a16a225d103c91bd54f608397f57ce4beb7195a6b2e9a +size 1058139 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000783.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000783.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3186158ab12c93f33d7eb941fc8470552b31dc3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000783.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24db4f009f8d575528ba36ca148c44db4fc32d2a1116c983b675feb778516bb +size 1113498 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000784.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000784.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..473f987ac7421ad93cf452ee2a473f824eee466d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000784.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e2ef7c267f201d28adf78dd135b0c806e5246bcaa4e76566b37f0d209bd4ac +size 1116385 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000785.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000785.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40a4cb1f41830ec0396df5db5ef3ab5010b9de01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000785.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe82d4a880d5f0ef584fe299b497ce1f3d9066e8c2068c7e7afc95d924ee1d9f +size 1373863 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000786.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000786.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5e0f983fb459fb275d9eb836d766d1f441e8bb1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000786.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ba9209be86729c2625990ce2b11cd05788c6d9c49e5f70eeea85fe017058f3 +size 931347 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000787.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000787.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96cbe55c1c6a328ef79cbf5561ae11f1ceaa8b92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000787.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5090ab383e7cae45f9f481ec2495d0652e9e287f3ccf2184756def6f5defbb42 +size 1001975 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000788.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000788.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c1e08f1c5c496925903aea660f0f656a5bb5195 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000788.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a7fb459c1bf7c499542a82cffa5fefce84c849efe99cbb5cd8d84d625a791e +size 963041 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000789.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000789.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9120538a0a8eaae9bead3756bfa0ddb4f0070161 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000789.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7caf1fc92b592e766b8f765603873c5e69b9853d945a45d72ced1d4c1015e8 +size 959067 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000790.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000790.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f889c869727078c8e120ac8d0607ee5ad9a3c48b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000790.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67f62446ae69456a45a328cf0a26c07e00608107c5693800247cc2d3baa93e9 +size 1005084 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000791.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000791.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1126f5194965ad413cdb5c31bcbc653f916361f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000791.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2728caf867033504aa8420832bfaac300b2a3ba6d1307f2310c54a980c79fac8 +size 1149997 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000792.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000792.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ca902da248a6dc9f2fa4e85446e734cf592c692 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000792.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4ad343e8899bcf08795421a33fe08eff9dbeb4db3bafed62965709da891841 +size 952227 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000793.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000793.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3aedc46c9bd1395203e94956fabb12e86a64eebd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000793.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520a51ee6c97591613e2188c651db86b1b628349862509b5c29a67b7b5a4e7a7 +size 1126112 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000794.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000794.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc831791615e32e9f08a80d9f8638d396f75d259 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000794.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5618fd1826abcc2d1bb685b389f67b4e3f62455473fcfda6ffa38109d6364529 +size 1290754 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000795.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000795.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9fbf99be97ec1622cecf2460a1c7725fc8b3060 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000795.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae19bf6fd2f1e6f0877a8cfe6f20cb0e8e5bfa5d7b58c5c6f28923de9529fd9 +size 1475404 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000796.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000796.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..15984aa472b1c130f0eab816e1b937ff569b4cd5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000796.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef765e7e4a8503a4a16a6ccd24e0044bc45dca970080c99e92f4e6d8839f9731 +size 1298062 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000797.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000797.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d2939172daeb03a8717dce1dcef5cbfe95ec3ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000797.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a69944ef3f9f8931d7e0e4319985997432af42fcc9b1cd53ccd9f254e4759db +size 1134274 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000798.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000798.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba946bfc1de7b1ea8f27edc81ed365ae25fd52f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000798.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeeaa421eaa9b716332ad05f77f7e60a824f59dc4d9f6c3875f97917755fa7b +size 984210 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000799.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000799.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3dbac629862a13d8a877bbc41d94580872a0371 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000799.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31d2b40ea4d2fe3cc2734e2a3ae20f8d40bd30d0473538783d5c2aec1431478 +size 1223300 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000800.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000800.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dea9d3d996619098a15a10f0352b5a8a8a7a1ca7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000800.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c664f1870d57efac6b2881e0370a8c124b6f1eb6b7d03bbb2d988ab71f9e8229 +size 1743079 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000801.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000801.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edafa9094597cab5eba071c7e095e9ff0a365cc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000801.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f9f12163ad1576f9a5b068d862f12d3c10707b8e8668821fbce25190264f16 +size 1020890 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000802.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000802.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b752dcfe3a82dc8ea3e61b7542f2d65e7ec6da6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000802.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0672760cca6df4174e7875b63684cc0d981f4f7a42855dc867cd08f2231ee5 +size 1144699 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000803.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000803.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..819706e0e00ab3ba39083c2e2645e1758f021d6f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000803.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d062d9b2f56c6289734607e9e22f261918a957b05982940effd1f8dbe9c8240 +size 1272379 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000804.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000804.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c63d4637b48a46516b6eab60d8947b00c417227 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000804.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295052eb2c8ced09fa342acf4c55bf6e4547218e786091baf170448283fb4b0d +size 1197448 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000805.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000805.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6c20ad0711573065608fa56b610937f279ef397 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000805.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67732f8c05ac68962262a2c8be97c553d4b4a78d73178d596348257d1ccd1e3 +size 1135708 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000806.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000806.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b734849a3974ec3e9c99d118b769cfd7a321a8c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000806.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee2978d5901013f589e8a1e38abb93005b222dc595dc5b97ad7257c362afb52 +size 1048167 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000807.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000807.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7144a884ced993f819ab947348cfa6327a9833a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000807.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e13f5498749a5afa1e2c254cf7dee191862e2ce2a498178c62e7416ed10110 +size 1182868 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000808.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000808.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a71e48667b7364d2fa270093c96a64e44cda3eec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000808.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e239b8cad3a2ca7f43a1879f1c66c760a65baacb61a8aebc0a3f7fc855831f +size 1068338 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000809.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000809.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbf81e2d48140896d6961de5fa80e02f706e44fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000809.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7329d98ff18a10db28dd2a864ee6486524b8f4ae6540d289c5be0180000c15e +size 1075766 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000810.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000810.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9dd386840cfffccff4502891d4af9aaeac8e2803 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000810.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44103a734d14cf6e0a6bbed7328a4cc0f8985c73d34a1c00d78dcf4bcc059e9 +size 1219257 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000811.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000811.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..21bae0d50360c6ce3f691a948f32ca3bcea2c529 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000811.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1540de5193504ffbf5182cc4b3e41907fd71899deea6563b141fe9d3e1ef8046 +size 1487914 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000812.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000812.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..628b009778a76ac1ef68cc36fcb254ffa1e856d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000812.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e00c4054c2b8a7123f95b4a06460695ca760d556236087fd75984204bd8f87d +size 1313802 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000813.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000813.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0600cecbf4680aba75c0a30cc8851bcbc749c91f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000813.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c0dd7794657a0bc75e18ee1129075c8f1f9a886a66e39f1e9a807505fae909 +size 1125546 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000814.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000814.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1671fe629d9260fffed437579af2bcf076176e5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000814.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba36b33ac002f0d307d7c157f8de58de19f92d87c706a440447a456933274f0b +size 1188850 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000815.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000815.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1fb1c85320ff51c3d584dc631a3f31c31d91ce91 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000815.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8100f20fa6ffb429619a4cc589df7dd05dfa31895ebf3ba1336be298576003 +size 1150681 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000816.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000816.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1305aeef588144480d3048d6e2322c5ac872e9f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000816.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5230d9267eb4a7d59fad650bdaa9505a12cff4cea0658febaf63b25fa2f13484 +size 1145892 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000817.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000817.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9fb96385ae31bf9108ff75adbac79e5aa6f21a95 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000817.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca50a9e783bbfd9f08c3e25b45d207ce56f40c8d3e83367b74a803a8de63f99 +size 1109249 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000818.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000818.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9605a546560c86f60214ad97815c651c860d131d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000818.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f88d6ff669c9d09e31a2331022c0977ade4c62209afc35dbcd2c2edc572e2a +size 1324745 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000819.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000819.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2f4c94d5e43c831d6dbcafe36cbf818e9b109af6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000819.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2722d5bce7693e027bb10c4c7fe2ff6e8e99732e5c4d88165fbd84eb7ab77b45 +size 1307512 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000820.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000820.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce83193ee1b02cfc76f465b75c074dcea2a30d34 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000820.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d41aa34bc853d19f28864290ffa7d2ceb5afbd770a2bab2bcccde1fa48e69c +size 1079030 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000821.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000821.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ed535173a867b0055bebe6f00ba507843879f156 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000821.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a6e678a6088161f582e658a54dadb98eda53e9e37c999ca99cad6f03ab8f50 +size 1065832 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000822.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000822.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2816e3b03e709c6cc49fdb172f04c36ad23fd075 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000822.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5f213969307745f75068e8febedfedd9560d497718705e630eb8fce3256177 +size 1240293 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000823.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000823.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..494ae38f3931a4a53572d1f9762512e474b7f2cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000823.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8ff43891d007209d27e2359f41a33fe36fd9399c9cc856874524769bfa3b45 +size 1144678 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000824.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000824.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77bf12fa144779a296f6aad2dfb628d6373a2695 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000824.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b862501337c118c06c52137af5f63130f15ecdefc8026dd4591a906dee0236b6 +size 1299882 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000825.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000825.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a82074e86c140a6caf2f39b6b5918079f599ca1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000825.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8d76ebfb0b597abbe54e827b921f23f87e2701467934871b27e620efd00188 +size 1169295 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000826.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000826.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9f2717ea07c99d8827d81036d4c069a6a96c990 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000826.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307a730bbfcc5d9fe935aa5796aa67b43651190a2998f5dc3c9212367c296c44 +size 986498 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000827.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000827.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..620000660de2388cc83505d1010ee9998a347092 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000827.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ea3e3f4814545dbc76cc8d5189ade3baf8095e745b72869a142b94790fd837 +size 1314905 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000828.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000828.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..021e57c215a003dde6cf841fbc004549b1080518 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000828.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a07f035043124b82193e933051447e8d4ac67f5b3ef267f7c5653113a06638 +size 1073875 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000829.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000829.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d361984bb0429f368fad92a5d6830482a9867a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000829.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a9cb2b4302225408b019ffc396a93753c4846ce46307c25cfb3f41d9da84ad +size 1253199 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000830.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000830.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e74f6cfe6618dba54268f6770f832ededcbf2f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000830.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a17bdffa9d700a8445bfa7a9b4a6ee390e43213475f5dc7e71167416139cc60 +size 1153076 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000831.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000831.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd32beb38e626d10292156ad9a16c45c0f6e1842 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000831.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547fb035f69e24fd8736189242f71b33ac41a635ac6044e7ca42178a8104f2d4 +size 1313107 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000832.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000832.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d69e3fb4de82e037f4ee32ad6c14cb78b3187a0c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000832.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fc42d4c7a42a935e965516a60cebf14a70b46585e52fcfa4f87e6e68a83c4f +size 1074869 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000833.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000833.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac1b9b24ab1c4c9a1330653adbd5d128a490a90e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000833.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f3a350bb5382374b91af3aa869d61118c7c7c512729a5fa5c3d46d9a51b5b0 +size 1039653 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000834.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000834.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..014f994bbbc71990a408aabcbb651c3dfa0e1071 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000834.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e77ae178ea641ce166299a93250636b3450e5e7e74d3695451b0a65e9f25cb4 +size 989617 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000835.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000835.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07c3b0f2177971a174a90cf22417849ee9bad4fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000835.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539b9bc61aa4db5f3b01c6d5b06e5b26a1611f0f69f215b8cf9296b71cd2189e +size 865188 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000836.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000836.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2884832be7029a2a925df75aeb699a5dc7067119 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000836.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6b6b4c6e76d02f6307c64c18655ea679c91e0766ad725702b408559667635b +size 965375 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000837.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000837.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3f20c5dd0d43c59c7c3b5f80e12f27f18102db6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000837.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28362bbf088a4279f527d480d4e7993357bd6dff78222d7da2a7143867d1f0a0 +size 899332 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000838.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000838.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cdb55e95f7cec5a69259e8b7b31fc61962d7f6de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000838.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13408f5f62e9f56d77cfa876ce9ed15cde3d2167eb9dd7bc7828d17a77e73a26 +size 1118279 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000839.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000839.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d55722af787d4113b8dabf491487e75d6fa0897f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000839.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1af3a1599f53cb74af5e445567a75af649b92812199e3032f4656c66634b09a +size 1592577 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000840.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000840.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6aa0a9d234a9b8799757e83dbfb7b981d92bde5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000840.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfa20630c718d11ae178f71ca6fe54067b49fd14e027cc3c0dfef7c3c86d874 +size 1153348 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000841.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000841.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94d86aa5690edac47e8e7845a2fa0dfd3ceaecd5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000841.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87929b7d274709dc0a671b519b7cfa1c2f53a7d1a6684c2341219697011278d +size 984209 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000842.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000842.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0be116442231bf934e50b2c798a3ade87351b1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000842.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17f4d52995889e085f8d6089dd12ade82095b9995dade4330b525b029ed3f3e +size 787162 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000843.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000843.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b8e73e0bc4617fb319d6d48feb2d78bd20a6cbb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000843.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31c2661024c8b0291b1ea0706792db2232afa7b43a5eadb711feab13744259a +size 1181649 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000844.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000844.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1be36a9a15cfd3a0b8dd1cfcbd2b1422d1618ffb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000844.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf67e5ec7f8d13520e5b225ee274940c1bfc5ee7436cee8781e19d88fd67b858 +size 996023 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000845.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000845.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..67a880df659700a447988b5f7e1ba749c5033512 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000845.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa30f6fd2b083bcdd98f3a65a24ba44192d81f76fbbb06cbb22160e9cead1fb +size 978002 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000846.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000846.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5a27d9f95fbd63d34cf25e325ff94743591c40a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000846.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290e0127bb97739c4b587f987a0be7a5a68cf852d23894e3e274c8bdbd2555e4 +size 892674 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000847.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000847.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75a522199b26db943b72d567a1ceefa39730fdf9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000847.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223923dd6930331ab0e09d7d7d1695fbabb65067dc951d3f37934d2f7641970a +size 950168 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000848.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000848.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03300f4304f481edde913416b65f8e93cafa8876 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000848.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acbee1dd6c684d7c453d2e3283c6c5538d8a03d7c09974e0c62fb20eccad2a1 +size 1514930 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000849.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000849.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce2210b02e24a79ed7a63c60c5b28475d23ea68f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000849.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa3d0996b54c951cad50ece0e54f3f07d0cd6b6cf3a0738ffebb27cb48c4cd8 +size 983029 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000850.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000850.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2dc288691c9d39f3847b7107e2b223b58109dc1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000850.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb27bef349ec03ab2652dc495ba198f2dc68aed23354a9d83797f0d4f9c539b6 +size 925090 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000851.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000851.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8246037da80b2e656d729c7e9ec9c6519ad3e852 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000851.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79edfde67335c82641bfebfe148c758b0ca95ee132388abffc2628d61d9115c3 +size 1022784 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000852.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000852.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aefaca281bc30f5ef541980c41e7fc293b7dbb38 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000852.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3eaf388fcec5302689dd02e0cd0301b0cc6a1b1bad4f52092220bb0ce341aa +size 800614 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000853.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000853.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ac623e1c76efc49f3898e95e7cdba8e0770e31d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000853.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ad61725a08e2d6e9df8608c359230029981e277d6af9524bf65a1698fa282b +size 1010677 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000854.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000854.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d73b79240f20830b30a97d004852412dbd5be2a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000854.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4efef79fd0ab646a50cb210c21b12110520250ece3469d771edd126575d5c3 +size 1179608 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000855.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000855.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..635d5112b709afcff19b1463b4c968e9dad8e657 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000855.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe916406cee10cee4bd9bae24891e6e3ce386d5cf51f52613853d9204d09a61 +size 1088024 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000856.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000856.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f8d9105c52be106e8fd0a0c617114d8d0862f04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000856.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f501b1c00a5d4d563d4a13675dcb17b029533af4610ef7cc0153ebaaea47a3e +size 1067979 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000857.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000857.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ccbf618f03484c64edec4b2cfd1353da19c7b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000857.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7643e8abe7433599927cf5971eee0d9f34d43ae0575e8585001045afdcb448ed +size 1153304 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000858.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000858.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f55b20fd8c3f965998caa103874821f99931c599 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000858.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413522fe28cdcd35fded24e0b2e1a45407d19b9af1fad58e8a64957bb6e28a71 +size 1164129 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000859.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000859.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b7b41938c4b2de535fc166f7ba6299f99e2f7651 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000859.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a575bdebdf269e67cc54c850549ab8bda49067346f8a8afabab3bf16ac8e6af +size 1018317 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000860.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000860.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0aba640cbbe4b2511ff8370eef53642ff2614d44 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000860.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3f5b68756f8d30913d7969cb1d7cc165124fa6fbd43cf7b9fa61773e85f9d1 +size 1080533 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000861.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000861.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d12f410f78c34dda5cd6e162470b987fd54da6b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000861.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d094ef3787ce75de8f5937aa24f1de1fe983a1e427465459978a1bdb3c0fcf +size 1309756 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000862.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000862.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e057f1c50638ae6efe22b4e5ab7f48f594427449 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000862.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9849539571e72fc55f140f5a7fe140a832af09586159dc751ad50e7a9f9ca65 +size 1066658 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000863.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000863.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17964f83e75cf684294e4a5f8da79e98d2fa9f23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000863.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabb89d6e967735431236a4db291196d5481d469cc114185eb539f3c31a89679 +size 1126958 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000864.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000864.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3de615a99d36f8cb091ca638849bcd576e53ba2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000864.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303ee677659099d79636926eb6466036e3b88ec8428b7423f2fab60503a59e39 +size 1181150 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000865.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000865.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5963d15b26d29d7615daf2ae5c46692a50cd878d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000865.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49df4bf791d2512dbe740b6fabb9fb4640532793105ca953faec4b9e340c352 +size 1019406 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000866.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000866.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc48de253afd3f030402e15d17c70ba0973bb0b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000866.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0b65f30439ba955ec7a2fa1bbfa92e24f0f849804547e8147b046084bdfcf3 +size 1681321 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000867.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000867.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..897bf7c1fc43d95696543af9b65d6d387cfea59c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000867.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855b2a0e4d9e9d73c9a1dfe81deba2c0f37ef218430f00b701a8b153f066def2 +size 1000734 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000868.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000868.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e67f4e245c2c15fbb1e953afb0b1e7d29ad1bc3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000868.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22db34fd8903a9e32682783b12373e47343d40a070bfa19003090390cec87585 +size 1182017 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000869.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000869.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7213c8fb6099a91520a7c415f70512ac3cf21fa6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000869.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb501b8facc5807d82173d1433939c7785d95dc86ea5013860f1c053d98a292 +size 1014448 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000870.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000870.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e47a5169382defa01e329c5db5f298c0c84f4a0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000870.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d299a00aa0ab1806513cff942b3faad72132ee37546842f5d84980489ad4d257 +size 1032197 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000871.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000871.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53852673cf15c8fee1ce0b100433a35d3ae99abb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000871.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72153825a74f171d442d1fc7250683d8c08d70a7b514dfce2e41578e8055bdb2 +size 984974 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000872.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000872.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc23d1cdd79a4336351f76c1fdaa4a5c150e8db1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000872.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ddb586d86fe2f29435232ca5ae3adcdf172acf79a713fa5e88fa4efbdbe8ed +size 963902 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000873.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000873.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..082137a494e63c065c7338f981425e84b1bc6693 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000873.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7fc2d799fc55657b3af2c7a86c70029715270f73e384e5bece89c4b01bb8c9 +size 1349869 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000874.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000874.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6df89c5057af701b51c579f659bcb3a02c48af5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000874.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66f8c188b0bccaba1385c8c475d35039820a102811a3e33226533fe8c7b09e9 +size 1021274 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000875.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000875.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bdc76cd173f80c174af639777a1b3a1d988c105f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000875.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dc2114f9b8d04710a7d4e28fbe72986e54a09dc151504e091b0d62f008de04 +size 1358895 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000876.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000876.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b7c96ede3772a26c837d4413b7f8204b2d75d58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000876.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea6ec1c9984464c35296337ceb77916ec84d32f643a0cf41970c8fc36ebcf77 +size 1424845 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000877.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000877.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..372056d2b1be04bed757f1b19f78d5cbc3c0e98c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000877.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb849efc90a947a1eec2d56a99d22c5bddbbd636e3f25356b6d1587e9b592517 +size 987914 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000878.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000878.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37e01a7c680804b73c1abcd99b819aa668786c1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000878.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a9f1eb17c342df2dba49fa84c011fedaa96e8bddf32519b164e22da686941c +size 979196 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000879.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000879.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f583081b56c8da9261b89e17193bbee18556942 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000879.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3412723516275cff9b598b26d078f025421a69ed2d3afd20eadcfc66acdefc1d +size 918300 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000880.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000880.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32f8e7ae5d7131fef9505d990fabdb0e168771cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000880.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406fffb6182832c10486adffb3c5cbf2484a8d558fb492ec72fbe3be4dfe173c +size 990610 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000881.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000881.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db309ffbfb12502028206ffbf154edb446e8c0f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000881.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8c9c55c965060008514159006bd2d788a47075e84de48d2a70f277c2edeb3b +size 852852 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000882.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000882.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8045c8d09f0ad6abb5ac235be1280612bdbb7c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000882.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8330d753e1ccee4097dc5d26404ad78a824a9ae6c54834884c9105ebf3a1b0fe +size 756534 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000883.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000883.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63f935dc086255fd0342b354925b2faa3064b07c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000883.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588638d4414958fa3ad048c93483b9a9abd9549e0588ec572b5c7e6eba8ac7c4 +size 961385 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000884.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000884.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebb367971ca3722a6b9cfff5b33ad23e780eb2ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000884.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d2fed58743461fc6d675bd21f2300a364c039a0ff298add6a12e754ddd0f23 +size 967664 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000885.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000885.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d8842349ed97e77db163b8646edb165a8dc9d39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000885.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32de0ca42079f2de3d89ca0ef51a482f2bb4a6025bd7ea6dccd08e8d6570c4 +size 856521 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000886.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000886.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..130464f609d59db101518d86d9d3266858305cea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000886.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b90edacab9e6108f8cfe5c7730e92e6e98f5f8ee24ac01c7b20fcd0c298362 +size 916282 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000887.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000887.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ff17471a4afd2be50bb2785cea8c513bafa135c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000887.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d161f4e1178b29db44070f4d07031d57d56e41d9958f10651863925c1071b8ce +size 1120824 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000888.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000888.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c97f8b01cfada714ffa06b3d2dd4a8dd1a60ba4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000888.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9da8625b67549a141ea2b54f53a1638b1cfb0a8f61c098acc054eb83cf7167 +size 849616 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000889.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000889.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9769a880dd5c6563bdf8626ee8ac04231607127e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000889.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c8ed9c1a30e52e5d343ef55a850ec045e383281126e1f3eec91a4677db890d +size 1227427 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000890.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000890.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89aaf3ee438aa247eb2ec2e466719df8aed65070 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000890.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df86b491e6e30e31c18a3ddd7d5b052efe950cab74799277ef186321e246608 +size 1099413 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000891.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000891.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..671b4556fcaa3cd8954eae465e08167995880444 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000891.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73907051bb44cabb11500c3de57e9b5137d64a3f545e281114b551e3962508fa +size 1240350 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000892.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000892.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c3896f5d52f35a71c95a6dda87aef7af2c02f7dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000892.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1b46e1ff562e287d3ea7657f0301c964d89b026bfa33813053c85c27732acc +size 890031 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000893.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000893.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6e14a1649b7d580aafa897f652dff3febbff728 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000893.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fc5a74602bd5697cd45242d15878a24aa8cf473df3066bbb9ec08c62bc7498 +size 781092 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000894.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000894.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..90ee1dfc2c016380302e00ad4698450c24606ab6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000894.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbe035404cac2da10c31822d5dafd5caf9dd06153359858595340fa6fcf31c8 +size 957757 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000895.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000895.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..613841fc435309b320f5938d518efaf7a4144592 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000895.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29a710796ca4d2cd055f0259196eec553af7c7c1120a7c3e74b0debeca8895c +size 1350751 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000896.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000896.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d531ebb61dc615882fca0a0b0308d6b552da159a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000896.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d8e170477d3b9cbd3a3d7e57b01ebbd38397ec2b2fc25550eed725f2b04a9c +size 878235 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000897.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000897.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..945b2b6e5d19eed2c79e97194de663161ffc52d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000897.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e22533d836549f26998909e5b2da66181a5d416acefd7baf31ae3533e9a3c22 +size 959375 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000898.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000898.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29b8e33150d5994281a1693751bdd96694344ef5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000898.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd35f932e870d80279d1cc4496a84ee6c040fd331cecd2132686c15e25910a33 +size 1094514 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000899.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000899.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b640081010f761682ef906417166a38ecc91abe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000899.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf840971aa97073c9205dffbc4320736ee7773b3d099f89a01a0751faf9a5bc5 +size 958810 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000900.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000900.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..359c5c54eac98318999412bc760835f84a6af986 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000900.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add8ceb315a33f85e69b1cbe365cfec03e9bc6ac26941c94c9cefbbfc7f11576 +size 993029 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000901.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000901.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bdddb820757f4d1ceace717e58785f242a6f3cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000901.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3040134a3e6a8789e075482a194aed58f7ea9502a257f770f9bafcb8904db12a +size 956644 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000902.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000902.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d64d2834d7fa1748e0cc9e61632e8d0b7487927b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000902.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bf4be8ba9bf1da46be5b020f48205646bb0c12ec4bbeaaf90f1a1a4b1dcc06 +size 1043015 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000903.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000903.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7c4b60db50b32aefb07c5e93ac3b17423064ab5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000903.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3dd259ed6bf461701551d582541d390cc0746c9abe5a2ea9c03d88063dc12c +size 1001979 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000904.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000904.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6d820ecf8e5069cd62ef71f6e860fbeb6dddf9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000904.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b4ee46c1237e7ffd9dddd1c4bfc6bde5f2e18f536915b4f6e3b97c0e3100f7 +size 965269 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000905.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000905.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af40768b167183f226041380feff800a6a2ebed3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000905.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1322dd2a444c63ea8c489e6a5eac5b00f55ad389ae6fae435a1ad09099572f94 +size 957797 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000906.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000906.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b43f30c9999210be4d8b2b00064d3d55e7d8b31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000906.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab4d91899d5abe656032c8ffee528ed916a0b0779626f1a263820c0477015f4 +size 1038050 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000907.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000907.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f682c47c251e3a22cf8350ce06479e838ce79636 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000907.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b6866401148d32e7334571b2e18b117eba253394b1c94ea08f1e9136be5d5f +size 1056936 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000908.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000908.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b39007fe3d76fe1d30ae787087c9efa33943c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000908.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe55442fd8cd836beed4026dab5b17f21c8822068ef9dce8554f3539394a523 +size 977841 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000909.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000909.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7711a576ab37fa50ae3e5046024e8950b6e8fa6d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000909.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8439a50afbeb53cd535faa94d13bfe5a9e5b8c3f81b15550509d5ebdf9a6f881 +size 778746 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000910.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000910.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75aa9908cef1b9610071dc220533f3354db4085e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000910.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549f2ccfa772e63e299216dc10ca42f21698192349b7c97f7c1f9ebd3f3f3429 +size 863917 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000911.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000911.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8389249be2fb15654a717ef32adb257593f1dfd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000911.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc565867883d74e6825f018a01b735649e8f31eb2602e382fa95f59b81d819d +size 906496 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000912.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000912.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3a3972fa8d480cfe1ddc69992caf04b341c2fdb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000912.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45377a3be3e900adc9531ef25504e684b99934666c1d31b878395a6647144780 +size 910975 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000913.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000913.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..780d949d517247180ba902b28d59522e2f0eae84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000913.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3068286f0e65970035c330a21ff662bab3947605f10f035af4af564ac358fc70 +size 1013038 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000914.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000914.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5aaa59d74cc0427a2763063d37f8275eae83547e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000914.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee51c4bca86165e4c871e8850a54471cb51c799a58c5ec6fee11b033f2870384 +size 1032825 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000915.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000915.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ae2e6e50c6cf6109aaa89f7fef1770fa36f818b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000915.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ddfa973eafc6bab98fdefeb56093e19a28066f234bee4e74223e1ae5b2fe48 +size 1053556 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000916.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000916.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34e8ea9dd29bd59b94882e46b0b3d71acf634b74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000916.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59baf0392ee18c259e42f29f8dfc5862c4fbe3fa6995baec302ddd9410c5776e +size 1169139 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000917.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000917.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..471c0114a1e00a49aeac28ddae1f9f9db65cd8d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000917.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6727cf9c62a00e1dd028a969ad1ca9278740322739cf056616981e388fcfd7 +size 1192441 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000918.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000918.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80941cd3533468be96ab287f96f978ac08955046 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000918.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088150d36308407d400bb43d3d2146634c988c371b0cc7f96d78099965f06739 +size 1001732 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000919.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000919.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32204699b1684d7ed1ec07c0590a115036926b1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000919.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5778fa713e5e68b3133d377aabada53b05e288b1842fc4a8c10840a797d11065 +size 1296566 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000920.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000920.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb902ea4c4886c7df08f8bfa213e2d4dc15146f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000920.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bd12f670e9f9e1e79a41847dd17ea44ccc03b0dbeabe379f58238e8ecf8d19 +size 1164031 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000921.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000921.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02cb9ad43831d0bdba2b59773dbbf5a7584b2964 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000921.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602670d048eff38b166b115890e9c7e7fd5ffb8a0287d177739e77fe3493c175 +size 983761 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000922.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000922.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31a884fec447ddd3274afe2333c3966e4d079b39 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000922.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556c40efc66a20b5c328dcd0e121061d9605ddea7c99d92c2a753166eacad755 +size 1374180 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000923.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000923.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..743877fcbda7df0e1e8cdf4eed4726b71f84f5b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000923.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e5accc9fab06150e5614912fdd9dd974d26eed387d196a5822f3158971a8a3 +size 1012148 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000924.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000924.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ceb26407dc0b3c6ac7f7a4c971d975ec10dc5ad7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000924.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbd35054b028eff06d6520095e73f2288130544cbb8ef2b2efdcd588ada56cc +size 1047533 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000925.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000925.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..072c8c7104f260c62d068e9fa02affe58f6a6247 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000925.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddc021e89bffc549298e3a6cc6fe18d4e522720bc1aeb5d38f589840417188b +size 1163158 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000926.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000926.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cca61dd3d4a7dec83652c7fbea3bd3a37c8d6c74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000926.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb700234c4f287f111775f04864fd60064314f63ab42d939ea256e500c6033d9 +size 1095252 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000927.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000927.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b41f6fc8096435a52814155639304ec3e8c840a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000927.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12de92c1331e6b13ca5080af288bfffc7422e9ebf8e78367eb45507db1895b5 +size 1227508