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..5bc60dbf15b160a20ddd075057e1682e2621d588 --- /dev/null +++ b/README.md @@ -0,0 +1,609 @@ +--- +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_stamp_document + +## 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:** 987 +- **Total Frames:** 369702 +- **FPS:** 30 +- **Dataset Size:** 7.18 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:** `Office->Printing Area` +- **Objects:** `A4 paper(white)`, +`seal(red)` + +- **Task Description:** Use the right hand to pick up the stamp and affix it onto the A4 paper. + + +### Primary Task Instruction +> Use the right hand to pick up the stamp and affix it onto the A4 paper. + +### 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 +`Office->Printing Area` + +### Objects +- `A4 paper(white)` +- `seal(red)` + + +## Task Descriptions + +- **Standardized Task Description:** `Use the right hand to pick up the stamp and affix it onto the A4 paper.` +- **Operation Type:** `fixed_single_arm` + +- **Environment Type:** `real_world` + +### Sub-Tasks +This dataset includes 1 distinct subtasks: + +1. **Use the right hand to pick up the stamp and affix it onto the A4 paper.** + + +### Atomic Actions +- `pick` +- `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** | 987 | +| **Total Frames** | 369702 | +| **Total Tasks** | 1 | +| **Total Videos** | 3948 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **State Dimensions** | 34 | +| **Action Dimensions** | 34 | +| **Camera Views** | 4 | +| **Dataset Size** | 7.18 GB | + + +## Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:986 + + +## 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_stamp_document_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 +| `-- ... (975 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..29430d0d3b70b2b4deb4b06e36123f1ec5438766 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77699c9ca48852aed14e74edcd2d14a43648fb755d5b391d5bdd1a4430fc198 +size 236704 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1df5498af8365862fd9b1da8f8f284be719a11f --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c3390429b34937e917239a93cd7534a5536044edd13978dbd18318b5e9e804 +size 243150 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c8f783db27af7b960531603f1b0b826ec438b8a --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06520c4f6cd5ea1d5242c2b3b32eb721773ee5ad4b9151bd47309ff10c319aaa +size 195137 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76e4e9d5c9139bc7dfecb442d42b40a9e81e8af4 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0524f64903d15d289ce2b814cd148bc6f1e2bc9fd036edeb9f596e3141d0244 +size 209612 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9e6dda843ac5909e3f43ffde609efeb4dbfb8c9 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9aee9335c16961de733964024e6dc975c572b81097d29c1c8a9f4a5e9eacea +size 212878 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d70fd1adc21e6dfcbda69e7bb0f774e429a30ad5 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac2c4c93fa55290968964a7b9d92f85ae87e27b6055a1ca4c70d797df18fc32 +size 227550 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7cb54e3461dea2dd6dcf74c30687cfad29512f9 --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f740cc4bfa8b3dea4caf079757940b5522e93a1ef9fff2186585fe840216a7f7 +size 236253 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1431d1e851ac9c5d04d26457f0b6885007164e6 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23339db1c8703097131f019682794671b7c943d69bc273c2272a2e1a0591155 +size 278711 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..adf366e7e8d2b460da1d90810a651cb2132a5dcf --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ba5b4c2ad1d1f0dc1e4bea607b1dc47a31b1a2d84c9bb0e650147b2ffd6749 +size 259447 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ad727d8f285dfe7b3f222a6381d848180dd181c --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3412d07b12d4c6b4fcd4d280d711cd80172438ffd8fb43a45fb0fe836577c8 +size 241039 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a3ea127cfd9c60846c500a250d6d2cad71d5a5f --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90268aa217d307c777b502b1695e72ca054a849669893fdb69c66de0a9654966 +size 277243 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..044e2b20a2816f1c1131ee407a56b3c6f6b659a9 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cac82212a7b9bfa44c1cfba610a5094287ae426f4380514bd18826389798de +size 243895 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d11b47772d5504e17ab9355768548014e66039c --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30ad8910ca2949f9d0f3e7e69c10f694375c1b1c263c6dbb3f8a01e836d3eda +size 256558 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e6315ae526b7f04bf15f4aa6dab526d9e49abed --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e87e7926f8a3aca1bfb035821a7f87b4184e64300c7e3b5fad1dfdcc947fd4 +size 290225 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5dd2e072818d538ce20fc50f41601afd53fac05d --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d0ce3f1e105425e83c85e8c39cb3354b7a2ece9fe186f6daf55a225c72249d +size 257205 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..743bae986c7a9b454bab3c8504a21bb64cb1df5e --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d793a8df522dba1893847a5292f7fca192099d79a188c98934fea86fa9a57af8 +size 243761 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc64c4a132d2d6ec1f5edab962146af2aad8aa10 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bb5295835d827cb08915594f07eef0ac265192c704711b7343dd0f10fd9437 +size 265952 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..517f80a4aee99200a793f3cb3f627d61593b5835 --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc13767a18698338dcd96a06919dabb23ae92039e45e65690d222c927513e0a3 +size 256307 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1eb1bed0dc1d6a4b3aea4daca6a17548cb870268 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f461c9dc9ef2cdc13f91b49bb9841e7939156c22f1531573de593c8d8854260b +size 229111 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24eeb93ac7af829045f3b6999ae8b354e4a7407a --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e45ac2926bb5260385e3d647f9583198fefa6674b87d620b5fe5d3ad00c3223 +size 277132 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2491f682941a51bb398e7222fd26e7b4ebe1158e --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1d4f6b5b28a6789c42f9ba62f2495f72fbbf839c4d57b5d0c80ac1d3d1079b +size 332072 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d27a9fc09fc6e43fd00a86f2efe8be74a277cb7 --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23ad567653c6dcca5a4a71ecfab03bad58316fb4464346bf69c85f9209c71c2 +size 245496 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fbdbb9d1e88e2cb2d75b99f4a1ffe648280fa263 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d19c9ee7ecd63983fcd4cd1574d7800cce4efc08070b790d6e25c685729fdb +size 251979 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ad7f6c6d3c969cc437b1b37c9926482ac3a3faf --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94cd2066617e3db5dec9ef1e6a88e3ee76d6dccc1a98c17d763b3df30feebb8 +size 263910 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0358eae65c818a8c0519aa09f8316eefb8fd5dc5 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3892e2bc313d578abc063af195b46d74a7861459ddbf4cc050f2afa529975582 +size 258471 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4045b3308514353a69ebb6336bb26aa46dd41b95 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bbf98b44994352ef60ffdb079e58ddaffd27db6c3888cb3e4c981e18179fe1 +size 332384 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34d6689ee8e8779860199751a911eb8dbe53cbcd --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6948617ee6437ec8a3227f650c9385abd66314c4799a681219332b02a79cc9a +size 265442 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b95d302641d44307b3c409403ad222eb59412493 --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e763b9d8832fe14c71a5afc886e77a6113601c2609e74adb6a80f3561143f9 +size 256364 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f73dcbfa819b1e0d1c9e40ae9e693b9cdf33ca80 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c3c4b8a66063483d7aca9fa464f1fe519a857e4e5ca182bed7a378d9b5e398 +size 227935 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81ec3b00aa252515d22c52477b2406b66361e820 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b41fd47b7fb9dc57ca0f21b5d20410d5c68dec6c6632bf19d7bd7ccb1230fe4 +size 188947 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1c3b44251eb20a8f0925a5e947b3af273499571 --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094ed7f6b50c21d6017deec4df09febb9a8a6a4bccd0fe3bf340361ecbbdb71c +size 196551 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acbfeefbd56d4cd9cf885d05c698d71c231db24a --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00a1b9c50d7a92dffe64fec75cdffd9f6d9c939d4adc2d6000a0085889f7f92 +size 200252 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b895c616bf9fa224acc59fd0fcd899246536fcb --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e968ccad7963cd36a9b897291e3ac83d0370e2ee3c3bc4986c8e433aac3f4d68 +size 209782 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76aefd5eb4a876a9c00fd4d1f9db59d93ad22486 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604d461ed38b2faf3f2d8b4a2213da79f5f4818ad0b514129ab825ff98ee069c +size 193082 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d951b16886b91bc73816145b6d740daf4fbb3fc5 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beda69e4789337345ee22ffd9187686e5415220e9de032a5b029b1d5f72cdc23 +size 185164 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b66d33fffa82745afdfb32b5050b3c9d58cc2229 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b19dcc2a8468c6056a8137fcc9cf1df9d6a01cc4372722f1e61bf96382e2f6c +size 201670 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f634a991d83d47a593100b942d69150badde36db --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd29ad2163f9d63b234d97068694a036af456b529f9c74c3e9afe0a3369438a8 +size 172813 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73a1da46b37dd588e5244efc0ee9dab8114608f2 --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c7401c2290a9ca60809658454673c7fd37981b29ac690e8873cf95337d3986 +size 158939 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..776dd868e8f552d646e7881115d105c34593bd20 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c4a57524a7f8437411963ed2a0f02a953cf90bfd48631da646be0da375d219 +size 204303 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d85942a913d0a388420a476efb1b7494605d59b2 --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac93a45617817db453c25fd6a2d73a6047d2d1a4e472b3d188df609410d7516 +size 206147 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bac7ea62884cea561559c616216d66d046daa50 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2f17ae3b4294cb23cd01e23b01c044e9cd0c4a8538ad664867bd1c254b1f07 +size 177118 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41fb4cead57483bab3d706752299feeebda62a1c --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b39ba3505d74664b0c47ce2cecb639a972ea1ba320f4b3dc16b8ef17cfdb9da +size 168121 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1f4f01a1428defedfdeb229c32e5ac74f5f2ece --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0ba249ec5535872a55b5927f3aae34023dc12c9833a6e722144d295c1937d1 +size 189498 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a52b8f3b41d87ee4dd50b7767e1997e2324d8466 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84908451425ee70b4b6d009ec74999ee1efd0dcbda8922d4ad5acab4413c5a83 +size 156060 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61e17e3984d9d8dda6fa255ddaadfe1eaeedcf15 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4cc102b3ee671c36352275a6c7e2305f77acd5c282bb35c22be764b8dddcd1 +size 166919 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..482dc2b927803939378f90b58b5b199e7711443e --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed5446b73b1e0ddb95afa44bd2a5ef4683d15e4c043fe382eb9e5983e397a9c +size 158061 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59ced68834acffb0d8dd9387c54e4d235a8cfc6a --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4376a71554ea962a0dc7e718e1246fb11510094e65c16ff05d5e17e4131775 +size 150543 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..623991b0c5c4646fdf9854aebe44cc82183fe32a --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f274e0e3e808bb60cedf88659fd6e2b0a892c04f66f85e471f5c979ecf511a87 +size 156312 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9866f8f39b4abefbe7028ff3d65650580225f9b3 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7257bb7b60ddb4db9576c5a4c2eae9459df90c25890a3bc216c491f1fadc045a +size 160750 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e73a3999d195cf34ba63cb241f57b02d75533050 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d941391853d7934485afcf766d3b6c3f03beb4431a425ed3e1e481a72064d1e +size 176188 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7de2d88d75d2d96028b9c8184a178cc809bf3197 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee688db2533a44d2f8a0ba02fa2a8abadf7c70dcfb10cd3dc348e745d3fad299 +size 165732 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ae72119b3034d458b4a5a859e56516012ef9bf5 --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06be984d3bef17454c194af52c30fa43f40274e4a6d7c14ad4d6f1e29c4b2462 +size 178731 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b5e68df6a6ee79d6729ae15aa0789e332bc6c16 --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0163b741fd8316ea99fa453e5445813b2e75a0c611b413dce36937bbd02649 +size 163711 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a85f45e6b037c43998105fc9750d3da68a3c5b9 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5889d1b16f52106359026d555bd8911c7765763b6fbf0cdbfb82dc6098222a62 +size 183675 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dd9906e97094ab4fa431735efe2499a7b763d91 --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83e760841f86db0d48f920c4b3b694cd0a12cebbf7421873935c1b6b92f2ffc +size 175851 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e8ec7ebae5c71a527aef269fbc7b07ae5551c85 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a0cffc0d1479d43bd7bc425a1581fad738621a5c6c2452d8d717cfb4caa411 +size 171872 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..998f021920d2780c844238163e24593d2b09e5b5 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabd60b54c085604ef3cc26d45e2914f5c25c51282028485561daa524d05452b +size 160860 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3a1deaf9d69ae26b01aa758a4cc0d1d5339ada9 --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826fe9bbfdab1015e2ae2574c1afc7d55fdc8be468fa774234e6249a1ca8013d +size 183525 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3c7ac4da2394656149c64d2bb33062cc6d95523 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498fa2827977232f729754bf58b8950b05123dfab243ee92aa7e4d890e3c8c50 +size 158666 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a293bd1a3bf89e2d4bc02a5923a571acfe21929e --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d33f7f746218a616b191f40968385203da0f1d3a18d30e796fe1d2242670db +size 157875 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38630c803b90ba36101c4235c85092734244f953 --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c758c2f37ff6d1b0dfef90647f09eb74d1653a3ebccb65f95d89ebd6c96c1831 +size 162290 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a799f87c8cb41b0905c8373e0a28ef9ecd842bb --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c39b60a68139bf6420cad274adf04d0b10eafd06bbc7567b9848cb91d12465 +size 158699 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c28623bdbf332c4c8f5c98bdbd24443c625d5ed9 --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce0403f44476fcea20625398d92230cb67ca4b7e8e46ead847de5dee14d6f29 +size 158783 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..573b74d113bd408440ba11342817c0d4f6cb5648 --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bef6122bfd7a790533c9c33b329af6094d0d943976d138ada2585a7e03891e +size 151155 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..297452b62baadb81c45a2e6774f65636b57713b1 --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc9a518c62107d89125bda7c844946bf2a8a117cab053e891f609d591bbd138 +size 186301 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dcb2db7fa2ad1c4184f59209cdee0bf137fd394 --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ce5336ea97d7125aee4952dc2b23011429d8bc4fed043eb81c7195855f56bd +size 142103 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8f1a626c3115361c9009217f02b2ce51bc2ebab --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35cc97ac1d20af6d7e68274b1f39064081028197699643cee6dcd765d082f84 +size 155093 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b6ae06ac8c9344cb7c6b67beeb3e18684f468cd --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cffe0ee23e2a4c069eedab96b103994f45824afce87683a7ab2efbfd992921 +size 190254 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b512195982f123328d524d7fda5b2f1ad04c697 --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fb15ef56c3d39db76d012cf1548ccecb45e875d773029f3e0ddb8799cd17a6 +size 177055 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..490c675548dce57024c1b30d6e48c0b50187b646 --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f8a01671b175ca039e4d64165e70dd4d00938d215440553641cb3e071cc4e7 +size 169641 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d822849261d8181154e48e11a60813020d26f204 --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6aca7882cf74bd9c94d745dad50949c6c84cab08aff9a0667d4dd94bbc8320c +size 176509 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f5084435f33a37c1e9ed41dc12cb2248f32a414 --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5165242fd946b198a2609e994d257fe708dfa751e1ce85048af55b8f876a9f +size 158863 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9c31e2fe8c4e49598cd8fabf1cfe8b938e443b9 --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c64f8aafd9334ec362ff287678aa16d928a984b2c8a3059862f6a5d2fc8bad +size 174233 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a34bc8b611ab1e39172632d3b6f47ba4fc15b6d3 --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fa6a4d2d0a53a5310da760963e846438e76c233b5c8042deee735b04422854 +size 190486 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df9c96e122e39dfe56ac228fd73840162490306c --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09521e912034474b62a3f9ef23ed6a2efa939eb8b5a7e661bece75f29ec435d7 +size 184718 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aa9f5d3de3a306e09a37d148721aa8d0a576b6b --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8133194db05d0ddf303e9c69112001b6d3b43fec80e55e69dba81425a1e96cbd +size 186517 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c17e5812e9c9068ae6a376ea14635f14f812915 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9d05ddf5465469294ac934e9945cccc0228b14a77b8c5c7e15ef2c9de6022e +size 168102 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df64195d430b8c48538a8c56efea50bb1c92b66f --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce61300c6af83c4417390b377261515762ce6b50eb6b142804bf33db05c01a7e +size 166879 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a382214bc0283f99e1fe2f399bc6920a80de689 --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc419ba6a175f2eded475a8a5ad1f78d38248cff70c02a9426f63e58fcdf7e1 +size 184474 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..944e0f7b18db663724f7868aeb3d7d5fc326cabc --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205b8aeb3f8fe75933b0e7edff82df7ec371d146000ea669a8d6d1cc2ab8f182 +size 169005 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23fca265b03c9a868dbbf1e251eb90ac0223875a --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ea256e7f9cfe27ca72f804b16a8c97f151c20eed851e3489dde76546589071 +size 183134 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4911320cb2d7229d9edd1591e1b21f1ce87870a --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053393a29031af43f10347f853ce6f3ccf0220d03ed678700da60d6f21451e36 +size 183875 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3bd8b22f83754bb31c3c9c732328cb759a2ca326 --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ca52d6fbd919698c964ac0f9ac8d38bfffc647c2395c627021abd1b95d012c +size 181017 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a508b2803affdd651898a803e8b59ee4e84798a --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5582a04b055ede77680fd896e82e5b58c97102e942bf01ebcf1425e98bc9ae52 +size 159487 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..854878e147018e8a435dedca08d9fa4fe6c84244 --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9686fbbb7c7373c4c27c786cca277db5c4459dd4e27e096ff2fe400d3df7b1f +size 169706 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a56d9b0016d63cb26cf761b7355b9a84d547e300 --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0252694020bfd6440517e368831e52e78ac76b2414c4115fda67cf434c974d +size 195231 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6bf7094e0624e3e40b7fe12e9833dac34e89f2cf --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35de6720bef2b6a882c6f48e545697b91565377fa70323b0981bea1221c5354 +size 188639 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b67beb2c78c24e7db29b8b7a706b9f6447c5e109 --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e6e537377caf3d4a6d223cd873707afe36a24e84e6cbbb4a6f39b06572d6a2 +size 172811 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..174b4749035f097c4adc24fa076b23dd83c3aef3 --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5575f4dead472eaf09111f5fc9ccf75e7ab43b9a3728d4474bb4b3b4c05f1239 +size 188967 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e427e578058cdf9fd9fae1a7f349bff3444e456c --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38c58e4282f52f9270b02145989a1d219e831e1de05d4124dbe96c641587c6b +size 163680 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ec1d07398553b85dbb465308ed46910f6e60ba8 --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36928c2da8be8b3273e1fab0404845892a4e7b75a51dbc48c61f639ff6a138b +size 191568 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53f84c895ee0519ec544d9c44b7de57468ddcb99 --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d9307ee28591eb7d5d5ce24142d2facd58d1f5633634dcd4cde60ec30a1010 +size 154736 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da5be69b363fc644faf7a02a2daea2bb31febc86 --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774bfb24680b9f4fbb1fe791c0926115c502af8424507586692af4fa81042c04 +size 175301 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deb51b4723f63756aa33771c110590617f6d563d --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525f2d2e64d39f1538db140925860e998ca16bded73fc21be725211039618f01 +size 165843 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5befcbc9b185c26cb95aefca40f9cf4efee9c1cc --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b9003e3a110db0c35a0171e88550e9cda06361157e4941f43baeb20ab60d4a +size 184652 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6498d38e5830b13926362ecd345ccbdc61f85e7 --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3471d1483aa25fbfeff99b0d7fc3e79704e3b25c00416790513b22df27da506 +size 164274 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad1fd1249baa6620ebc7e160b9f50f9e929a2c14 --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35969745513b1bea51dade3c5b6626b9431bf6fa6e94664a1c613c337b8d6d31 +size 182365 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cae5cf1ebe2fc6e4c06037436b8280637866c766 --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac471342a36f76c861f30f50050488983a94acb9b64bd0344945be42c6e42e5 +size 160469 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03422aca11b2cf3bffd7a15bb169a30510cb517a --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40b22f0e5276999bc220476aad453f72782bdbba97a4c2ab0be7811200adf13 +size 180277 diff --git a/data/chunk-000/episode_000099.parquet b/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a012dc914eb23ee56678e7231c82cf7fa04af80b --- /dev/null +++ b/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8492c343d61f6be4ba96ca2d28933823ec841cba98747bd2710a5f6bb4624dc +size 155526 diff --git a/data/chunk-000/episode_000100.parquet b/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a8069cc2fe0b669259efc78ef50a6c4a482afd3 --- /dev/null +++ b/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356f6a1880a0f0b9b59f26ad8980e55cb09777c6fa5bb5831ca7f709bc391968 +size 159797 diff --git a/data/chunk-000/episode_000101.parquet b/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9a171aa412b1ce695bde271d82be8db29f91d31 --- /dev/null +++ b/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e3f948f20487a0d352c9680e0041511a61d929e6403a0df77db4fad48ff86d +size 157753 diff --git a/data/chunk-000/episode_000102.parquet b/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8aec1d58bcd83d239bcae660642f87da162feef --- /dev/null +++ b/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a92435403e85b6311920b1ac665110b67a41e8cdb2ebd3eff279de479c26f29 +size 126912 diff --git a/data/chunk-000/episode_000103.parquet b/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..204318cf7bfcbd736a3a8670d567134ac8eb395b --- /dev/null +++ b/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ca6008415683a1142342681c9fb42bbb25d07e20fd7940a67eade6a3f7003c +size 138381 diff --git a/data/chunk-000/episode_000104.parquet b/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9dbf9c3fa13c87dc5b3ece0650303174cbdc1da2 --- /dev/null +++ b/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134a64c72d41ad478d323ff15b637a7d7f3a3175a7364b81104cdd5f87928440 +size 134721 diff --git a/data/chunk-000/episode_000105.parquet b/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e35ffafd2cb9dbb685fad14c4f51145c843c4de6 --- /dev/null +++ b/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9272f04c9fba69021cb7cf46f425665188f98b72e23eb34f5656e6f4c6159d3 +size 133920 diff --git a/data/chunk-000/episode_000106.parquet b/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6026adccbe083133a06401b2c7e640b647d5773 --- /dev/null +++ b/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef05c2276d324c7cc7ea220d471e2fedeafaa017b39434e9733b58ee3ba53a25 +size 126119 diff --git a/data/chunk-000/episode_000107.parquet b/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b958ffa7ffcf57b44ab8620c542f8b796aeb880 --- /dev/null +++ b/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f25b198d04ce592cfaf5cc162e06d983bbae184850340b646a0e1bedb080d3 +size 128264 diff --git a/data/chunk-000/episode_000108.parquet b/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78a5b4cfa34c457cb28834ebc2d7f8db4c661423 --- /dev/null +++ b/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921d87162eae72b677855470d516376f88751f6dff7757fa068445c37061574f +size 124604 diff --git a/data/chunk-000/episode_000109.parquet b/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d58037c15f4a0b99d0961c61131f73f36e9f8420 --- /dev/null +++ b/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df0946bef57b9170a21a4346fc165fbe6c257283832982dc13b6bba46e133c9 +size 122767 diff --git a/data/chunk-000/episode_000110.parquet b/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4dc0d8a538239b3ff17bf6daca6f3a4f970d129 --- /dev/null +++ b/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b677af6e39115943f8df2247eead0b47f360a849c9224cd50a7dcebc8dfd9775 +size 136924 diff --git a/data/chunk-000/episode_000111.parquet b/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d8df4715306b4f8555ad2f2d4b0e2b74f517454 --- /dev/null +++ b/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e4479b8215c63828043b43ebeea01b591b46088198996a2176e011e496ffaa +size 136674 diff --git a/data/chunk-000/episode_000112.parquet b/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3505db07f76a8bd3279cb39daaf5c9db21f1030 --- /dev/null +++ b/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bb2e9bcf1143f8e144880284dff0204656892aeb370aa042580a8a2dfec680 +size 122838 diff --git a/data/chunk-000/episode_000113.parquet b/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e27232f6f07dd1b4468f9d677ec31888027ea841 --- /dev/null +++ b/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c604aec970e3b016d35a9affecab72ffdadc389bddeb1056905f3577f8ef34d3 +size 123073 diff --git a/data/chunk-000/episode_000114.parquet b/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2199bec34f7ec21a610b0226a09ad1f6f9486876 --- /dev/null +++ b/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e29969b224156b7b061c6b762a0a10c54c2688cc2ffebaf1323273cbbaddb7 +size 126036 diff --git a/data/chunk-000/episode_000115.parquet b/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dae2298e5d17a9b0b608d6fb857e862eceacc40 --- /dev/null +++ b/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ae6751791d32098b0e657fd6908cb293bef6af21ffb3d55b7c677bdfca2c2b +size 110448 diff --git a/data/chunk-000/episode_000116.parquet b/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8446dd099cc62a9ec32bad1f39e7c612adf0534 --- /dev/null +++ b/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63202f90a97e1bb610ebefb0d0cf35ad36d50fe77ca82bd29b2e960540d8140f +size 135907 diff --git a/data/chunk-000/episode_000117.parquet b/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b0ffbf199fdb80ce61b4d1b18dc3c33b6af4aab --- /dev/null +++ b/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987171e9282300c0d2f43496477fc852326f67aa396e4daf96f70e11f084743b +size 128865 diff --git a/data/chunk-000/episode_000118.parquet b/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d6e215c12e8ee15cac9da4e0a858c84f7cab875 --- /dev/null +++ b/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fac4967aaa667727a567e4404b4ecd9a909252c52f1a2a7fd9e8cb76cda450b +size 122660 diff --git a/data/chunk-000/episode_000119.parquet b/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05cadbbff3f674b808ff349f2933baaa0d97e975 --- /dev/null +++ b/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae656fd5277707f755cbe06e642aacbdbe4c81e7d91dc622841db3916e0c67d +size 116460 diff --git a/data/chunk-000/episode_000120.parquet b/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..632a83794106061d7d418456370dad1743aba372 --- /dev/null +++ b/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8f42ae398edb8aea993ccc229146572c0469d266d0eee37ba3f1ff4b865fd2 +size 133754 diff --git a/data/chunk-000/episode_000121.parquet b/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d948c03d6e7c42f2aeb9c31fe7d83edec18e0781 --- /dev/null +++ b/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23506306a9f29cb5244abc4219dcadce827b8256c2d068be0c2630137da1cb29 +size 117971 diff --git a/data/chunk-000/episode_000122.parquet b/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dbaacc78aff23789b122061f046495f06547a409 --- /dev/null +++ b/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477b96a1a2f193ccce66c5c2843d708dc3f57714d0f17fb927d80f1abe68277f +size 106273 diff --git a/data/chunk-000/episode_000123.parquet b/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..431d2e9a7697fbd2cfd2b5d1d7e0bc181ceeebb2 --- /dev/null +++ b/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6862396625a5a098775de2a4ad49357f532900b0d4a8a25b3e2dfbe8d0ebe417 +size 107865 diff --git a/data/chunk-000/episode_000124.parquet b/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4491c426fb37c54257f460d98328e95ebde93b0e --- /dev/null +++ b/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20e175e05909584afb05790ac679610e623bd19285e586e98734382bc23e4f7 +size 123629 diff --git a/data/chunk-000/episode_000125.parquet b/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..141be4250e9029737c9e8a0488c0e2930bd004f4 --- /dev/null +++ b/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931c5ff27e86d90062a9b733f195d36d263f02dce0e89a72a02e9cc479ef4a4a +size 127190 diff --git a/data/chunk-000/episode_000126.parquet b/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3efb3e42ed7b0ce072ff7f64416fa171d160380f --- /dev/null +++ b/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c7194d6c16b064c04d8b71ab5c6e0dd0278a280a71b999582b5ba3b1dba5bf +size 120355 diff --git a/data/chunk-000/episode_000127.parquet b/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ee6f05380cbf07e6894f4233a4b42c430a4da0d --- /dev/null +++ b/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5ec379ab6a633a3c3215dc191c2e34425455c9d19066aaf3fd9516dcc2c5bf +size 128785 diff --git a/data/chunk-000/episode_000128.parquet b/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c66c255fb4bc6af28dc9cc03c87ebc01636d902d --- /dev/null +++ b/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f347e60196790bcf5b131322f2c73bbcd4316e1071ca84a32b0f07418df5e525 +size 132214 diff --git a/data/chunk-000/episode_000129.parquet b/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79d41805e4ac20851b0af90535eac4a99841fd47 --- /dev/null +++ b/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38189d98c4b719c9bc92d8c1286690cb36eba9ebedcb2491db53d4ee25b69fa +size 118306 diff --git a/data/chunk-000/episode_000130.parquet b/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6294986ea2937fc460d525408b1045bea75572c1 --- /dev/null +++ b/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed73c290822e4d66c940426732f5c6fe76f76b80b517933c346710d0d9eeec5 +size 122926 diff --git a/data/chunk-000/episode_000131.parquet b/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a91501bb8ce563db48259eb73550668bccc9169b --- /dev/null +++ b/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8857c0fbff8bf10a76c4a4ce0891c92edbb5007ea94e5680e23f02ef7a4389f4 +size 111649 diff --git a/data/chunk-000/episode_000132.parquet b/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a357630553435fc668e5e6d67d7a1fad4b32a1e4 --- /dev/null +++ b/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da5d5905ccc157770152f23873815ad759cdec27be7900825b1d8dfdf112465 +size 112872 diff --git a/data/chunk-000/episode_000133.parquet b/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79dadcf55eb1bf1a1717db4bc26b7323e1073a63 --- /dev/null +++ b/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a308b3948a2becd9e133f4e94749f7b3f7a6125ce68bcdf2030703483f82d9cc +size 119847 diff --git a/data/chunk-000/episode_000134.parquet b/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db59220b4491243f99a795b081e641b129b10079 --- /dev/null +++ b/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473e4f77d3443b7f8f079a8931ba6312c02b350dd8fa9c1981953a03211237a3 +size 107245 diff --git a/data/chunk-000/episode_000135.parquet b/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56aa80294ded8afb5a3a3324fedf7aefcd39a62d --- /dev/null +++ b/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a4a10eacc33793d70624c2d420324236482db24a2ecf84b36716dd6b6f8c66 +size 114469 diff --git a/data/chunk-000/episode_000136.parquet b/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04b65cec0b3d6e29aca6968e5f5506c115b0144c --- /dev/null +++ b/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782d26339dda2f54bcc662ab4f7b3f50b5fb52f273a033386e1082d032e945cb +size 132986 diff --git a/data/chunk-000/episode_000137.parquet b/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..135583a29195b1273dd754ac1dc5d790c30352ea --- /dev/null +++ b/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92470346ea432d226ea011b4570ecc78c71b761f363c839c5810bf4cb8fdbb80 +size 122360 diff --git a/data/chunk-000/episode_000138.parquet b/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e27dc1355fde09a326da84b75fa4b00ca61bb91 --- /dev/null +++ b/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72258854a87963cb421c3b6ea400a0c9c8dc196fc4be35dfa95a5c9899834509 +size 106381 diff --git a/data/chunk-000/episode_000139.parquet b/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e43d902bfa42a63e8d868e6c70d1e4c6a136072a --- /dev/null +++ b/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295b4b518834725710b7b7711c81a9efe29bc64150f759337b02ee7f9edd5543 +size 125453 diff --git a/data/chunk-000/episode_000140.parquet b/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..694c29f1c4640f40adbc0eb45d3275191a704756 --- /dev/null +++ b/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be47c6248639c367c1e71e5e6767a53752217f91e8e43211307019ca1db8f31a +size 119781 diff --git a/data/chunk-000/episode_000141.parquet b/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07d8774359fd2669beb5b2eb3ce07c9a94f590b1 --- /dev/null +++ b/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af0ef15e1c0e87d0c650c2dcb0c9274661ea9d3131734001d27cf50584d5a7e +size 120857 diff --git a/data/chunk-000/episode_000142.parquet b/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45b521b9a2f723d29f30749f3fad31305fa825aa --- /dev/null +++ b/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7886365179bbf5e5444ac1fac21d202251d0608de71c1c4cbe01902a86d00a4 +size 107706 diff --git a/data/chunk-000/episode_000143.parquet b/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06ca8a6dac808a9bf03494950a044cbd4e8a1e5c --- /dev/null +++ b/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dee10a8bef8715dbd156438a37922c466c8f08ea431d65cfeab6dba2895c5cb +size 108407 diff --git a/data/chunk-000/episode_000144.parquet b/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1238565ccfd8472b1629ef16e6e4690bb638ca24 --- /dev/null +++ b/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dbd0d802c66f2c49181b5acdb3479799529f69fad43ac950d721a2a2d58823 +size 109057 diff --git a/data/chunk-000/episode_000145.parquet b/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7cd25f3b2219799a3d5238056a0558664c71dbb --- /dev/null +++ b/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d885b99fafac6aa487b748d30be00e93f6d360095a43ab6809f4b95ce549fc08 +size 120967 diff --git a/data/chunk-000/episode_000146.parquet b/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46a4c63404ad1135798ff0af69b32c6d2b9bf291 --- /dev/null +++ b/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f16b45490fa18cdd25a8d8312eb35f26692f00cf7b73d2eb96cb77019fa681 +size 127938 diff --git a/data/chunk-000/episode_000147.parquet b/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8bea4d4b2627afc7f85d890e33237aa9091f764 --- /dev/null +++ b/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1485504074f3a26746518d87c7394dc20bf19022016a6f74b258d5d7c5979e +size 109403 diff --git a/data/chunk-000/episode_000148.parquet b/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7f8a5dd6bba6fc15263d2090dcca9ed09cbd890 --- /dev/null +++ b/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e481b3920c270168d0e1ffb99fb3e196695e6ba9cae4afc95975ed2e857684 +size 109321 diff --git a/data/chunk-000/episode_000149.parquet b/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d03ce708f3fd54044170c0186bac7e98bcf6a07 --- /dev/null +++ b/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaa7eacedf7dccd7fa1d6dde45fc806a9ef8f78af486b127950854c20800660 +size 108258 diff --git a/data/chunk-000/episode_000150.parquet b/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c655b88866ba34f57cafdb1bcf68e45e9cc4ce30 --- /dev/null +++ b/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fbf8ff4f0d847ba948afbf7d7d9792ac7fe35902d08fa52702d9068e2fd5d9 +size 118790 diff --git a/data/chunk-000/episode_000151.parquet b/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7aae3795be731274a61267731b50f9ac46c0185f --- /dev/null +++ b/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b0ed44edd7532e715f1e95f6739e0b29f3e806f094e7762611541ec9ac45f +size 108696 diff --git a/data/chunk-000/episode_000152.parquet b/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e38994398ce4f16981206e1e47ec5166ceaf00e6 --- /dev/null +++ b/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d73951c611e20fc6e5ce78052c030a2f713a8fa8465c72e12d6e8a474bd8cff +size 111148 diff --git a/data/chunk-000/episode_000153.parquet b/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3125409a8432f795fba75ddc5b0b2a215378e9c9 --- /dev/null +++ b/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5080d3f930674813f7f8808a82c551098d2f49a6945d56f0e9de51e0a56ee0e0 +size 109787 diff --git a/data/chunk-000/episode_000154.parquet b/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a461eb48857eaceb77aa32ad3ebd3ab4d9a4f747 --- /dev/null +++ b/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c909082e5763ac1b6de1435a15b913e458b61230bf98a51bf06b26a3b4033f +size 122972 diff --git a/data/chunk-000/episode_000155.parquet b/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..961dad571a91ba8f1d29a7d6d595064350e827de --- /dev/null +++ b/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9063e4e412c0a0d8512c1928e8a1acc9ba044ccd2499e1e957fa9742133beabd +size 98949 diff --git a/data/chunk-000/episode_000156.parquet b/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8ed9fcdd300d23dc1cc2dc708c98fcd639b427f --- /dev/null +++ b/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93a8993e8096726f225ff94ad63a4c4276a69dcdffcc002750686299df9362f +size 119990 diff --git a/data/chunk-000/episode_000157.parquet b/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b717baad79d0059c90d8d9f96ea80c4211203303 --- /dev/null +++ b/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb487479e188a18e697074787fd48d6f1a47963aad313d92f688bd4eaa5da8b +size 124657 diff --git a/data/chunk-000/episode_000158.parquet b/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c94a5924750d0ed9a4c7ad8cc7f5d9f039a2dace --- /dev/null +++ b/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1abb5a92ea1b931783dbffe7e340c23851839db340eadf3ef0e5c3232eeb3ab +size 111817 diff --git a/data/chunk-000/episode_000159.parquet b/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c354e46ab0717574fd035ebf80d8ebe7bed9525 --- /dev/null +++ b/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56223d6bdd46a1a6a1c443c6ec4dd9631b90961aee5443a32194f4c1c9f0ffba +size 117796 diff --git a/data/chunk-000/episode_000160.parquet b/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a8c59839fa4e487d8759441407d8546e6a61739 --- /dev/null +++ b/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed19c38f0e368ec2015e30393b8003f056d7bd2b35e681b57e1477afadbd3bd +size 112892 diff --git a/data/chunk-000/episode_000161.parquet b/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..688faf72a677a2f0c9a70ceee3f9a1b92ecad299 --- /dev/null +++ b/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971d4c5ec23e3d7fdf67fe6b075a76be673e2c66bf96f749fa112cf5bb970d8a +size 129875 diff --git a/data/chunk-000/episode_000162.parquet b/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c23ffdc6aa8f6048c098bf5264d0c91a454f9aaf --- /dev/null +++ b/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4818135ee0caa8a2af4c490109050c5c41cce1fa4da4da34c82392abde79faf +size 96568 diff --git a/data/chunk-000/episode_000163.parquet b/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2ac3fa202e43409d42a114ef23ed865f401134e0 --- /dev/null +++ b/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acbdaa5d29597046ca0c1f3466861ce2ad4e63206d2a45b96826a90ee09b27f +size 108041 diff --git a/data/chunk-000/episode_000164.parquet b/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f74fbe2c133203ad078183961add2e8495db55c --- /dev/null +++ b/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc8ca2d8441a739d9751a14affecc3dc53e0e7609d5cec47c0caa650402a88f +size 107074 diff --git a/data/chunk-000/episode_000165.parquet b/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..249d74bc0d336777ea25ffe58aad7d25c4aa4b26 --- /dev/null +++ b/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf9b5f38ffebeb8fd2624bce01d99094f342e294062327521073e38cce00502 +size 108364 diff --git a/data/chunk-000/episode_000166.parquet b/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1bff97e72c33061b86c2b9628346e4f0a8fc15b --- /dev/null +++ b/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d3be0538901c0f5d4bd91f2c6b23dc4f36fd0bb5ecf8e4f14034ff576c1ea6 +size 132764 diff --git a/data/chunk-000/episode_000167.parquet b/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee365414f0f6d3495af3e9470a6e98c84d123268 --- /dev/null +++ b/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6acf2355772f37f182614354df499b941210c357c417d75454e47068d10a70 +size 104108 diff --git a/data/chunk-000/episode_000168.parquet b/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95d348ff0879082bfad0b4de71ea0a2fa183e0c1 --- /dev/null +++ b/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c9a9185c8401d9eba32baa989f6f8f4663e29a3d41ea3b54c2b1b32f48b69d +size 110418 diff --git a/data/chunk-000/episode_000169.parquet b/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d13207716c82d14309d4df15f0499ef735932e22 --- /dev/null +++ b/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a83275c9bbca640c15706ff57ce62bc34db544977b4107294b53d7d8047b63 +size 105956 diff --git a/data/chunk-000/episode_000170.parquet b/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e6b8604d2ef79c322575b6bda98331496659759 --- /dev/null +++ b/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e944002f11593be68c72ad7f3ef45c9c7fe09aceaae64eab49997ebc24e69a +size 110074 diff --git a/data/chunk-000/episode_000171.parquet b/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec77cbe2e45deac8e41e961fcaad4236d97d04ca --- /dev/null +++ b/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819b13b3c962f3de6db2c95ceafa6b2eff2197f9d7fb06c4652147ac0ffe3a47 +size 119659 diff --git a/data/chunk-000/episode_000172.parquet b/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a173d835d96289ba95deff11f7cc32cdc6dc4b5 --- /dev/null +++ b/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5a93b753a17b5ac64d7e575484ecc4f4720386567d08d79b453bb030295e4a +size 106853 diff --git a/data/chunk-000/episode_000173.parquet b/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..367648c003529c8fdad76e1c7c6854ff2aa528fc --- /dev/null +++ b/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b6ca0b93841641ce248f5786cfd63267f83e7a4e3230cf7c22221157f30d09 +size 120878 diff --git a/data/chunk-000/episode_000174.parquet b/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..322327e76aa03e7ca1a5787b8614cfaaddc33a29 --- /dev/null +++ b/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b532f29ab8c4135a2b47154f913db31716c4ddf8ad71f9ac0b6e2c2643b25a +size 120838 diff --git a/data/chunk-000/episode_000175.parquet b/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31ea3376c7926d49f6de11b7f857a0b18be41d3d --- /dev/null +++ b/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed409144ea1adf2dad466c9ea30a64e513e582965af9cc351fd9ddf007288ab8 +size 108199 diff --git a/data/chunk-000/episode_000176.parquet b/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35b10846d15584debf881123c83e1eb478285468 --- /dev/null +++ b/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c1b4e1bc2666ba2f44559b853ffdfd8d7b2e1948ae33c2093d442344605da3 +size 107834 diff --git a/data/chunk-000/episode_000177.parquet b/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca3f26e3d9359859b5867b29a28f270fd5b84a77 --- /dev/null +++ b/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8003fee0361616a91efc0d1cd51ac44aced34726231eb8a773d2b2a9c66c10a1 +size 123221 diff --git a/data/chunk-000/episode_000178.parquet b/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e2b7528c5dcfdca3e53b3e6616b221eaa1c2c4c --- /dev/null +++ b/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa147cb2af7727224cb147a692c1e1937e9e4977672b31407160cea2aea62d8b +size 108460 diff --git a/data/chunk-000/episode_000179.parquet b/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9fbcb51fdb729d63a7e7c2acf608cb2ed07a5355 --- /dev/null +++ b/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc38738c2b4935617eb54b3a51a8cdf9e98ca75da0ea33475c927165d1615817 +size 107263 diff --git a/data/chunk-000/episode_000180.parquet b/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26ff80e46d4a71c0624c97d122a28c4bbaf8a3c6 --- /dev/null +++ b/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0390b8e9f362640f053896d0918fe8e2dbf6a24ca9842cff9c347844d3d87bdb +size 101362 diff --git a/data/chunk-000/episode_000181.parquet b/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a6f35c68ff2696c03563c247805acabacb7aa12 --- /dev/null +++ b/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92cedabd4eaed9d66028bd9a0530472d901d69f585cf246738791664754679b +size 122246 diff --git a/data/chunk-000/episode_000182.parquet b/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31ae0785979407c66643ce085f11569ddd9dc222 --- /dev/null +++ b/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0ff193af4279495c77bdb5663f49197217b7c6d4aa23ac43d3fe73693abbe4 +size 103574 diff --git a/data/chunk-000/episode_000183.parquet b/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38d357b40c96e5004b05680cee8beca74640f5c1 --- /dev/null +++ b/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977058fb4528a721f23a2381a0fb3dc5d674c10260585a4705471456a176c690 +size 123718 diff --git a/data/chunk-000/episode_000184.parquet b/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bf3f4cb2ec7f18943ee65c37c9ffcdcdf3f6e81 --- /dev/null +++ b/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a8d63ab4fef0354d62b8a05a3b2bd230315300703abc4386fd8f312d77bf2a +size 107570 diff --git a/data/chunk-000/episode_000185.parquet b/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38b755498727b8f207e223a366e334542a60bec9 --- /dev/null +++ b/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4db1117ad6d1bac5b8f686e6b9cabe489cb9b62cd7cc1955aadd90b1760ce8 +size 111925 diff --git a/data/chunk-000/episode_000186.parquet b/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36509e3de2de29c61e69738aeb4b230e669c77e6 --- /dev/null +++ b/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f54b7cb01df12db45ee2078a8fb4a02a2c160921e4216b9f3b2c1cfd1717413 +size 109763 diff --git a/data/chunk-000/episode_000187.parquet b/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65b636706b69b6a7fc2eaebe2e98972f6889394f --- /dev/null +++ b/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3834ce28b581395626e22440a284a30cd0c51a62e86e869a6ca700a6b3a272ea +size 102677 diff --git a/data/chunk-000/episode_000188.parquet b/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcca2c50f7774b65b873d7ca72e154442945c00d --- /dev/null +++ b/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9061ad4e430af188c31bc0622fa343ac0923f493cac70df576710444024b83ed +size 102378 diff --git a/data/chunk-000/episode_000189.parquet b/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae44fafed63661301e4c2d55210c13a176bd9cbc --- /dev/null +++ b/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61aa8245473ac6ce2b0eed84fd05c8737fa950366907d172f2aeaee415b1e457 +size 124508 diff --git a/data/chunk-000/episode_000190.parquet b/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a079ad8fe83444aa43e5e69ebc90162e0e00c61b --- /dev/null +++ b/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1acd4cdec30375d2804beef5eab98b08bb8a2bf82752f3ea9558d469d4440a6 +size 107998 diff --git a/data/chunk-000/episode_000191.parquet b/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39b152bf64656d05157af763b848b647a3658d3e --- /dev/null +++ b/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ddf2f352d9e7e047ef56c6faa392e19a4a160c7d75c31c6a370b1c413e311f +size 108749 diff --git a/data/chunk-000/episode_000192.parquet b/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33986681d5771930996e9721f657c20b1aa9108e --- /dev/null +++ b/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3244d858a2113d3bd38e0f2d407cad38faed279c55a7d1a42750e45639d75e +size 100736 diff --git a/data/chunk-000/episode_000193.parquet b/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b81ad643e946955315e6894d9c1d9872d46d51e9 --- /dev/null +++ b/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f169127a1c5794c92048486edede9f4f17f74f826efe63152efd7b52a576afe +size 104621 diff --git a/data/chunk-000/episode_000194.parquet b/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..983979ecff6adaf42bcd0d83aff31ffc05c79eca --- /dev/null +++ b/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa922d0c4925bebb78e738c06178226ee9ab188eb3b5f6dfc80af6d0a02b9e9 +size 101201 diff --git a/data/chunk-000/episode_000195.parquet b/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41c774d3c79861da289294fea9ab60953081f14c --- /dev/null +++ b/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0df82d8ee2ae09819f536a5f61bfcc9cafb31d3614d88538161d881dc786c95 +size 130134 diff --git a/data/chunk-000/episode_000196.parquet b/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e81f04b4b5276d43c46bacb88d9413764e975bf --- /dev/null +++ b/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfe613f5632ff2364a4bd7cee8930a51eb8d0827f32b8df836f86d9e40c90f5 +size 123518 diff --git a/data/chunk-000/episode_000197.parquet b/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..990fc530137f4cd7be139271bcf3d4a0fb955ffd --- /dev/null +++ b/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabb932f988d47019e309c13b1b0635496a1f61da405eab1898ad4a703b8b2ee +size 122092 diff --git a/data/chunk-000/episode_000198.parquet b/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99ae08d28b4a30d37ffbe207aacce6d5310f4c2b --- /dev/null +++ b/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f9b4db9c65a8cd55f7c920571547a27017b3b47d484251cc02e9fe50ad2f4d +size 148375 diff --git a/data/chunk-000/episode_000199.parquet b/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6b6dc5bd7e5a285fb80a19ebc1333b0008aeafe --- /dev/null +++ b/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1626e335fb25d7f994787ac3201861a0fe872f20dc979bc832d013b32da6811e +size 117256 diff --git a/data/chunk-000/episode_000200.parquet b/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d55a841b444ba16f57790cee43595760e275842 --- /dev/null +++ b/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4108d9e19780c2696c86c09abb9177cd0c105b136df079e01523a860fe40c8c5 +size 103249 diff --git a/data/chunk-000/episode_000201.parquet b/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7804156b2f0d2ec4d35013c1feb5e2cf5c952c87 --- /dev/null +++ b/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871f9805b9d1cc8be9be3515f3e76a0f3f1e8966ab97050ecd1569a87d1a172b +size 124066 diff --git a/data/chunk-000/episode_000202.parquet b/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c00cae8747e001115827128f9541d9ef71ba6111 --- /dev/null +++ b/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11ccd259596949495812a073451c65917487a55de4a01f1db20b4c52fbd95f2 +size 127962 diff --git a/data/chunk-000/episode_000203.parquet b/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73ac540c1e36521fb955094b6a1b8b28d95a2f19 --- /dev/null +++ b/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824c584fc948be570af1523acc2408732c29bf62b139e974c0b1db52f479237c +size 120583 diff --git a/data/chunk-000/episode_000204.parquet b/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ef5f4c6755c93890502a57dfdcb1cabc46b17e2 --- /dev/null +++ b/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d50a3302677f9cff3aeb4275770107042f2d09a640b08e862e2d44fe755bf3f +size 203506 diff --git a/data/chunk-000/episode_000205.parquet b/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2c9abe332ff53d2284b40752a2f735e27f3adad --- /dev/null +++ b/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c09daf07c0bfe02b8f97c43c15f0ff54a01f49904c96a86f1140c31c83a98b +size 148074 diff --git a/data/chunk-000/episode_000206.parquet b/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdc50931bd6ae99b1bfad2ce419586df03c9f0c6 --- /dev/null +++ b/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd2aaf2a382130be5182bc08eb42f0526ca725c0bf8483b1fd1b4c06b59a3e5 +size 145102 diff --git a/data/chunk-000/episode_000207.parquet b/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e274404ee9dbf733dbe425f91437d431ea808eef --- /dev/null +++ b/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29785c0638a0adc00a749c6950473834116cb269f27c693b4b6ba71ed592ff46 +size 160128 diff --git a/data/chunk-000/episode_000208.parquet b/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ef6abd2f604ecfb4576bcb232ca4703579fc441 --- /dev/null +++ b/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff7c6a1b24f555856e75c5b0922a3a960a0ef6008e138abb2e69ed7d3ac30f3 +size 160208 diff --git a/data/chunk-000/episode_000209.parquet b/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f47b8fe6de93f1d247f22119697d6f73b6b2207 --- /dev/null +++ b/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3857db66b38a11f2ccb89ed65774ec211298f0609b5ef0b1a7f94418ccf007 +size 150502 diff --git a/data/chunk-000/episode_000210.parquet b/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..783f997eab43ce77fcabeeedffb33f778bec75bd --- /dev/null +++ b/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b5c574e31d2b2137803dc6aa1caab944b653f647ead18c275f5f27cc09eb40 +size 150295 diff --git a/data/chunk-000/episode_000211.parquet b/data/chunk-000/episode_000211.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccbb84e131cf361b6ba98f4fa1cdf01c6da8483f --- /dev/null +++ b/data/chunk-000/episode_000211.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa333dca4bb2f1227a829b47e541160d57d0876c576f7c07054a6795be8963be +size 145725 diff --git a/data/chunk-000/episode_000212.parquet b/data/chunk-000/episode_000212.parquet new file mode 100644 index 0000000000000000000000000000000000000000..804ad09050a2cb5323e394140c495b6dcd42b6ca --- /dev/null +++ b/data/chunk-000/episode_000212.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b0827b1b493b3df9841ac3e88e91f3059ece8041d01fce171932ec72baf7fe +size 149400 diff --git a/data/chunk-000/episode_000213.parquet b/data/chunk-000/episode_000213.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f668a073e1a74578fe852d28cb7b273de500e02 --- /dev/null +++ b/data/chunk-000/episode_000213.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0843731fad85c4588ef6f784adcbb1c647caef3cf903f75c1ce8ffeaf8b0e3 +size 151097 diff --git a/data/chunk-000/episode_000214.parquet b/data/chunk-000/episode_000214.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73e4f490bce4fe34fc653eb00486efb87dd5f692 --- /dev/null +++ b/data/chunk-000/episode_000214.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09195b9b6ae10cf7a9b5d97a18ca410adb5a08bc3733f2a56f3dc128029e64f2 +size 155036 diff --git a/data/chunk-000/episode_000215.parquet b/data/chunk-000/episode_000215.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9be8c4c637e92e9ffaa76b3edf12a3cdccc1ec38 --- /dev/null +++ b/data/chunk-000/episode_000215.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100126be573695f7f4d313c9088da19ee464b9382fd8b486d63d4ffdfe96408e +size 147647 diff --git a/data/chunk-000/episode_000216.parquet b/data/chunk-000/episode_000216.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cca7d6557cc65e42d43c99179c2c369d2339ca3e --- /dev/null +++ b/data/chunk-000/episode_000216.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff1cd1f3ffbaf02275b5d0a79896af88b76e53626587374eb571e4ab6521bbe +size 149572 diff --git a/data/chunk-000/episode_000217.parquet b/data/chunk-000/episode_000217.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0721c8a1ab0dcf493ecb3fb5af382e02f72a5fea --- /dev/null +++ b/data/chunk-000/episode_000217.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19878a75f08bc92215a4928be4fd637a5f8fa6d0881002c60cbd452b8c94b360 +size 146785 diff --git a/data/chunk-000/episode_000218.parquet b/data/chunk-000/episode_000218.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b97a0b679d9af5a106b1b6fd3c0fe4fe325319c3 --- /dev/null +++ b/data/chunk-000/episode_000218.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df68a3393cfe58f1287ddbd5aff111882c0650ce1976ae41bae82581ec4b2007 +size 142488 diff --git a/data/chunk-000/episode_000219.parquet b/data/chunk-000/episode_000219.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c703c75f7972855c1b43c3189b924216b2bf9faa --- /dev/null +++ b/data/chunk-000/episode_000219.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e864242a9d4c2f514ef97c979ab0937846fc53ac7ac5f452ec0a4a0ce04912f +size 156826 diff --git a/data/chunk-000/episode_000220.parquet b/data/chunk-000/episode_000220.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2b86ed9ff46afd3558a54360e2ab8eb891c4091 --- /dev/null +++ b/data/chunk-000/episode_000220.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63332b06f258159cbd4be26f0f83fef3d13386606f633db19b25ab1402bc1e7b +size 160792 diff --git a/data/chunk-000/episode_000221.parquet b/data/chunk-000/episode_000221.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c57e9985d04f9a258152b06f7f12a4a654781d8 --- /dev/null +++ b/data/chunk-000/episode_000221.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e09328cb0ae1771e1c39e6e9b245c09419025d9ee00864fb2ff327f1ef73bb +size 147546 diff --git a/data/chunk-000/episode_000222.parquet b/data/chunk-000/episode_000222.parquet new file mode 100644 index 0000000000000000000000000000000000000000..329db6617ddfad22fa643bffaeeab936a0747aec --- /dev/null +++ b/data/chunk-000/episode_000222.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bf708c09a49565ce1f02913ebced4d784e295b871b57caec4f3bcdd552bff6 +size 146921 diff --git a/data/chunk-000/episode_000223.parquet b/data/chunk-000/episode_000223.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b655982d8a8aceb5717980ed3ad6d988fcdb8db --- /dev/null +++ b/data/chunk-000/episode_000223.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569b97058b45f0e8c60f74cd802e3ff3f87c78569eb91a96b9432032c1a7afae +size 127398 diff --git a/data/chunk-000/episode_000224.parquet b/data/chunk-000/episode_000224.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34dd010b139f2401014a5967c2d6094123b41914 --- /dev/null +++ b/data/chunk-000/episode_000224.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92adeddfa3a1c3d1f078b170617903e4ac697d155ae2608725bf98e4ae0aaa4 +size 147767 diff --git a/data/chunk-000/episode_000225.parquet b/data/chunk-000/episode_000225.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f9b01bb7b53d0741f83c014077d2a94fa6c73fd --- /dev/null +++ b/data/chunk-000/episode_000225.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c41912ce2e0390f2d76f73ff330c02dff86c9f66d8f7c1f9adb21346f2c39f +size 146595 diff --git a/data/chunk-000/episode_000226.parquet b/data/chunk-000/episode_000226.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39440c016014a0f832a9f88e25733140218cde33 --- /dev/null +++ b/data/chunk-000/episode_000226.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f17374ce26635b925df2b60e6426f5f65a6ba2add049173936bc32a99927681 +size 137181 diff --git a/data/chunk-000/episode_000227.parquet b/data/chunk-000/episode_000227.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a306709df6ad0dc3d99ba363aeb676f71c36aa6 --- /dev/null +++ b/data/chunk-000/episode_000227.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b4bd30cdea4364a50c190e278ee563d050890d9f13f4f2ea1084f06dd80888 +size 147154 diff --git a/data/chunk-000/episode_000228.parquet b/data/chunk-000/episode_000228.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd253165cc6b9ac09e869f86848ecfd164a715de --- /dev/null +++ b/data/chunk-000/episode_000228.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c985aac244fade17705915762813d672f9d4497bbb2c58c6c6e1c80f35bb87d +size 152460 diff --git a/data/chunk-000/episode_000229.parquet b/data/chunk-000/episode_000229.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b616c8ca5d40380aea87543463b45f23a855c617 --- /dev/null +++ b/data/chunk-000/episode_000229.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f1b79191ddc6767a8bdfff2d150d9bf4c58290e3ed8dc980cf4b540ad363ac +size 140734 diff --git a/data/chunk-000/episode_000230.parquet b/data/chunk-000/episode_000230.parquet new file mode 100644 index 0000000000000000000000000000000000000000..072302f8405fd576b857d2c682fbe6eb39b9f496 --- /dev/null +++ b/data/chunk-000/episode_000230.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4efbe03b398f06ff2c1b8c877b6ec2f858803511bb114fa7afe267e04855309 +size 156165 diff --git a/data/chunk-000/episode_000231.parquet b/data/chunk-000/episode_000231.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fba5585931004a2b7ccc11fedcac2b46f69b77d3 --- /dev/null +++ b/data/chunk-000/episode_000231.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e19b89e696a9ad3f94f9a98487c58bb5f86ad89b7508a1cacb993f0e94be6b +size 137519 diff --git a/data/chunk-000/episode_000232.parquet b/data/chunk-000/episode_000232.parquet new file mode 100644 index 0000000000000000000000000000000000000000..535b3fdae3386835637f3d5cfde10f0216579650 --- /dev/null +++ b/data/chunk-000/episode_000232.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc7eb2e3da2b02ad6c82cba51110456093b769317f1d479f83ea23e66de0195 +size 150085 diff --git a/data/chunk-000/episode_000233.parquet b/data/chunk-000/episode_000233.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f58eab3cb1c9c30e69248672ed0af9f40370918d --- /dev/null +++ b/data/chunk-000/episode_000233.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a48d0b41fc3a72c43e9e4d5436df9ce50fc428bfc6fdba94d776b5ae390577 +size 144783 diff --git a/data/chunk-000/episode_000234.parquet b/data/chunk-000/episode_000234.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32e55844eedbbb53d126686669bbb0368b27323d --- /dev/null +++ b/data/chunk-000/episode_000234.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa29a508bf646ff0042fe6d6e8046f3b0656e593004b414ebd01d69b4e1e367 +size 156313 diff --git a/data/chunk-000/episode_000235.parquet b/data/chunk-000/episode_000235.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d85be33aced852f17ebdd9a1021de0abcef38a4 --- /dev/null +++ b/data/chunk-000/episode_000235.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c095610bfd8489d5c25922dbd729b877a6f8a775633828d61756995eabe58a2 +size 193124 diff --git a/data/chunk-000/episode_000236.parquet b/data/chunk-000/episode_000236.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e54af38a99de2dd6fd419996b9adf2e4e5ff8267 --- /dev/null +++ b/data/chunk-000/episode_000236.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4a750c9409614308f8c7a1620cee66882147323bb1fc127063f36b4c6352a9 +size 182057 diff --git a/data/chunk-000/episode_000237.parquet b/data/chunk-000/episode_000237.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a078958110d69e9484546e8d139893163a179766 --- /dev/null +++ b/data/chunk-000/episode_000237.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193bee128159c150773cbe736e938db05d10b5b79f5d9db251935a39fdfe72c7 +size 147933 diff --git a/data/chunk-000/episode_000238.parquet b/data/chunk-000/episode_000238.parquet new file mode 100644 index 0000000000000000000000000000000000000000..648cd85cd0b1df0466393af2648ae656464022b6 --- /dev/null +++ b/data/chunk-000/episode_000238.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828f0d1d549946d9c18739e699a4328a376714dcc0046f366f4d990417e09c46 +size 150679 diff --git a/data/chunk-000/episode_000239.parquet b/data/chunk-000/episode_000239.parquet new file mode 100644 index 0000000000000000000000000000000000000000..38007ba00ff89d15c4c5161299e0626505d1a99c --- /dev/null +++ b/data/chunk-000/episode_000239.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43c0414887268f7297052b0a076619943065e465b045f1e391955794326c6db +size 134392 diff --git a/data/chunk-000/episode_000240.parquet b/data/chunk-000/episode_000240.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b605367b2a36f1ca8d2139069e8598d251a4cf5 --- /dev/null +++ b/data/chunk-000/episode_000240.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c42bdc4b6a5f585cb96a2ef39c42dccd7f16e72816d678e072c9ffe52b2d620 +size 140492 diff --git a/data/chunk-000/episode_000241.parquet b/data/chunk-000/episode_000241.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4bf2b4f87133c23478349beac876b1d4164834d --- /dev/null +++ b/data/chunk-000/episode_000241.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e555a978655bf3ed81ff8c4c467d9cbc513fa526571c34a6b5e1f98d818987 +size 143566 diff --git a/data/chunk-000/episode_000242.parquet b/data/chunk-000/episode_000242.parquet new file mode 100644 index 0000000000000000000000000000000000000000..600874de17ad8b1fb96008a5772ebacf08d62275 --- /dev/null +++ b/data/chunk-000/episode_000242.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcffe954ef140020fcec7566c666700df8be155ca6a11fcb5bd0f4e17d80dd91 +size 135262 diff --git a/data/chunk-000/episode_000243.parquet b/data/chunk-000/episode_000243.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e87fbdaf6ef74e2fd49abeccf8facde69db56e7 --- /dev/null +++ b/data/chunk-000/episode_000243.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c4c613bb7423c34e59dd6b785ad0b374f662ebea98f4bcd3f5f57f01d821e5 +size 137277 diff --git a/data/chunk-000/episode_000244.parquet b/data/chunk-000/episode_000244.parquet new file mode 100644 index 0000000000000000000000000000000000000000..531e5f4d0058fba8e180f108e8bd5fa16b35173b --- /dev/null +++ b/data/chunk-000/episode_000244.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88937c5cca61b92a0aff56c4eb068449b58f07bc40b78560491a05ccd4e7a459 +size 147686 diff --git a/data/chunk-000/episode_000245.parquet b/data/chunk-000/episode_000245.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f5fa423bc6961169eff857c7e53a2955ad1bd3f --- /dev/null +++ b/data/chunk-000/episode_000245.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3d196fb2d9a4e0cc2dc576a390201871933b1196598c6bb62c71cddd9a9d1e +size 137597 diff --git a/data/chunk-000/episode_000246.parquet b/data/chunk-000/episode_000246.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0e80d69210db193aa43d585860042c0512cff00 --- /dev/null +++ b/data/chunk-000/episode_000246.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e01179f37466236e55c263cb677f997b845c223412d992ddd91825cac603f69 +size 126175 diff --git a/data/chunk-000/episode_000247.parquet b/data/chunk-000/episode_000247.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4eeeb45540d6c8b288cb22c434c7d9574a91ac63 --- /dev/null +++ b/data/chunk-000/episode_000247.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557996248a0b846f08643e4511347d4c20ff378c4041a7b6be12182bf960f7ca +size 142335 diff --git a/data/chunk-000/episode_000248.parquet b/data/chunk-000/episode_000248.parquet new file mode 100644 index 0000000000000000000000000000000000000000..762e9393772798dc8332094e9f4d475628232b95 --- /dev/null +++ b/data/chunk-000/episode_000248.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e772e920a8e9c6dbb610814d31784611ac7a27f4662023040127cca2640cceae +size 174619 diff --git a/data/chunk-000/episode_000249.parquet b/data/chunk-000/episode_000249.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ba7808259cd20821dc2d203de543d267dbcbdb8 --- /dev/null +++ b/data/chunk-000/episode_000249.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94396a207948dc65a9d7af5c1a3b26b2a2c2837c562f0a3f8c394fe416b4d37b +size 140769 diff --git a/data/chunk-000/episode_000250.parquet b/data/chunk-000/episode_000250.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee7ca889329414faaa4edacfde98230b15a0c36e --- /dev/null +++ b/data/chunk-000/episode_000250.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8bbc12da41c4185051bbd862fd33ea3e2d8ac8edd5ddc7edea3711df294a09 +size 131271 diff --git a/data/chunk-000/episode_000251.parquet b/data/chunk-000/episode_000251.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acb64574865841f2e12a66b304c4ea432e53e259 --- /dev/null +++ b/data/chunk-000/episode_000251.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3fb020455a8c06a4f472c19f592cd0b59d2ac101d292225fa672f91c151169 +size 134335 diff --git a/data/chunk-000/episode_000252.parquet b/data/chunk-000/episode_000252.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6884e94adf8b9bf8972b5b445b75fc2d0b677ca --- /dev/null +++ b/data/chunk-000/episode_000252.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279a6d1be181e63aac0ba64cb51be1f4663b7316950b08ba792b45b802110aff +size 138471 diff --git a/data/chunk-000/episode_000253.parquet b/data/chunk-000/episode_000253.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08889bf9868ed1fd0c6a63abb1c38cadacc87c29 --- /dev/null +++ b/data/chunk-000/episode_000253.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85c0d8d1acb03172242c22da21803ca8604f5f1897c9068c3517b311fdad549 +size 136045 diff --git a/data/chunk-000/episode_000254.parquet b/data/chunk-000/episode_000254.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df2dc9681bdac665abf1a75e15f086288fd18743 --- /dev/null +++ b/data/chunk-000/episode_000254.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debcec46518638a4e4179626c31c4c23d5ce708466d85cf6ddcdd42ce3e97a47 +size 142396 diff --git a/data/chunk-000/episode_000255.parquet b/data/chunk-000/episode_000255.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e006c29b3e7f9e0636ac4187fe50009d3bf8b95 --- /dev/null +++ b/data/chunk-000/episode_000255.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c45ae3ffaa91550a2a898a44b71377dca53eafd76d31a27b1813942113bc7d9 +size 128981 diff --git a/data/chunk-000/episode_000256.parquet b/data/chunk-000/episode_000256.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff1a94b945f510d07464911458925c960b73f1fb --- /dev/null +++ b/data/chunk-000/episode_000256.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad70fe99befbf797f4081dd7bb846f65260e5c0d8b814dc8c0d270cc83f4978e +size 157897 diff --git a/data/chunk-000/episode_000257.parquet b/data/chunk-000/episode_000257.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13ce8d20a9688639786255c0cd7db6ea08063837 --- /dev/null +++ b/data/chunk-000/episode_000257.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9e0eb5e5a46252600cb01ca68e3ccc779de084dc3ad54bb1286f620d3cfab2 +size 132837 diff --git a/data/chunk-000/episode_000258.parquet b/data/chunk-000/episode_000258.parquet new file mode 100644 index 0000000000000000000000000000000000000000..768439fa16df5168ec2c13875515e0cbc403884e --- /dev/null +++ b/data/chunk-000/episode_000258.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ca70124f7aa5743b6d663a1675f19ddcabcb98c143356d78c8bd605c703672 +size 140767 diff --git a/data/chunk-000/episode_000259.parquet b/data/chunk-000/episode_000259.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9a7ed31062a5b3a6d21ab41b213330c307cb140 --- /dev/null +++ b/data/chunk-000/episode_000259.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ded7c43976e5e700a2ed418e9f75f63d8a6d7cb36adea1c1507113dec46f1a0 +size 162528 diff --git a/data/chunk-000/episode_000260.parquet b/data/chunk-000/episode_000260.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de54078a2b76f8c51637d2fa865ae959e0af11e8 --- /dev/null +++ b/data/chunk-000/episode_000260.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38e5d29ceeefc43e02586ef4f7e44a093a1688bff7cdc33cbb879fc278a1b0d +size 127519 diff --git a/data/chunk-000/episode_000261.parquet b/data/chunk-000/episode_000261.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad46eaee83f0709aeec90bc5f6cd04d3c3bd1422 --- /dev/null +++ b/data/chunk-000/episode_000261.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed0f245a559fc65ac8c0b40a9db76c7626845b655d311c27db2893a8fc7a7bb +size 131108 diff --git a/data/chunk-000/episode_000262.parquet b/data/chunk-000/episode_000262.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a3b8f270091b7bd9db8f9a3bdf2cdab9b3f2e65 --- /dev/null +++ b/data/chunk-000/episode_000262.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a4bfe3eb7134c50f437736e119d4322c920e1788fe0ad114a04c97576aaac3 +size 141710 diff --git a/data/chunk-000/episode_000263.parquet b/data/chunk-000/episode_000263.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd131baf974270a9eede9b3d757f2c5b9e1a956b --- /dev/null +++ b/data/chunk-000/episode_000263.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793692c79535748ca9b06aabfeb06738a5a631040e44dfa9ae82f382871747c0 +size 145872 diff --git a/data/chunk-000/episode_000264.parquet b/data/chunk-000/episode_000264.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3e36da94680752a1e7a287544c696c8b5e34d10 --- /dev/null +++ b/data/chunk-000/episode_000264.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650f76c099b84ec31f6f9c8204b8dc9113e3840cabbcd65466fce19c928b4581 +size 155333 diff --git a/data/chunk-000/episode_000265.parquet b/data/chunk-000/episode_000265.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34da8f1b68dd4db110e7678fe0498863ab990f08 --- /dev/null +++ b/data/chunk-000/episode_000265.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b017f70cb4fb7bf4163a4ef65d094e2135457d893748392c00c8c56587a7d4 +size 148791 diff --git a/data/chunk-000/episode_000266.parquet b/data/chunk-000/episode_000266.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec7cf7bb690d1f1f752ce5d1ae8a241bd5da03d0 --- /dev/null +++ b/data/chunk-000/episode_000266.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df712dc03dd7f63920be0b67d9ee6a50e7eeef11fc625d13f776819fcc99bbdb +size 137562 diff --git a/data/chunk-000/episode_000267.parquet b/data/chunk-000/episode_000267.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dac44f2d42dc1492a5145d9a995b08229dca4d50 --- /dev/null +++ b/data/chunk-000/episode_000267.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bad4cdfb9169a5fb86fb832c07a6319b66e2504499a0789a1d30098906bdea +size 125861 diff --git a/data/chunk-000/episode_000268.parquet b/data/chunk-000/episode_000268.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d074cc881eaaf11ab5f6e04add3fec8a8bbfcd4a --- /dev/null +++ b/data/chunk-000/episode_000268.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec8e8bc04a0771d1a185f6afff9bc8edfa6a00d096b4d3e7d2bdacf985ebe72 +size 146522 diff --git a/data/chunk-000/episode_000269.parquet b/data/chunk-000/episode_000269.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d71cb0fc541e194af3c130ebab1aa53e5c0e36a1 --- /dev/null +++ b/data/chunk-000/episode_000269.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca2fc57b64c189142be8588c641dbcaad700279f0e82799d4353ed1d70ab9ad +size 153993 diff --git a/data/chunk-000/episode_000270.parquet b/data/chunk-000/episode_000270.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a8d2b9a5b2c8b475d25fe3313665a7563fd2311 --- /dev/null +++ b/data/chunk-000/episode_000270.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5313bd029cf4605a46c3045ce2feaa15cadddcf8cfd62794ff092bc32f56fe0d +size 142850 diff --git a/data/chunk-000/episode_000271.parquet b/data/chunk-000/episode_000271.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78fd08d0e0305a28a218f5c94b63966f52820462 --- /dev/null +++ b/data/chunk-000/episode_000271.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30565123bc0f57221f2e01406f448aaa5b69afedf9062a3942bc544ab5738d04 +size 149375 diff --git a/data/chunk-000/episode_000272.parquet b/data/chunk-000/episode_000272.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6929b9c23f7daba49a8563af9f0f272ed71b9361 --- /dev/null +++ b/data/chunk-000/episode_000272.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3be9c55a2b2b61e51bc3d3ac52325666125330f6ed4085ef6a717239de527a +size 172636 diff --git a/data/chunk-000/episode_000273.parquet b/data/chunk-000/episode_000273.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf0d85d6a80bee244fef1a10d81aab96cd1f1b10 --- /dev/null +++ b/data/chunk-000/episode_000273.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a174bf6a9da8794e6ef4d99f123d5cec5a0f10a11601ca9c9745195caeda07de +size 183130 diff --git a/data/chunk-000/episode_000274.parquet b/data/chunk-000/episode_000274.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f017db1e9f7a24f33e1fc98cca550ed4eb0e3afa --- /dev/null +++ b/data/chunk-000/episode_000274.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70337c1ee286fcae89f2ce712bb71057987bf462f2a535886f889c4a83150282 +size 148427 diff --git a/data/chunk-000/episode_000275.parquet b/data/chunk-000/episode_000275.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dd4eccd75d8e31ccd9a6e04ddaa0e6a7efbcc8a --- /dev/null +++ b/data/chunk-000/episode_000275.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f8774aa50f40f604d0b2be31520aff25d2fb9b732d7257b88e07d5275be435 +size 132811 diff --git a/data/chunk-000/episode_000276.parquet b/data/chunk-000/episode_000276.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ce467d7b4f2df7693a51bebacfcef03d29c7ab0 --- /dev/null +++ b/data/chunk-000/episode_000276.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700e9513a4fedaae3c6abcee359253a14e436271336f175864e54d2ccc295caf +size 130939 diff --git a/data/chunk-000/episode_000277.parquet b/data/chunk-000/episode_000277.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce76e61c7300f9a0380b8532c2a1f5f6ff71061a --- /dev/null +++ b/data/chunk-000/episode_000277.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c4dafb634f84438f4a949dd1fe03d9aa044a5afd5703f3ceda503589aea254 +size 127160 diff --git a/data/chunk-000/episode_000278.parquet b/data/chunk-000/episode_000278.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0f9b897aae337137d7f67e3017ea4a78db3e1e4 --- /dev/null +++ b/data/chunk-000/episode_000278.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb695bd01b356074a26523d734248ac325c8b63305c7dac50951c5b6b2389a9b +size 132606 diff --git a/data/chunk-000/episode_000279.parquet b/data/chunk-000/episode_000279.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0feb329b0951aa25fc0da8c73d9ed14b5382c56 --- /dev/null +++ b/data/chunk-000/episode_000279.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426425d453fc625e6dcfe7e2d9ffb962fe26f0120d0e84fa18c9bafedfcd4e1e +size 137740 diff --git a/data/chunk-000/episode_000280.parquet b/data/chunk-000/episode_000280.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6185cd095de40405c83e4ad63aa06aa3f821b426 --- /dev/null +++ b/data/chunk-000/episode_000280.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1395af784523b48993e29fd7c4d32f05672028e7c6add9d3e1ce5d58ba1f8943 +size 168625 diff --git a/data/chunk-000/episode_000281.parquet b/data/chunk-000/episode_000281.parquet new file mode 100644 index 0000000000000000000000000000000000000000..59638ecb643496aa55186bc4820b01dbd63cc63c --- /dev/null +++ b/data/chunk-000/episode_000281.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d3111541d3523fc8d312a8ebb18dd26f2f8fd3feff05d0ac2449052030f4c0 +size 125589 diff --git a/data/chunk-000/episode_000282.parquet b/data/chunk-000/episode_000282.parquet new file mode 100644 index 0000000000000000000000000000000000000000..064a4c87398bda86275c010d5c06ab5e9c05adc2 --- /dev/null +++ b/data/chunk-000/episode_000282.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccc3d6a39c93dc9357ad891f0cc13032208481a19bfa2c26061d7b4f287eaae +size 155039 diff --git a/data/chunk-000/episode_000283.parquet b/data/chunk-000/episode_000283.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e54777506dfdea8e091a85c1c2273c20b996b4e --- /dev/null +++ b/data/chunk-000/episode_000283.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e9c40c7a7df840e190facdd870cd0742dcf9152310c990d4b6c3e3a975da24 +size 107337 diff --git a/data/chunk-000/episode_000284.parquet b/data/chunk-000/episode_000284.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bc05e50834071ba0d2c0d37da216e3e059bd3249 --- /dev/null +++ b/data/chunk-000/episode_000284.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69c1f429bee3e8474b9fe1f9a6aa4bb4a21ceffedd3039cea0949b54c71ead1 +size 118814 diff --git a/data/chunk-000/episode_000285.parquet b/data/chunk-000/episode_000285.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2852f1ccd38abd410fbf9ad438cbfc91e0119dba --- /dev/null +++ b/data/chunk-000/episode_000285.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d142402c7dea1f6a3161ad3f46685fad020bed4aba029ad44b157bf8509609 +size 152957 diff --git a/data/chunk-000/episode_000286.parquet b/data/chunk-000/episode_000286.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd17d1fa72345ad822b23c09a8024810291c37ab --- /dev/null +++ b/data/chunk-000/episode_000286.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4defc45d9b14e549f5508c8edd40b7b5072efe525a958527ee73e2b57b4ff80b +size 155363 diff --git a/data/chunk-000/episode_000287.parquet b/data/chunk-000/episode_000287.parquet new file mode 100644 index 0000000000000000000000000000000000000000..328ccb69c6af23678f983519b31a9a5d68f6e18e --- /dev/null +++ b/data/chunk-000/episode_000287.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2deb495f8eab4852f3377853c4c9be203e0afdebfb147d5acd7a38d4bce6ed +size 129196 diff --git a/data/chunk-000/episode_000288.parquet b/data/chunk-000/episode_000288.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c68f349ef8ce67464e7bc306262e11805b23e06 --- /dev/null +++ b/data/chunk-000/episode_000288.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179a9129c784424fe98e7ab7b3d670a5eb6e5bbd4eb7c482af5e369cb0c82b3c +size 127716 diff --git a/data/chunk-000/episode_000289.parquet b/data/chunk-000/episode_000289.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ab2ffe1a87d1dfee36cfeb690bb8ff4f621d0e3 --- /dev/null +++ b/data/chunk-000/episode_000289.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d1596a98aa1e67e28c4143a42f20dc368999a37a79ea54a2802c7e1ce09e1e +size 131025 diff --git a/data/chunk-000/episode_000290.parquet b/data/chunk-000/episode_000290.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19b7fd27700ddbe3c7bae5399c4c3a73d5cb1d98 --- /dev/null +++ b/data/chunk-000/episode_000290.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796bf0e30778090bba8433ca93d3243656c6f8cbb3d5215d196a51dcaf96fa6e +size 149463 diff --git a/data/chunk-000/episode_000291.parquet b/data/chunk-000/episode_000291.parquet new file mode 100644 index 0000000000000000000000000000000000000000..288e510363629a0e62443b2c9508e5e746ea8b7d --- /dev/null +++ b/data/chunk-000/episode_000291.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c4e5e3c318cc4f72788fa8b9d10aa4725ef4e87957a9d67fc40fa4f99369c4 +size 150746 diff --git a/data/chunk-000/episode_000292.parquet b/data/chunk-000/episode_000292.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f568a0f79784b6e3aef4bfd469417044fc43a59 --- /dev/null +++ b/data/chunk-000/episode_000292.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2e8fd75d60a242bc6d6c8e7f66cf1edc242a02aad1d964b42237bea95073e0 +size 140024 diff --git a/data/chunk-000/episode_000293.parquet b/data/chunk-000/episode_000293.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9bf9b9790920b69caa4741e3bc9e2ca8f6a67aa --- /dev/null +++ b/data/chunk-000/episode_000293.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52308a89d8ecbf8740e542c4e2cddc734cfef47e00fea218a3fa98e7ee24a6e +size 137944 diff --git a/data/chunk-000/episode_000294.parquet b/data/chunk-000/episode_000294.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e4fa8846722c3dfd86d0ae4dcd2e55d61ba92380 --- /dev/null +++ b/data/chunk-000/episode_000294.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1f91a33a4d802426042a95614726f82c04f65eeb4bb057c6661060f464e0d5 +size 128087 diff --git a/data/chunk-000/episode_000295.parquet b/data/chunk-000/episode_000295.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0050f0be21d8b621604b4b935033019be81ee49 --- /dev/null +++ b/data/chunk-000/episode_000295.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cca6d335dc565387d73733dd5e9e00883e09b2f4c9e24bf0d8d332f83a00df +size 125189 diff --git a/data/chunk-000/episode_000296.parquet b/data/chunk-000/episode_000296.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1994a4baf5ed67bf283cdc2281655f0c0ee086b --- /dev/null +++ b/data/chunk-000/episode_000296.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a29a791b27d6ed90ffbdd385fefbed0053d0aca15e36a04279cb3acfde550a9 +size 129429 diff --git a/data/chunk-000/episode_000297.parquet b/data/chunk-000/episode_000297.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8451a1c03c7f109f9842b2046a5a910bf9a9288e --- /dev/null +++ b/data/chunk-000/episode_000297.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4572ecf6768516d3251bf418d01e1c5cfe1a907499089f3784ef632c04db9e0 +size 142648 diff --git a/data/chunk-000/episode_000298.parquet b/data/chunk-000/episode_000298.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7cf9f0257ba677ea74080530de22ab95ad16e84 --- /dev/null +++ b/data/chunk-000/episode_000298.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5fdc7460e28ed6c8c6de5b2b7e091d79fb8d2318c71559812ede9ae922fdfc +size 128174 diff --git a/data/chunk-000/episode_000299.parquet b/data/chunk-000/episode_000299.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ed66e4e910074a6fade2b8d72201f64d9a24f3b --- /dev/null +++ b/data/chunk-000/episode_000299.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a43c24a018c9de05867dbbbe11b695b40bc31cd412b62ed8bfb2b55aeb6a35 +size 111124 diff --git a/data/chunk-000/episode_000300.parquet b/data/chunk-000/episode_000300.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16a6d89f9efe19d7b2c0d194117576502acd8c8b --- /dev/null +++ b/data/chunk-000/episode_000300.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632566d38e16b4022445bad6d265aac6b7ecf9f789fce01b83d8fdcd63c9b091 +size 124562 diff --git a/data/chunk-000/episode_000301.parquet b/data/chunk-000/episode_000301.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b04b9b6505ad608851170e5dea40d2c9a57fecc1 --- /dev/null +++ b/data/chunk-000/episode_000301.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9eb09b75878169d1cf71e2125764a3b20a1396dbe896c75ec35a87fbcf4082 +size 133214 diff --git a/data/chunk-000/episode_000302.parquet b/data/chunk-000/episode_000302.parquet new file mode 100644 index 0000000000000000000000000000000000000000..705027f28aef316e04e0f3c99467b5ccea1ad14b --- /dev/null +++ b/data/chunk-000/episode_000302.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6febb451fcfccfd68acdecb0d9e90510655f34a0305789da1c0afa60861b5cc +size 136426 diff --git a/data/chunk-000/episode_000303.parquet b/data/chunk-000/episode_000303.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2e586bb6a308e6a2ef9501eaadebfd776ded881 --- /dev/null +++ b/data/chunk-000/episode_000303.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e32586387926ad7b49637b956b1c9c6f1ac817027aead41f0457f6c0651e38 +size 134481 diff --git a/data/chunk-000/episode_000304.parquet b/data/chunk-000/episode_000304.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f83413ca16b1fa4330e5c52eb3a8d5c1431c2a8 --- /dev/null +++ b/data/chunk-000/episode_000304.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d40358c93ee9b911cb7f103169fa4054f7956af08aabf28b168c8bf898532c +size 138004 diff --git a/data/chunk-000/episode_000305.parquet b/data/chunk-000/episode_000305.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbdd3d88e2b5295eb28a3012af5ed31c77966840 --- /dev/null +++ b/data/chunk-000/episode_000305.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afe22bf7c9f72975ebd65d71cf9fce26b8f40562ccca32a069bc1aaefd89960 +size 127432 diff --git a/data/chunk-000/episode_000306.parquet b/data/chunk-000/episode_000306.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62980b629dfe9b41c65c71a21d8298b4bd98cabb --- /dev/null +++ b/data/chunk-000/episode_000306.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e83b766b66b1868d86cb87a038ba07932394f486134ce3ca3db791a43cbf97 +size 147796 diff --git a/data/chunk-000/episode_000307.parquet b/data/chunk-000/episode_000307.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0c77485ef778916e79d1a95c287c6cfb69c0c1f9 --- /dev/null +++ b/data/chunk-000/episode_000307.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54735ac82eda5950a9f626e4cfdf6c254e0ddf96b48de8d2b5e95f822d763f1a +size 126958 diff --git a/data/chunk-000/episode_000308.parquet b/data/chunk-000/episode_000308.parquet new file mode 100644 index 0000000000000000000000000000000000000000..823bda07049ac2b0f0ffa4a6da07ed1ef573b038 --- /dev/null +++ b/data/chunk-000/episode_000308.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c1e84b1663c5c4efe2d790189c86dbc86ea2394600fdb503af7c9f793ed9d3 +size 144225 diff --git a/data/chunk-000/episode_000309.parquet b/data/chunk-000/episode_000309.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04cac126cec1ff8fdf7a00f91debdb59c5bf7744 --- /dev/null +++ b/data/chunk-000/episode_000309.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac5574ebd1a6f3e6dedd4917b7d54563390e6ec7bdea5344bc9d1c1879726e1 +size 157550 diff --git a/data/chunk-000/episode_000310.parquet b/data/chunk-000/episode_000310.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5111f2485c47846441ecc22e7b6b6ea3271803c --- /dev/null +++ b/data/chunk-000/episode_000310.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fb346eedca4271fdea72307ee852d5e8bbae251da90c759f85bb0c3dd193a0 +size 163441 diff --git a/data/chunk-000/episode_000311.parquet b/data/chunk-000/episode_000311.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fa94d4f802c13891ee4ded0f7dfe7d0b1b3d813 --- /dev/null +++ b/data/chunk-000/episode_000311.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3429f04037e0cd55695b4d2697042b46d6c0748454ade4ea0666e8a79cf7c7 +size 153032 diff --git a/data/chunk-000/episode_000312.parquet b/data/chunk-000/episode_000312.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1678e7591b1b43978ac99005a3aef66afaf9e928 --- /dev/null +++ b/data/chunk-000/episode_000312.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcd800d5b9d18b43ef7d7f85ef0b89949ab5cfc25e68f6e5a17d3807e6924dc +size 171310 diff --git a/data/chunk-000/episode_000313.parquet b/data/chunk-000/episode_000313.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b205ff732fafbde352eadf33099ccfa7e2654cba --- /dev/null +++ b/data/chunk-000/episode_000313.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdc56c3a4d40ce64fe8c8a33a3c952379f8d48c35cc34c43e98e2dd7b8faf37 +size 170957 diff --git a/data/chunk-000/episode_000314.parquet b/data/chunk-000/episode_000314.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6211a37be8ed8c74eb26602318096346153b959 --- /dev/null +++ b/data/chunk-000/episode_000314.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc77390178162c81be5d85669e9d843b4a4882974a326608ac998311a4af8f4 +size 173774 diff --git a/data/chunk-000/episode_000315.parquet b/data/chunk-000/episode_000315.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5198b87c54e7c9d279a656c140f2e0c162d3f1b --- /dev/null +++ b/data/chunk-000/episode_000315.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236049dd253ddfa72a2c195630a5ec8b685e9d219ce7675cf53e8fd1c6b6157e +size 141753 diff --git a/data/chunk-000/episode_000316.parquet b/data/chunk-000/episode_000316.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d9c6ecb4990240a9e24176b5d71017348198afc --- /dev/null +++ b/data/chunk-000/episode_000316.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bd2b16982ed61f7652a91dd630b44949967611854357b7564b95422d73b430 +size 138573 diff --git a/data/chunk-000/episode_000317.parquet b/data/chunk-000/episode_000317.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c6fcbab175cbed0e833a19d239bec0af07b7e83 --- /dev/null +++ b/data/chunk-000/episode_000317.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a71d9b0b58572c466e7c1c40a8b635b8508880f035769169889230231dff0c9 +size 149696 diff --git a/data/chunk-000/episode_000318.parquet b/data/chunk-000/episode_000318.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d782a79fd08a0f7a4b862a1c9d7eca38d24987cb --- /dev/null +++ b/data/chunk-000/episode_000318.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b6e2ab4e09f83f96554678d8daf4dcebced141c874f58c0b3768b49202c43e +size 174863 diff --git a/data/chunk-000/episode_000319.parquet b/data/chunk-000/episode_000319.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1eb8a90097cc6bbff8ef80802c14398809ca5b1 --- /dev/null +++ b/data/chunk-000/episode_000319.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ba0936b4ee60847536253f09a718ade2fd34f0215c8eeb5170eaa6220685da +size 139819 diff --git a/data/chunk-000/episode_000320.parquet b/data/chunk-000/episode_000320.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2cfa9a6af3adbf34108f62e73814ec2a2268bab --- /dev/null +++ b/data/chunk-000/episode_000320.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabb854873b8afe1b3acd1db7e9e569ffc549e998556016383be98d88a8198ff +size 147102 diff --git a/data/chunk-000/episode_000321.parquet b/data/chunk-000/episode_000321.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bab4f30d53fbc64d3f86e635ac56a059bf4e5c28 --- /dev/null +++ b/data/chunk-000/episode_000321.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc692d678d7488a5a234e04f8fa967f34d4b18379e34783d5c63d6ff0f714efc +size 167560 diff --git a/data/chunk-000/episode_000322.parquet b/data/chunk-000/episode_000322.parquet new file mode 100644 index 0000000000000000000000000000000000000000..551213b78dfe383be79e5fde5eeb02c5f0023c4e --- /dev/null +++ b/data/chunk-000/episode_000322.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d9fa92a39a396c34fc7cdb956160ace921330d0b9ae6e84429981ebeed1e3b +size 161764 diff --git a/data/chunk-000/episode_000323.parquet b/data/chunk-000/episode_000323.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9432447ca4f2e24c240ea442c4eeec820c0804e --- /dev/null +++ b/data/chunk-000/episode_000323.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5356cd0fe45bfbf15177c5ce2b743caa324e5917abc9abdb62c34131cf3ccb9 +size 141753 diff --git a/data/chunk-000/episode_000324.parquet b/data/chunk-000/episode_000324.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9836e65815e73a9b3d5e46a4cf739893cb5d4a69 --- /dev/null +++ b/data/chunk-000/episode_000324.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce97e622eb5756a5b2821e832bc5ac4b7d2a02b0a5e35b0c3665a97546ac971 +size 146423 diff --git a/data/chunk-000/episode_000325.parquet b/data/chunk-000/episode_000325.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a198ff6892fc0c1b67f9671dd5469cb6f6860d1 --- /dev/null +++ b/data/chunk-000/episode_000325.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cdeafa9ffd9d6bb327d56ecca6f20927ba2b60fa240e9b602bb352fee46d1a +size 176714 diff --git a/data/chunk-000/episode_000326.parquet b/data/chunk-000/episode_000326.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25540e76577c95a8511babf90f3060075bb0cb05 --- /dev/null +++ b/data/chunk-000/episode_000326.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a14a34164d79bf3028db247885d6061bede8bdda3087043286660dd4100f4b2 +size 129712 diff --git a/data/chunk-000/episode_000327.parquet b/data/chunk-000/episode_000327.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8693792bd5f1a90e7067c6cdcb2b63bb599c1934 --- /dev/null +++ b/data/chunk-000/episode_000327.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c34aaffd9be2631b8461cf55832036647325cf73de451bf53602bbd6ff2e22 +size 143606 diff --git a/data/chunk-000/episode_000328.parquet b/data/chunk-000/episode_000328.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d97705721dcdb9cde564496e45b6cc0182a9fe6 --- /dev/null +++ b/data/chunk-000/episode_000328.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65560a4f6b088f4851b961e8401a536d3193f52d8a8d514488a1da2dde963fd3 +size 159214 diff --git a/data/chunk-000/episode_000329.parquet b/data/chunk-000/episode_000329.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52f804c069ce5128f27569a53ce79b48db9427cb --- /dev/null +++ b/data/chunk-000/episode_000329.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30ad5b48da381bc078ba88a81174e46ae9494a45507da0ecadb1d253e38f706 +size 129802 diff --git a/data/chunk-000/episode_000330.parquet b/data/chunk-000/episode_000330.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f39bd0a0506437a055fa7b7ea5d7585af39185d3 --- /dev/null +++ b/data/chunk-000/episode_000330.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97617ba54102c1977bf9a07bd5671f611a99a62b82d5f10e48c30beb6648c2c8 +size 132475 diff --git a/data/chunk-000/episode_000331.parquet b/data/chunk-000/episode_000331.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9d54f4dcbb788a6cbc0733583a1fe670f961914 --- /dev/null +++ b/data/chunk-000/episode_000331.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dce0cff9905717255372aa446bf4ba1d86832d1092bc626edf87abe42f7d5e2 +size 154150 diff --git a/data/chunk-000/episode_000332.parquet b/data/chunk-000/episode_000332.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4e6bf545f3e6eb1d52461740ae9affe57cb1df9b --- /dev/null +++ b/data/chunk-000/episode_000332.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c8257069f2d4f889203e2648f491b2fa5faaa6d46fbaac416b0f6dbef48f97 +size 134260 diff --git a/data/chunk-000/episode_000333.parquet b/data/chunk-000/episode_000333.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d0e80eaafb27f5256d5dc10b1ba217c807a4d9ec --- /dev/null +++ b/data/chunk-000/episode_000333.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88be5544ae4195ea0880669d4fcea30c545e966000cae67742b756b5524c2c93 +size 143829 diff --git a/data/chunk-000/episode_000334.parquet b/data/chunk-000/episode_000334.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0620c5163eeec8efdb1d9b3948dbaa916e5b94a9 --- /dev/null +++ b/data/chunk-000/episode_000334.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ac4b15b5620796460b92916a17a70f9ede79ac7c6f28e3293c8ce4ae26e626 +size 142310 diff --git a/data/chunk-000/episode_000335.parquet b/data/chunk-000/episode_000335.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd23f5da55163d36e81e9c4cb40bb331353ed003 --- /dev/null +++ b/data/chunk-000/episode_000335.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cfef106b6008a1814c3d50c1ad008c2187555751d1bac5fe213f49ab5dc156 +size 134846 diff --git a/data/chunk-000/episode_000336.parquet b/data/chunk-000/episode_000336.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23fe84a1e218ed77dec5c8d7a0123fe95bed8e6f --- /dev/null +++ b/data/chunk-000/episode_000336.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546db0712ad6ebfd1e34b35ebc19f4efe7edac119458b6bb5ffde912967c8b55 +size 134782 diff --git a/data/chunk-000/episode_000337.parquet b/data/chunk-000/episode_000337.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68d830eecba54f1927c4fe8ba3fc23897df7e459 --- /dev/null +++ b/data/chunk-000/episode_000337.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4b732a6c7d812dd696571d6338197496a7c6456db8210b2ce0ee90b3fb877b +size 140471 diff --git a/data/chunk-000/episode_000338.parquet b/data/chunk-000/episode_000338.parquet new file mode 100644 index 0000000000000000000000000000000000000000..701d91df2698aa371ce394139f9649f3612c8027 --- /dev/null +++ b/data/chunk-000/episode_000338.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e0005ff690d1564775980e3609630669364f946bf9dd9005489ef85f5ee0eb +size 165091 diff --git a/data/chunk-000/episode_000339.parquet b/data/chunk-000/episode_000339.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a83bef5c9e7455692636c52ca2dca55472821f2 --- /dev/null +++ b/data/chunk-000/episode_000339.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aae611a330ac2fc81b5b31c9320ab1fd04cdd328093d8783b3046be44e12051 +size 133740 diff --git a/data/chunk-000/episode_000340.parquet b/data/chunk-000/episode_000340.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b55163cf5f717c81a4ba16466bfb3a89cc495b6 --- /dev/null +++ b/data/chunk-000/episode_000340.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cf0278b04834e894951f73a84031e5535b77c6e3f88c0933272288b0ed87ee +size 138212 diff --git a/data/chunk-000/episode_000341.parquet b/data/chunk-000/episode_000341.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deec7ca10d7a0793a8a33334831a109e51236aab --- /dev/null +++ b/data/chunk-000/episode_000341.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075c3c666c12922ded0ffbde5bdfdf9523e86e9ae1c06ac48f49809132a2924a +size 138884 diff --git a/data/chunk-000/episode_000342.parquet b/data/chunk-000/episode_000342.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d088e29e52dbe1fc6d439650ec564a1525e73eb7 --- /dev/null +++ b/data/chunk-000/episode_000342.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dec88c97c67c63ce9551799eceb5ea1ea7f4719c179294f33c79212e71f64c +size 134176 diff --git a/data/chunk-000/episode_000343.parquet b/data/chunk-000/episode_000343.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08d96b31225ecc6eee59b02b4b8a4ab9cb920b2a --- /dev/null +++ b/data/chunk-000/episode_000343.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d47aec233d292303a6b4a921c90569cd044e8402be0d4e04d862bf842a0a122 +size 135102 diff --git a/data/chunk-000/episode_000344.parquet b/data/chunk-000/episode_000344.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7986104fef888751c720d56ae1a723ee8407a2e4 --- /dev/null +++ b/data/chunk-000/episode_000344.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4718824bba39321c1b1fa362c21bb5362df62eb2cc66a25b3f469b3a5879ac8 +size 139136 diff --git a/data/chunk-000/episode_000345.parquet b/data/chunk-000/episode_000345.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a5586a01cf5adac9853c8ab604f0997fff33de0 --- /dev/null +++ b/data/chunk-000/episode_000345.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee6acb3ce9a2eb6cd17d75861f7f6d3b8c29aa9f9dcf055c52be6d56c30de1 +size 133947 diff --git a/data/chunk-000/episode_000346.parquet b/data/chunk-000/episode_000346.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b218d1c6199a619840925a95c84a9564765bc10 --- /dev/null +++ b/data/chunk-000/episode_000346.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0f2224f91f38ef91df39c10d9dd54cb7fe37224b8e65756a7bd53dd2455257 +size 130829 diff --git a/data/chunk-000/episode_000347.parquet b/data/chunk-000/episode_000347.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3966cec3475e5e27c51ce8e7bd7c37afe818dba --- /dev/null +++ b/data/chunk-000/episode_000347.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74138f0db4b9a28ced4ced820bd3ecc02053ff80a3ba9d5d7ee25ebca7860fd +size 149217 diff --git a/data/chunk-000/episode_000348.parquet b/data/chunk-000/episode_000348.parquet new file mode 100644 index 0000000000000000000000000000000000000000..540e769eec11a549b126261bb6e603f979986fb1 --- /dev/null +++ b/data/chunk-000/episode_000348.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1eb2c60da9200fb3d195a8bb711a121eaeff1506b952d23c4a40ee2a2d3a0c9 +size 109531 diff --git a/data/chunk-000/episode_000349.parquet b/data/chunk-000/episode_000349.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1833e3419c9468b480e24c979f83c2b40b78e3e --- /dev/null +++ b/data/chunk-000/episode_000349.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1442cb7dc6d33493619bb5f5758a40d5abea67990b7e628958517426ab5d3e79 +size 137600 diff --git a/data/chunk-000/episode_000350.parquet b/data/chunk-000/episode_000350.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9aa5bd0d56961e60b0a65d3d18c48bde9ad856b --- /dev/null +++ b/data/chunk-000/episode_000350.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5101d442092db4d94394143d18e3ca790176c27f9e53efa6007b433caebf420b +size 121767 diff --git a/data/chunk-000/episode_000351.parquet b/data/chunk-000/episode_000351.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b8148d1f055eaab673edb578a391e6eec7e3901 --- /dev/null +++ b/data/chunk-000/episode_000351.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89a1e909f3d0335eeb186c7be8061f6ca085d75411b9af61cc5c347c84c26a0 +size 125400 diff --git a/data/chunk-000/episode_000352.parquet b/data/chunk-000/episode_000352.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bac0a6555e4f6ce2785e4632cb84bccf5f10ef22 --- /dev/null +++ b/data/chunk-000/episode_000352.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9a754598145665f21ea28bcaff0c290417b67cea2fb4c667d45b8388273d31 +size 134298 diff --git a/data/chunk-000/episode_000353.parquet b/data/chunk-000/episode_000353.parquet new file mode 100644 index 0000000000000000000000000000000000000000..279bd891118d9bce501e115f5bf021b4fa13d8df --- /dev/null +++ b/data/chunk-000/episode_000353.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950eec3b469fc008f91ce688701fcbded5ab86dec165afed4721bcccb886f5a1 +size 152884 diff --git a/data/chunk-000/episode_000354.parquet b/data/chunk-000/episode_000354.parquet new file mode 100644 index 0000000000000000000000000000000000000000..80be6e86eb09d6a960e23c0d75ffd2432cc51a53 --- /dev/null +++ b/data/chunk-000/episode_000354.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f026c4e6b3685af482bc49d0451f7e06250f960f0b6afd0a9bfc79720d39c6f9 +size 153659 diff --git a/data/chunk-000/episode_000355.parquet b/data/chunk-000/episode_000355.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b3718226bd3f8710c6384b63ac5ae88a0271ac8 --- /dev/null +++ b/data/chunk-000/episode_000355.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc2810cf3d1c6ddc4735537f128c5e0365cc1130f7cbc1102a5c20d12424633 +size 114839 diff --git a/data/chunk-000/episode_000356.parquet b/data/chunk-000/episode_000356.parquet new file mode 100644 index 0000000000000000000000000000000000000000..143d57505261c080eeac4741ced5d3a42aa478ea --- /dev/null +++ b/data/chunk-000/episode_000356.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9fe99f06e447bd9e4a9931f45a23ba3e95fb3826614a92b4b0f302f3fc2228 +size 134744 diff --git a/data/chunk-000/episode_000357.parquet b/data/chunk-000/episode_000357.parquet new file mode 100644 index 0000000000000000000000000000000000000000..017533950264ed8a38509012d4bb4bf00fbee477 --- /dev/null +++ b/data/chunk-000/episode_000357.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a41df86580b018a0dacba786de76dcdebeac4799afb65b076a7f8e1cc85e692 +size 137879 diff --git a/data/chunk-000/episode_000358.parquet b/data/chunk-000/episode_000358.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7543e22d0f7306ee9582763a31368081fc8e7bd2 --- /dev/null +++ b/data/chunk-000/episode_000358.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589540cf9797f063af153be9d89890055363880a5f9574f83a11f91ec21aeead +size 114321 diff --git a/data/chunk-000/episode_000359.parquet b/data/chunk-000/episode_000359.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69fb43c3adaea091e21fba63885ed82e83802726 --- /dev/null +++ b/data/chunk-000/episode_000359.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1481a42d99c75e6ff24419aa1c4675f4395be813799b8e30b006e40617e00d0 +size 125913 diff --git a/data/chunk-000/episode_000360.parquet b/data/chunk-000/episode_000360.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf765dca05dcd5e3a3ead51af7367bceb50dcfd0 --- /dev/null +++ b/data/chunk-000/episode_000360.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220f83dffa8dea0d0056c754efe3d935adb2c74e6ecb5b6ac940ff491965342d +size 161166 diff --git a/data/chunk-000/episode_000361.parquet b/data/chunk-000/episode_000361.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ac9b5bc2294c1ad3a2803384e8320c25c95ed45 --- /dev/null +++ b/data/chunk-000/episode_000361.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262d47953e9885f9effece144c886d1690ce5b5d27b9f386bfae9f279126471e +size 142219 diff --git a/data/chunk-000/episode_000362.parquet b/data/chunk-000/episode_000362.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15c4d930b49fcfa1cade1de7c3a9248087caf7cf --- /dev/null +++ b/data/chunk-000/episode_000362.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75850e0ffe86d8b35450a9bb37975aa05157ff7ee731f4618745624a0fb1878 +size 146186 diff --git a/data/chunk-000/episode_000363.parquet b/data/chunk-000/episode_000363.parquet new file mode 100644 index 0000000000000000000000000000000000000000..845def65e6f8d5c7aa7696b51a19c5b512e3209b --- /dev/null +++ b/data/chunk-000/episode_000363.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3d10debed04171ec56ba9d653e92f6224b6e169481a44cfbe41f59cec00a8b +size 147103 diff --git a/data/chunk-000/episode_000364.parquet b/data/chunk-000/episode_000364.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4808877be119bad379d84d9d171a9a036b69d3e --- /dev/null +++ b/data/chunk-000/episode_000364.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8224c0ab356447078913fe78e09e2d3c157cb80054d4202f2612f4bfceacd25f +size 217809 diff --git a/data/chunk-000/episode_000365.parquet b/data/chunk-000/episode_000365.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebc09a040131e578f9e758ea398fa8835a22d91e --- /dev/null +++ b/data/chunk-000/episode_000365.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e354120617edd442fab3e69db1d6cbf9c37d1ba1a710123d3c88b3351b17c667 +size 117576 diff --git a/data/chunk-000/episode_000366.parquet b/data/chunk-000/episode_000366.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bcd60534900565718cea69b274b86a610e345f8 --- /dev/null +++ b/data/chunk-000/episode_000366.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b320274f7e16569f7e239cd5ea32ccfa550faa5e3100b08f256c47529229214 +size 124202 diff --git a/data/chunk-000/episode_000367.parquet b/data/chunk-000/episode_000367.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dfb92fcaeba92abcb3d16b649911d3b7806fbc1 --- /dev/null +++ b/data/chunk-000/episode_000367.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4069a9ec0c691185d19361c55e43aadb25d09955b1ddb4cf7e15e9853d879739 +size 113621 diff --git a/data/chunk-000/episode_000368.parquet b/data/chunk-000/episode_000368.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c447dd711843425ca28e41d2847611c0d7e6f1cc --- /dev/null +++ b/data/chunk-000/episode_000368.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3704f9bcfb6e722a0186d635e28c1323d92dec5b64f35064cb5ee50620c72fd7 +size 113881 diff --git a/data/chunk-000/episode_000369.parquet b/data/chunk-000/episode_000369.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d3f86dcfc84536142f9183e8db13614e777f14 --- /dev/null +++ b/data/chunk-000/episode_000369.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5c31f887535d85d8ac13ff0fbed3f53a9284ac8e9b7ec90e7562c6fc1e78d9 +size 134427 diff --git a/data/chunk-000/episode_000370.parquet b/data/chunk-000/episode_000370.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7e6eec25e3f7dc850f16260cd5accc10cc57f20 --- /dev/null +++ b/data/chunk-000/episode_000370.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa19469f944040a3081ea9746099f87de7b0be68764131d14b2acc6a934322e6 +size 131137 diff --git a/data/chunk-000/episode_000371.parquet b/data/chunk-000/episode_000371.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7edf0b9012463b177785363a464dde7c58ae19c8 --- /dev/null +++ b/data/chunk-000/episode_000371.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa713d0550d55cc61d53074bd735d50a8c9580d5a78c17338e88427d8e6cb2bd +size 126846 diff --git a/data/chunk-000/episode_000372.parquet b/data/chunk-000/episode_000372.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9c474a27d79edaef59ab3333eda55f6698089d3 --- /dev/null +++ b/data/chunk-000/episode_000372.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2d11222509e5c27d1c3f568f5877314d4878053b2be5e1bc7537dfca4b329c +size 133168 diff --git a/data/chunk-000/episode_000373.parquet b/data/chunk-000/episode_000373.parquet new file mode 100644 index 0000000000000000000000000000000000000000..899ee2c63add27a91d0a2d99632c343f7643ff21 --- /dev/null +++ b/data/chunk-000/episode_000373.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88dcef632c478a6de677dde753208f344cd072cfb17fea4ad17a8385721d346 +size 173225 diff --git a/data/chunk-000/episode_000374.parquet b/data/chunk-000/episode_000374.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7220624f5ba6a8ea87959d866d44470b7437c314 --- /dev/null +++ b/data/chunk-000/episode_000374.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be1afe26a2dca7fef16950b7a27b23f58b1e723d8f61b1ebfae29dd25eeecc9 +size 163681 diff --git a/data/chunk-000/episode_000375.parquet b/data/chunk-000/episode_000375.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eab1b9f47115c9d73dfabdced9f1180e19a9a991 --- /dev/null +++ b/data/chunk-000/episode_000375.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86818220ec5041473a521627f90eecd7cf4b555ef5eef0b88deb0ed6583decaf +size 145583 diff --git a/data/chunk-000/episode_000376.parquet b/data/chunk-000/episode_000376.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d530fc29aebf528f8019b1aef4ff811e2991f876 --- /dev/null +++ b/data/chunk-000/episode_000376.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d509a47d73539639001c5ee5c069ad6ed47e8b2d055be496eec42c49de5683 +size 149133 diff --git a/data/chunk-000/episode_000377.parquet b/data/chunk-000/episode_000377.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da26606f10a3602b7b227d749ded3169b07ebbe4 --- /dev/null +++ b/data/chunk-000/episode_000377.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc43400dd49f948cc86b0b397164489813ad8b7df3de36a6a5f63cbb162ff70 +size 132324 diff --git a/data/chunk-000/episode_000378.parquet b/data/chunk-000/episode_000378.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fe2b075f37b44b799d1508fade0123e8effe415 --- /dev/null +++ b/data/chunk-000/episode_000378.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146425c24cc4c7335cf57552a4fd289b991c084d7d39525133efe267166fb9fa +size 147407 diff --git a/data/chunk-000/episode_000379.parquet b/data/chunk-000/episode_000379.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c97b6e61cc8657b40491e1c5ec9596067b040efa --- /dev/null +++ b/data/chunk-000/episode_000379.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95739a2cafab341aa84897263e09bee777a536cf5c9f280d369e7e1a91c0b468 +size 144715 diff --git a/data/chunk-000/episode_000380.parquet b/data/chunk-000/episode_000380.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d74a04ec0ed38eb8704e668b4b60b06c06cbaaff --- /dev/null +++ b/data/chunk-000/episode_000380.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199bae3e7b9e7c332f08b9fd9102cd58cd0fb67ee0b1e1ac07aaa66724c7f1d3 +size 163661 diff --git a/data/chunk-000/episode_000381.parquet b/data/chunk-000/episode_000381.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a64c10a000a9a2648b0177b49771a0c8b3217555 --- /dev/null +++ b/data/chunk-000/episode_000381.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413478ccfa3302fb8ff02ca369458c96f1354d52711fcdfc6d42b4b6c88d037e +size 125498 diff --git a/data/chunk-000/episode_000382.parquet b/data/chunk-000/episode_000382.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f10fbe554150bbb1101595c6a9e654f4fbcbf816 --- /dev/null +++ b/data/chunk-000/episode_000382.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839f1baa93c4fd88bf4712be2e61713485f198baf79d4f657f3e4b4f543e1c6a +size 138893 diff --git a/data/chunk-000/episode_000383.parquet b/data/chunk-000/episode_000383.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f57c3abd2e500924ad8cb9a3c25a4c564344f083 --- /dev/null +++ b/data/chunk-000/episode_000383.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed049a4e53ab9476ce1c3e9c272ff25c3c49ea771c9897505fa342d420d6c26 +size 125731 diff --git a/data/chunk-000/episode_000384.parquet b/data/chunk-000/episode_000384.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff586a90d8688d7e3a305d00c6027506d721f630 --- /dev/null +++ b/data/chunk-000/episode_000384.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0426c3172021f134f5e1cef133c89d8c4e60a49e015710a9838a4601b0c3b5d +size 139286 diff --git a/data/chunk-000/episode_000385.parquet b/data/chunk-000/episode_000385.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ff2570e0cee41e42abb0ac49135bb3c5ea30972 --- /dev/null +++ b/data/chunk-000/episode_000385.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b23d8d6ee540b2c0405838ca99fa2a901b2067b75a8f5b7cc98cbd19206c16 +size 136479 diff --git a/data/chunk-000/episode_000386.parquet b/data/chunk-000/episode_000386.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa5f81cf852831814fbe2319f5b635149e936b95 --- /dev/null +++ b/data/chunk-000/episode_000386.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb7115df64b2fd1ecdd0322ff0d60d5e476c1d6974e70cfe1e48d6d3a38144c +size 146654 diff --git a/data/chunk-000/episode_000387.parquet b/data/chunk-000/episode_000387.parquet new file mode 100644 index 0000000000000000000000000000000000000000..479ce4846c7cb54d08ecf18767ba8e8b75b05c77 --- /dev/null +++ b/data/chunk-000/episode_000387.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2348db50326e5b4fcc1cc33c4def70e4c3af6ce08ba633a996e38472952e863c +size 121682 diff --git a/data/chunk-000/episode_000388.parquet b/data/chunk-000/episode_000388.parquet new file mode 100644 index 0000000000000000000000000000000000000000..990dae818401f536c96bf4e94869a6aa790062f5 --- /dev/null +++ b/data/chunk-000/episode_000388.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70547f53daa2bac665e6c7a16c8730a5ff1e78449323d837f97916908bef12f4 +size 135479 diff --git a/data/chunk-000/episode_000389.parquet b/data/chunk-000/episode_000389.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d0713a97a954a3c20fc2574a56214be8501f6cb --- /dev/null +++ b/data/chunk-000/episode_000389.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241ef6507b9768d53bc7d045311a22c449aed3a64f25e93772684e356a919be5 +size 127465 diff --git a/data/chunk-000/episode_000390.parquet b/data/chunk-000/episode_000390.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a885b9a7fc6b67bac37d6e811d0d9a6f9da0612 --- /dev/null +++ b/data/chunk-000/episode_000390.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb12ae57c499a08f787f1db913e8533172fd4de2944ffa2d4627e761e1b19d2a +size 128985 diff --git a/data/chunk-000/episode_000391.parquet b/data/chunk-000/episode_000391.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2108969240f7329ba79b33828db0d5755c05b8ed --- /dev/null +++ b/data/chunk-000/episode_000391.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd29b7a8b0d753ea004b27b0448f01fe2e6cbe72ee39ca796f0c2b26b4721d67 +size 157329 diff --git a/data/chunk-000/episode_000392.parquet b/data/chunk-000/episode_000392.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfa458e31d45bce76fe40449499dbbd3b8a81337 --- /dev/null +++ b/data/chunk-000/episode_000392.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33fec31f3a7e721facfc6861af59dcfdfdf5fa4fbcd97e6c3e499a8a83eeaf5 +size 115870 diff --git a/data/chunk-000/episode_000393.parquet b/data/chunk-000/episode_000393.parquet new file mode 100644 index 0000000000000000000000000000000000000000..803d8854dde0e8da04d37a6469a6e32ba7443f8d --- /dev/null +++ b/data/chunk-000/episode_000393.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ead4956fd20dc3977d10046cb3131a659fee1fdb02c0b4627e3e62957f6f46a +size 142781 diff --git a/data/chunk-000/episode_000394.parquet b/data/chunk-000/episode_000394.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a116a40baf62f587b62e855db4d9c4e33be460d7 --- /dev/null +++ b/data/chunk-000/episode_000394.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eba3df0c579fef17c011246482749cc8936e4c027eb36c00500a23efbdf7665 +size 113014 diff --git a/data/chunk-000/episode_000395.parquet b/data/chunk-000/episode_000395.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a6621127b2264cb0291e5fe86b947c5dffafe1c8 --- /dev/null +++ b/data/chunk-000/episode_000395.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbdf069a35a8f2ea9e9324557d31d53c63c3d7ab455ad2a513d24979fd2e931 +size 108145 diff --git a/data/chunk-000/episode_000396.parquet b/data/chunk-000/episode_000396.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d33b68277a09cd338be9cde3d0ca3cbbd08d12e1 --- /dev/null +++ b/data/chunk-000/episode_000396.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d1bc0a1bf24eac30d183019d13bb9a8b6266733cb7357a945f60f9dd88af4b +size 122125 diff --git a/data/chunk-000/episode_000397.parquet b/data/chunk-000/episode_000397.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3e09efb3ac1a8ef7df3abe237d64614b2cbf5a0 --- /dev/null +++ b/data/chunk-000/episode_000397.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dd1ca65427196f3d4bfa9a8f41b7cc179764ced2bc285e03c961cf81b60812 +size 134244 diff --git a/data/chunk-000/episode_000398.parquet b/data/chunk-000/episode_000398.parquet new file mode 100644 index 0000000000000000000000000000000000000000..107ac8d86af49904d3adfe9dc3886773f29907ff --- /dev/null +++ b/data/chunk-000/episode_000398.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577d36bc74e40efba92511fd6bb813e494b729959babda515a23b830bb23ccdb +size 108219 diff --git a/data/chunk-000/episode_000399.parquet b/data/chunk-000/episode_000399.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5ce4027a551f67eaa8303f5da55cae6363747ca --- /dev/null +++ b/data/chunk-000/episode_000399.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73ed575b1f2fff15b18f78ad374a092d13f74d015989be7a704ce9c60803fbd +size 109987 diff --git a/data/chunk-000/episode_000400.parquet b/data/chunk-000/episode_000400.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abc43109e058f2c2a8a76f3d0adb4e1541e70b95 --- /dev/null +++ b/data/chunk-000/episode_000400.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b533123a38403a9d9ef38ddeb55512909040b60e5465c9bb466a20fa015fd2ae +size 110038 diff --git a/data/chunk-000/episode_000401.parquet b/data/chunk-000/episode_000401.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c14f12ddef3e89386383c53fd05c8495e895b830 --- /dev/null +++ b/data/chunk-000/episode_000401.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ae5dea6eb5bb59600302bdae382a7558289fba179ebe813b562dfb6e7ad558 +size 125579 diff --git a/data/chunk-000/episode_000402.parquet b/data/chunk-000/episode_000402.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4708d07a0e509072302c3698ad01c902c0a7e5c --- /dev/null +++ b/data/chunk-000/episode_000402.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8362f2e848791ac70ee110953d75b33998d88816c2f130c624d506298c735cf +size 134022 diff --git a/data/chunk-000/episode_000403.parquet b/data/chunk-000/episode_000403.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12634193ffb269d192ccd7fe5c989fe2adba2d06 --- /dev/null +++ b/data/chunk-000/episode_000403.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa860c285b3dcaa29b93904b50966dd6502aabceb082f34c62a0857c4d199607 +size 122622 diff --git a/data/chunk-000/episode_000404.parquet b/data/chunk-000/episode_000404.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7b0f6cfcdfefe33c368417f1a32b73d2040f5d3 --- /dev/null +++ b/data/chunk-000/episode_000404.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b046a0019469fd863074aa5db9ad92a9f56509ba5c1e19cedf535eee904fde0 +size 120916 diff --git a/data/chunk-000/episode_000405.parquet b/data/chunk-000/episode_000405.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0bcc9bd3f0d3c443e5f140fff48448fb1355582c --- /dev/null +++ b/data/chunk-000/episode_000405.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf833566e8cba3cceea99e5ad67a10b4d61ad23073a7b95f7db8409a9848904 +size 123237 diff --git a/data/chunk-000/episode_000406.parquet b/data/chunk-000/episode_000406.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f40d7f02cd6e73264910d0f2a3f03e1ec5ace2ef --- /dev/null +++ b/data/chunk-000/episode_000406.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a00c124d45fada7609a3977f24f97941b8c731ba7d562a701c32c15d80688e +size 125547 diff --git a/data/chunk-000/episode_000407.parquet b/data/chunk-000/episode_000407.parquet new file mode 100644 index 0000000000000000000000000000000000000000..522648d5f3ff5ceb447cf620f738baa91a94fc0f --- /dev/null +++ b/data/chunk-000/episode_000407.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4164c5c055a1be70e4108332ab799f21446092d02f503db7422f814501aab1 +size 128011 diff --git a/data/chunk-000/episode_000408.parquet b/data/chunk-000/episode_000408.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f84f0597ac9581749951110ba0352b084b47b8a5 --- /dev/null +++ b/data/chunk-000/episode_000408.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e9bacd3e73e4c44bfa6783d0affdbd8ad8cc629775a42a25fdf747c9736419 +size 112421 diff --git a/data/chunk-000/episode_000409.parquet b/data/chunk-000/episode_000409.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c893fab5ecd18bc1356f4ee76ac655f34ce41ef --- /dev/null +++ b/data/chunk-000/episode_000409.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67492b7765dee4dfde7b51539d67045d147227a2c85fafde928067434ad6998d +size 125088 diff --git a/data/chunk-000/episode_000410.parquet b/data/chunk-000/episode_000410.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f087051c189316f639134c38528dd9cd5333eeb --- /dev/null +++ b/data/chunk-000/episode_000410.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58458679e862b1cb77d50b7467ed66264619f365d8f696ab25a8658b153474b7 +size 119885 diff --git a/data/chunk-000/episode_000411.parquet b/data/chunk-000/episode_000411.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06cf9efa92bbc68a02c8d5b9d4c8355ffb0f17a4 --- /dev/null +++ b/data/chunk-000/episode_000411.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1753f5d5384195bc9a6517f16ddb5a1db7d462ae447942816bf7a17c334213 +size 122043 diff --git a/data/chunk-000/episode_000412.parquet b/data/chunk-000/episode_000412.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c0cd7e8c05cdcebaf4f400f1ed41e7cc8f13789 --- /dev/null +++ b/data/chunk-000/episode_000412.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190dd4b6b0930e65f9e86226fef6898dbd6dfad01a36b693d46a7b5ee03ee1cb +size 107309 diff --git a/data/chunk-000/episode_000413.parquet b/data/chunk-000/episode_000413.parquet new file mode 100644 index 0000000000000000000000000000000000000000..421b5d8825da7532c53ab6fd9326f7738835d15d --- /dev/null +++ b/data/chunk-000/episode_000413.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e15b468722d269e424c8ca52be5ac10d04219841df551e822a61c35486fcd4e +size 108428 diff --git a/data/chunk-000/episode_000414.parquet b/data/chunk-000/episode_000414.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b69d79b92ee6e0468a91de0edeffe856afda2488 --- /dev/null +++ b/data/chunk-000/episode_000414.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc698e3fbc10a4ab49cc6027c74cada2d3589e0515054ca82662462a566cf106 +size 127596 diff --git a/data/chunk-000/episode_000415.parquet b/data/chunk-000/episode_000415.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae94e097c5057f62cde578803ea11ddc506a9c3b --- /dev/null +++ b/data/chunk-000/episode_000415.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c6641e8ddf24d376d7b8e107e685b1634479200a033f4cc98524a95798cf51 +size 122299 diff --git a/data/chunk-000/episode_000416.parquet b/data/chunk-000/episode_000416.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cec0e8ca99e53257a523be2bf7d285175c1c718c --- /dev/null +++ b/data/chunk-000/episode_000416.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d05ae1ed4cba8fae0e9c1590c6aec7573a043b69e2b54c80beaf899b39bbce7 +size 111755 diff --git a/data/chunk-000/episode_000417.parquet b/data/chunk-000/episode_000417.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fe20fe4f310a1ab8a384997f45dba8125f6a7d3 --- /dev/null +++ b/data/chunk-000/episode_000417.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33ffcf20343daa5c4c4ba0250755a097bfe19bf938b9ac974a0a609c5e821aa +size 108653 diff --git a/data/chunk-000/episode_000418.parquet b/data/chunk-000/episode_000418.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4def25ea36661bc03c2522547e6be6726467028a --- /dev/null +++ b/data/chunk-000/episode_000418.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bf04c476e9d432b60b5f952a5b73890bdf96d2d4de596991ae953ad63cbcc5 +size 124842 diff --git a/data/chunk-000/episode_000419.parquet b/data/chunk-000/episode_000419.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d564291d9b595019bb974c4e5b460108d76e15c7 --- /dev/null +++ b/data/chunk-000/episode_000419.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034a0da3dbb735023b140ca3bf42b34c6310297007b5591969f44d24f8ea3d7e +size 122807 diff --git a/data/chunk-000/episode_000420.parquet b/data/chunk-000/episode_000420.parquet new file mode 100644 index 0000000000000000000000000000000000000000..838b87617f907a31fa0daafe052420427abb7737 --- /dev/null +++ b/data/chunk-000/episode_000420.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae72acbae60626c050d232e489197e19a8451a1c704b796ca2eae0fe47902788 +size 119820 diff --git a/data/chunk-000/episode_000421.parquet b/data/chunk-000/episode_000421.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e154b3e98a59371a1ab6c1fbfec1a118c8412df --- /dev/null +++ b/data/chunk-000/episode_000421.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb52560c9bee92a01565cb5503859232b1f55c86c740589fdd979eb264888942 +size 107962 diff --git a/data/chunk-000/episode_000422.parquet b/data/chunk-000/episode_000422.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd04967ce669f119a73b565599a27b24f3dc1120 --- /dev/null +++ b/data/chunk-000/episode_000422.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e469a6688856cb8e84dc5fbc2a340eddcc59976810eb21a216292bf5b850799 +size 118837 diff --git a/data/chunk-000/episode_000423.parquet b/data/chunk-000/episode_000423.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db7b44b8c3b0cbc2ed241235f147990e0f3ec43b --- /dev/null +++ b/data/chunk-000/episode_000423.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f300cace8ca86e62f5ecea2a29d9ff610b644a871e94d20d98987fc3e8e204 +size 111900 diff --git a/data/chunk-000/episode_000424.parquet b/data/chunk-000/episode_000424.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d133d3dedc04fc6e647b74a81b7a969358400d2 --- /dev/null +++ b/data/chunk-000/episode_000424.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d6516d938e1cb3432b0c9341b5c45f1e0ac4995f8a191b404b88c46a227946 +size 119873 diff --git a/data/chunk-000/episode_000425.parquet b/data/chunk-000/episode_000425.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0ead75ea5c131fb0ae30e2943802334af1c55b4 --- /dev/null +++ b/data/chunk-000/episode_000425.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec476e31ca2b282bdee996258ecd46ca9fa0d79adbb1c6f50ecde4d656521f77 +size 119383 diff --git a/data/chunk-000/episode_000426.parquet b/data/chunk-000/episode_000426.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e538b62bf807193cf331779f967ecdc325cbcdd --- /dev/null +++ b/data/chunk-000/episode_000426.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c00ca6a54406e64c2ed9141f0084168a4fa54c206b8e7ec6299a9e749e3cecc +size 112947 diff --git a/data/chunk-000/episode_000427.parquet b/data/chunk-000/episode_000427.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c0008239d19ed86da7c1887aed892e35e976092 --- /dev/null +++ b/data/chunk-000/episode_000427.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161cabafdb1b2d3524642a72fe01a7c8fe8fc4886f4485a198f8afe5a2fca52e +size 105210 diff --git a/data/chunk-000/episode_000428.parquet b/data/chunk-000/episode_000428.parquet new file mode 100644 index 0000000000000000000000000000000000000000..886ca5b5542046c3079950160b7b3a62dad6cff3 --- /dev/null +++ b/data/chunk-000/episode_000428.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9711acb8ac400d90eff1a9efcf42794e1abbf26be6cb5efdeffea55e7b2fa6b +size 107301 diff --git a/data/chunk-000/episode_000429.parquet b/data/chunk-000/episode_000429.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faca9db692e6c2a9a60c687a50b3141ea0a66324 --- /dev/null +++ b/data/chunk-000/episode_000429.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dae98be00615a1b4b664a7a4a63cd60174a7bbd60400a6e41e8cc5799716d84 +size 104172 diff --git a/data/chunk-000/episode_000430.parquet b/data/chunk-000/episode_000430.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12d073afb04c26a2751f0e24311e322f7ba261d8 --- /dev/null +++ b/data/chunk-000/episode_000430.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dc9879c6f2af91a9d8c0116647463d3f5f9c6ed7bbe0dde8858c1db3af1a38 +size 127737 diff --git a/data/chunk-000/episode_000431.parquet b/data/chunk-000/episode_000431.parquet new file mode 100644 index 0000000000000000000000000000000000000000..464fb3c8e1bd031bf0aeadf019658024d44db82f --- /dev/null +++ b/data/chunk-000/episode_000431.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8d5f0b68327b72574cd2e87ba0e73fd096b063363c8b75274b7664255947bd +size 110907 diff --git a/data/chunk-000/episode_000432.parquet b/data/chunk-000/episode_000432.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4b1a9be598fa4e56697f6b45e7299263752e67e --- /dev/null +++ b/data/chunk-000/episode_000432.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fd926bc509f5622d50cf132c5e20832ca6afa2e85190b524999e9aa07df344 +size 104005 diff --git a/data/chunk-000/episode_000433.parquet b/data/chunk-000/episode_000433.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92459c5d9ef29afaad58f4f87cc40ced1e85c5cd --- /dev/null +++ b/data/chunk-000/episode_000433.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a266ad25c76b5a78ba2ce7433fc5eccd2461ab4d4fde63cee1ce02684ce9382 +size 101908 diff --git a/data/chunk-000/episode_000434.parquet b/data/chunk-000/episode_000434.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14df3a1bfad1d719d390a64712bd3e5928c9e640 --- /dev/null +++ b/data/chunk-000/episode_000434.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2beae686f951fa02834720154c1622c8cefe8ffa7db8dc58b0533190e382dee0 +size 103276 diff --git a/data/chunk-000/episode_000435.parquet b/data/chunk-000/episode_000435.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8077af0a369cbf0695e94564b93939994804ae73 --- /dev/null +++ b/data/chunk-000/episode_000435.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34b20a94bf1bcd79a8d953c3029b3725287b2b6947b4f41c7e8ac625bdd810b +size 100201 diff --git a/data/chunk-000/episode_000436.parquet b/data/chunk-000/episode_000436.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6458d844fb66bc8ea6c27e98bfa70ce4bf432a8a --- /dev/null +++ b/data/chunk-000/episode_000436.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f81fe1090ebf87114f873a8bed218557dd266062978b102852d3db5e147b0f5 +size 106278 diff --git a/data/chunk-000/episode_000437.parquet b/data/chunk-000/episode_000437.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efd639b37c632daed9b21af7f6034e3abe740c63 --- /dev/null +++ b/data/chunk-000/episode_000437.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9544c420d0babd82bd0b62bce843209838ab30e9caa2052f13f658024e815d82 +size 106931 diff --git a/data/chunk-000/episode_000438.parquet b/data/chunk-000/episode_000438.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efbe9e2872353d1fe8774d3f70553dadbee9cc18 --- /dev/null +++ b/data/chunk-000/episode_000438.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e6afe533e4532f4902b76989c8f14b20e85141feef0a2da3085e3144273d34 +size 98677 diff --git a/data/chunk-000/episode_000439.parquet b/data/chunk-000/episode_000439.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6c077b7cc09ed793f21f7351a82d3055a86143a --- /dev/null +++ b/data/chunk-000/episode_000439.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caf79e1a7fd26b59568331fc2a7b6056d257aa1166265d327f176c30a455669 +size 108737 diff --git a/data/chunk-000/episode_000440.parquet b/data/chunk-000/episode_000440.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6a54e4c865aa22c904a1f97c21b8e78c3e2a0b8 --- /dev/null +++ b/data/chunk-000/episode_000440.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b30627b6a2824b971a93ee0644df29fba6947c59c6661a27773a837bd2d8cb +size 110298 diff --git a/data/chunk-000/episode_000441.parquet b/data/chunk-000/episode_000441.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be9ebbc75c978953cd2ee5d662e439b1bfe9cd45 --- /dev/null +++ b/data/chunk-000/episode_000441.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6871f77533356ac8e7db1e7a05eb924235d0712777c21ea93c7b186ac7d37f +size 100346 diff --git a/data/chunk-000/episode_000442.parquet b/data/chunk-000/episode_000442.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3dba0a0711a46de6cd44fa1202ac8342b8ae186c --- /dev/null +++ b/data/chunk-000/episode_000442.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928fb7992168596913864a73faaf990380241180823aebdc2894b4133cc9d5e9 +size 100085 diff --git a/data/chunk-000/episode_000443.parquet b/data/chunk-000/episode_000443.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f493640141aa9b18a6cae90d4823b0090fcfc760 --- /dev/null +++ b/data/chunk-000/episode_000443.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb66a040afb9cdb60a2bb795866998f677ad04b2cb582052d1212613fb05689 +size 104539 diff --git a/data/chunk-000/episode_000444.parquet b/data/chunk-000/episode_000444.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebec910185ffb3d1cb80cd6f73322533a3f8625f --- /dev/null +++ b/data/chunk-000/episode_000444.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee6f861568795c876dce3a9869a61c0479ec5ecb7d86cdf7ab8100e57cd5771 +size 107582 diff --git a/data/chunk-000/episode_000445.parquet b/data/chunk-000/episode_000445.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ab3c4c719885a7fbc623e19d1526a1d1914c1eb --- /dev/null +++ b/data/chunk-000/episode_000445.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae263d29530fec3c76c3eed1631f795a032bd05dd280cfb4ffbced57b03e074 +size 102128 diff --git a/data/chunk-000/episode_000446.parquet b/data/chunk-000/episode_000446.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2d1c7a953835eb9cee7cc28986cb0a81fd8ce8a --- /dev/null +++ b/data/chunk-000/episode_000446.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615686429d222b5fac909ae3394827697361d00af2ffdf44c81d84f4bbbff24f +size 100112 diff --git a/data/chunk-000/episode_000447.parquet b/data/chunk-000/episode_000447.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f12e40f4a9502e0c48e3f27effa94d3d5a60fb0 --- /dev/null +++ b/data/chunk-000/episode_000447.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb984fa08a1d8356fc0debee39a133e58c94c73d600d707049bbddacaf6b2bb +size 98131 diff --git a/data/chunk-000/episode_000448.parquet b/data/chunk-000/episode_000448.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09c2eb5531d17ede002195f26d6eb32b5d5391d3 --- /dev/null +++ b/data/chunk-000/episode_000448.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7768db5bb599ac496053d25638d81f31f2ddc5af82805b2e154a3456b8f0177c +size 100662 diff --git a/data/chunk-000/episode_000449.parquet b/data/chunk-000/episode_000449.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c886b7a9d9b3c822f5c013858c8c5f06d3762be7 --- /dev/null +++ b/data/chunk-000/episode_000449.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eceb0b9656e8ea914d8c8cdd05d54abd45fa49571a0d0c53af4a2fb97d31d2a +size 101177 diff --git a/data/chunk-000/episode_000450.parquet b/data/chunk-000/episode_000450.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20a1f8aa4e8f02a896f2d8e388b802ef909bcb61 --- /dev/null +++ b/data/chunk-000/episode_000450.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c09bfe67d7b02713262b2e24f83db84345ff7c117b82a99f9b7cfb491fd810a +size 95288 diff --git a/data/chunk-000/episode_000451.parquet b/data/chunk-000/episode_000451.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c06108a45cc5c4a51b5c0a030673527422d040f --- /dev/null +++ b/data/chunk-000/episode_000451.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3123d0887fe20473bdf9d4e5e24a9612c27e4b326757bdc4171f230bc3e3984 +size 99641 diff --git a/data/chunk-000/episode_000452.parquet b/data/chunk-000/episode_000452.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b42a62c705bfe4e2a487c366aa79622432eff14a --- /dev/null +++ b/data/chunk-000/episode_000452.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a6603c1fd8ff8d9009860a04142cc7d7cb91f5e535f7aaabf158505b3bbc35 +size 95154 diff --git a/data/chunk-000/episode_000453.parquet b/data/chunk-000/episode_000453.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4c8ab7adfb21ba2d22da233cba3991ac0b44a68 --- /dev/null +++ b/data/chunk-000/episode_000453.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5c126101167f2de5348d3be5b2d8ae59e574d165ba44cab968ac0b6233b56a +size 106910 diff --git a/data/chunk-000/episode_000454.parquet b/data/chunk-000/episode_000454.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1867daab7bf6abef2da57527a464f5956889b7ff --- /dev/null +++ b/data/chunk-000/episode_000454.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f4e8c409f1771d4ea0bbc696eebf4e47a9e2cbbe011ff7aea94d5fc846df95 +size 105033 diff --git a/data/chunk-000/episode_000455.parquet b/data/chunk-000/episode_000455.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5536894b51467d457c9b476bb22d560793277b65 --- /dev/null +++ b/data/chunk-000/episode_000455.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b90a5e39901dfa915af10753991b0d2f5db9998c95c36ee515cf675af81d80b +size 119971 diff --git a/data/chunk-000/episode_000456.parquet b/data/chunk-000/episode_000456.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5d10e6d55f3fdaf3056b4fc5ac6251de5b24593 --- /dev/null +++ b/data/chunk-000/episode_000456.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316562edb9f7d742aac223abeba6697a57669530383332b7983f1be222feb844 +size 104540 diff --git a/data/chunk-000/episode_000457.parquet b/data/chunk-000/episode_000457.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a35d5cbecb87e3923b1ef8be5da71581025c8766 --- /dev/null +++ b/data/chunk-000/episode_000457.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11afed73080c36e6384e1517efdd79930d3d09ca785f2bb9061686a47e111b49 +size 101014 diff --git a/data/chunk-000/episode_000458.parquet b/data/chunk-000/episode_000458.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00d275e93afb204d7c552fefc20cf492f1231878 --- /dev/null +++ b/data/chunk-000/episode_000458.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67124272aff86be98d751543af5d6d3f6b5b6eb5572b12ce250537365acf71e +size 102901 diff --git a/data/chunk-000/episode_000459.parquet b/data/chunk-000/episode_000459.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52e8a618cc7f6d7a04d30fac0945de65a390c20b --- /dev/null +++ b/data/chunk-000/episode_000459.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd306dce215a50d20d463b497bb2aa88a5c613047d9abee3dfe0c662babd73c +size 100369 diff --git a/data/chunk-000/episode_000460.parquet b/data/chunk-000/episode_000460.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71ebf2e08464c65de08beff69b0c7447cb1b683e --- /dev/null +++ b/data/chunk-000/episode_000460.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a00f57344fd84d21a419926369dbe2ba8da7e3759ccea8a6afe47d7af210a38 +size 106035 diff --git a/data/chunk-000/episode_000461.parquet b/data/chunk-000/episode_000461.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1967dc49569f73354ea6ce747cf6d26f8436bfba --- /dev/null +++ b/data/chunk-000/episode_000461.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc2b396e79b7166a1810544130de12fca5762505e4e0133ea84b4027d6c1f02 +size 99157 diff --git a/data/chunk-000/episode_000462.parquet b/data/chunk-000/episode_000462.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8258c6167da51a33a9f2a3a385c0331af96d63b5 --- /dev/null +++ b/data/chunk-000/episode_000462.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa602041f3987c4c3030d7d88e145fe5ff2e0a7b24ea4ced6c56871e243feb68 +size 101097 diff --git a/data/chunk-000/episode_000463.parquet b/data/chunk-000/episode_000463.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a567309f7d891d31f4ae0fdb10495ee18b325670 --- /dev/null +++ b/data/chunk-000/episode_000463.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e12baaaf5051887562f6e84a712c7c5500cffa4f713792fc84b587bef9d59b +size 96485 diff --git a/data/chunk-000/episode_000464.parquet b/data/chunk-000/episode_000464.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b922821ceb91d7cc92f4bbdf9d8d139e06f5a5d3 --- /dev/null +++ b/data/chunk-000/episode_000464.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f96b485049cde490e58f8f1339eab39668fbaf9627acf74efe9a36960b35888 +size 104908 diff --git a/data/chunk-000/episode_000465.parquet b/data/chunk-000/episode_000465.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3489ec0776a3f6daf09f5cbf2aaf9510d305db5c --- /dev/null +++ b/data/chunk-000/episode_000465.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e9b0cdc086ea28c82c8e3bc9bdb4fb785607dda3b73ca42f08f8340585d8ed +size 99299 diff --git a/data/chunk-000/episode_000466.parquet b/data/chunk-000/episode_000466.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53b01f34f9a0425f0c63e97bc1704f2bf1659e34 --- /dev/null +++ b/data/chunk-000/episode_000466.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5885e45e8a72fd173ad74ffb11211a4f0d134fdd9870ef39a17ebf66921e451 +size 99914 diff --git a/data/chunk-000/episode_000467.parquet b/data/chunk-000/episode_000467.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c353538234cd211359615295c674c132cbbee531 --- /dev/null +++ b/data/chunk-000/episode_000467.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37da18e6aab93e2c206ccb3369c71139ed7908ede7dbf9ea4583662aedae3ce9 +size 100373 diff --git a/data/chunk-000/episode_000468.parquet b/data/chunk-000/episode_000468.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9b09c1156ad5f1850dcaa928b72e95f565d0628 --- /dev/null +++ b/data/chunk-000/episode_000468.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5eafffeba180e2c5adf181b4f5ba5ffd230d1ef7ca3f70a2feaf651d64c772 +size 92134 diff --git a/data/chunk-000/episode_000469.parquet b/data/chunk-000/episode_000469.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba321d1db0979fb7ac3aa6976b8724b816970728 --- /dev/null +++ b/data/chunk-000/episode_000469.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b388eacd2a60827bcc85d2a366b5160e7f065ecd3ce7baedf8e69df110a0f23b +size 93756 diff --git a/data/chunk-000/episode_000470.parquet b/data/chunk-000/episode_000470.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40bb4eefe78586f576b619af8e6ba28acd9cfd64 --- /dev/null +++ b/data/chunk-000/episode_000470.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dba6f5bb4614702e9329829a4a166e524c27feba8bb9bd46b4629a339ff411 +size 103672 diff --git a/data/chunk-000/episode_000471.parquet b/data/chunk-000/episode_000471.parquet new file mode 100644 index 0000000000000000000000000000000000000000..82e8ee8321e40152ce1e4cc202dfe2c860abeb4b --- /dev/null +++ b/data/chunk-000/episode_000471.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b9f184a72c2feda778c33565f40294b0198941349ba373f4e998789ff42ff3 +size 96425 diff --git a/data/chunk-000/episode_000472.parquet b/data/chunk-000/episode_000472.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55169e9c6ec6fc8931d27dfb8e4bf5ae4ace4457 --- /dev/null +++ b/data/chunk-000/episode_000472.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337e2d23871e33f6b03ae00987cc99bea599baa287a0038b3b7fccc3867b2957 +size 100764 diff --git a/data/chunk-000/episode_000473.parquet b/data/chunk-000/episode_000473.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8d93e0e997edb97fd1532b0e03e9885e5a6eaf7 --- /dev/null +++ b/data/chunk-000/episode_000473.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249e88865668576ee4e3cb28ea2862f9c6e488bf1f98f72c81ebef744630317a +size 99502 diff --git a/data/chunk-000/episode_000474.parquet b/data/chunk-000/episode_000474.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d8813d7c63648f48599bf5a4de991274d936943 --- /dev/null +++ b/data/chunk-000/episode_000474.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7dd7a30711c79dba938d24c6cec1a91f03323cfca4ac54268ad8508c49eceb +size 107346 diff --git a/data/chunk-000/episode_000475.parquet b/data/chunk-000/episode_000475.parquet new file mode 100644 index 0000000000000000000000000000000000000000..222ac4d57e4ec5fa9d15f5a149a1b84084d2625b --- /dev/null +++ b/data/chunk-000/episode_000475.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f411ae39fc554f00f737b845bb761855010984f623f735abdb8bdbce8f55344f +size 94634 diff --git a/data/chunk-000/episode_000476.parquet b/data/chunk-000/episode_000476.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45d8da87f79597e5fb97ce5e56de67eb1ce3c93c --- /dev/null +++ b/data/chunk-000/episode_000476.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec87b1c92138a2de2d48c1a1d33687be0075888d851ca084c9caa6036f2ad250 +size 106190 diff --git a/data/chunk-000/episode_000477.parquet b/data/chunk-000/episode_000477.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20948674a9e3d2f93ff4084a3c1103cee81eb364 --- /dev/null +++ b/data/chunk-000/episode_000477.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4486451023c19cdc2b5f4e6038533dd80fbe95823585f3687e2c71b080accfdd +size 105086 diff --git a/data/chunk-000/episode_000478.parquet b/data/chunk-000/episode_000478.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3ac72f091a2933df2ec3e16bed9aa7c456aa06b --- /dev/null +++ b/data/chunk-000/episode_000478.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908f7ebb8464238f8cdefdcb89797fcf9a6581f881054e64190f1aa59df4a08e +size 95968 diff --git a/data/chunk-000/episode_000479.parquet b/data/chunk-000/episode_000479.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c0a72357f9fc72e341db92fa4bac43c10af9cc82 --- /dev/null +++ b/data/chunk-000/episode_000479.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03356e5a777ce5a9248491e41297ed2ca59176ab8d3ab222c5e18b0a406e8860 +size 98236 diff --git a/data/chunk-000/episode_000480.parquet b/data/chunk-000/episode_000480.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2576ec9d26e9f5d37d0ffc9c038d935d270653ec --- /dev/null +++ b/data/chunk-000/episode_000480.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2643408402146e8727e26572102f2b80fed4f458c3663ea696ed73d65b0854 +size 100273 diff --git a/data/chunk-000/episode_000481.parquet b/data/chunk-000/episode_000481.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4474693b445200599bb21cfec1887fd000c14d8 --- /dev/null +++ b/data/chunk-000/episode_000481.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cbf180a2f2c7fb2b9fb5eeee66955365808d8145ac97cfa3b7c688972bc447 +size 97155 diff --git a/data/chunk-000/episode_000482.parquet b/data/chunk-000/episode_000482.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d0572376d25c22f667ddbe0c0a172a3554ad4cb --- /dev/null +++ b/data/chunk-000/episode_000482.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e203da27c19b89531461cec49acace16ee40548561f3d173cdcef8f303bbcf3 +size 96868 diff --git a/data/chunk-000/episode_000483.parquet b/data/chunk-000/episode_000483.parquet new file mode 100644 index 0000000000000000000000000000000000000000..940688a262ed370e4a3816d6fec5049649fba7b5 --- /dev/null +++ b/data/chunk-000/episode_000483.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54a6b78207108afa01dc5095726fefe0dfb97aaf7b181bb877798cad2c5644c +size 100991 diff --git a/data/chunk-000/episode_000484.parquet b/data/chunk-000/episode_000484.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f212f0634639f16d29533da4db17ea95e5c9043 --- /dev/null +++ b/data/chunk-000/episode_000484.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fefad5b0e78fcff586e2f5aa47e3ee7c4bc2935053c5388d38a73e9198202d3 +size 96945 diff --git a/data/chunk-000/episode_000485.parquet b/data/chunk-000/episode_000485.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d12597946578e7f3940e13a4d8d31eb259a1ebc0 --- /dev/null +++ b/data/chunk-000/episode_000485.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464ed33d23c3912f9f7acb39c7ea9f4cc23b6e5223fc972d41bd15305a86db03 +size 96061 diff --git a/data/chunk-000/episode_000486.parquet b/data/chunk-000/episode_000486.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b35895da46a9d21a2798cc2ee4f823121ac212d7 --- /dev/null +++ b/data/chunk-000/episode_000486.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bd77572beb891026ff56f6c0e1071e9ae9d656402fd51837f0779f1271d94a +size 103633 diff --git a/data/chunk-000/episode_000487.parquet b/data/chunk-000/episode_000487.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99ec8adb992cb6e77ab6f549824a54cdc8a98e1b --- /dev/null +++ b/data/chunk-000/episode_000487.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fd91445d1c5e7f92a47f38b6971a2139d41ad7ca8dc7a98feca1d9cb7b634f +size 101005 diff --git a/data/chunk-000/episode_000488.parquet b/data/chunk-000/episode_000488.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff11c7df3dcad7fb4cdfa984a2e7bfea30f08389 --- /dev/null +++ b/data/chunk-000/episode_000488.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd92c17cc6f59a796bf0caaccc28b2446b422b9574ca3c66b48511b965b8ead9 +size 96720 diff --git a/data/chunk-000/episode_000489.parquet b/data/chunk-000/episode_000489.parquet new file mode 100644 index 0000000000000000000000000000000000000000..710bcf786d94c838c47cf1ffa3a8488f11de33c4 --- /dev/null +++ b/data/chunk-000/episode_000489.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a143060c18eb169ab93c5791761e00ba22261acb891bf3d48ee35b9ccc9aba +size 92955 diff --git a/data/chunk-000/episode_000490.parquet b/data/chunk-000/episode_000490.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d9ebd2d10157ffadf1264a8b1090a7db3ee11da --- /dev/null +++ b/data/chunk-000/episode_000490.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918c9bbe0e5cdaab9486245b4e82c615f7e814397b095f16a02f2ddac21495c7 +size 101836 diff --git a/data/chunk-000/episode_000491.parquet b/data/chunk-000/episode_000491.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10b99143d9f7f331f25d874e874158f5c4527cd9 --- /dev/null +++ b/data/chunk-000/episode_000491.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17123d5b2ae0dbbb39bfe738ee20eedf5b565efa3128c37a1d0bcb83b7352da +size 105708 diff --git a/data/chunk-000/episode_000492.parquet b/data/chunk-000/episode_000492.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9aae19f7aaff7f47727fb5f16f91aeb9e761907f --- /dev/null +++ b/data/chunk-000/episode_000492.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d211b6e36dcb843e9d1f0861a964e7fedfee9b83e6a9789b732ac523389852f1 +size 101419 diff --git a/data/chunk-000/episode_000493.parquet b/data/chunk-000/episode_000493.parquet new file mode 100644 index 0000000000000000000000000000000000000000..192148ec39a45d16f03abfac5f6c40e3bb6f1d77 --- /dev/null +++ b/data/chunk-000/episode_000493.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66465cf5e66d2f887bf9e00ca3c18cd6b409cefcfc93d8f5d91b15fafb7f3d8 +size 100936 diff --git a/data/chunk-000/episode_000494.parquet b/data/chunk-000/episode_000494.parquet new file mode 100644 index 0000000000000000000000000000000000000000..929c03275f308bef2d03f98b5f994ece38d08845 --- /dev/null +++ b/data/chunk-000/episode_000494.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51becac8b896379e3021fb25f530186884ef3e93e3b4d30ac3d323ce285bfff9 +size 108482 diff --git a/data/chunk-000/episode_000495.parquet b/data/chunk-000/episode_000495.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d653125248ff4773b4deb780bd2fca64f72914a --- /dev/null +++ b/data/chunk-000/episode_000495.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc97e1d7c49698f172a527c93f1411a2942f5599790672f1a44df88bf2733ff +size 100644 diff --git a/data/chunk-000/episode_000496.parquet b/data/chunk-000/episode_000496.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ad831fe18b381b4c782aff89d3b022cf37bc851 --- /dev/null +++ b/data/chunk-000/episode_000496.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634bf37d434e8075d92058b37efb45a28a761ab40fb0f2f7e7ef9e8ebda418c2 +size 97407 diff --git a/data/chunk-000/episode_000497.parquet b/data/chunk-000/episode_000497.parquet new file mode 100644 index 0000000000000000000000000000000000000000..443359116c9ebbf1ea8f5f068dbd46377d292ab1 --- /dev/null +++ b/data/chunk-000/episode_000497.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550fbadf29a36653b53f7461a9938cd9ad02edd43579f56741f31b9e8d6c2372 +size 115343 diff --git a/data/chunk-000/episode_000498.parquet b/data/chunk-000/episode_000498.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fea63ab6006594569e53fda3dfb7acbc9b420763 --- /dev/null +++ b/data/chunk-000/episode_000498.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3b8475ef0216ebada27fb3cb87a2ac8db8b544fd0e5004c1eadd0de3501fa2 +size 127284 diff --git a/data/chunk-000/episode_000499.parquet b/data/chunk-000/episode_000499.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6435597062f15e186680312287d4d0121dd2a862 --- /dev/null +++ b/data/chunk-000/episode_000499.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3aa113198ff7f0886d7c7aa20ff2d6b9fb10173f043e7cc71074411f69a3a93 +size 135205 diff --git a/data/chunk-000/episode_000500.parquet b/data/chunk-000/episode_000500.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bb5b812d1f394ceb8b0d52825112f9ef95921a9 --- /dev/null +++ b/data/chunk-000/episode_000500.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f70fef01e3580a3168de00f8fdf30daf646a03902eb7f7b95f47a793954cef +size 109000 diff --git a/data/chunk-000/episode_000501.parquet b/data/chunk-000/episode_000501.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a830ae6ce6b7a09e1dfab1e1022289f920e4e980 --- /dev/null +++ b/data/chunk-000/episode_000501.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a998be45d530351d714209e1374e3cafbb917113cef35ba20de7efab98641bd +size 110093 diff --git a/data/chunk-000/episode_000502.parquet b/data/chunk-000/episode_000502.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00a2d46a0c940141bdd3e021e20379754e25b413 --- /dev/null +++ b/data/chunk-000/episode_000502.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ff2d6eef6e5d8b5749b7f28c3d5459e2d944546b432af00b53460fabfab946 +size 108885 diff --git a/data/chunk-000/episode_000503.parquet b/data/chunk-000/episode_000503.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81b9505ed6cc9e5532edd8737e900a268f4f6f2d --- /dev/null +++ b/data/chunk-000/episode_000503.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245218fbb12f7344bb2ffe014f87dd2e6abbe6bfb0314f3573cdcb77149dc51e +size 111845 diff --git a/data/chunk-000/episode_000504.parquet b/data/chunk-000/episode_000504.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27c34187426704bb4edf37e0732ff6c37377324c --- /dev/null +++ b/data/chunk-000/episode_000504.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcf6aaf97cfe615c4cfde40997b3c2a3a89ef4f7879ab24e82a77e5e9f35d07 +size 111310 diff --git a/data/chunk-000/episode_000505.parquet b/data/chunk-000/episode_000505.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1dcbce67b4dfc52313919395c838cd9c0d5ae80 --- /dev/null +++ b/data/chunk-000/episode_000505.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4295c9370c9489377e7945fc9c73631b1c4b2ed92573a04e9480c61ca610bc21 +size 115752 diff --git a/data/chunk-000/episode_000506.parquet b/data/chunk-000/episode_000506.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcc2271afdcff6241672cec12e5f473ed53fcc7b --- /dev/null +++ b/data/chunk-000/episode_000506.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c737d2e5d69e446b3cf58fb9772c11711c1331c8140aad072111053a7b4d98cf +size 145170 diff --git a/data/chunk-000/episode_000507.parquet b/data/chunk-000/episode_000507.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90f12a40ad3974615d2a492440ee8836941cbe2f --- /dev/null +++ b/data/chunk-000/episode_000507.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bba6ea0778724f9014d4cc9ed03db7f3cd0489badbcab8b01a0ce06fb84ec4 +size 109753 diff --git a/data/chunk-000/episode_000508.parquet b/data/chunk-000/episode_000508.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db9f7a2644e1c086f54d335c11767e99e750991c --- /dev/null +++ b/data/chunk-000/episode_000508.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed6fa8a2585eb7951960741c0f2f7b789658a12b6e89b6c163fbe17da478e7d +size 108454 diff --git a/data/chunk-000/episode_000509.parquet b/data/chunk-000/episode_000509.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a6c2dabc886950b893d67d51f4b6f391a6563e2 --- /dev/null +++ b/data/chunk-000/episode_000509.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a80a86cfc7a6f4b256a14f8ca42c335a46bb1f2b7d2d33cb1484086e349dfc5 +size 122314 diff --git a/data/chunk-000/episode_000510.parquet b/data/chunk-000/episode_000510.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6233815e29590f64ca625db70d07b500f33851b0 --- /dev/null +++ b/data/chunk-000/episode_000510.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1669a17caa9938af9d9a50ff3cc97ab19e19602d995ef0d7591f83625eed6979 +size 115105 diff --git a/data/chunk-000/episode_000511.parquet b/data/chunk-000/episode_000511.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78feb98b6a6358521f40d0c1160c5b31931ae051 --- /dev/null +++ b/data/chunk-000/episode_000511.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea67b31dc551a1d758840590caae05e7f42dc4377e58be094216512050579186 +size 109625 diff --git a/data/chunk-000/episode_000512.parquet b/data/chunk-000/episode_000512.parquet new file mode 100644 index 0000000000000000000000000000000000000000..03b2c091d2d329eb665f617b7373f74cd9af78f1 --- /dev/null +++ b/data/chunk-000/episode_000512.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525db05130b8894d3a5569cdc4f5b6944a95a0709379de3b0c6758663fbcb77f +size 113519 diff --git a/data/chunk-000/episode_000513.parquet b/data/chunk-000/episode_000513.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45410a18508990c5dbd65c1f7b012aca0c301afe --- /dev/null +++ b/data/chunk-000/episode_000513.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f9f171b46e5c74a6775531faedcfbdc23cb8fd3b5e208e3ef6424cbcd88369 +size 115750 diff --git a/data/chunk-000/episode_000514.parquet b/data/chunk-000/episode_000514.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12e8601aafdb33cd92f664d510806351c0f6609a --- /dev/null +++ b/data/chunk-000/episode_000514.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b53897a1c97bcc0c24b1a12d6de9f507004a4889850879a0dad7a8193441ab +size 109108 diff --git a/data/chunk-000/episode_000515.parquet b/data/chunk-000/episode_000515.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8aaa7e4d710e83fa21d03cb4c2a4a38c5d971f52 --- /dev/null +++ b/data/chunk-000/episode_000515.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bbd6fb965527e12a2bc6916b8b4eed02c96c165664bbd8d3df43ea6620a7fb +size 125983 diff --git a/data/chunk-000/episode_000516.parquet b/data/chunk-000/episode_000516.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d2441574377803f3a38200cdc1d5030977ad5b4 --- /dev/null +++ b/data/chunk-000/episode_000516.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db194c56ac8d453e86bfc0b661a1710a44a32a3d80a1ec2a530f66b76a5de010 +size 132014 diff --git a/data/chunk-000/episode_000517.parquet b/data/chunk-000/episode_000517.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7cab1b9d0fc33b71831cb9afce18aa8565872fe --- /dev/null +++ b/data/chunk-000/episode_000517.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd88951615e68d9e5c5727d4aa1ef8c9d39c38810c86af45e974223c4a942ab5 +size 129062 diff --git a/data/chunk-000/episode_000518.parquet b/data/chunk-000/episode_000518.parquet new file mode 100644 index 0000000000000000000000000000000000000000..779d95393c248da520623c064094d5e51383af2a --- /dev/null +++ b/data/chunk-000/episode_000518.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2715171811bd6c49d5bed838d1daf5b9296e072fba00608c1fc747b30c347a +size 127032 diff --git a/data/chunk-000/episode_000519.parquet b/data/chunk-000/episode_000519.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dba12986eddfa770326de2b442dfbecafc3b9af0 --- /dev/null +++ b/data/chunk-000/episode_000519.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47e847492f4f88136623ba25489456032e42da2a49770ec23dae25560db17f5 +size 121249 diff --git a/data/chunk-000/episode_000520.parquet b/data/chunk-000/episode_000520.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4995e7ee824c905611a2cff339bc677fda1fdfe1 --- /dev/null +++ b/data/chunk-000/episode_000520.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a7a3cc40f186f4f6eb09fe09e516d2bad86626f0a14876375102f656bbb369 +size 119184 diff --git a/data/chunk-000/episode_000521.parquet b/data/chunk-000/episode_000521.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe7cc6f2dfb97a5b8b78d3f8feeee59800259618 --- /dev/null +++ b/data/chunk-000/episode_000521.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac2f4cd7042fe77861b40f02d31d6710024fba5824c05b1f6f68dcc228dfc0c +size 112995 diff --git a/data/chunk-000/episode_000522.parquet b/data/chunk-000/episode_000522.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28ca2ea9c281750dfe3f6fe8e6c84b38abe5fb10 --- /dev/null +++ b/data/chunk-000/episode_000522.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9996b5960b38200f93a69b17d8843ba6d5008a266d1d3a0e60a5724255aa3e8d +size 106519 diff --git a/data/chunk-000/episode_000523.parquet b/data/chunk-000/episode_000523.parquet new file mode 100644 index 0000000000000000000000000000000000000000..411bfae61c33a6d281bd29f4db5da8d563a2e63c --- /dev/null +++ b/data/chunk-000/episode_000523.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4759c320fc3f45e1e0cbbaebc4657cb67ebab882ba5dd053126e9e85e1439c4 +size 124138 diff --git a/data/chunk-000/episode_000524.parquet b/data/chunk-000/episode_000524.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ee262599a46f539ca47f8d8dcf0bbb0dc20067c --- /dev/null +++ b/data/chunk-000/episode_000524.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d1a8783dbe0ad0dec7a7435fc998e77e786cf8211fcf94575df8607e0f6259 +size 110572 diff --git a/data/chunk-000/episode_000525.parquet b/data/chunk-000/episode_000525.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92eb031494d0bf86f214785117445f9076a808b1 --- /dev/null +++ b/data/chunk-000/episode_000525.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0abecb57f08b12da01438ae3e4a1aec30fe225c9b51db2a53dc68d5ad20898 +size 118422 diff --git a/data/chunk-000/episode_000526.parquet b/data/chunk-000/episode_000526.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a4c1a7da444dd408ead935fd079b5eea295f800 --- /dev/null +++ b/data/chunk-000/episode_000526.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eec006669a8f457cdd1cb6498b077f7b97deb6703376cc0587f3f3e30121091 +size 103789 diff --git a/data/chunk-000/episode_000527.parquet b/data/chunk-000/episode_000527.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44c5ae6f0479822a8265adecc5f384f566e9c923 --- /dev/null +++ b/data/chunk-000/episode_000527.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869e62f849566429126abb9aa5fcac34b409107f932b812e917e27d4743d36e0 +size 126814 diff --git a/data/chunk-000/episode_000528.parquet b/data/chunk-000/episode_000528.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88dc2f5610997b956e326e224cdafad96d549286 --- /dev/null +++ b/data/chunk-000/episode_000528.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35139bd3a87cccfb42d4372c9eb145edcf1424b28feef5fcb45ac1fab3bbe91c +size 127992 diff --git a/data/chunk-000/episode_000529.parquet b/data/chunk-000/episode_000529.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b2937211c261624cc6c111b149f8b1cc9dca0cb --- /dev/null +++ b/data/chunk-000/episode_000529.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cbc5f031c8fa84489cb944bef643fd7be80e19674be0ce9f3f965b0eeac14e +size 116751 diff --git a/data/chunk-000/episode_000530.parquet b/data/chunk-000/episode_000530.parquet new file mode 100644 index 0000000000000000000000000000000000000000..464a9192ac9f47afe468247929b89da7c5f68768 --- /dev/null +++ b/data/chunk-000/episode_000530.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ba67fcbb44bf70a323f20bad27438c07cde1f49b1506cff5f5e9993fa197c2 +size 129082 diff --git a/data/chunk-000/episode_000531.parquet b/data/chunk-000/episode_000531.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf6021249a2fbc16ca0d53fb62f8377bc4606599 --- /dev/null +++ b/data/chunk-000/episode_000531.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02508153c22986b19a6be8316b9670a220e7e02c5fe2530ffe19d218ecebaa75 +size 113473 diff --git a/data/chunk-000/episode_000532.parquet b/data/chunk-000/episode_000532.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ca86b1ccd760ecc7629666481702b196bcfb470 --- /dev/null +++ b/data/chunk-000/episode_000532.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89aa59e520e3053acfbe214f6f18fa20b1c4a9f6d21453a35a858afda1bd6c0 +size 107363 diff --git a/data/chunk-000/episode_000533.parquet b/data/chunk-000/episode_000533.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8970a0dfe6c9b36693c0959380d379f6bf2faa85 --- /dev/null +++ b/data/chunk-000/episode_000533.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29516900a1eeb8c8bd313df10897a411c3cab4879a341eabc01226a34080d5d +size 110695 diff --git a/data/chunk-000/episode_000534.parquet b/data/chunk-000/episode_000534.parquet new file mode 100644 index 0000000000000000000000000000000000000000..991a41787b2e8c521fa9e5e0ff48a2d3dfbb8c1c --- /dev/null +++ b/data/chunk-000/episode_000534.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f76fef9851c7528879006780688c00e2585a8b7bb607d8964c358454332df8 +size 107090 diff --git a/data/chunk-000/episode_000535.parquet b/data/chunk-000/episode_000535.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b9e24eda821edd623e63a3079101208fffc0821 --- /dev/null +++ b/data/chunk-000/episode_000535.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76b50e08a6ce0b00cdb509bcfadf72b53c067ec56b31b51d4c5154ba31c549b +size 109105 diff --git a/data/chunk-000/episode_000536.parquet b/data/chunk-000/episode_000536.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbbb5e20d6a1fd2ea9456d354ab284cf0a1a9140 --- /dev/null +++ b/data/chunk-000/episode_000536.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68fb1700bd1dfab70d135ac423270f09b7e1858c7e50ea37f170ef191ae0e22 +size 109170 diff --git a/data/chunk-000/episode_000537.parquet b/data/chunk-000/episode_000537.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3708275ec49af29a3b6cdfa45747c335b3013dcb --- /dev/null +++ b/data/chunk-000/episode_000537.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b0b655d37d47f5b41e969329547579c3088e082972ea71b1fe9cf28012c9de +size 122209 diff --git a/data/chunk-000/episode_000538.parquet b/data/chunk-000/episode_000538.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c7256bbe71e73d1c1b4ba2085ba45175905ebb6 --- /dev/null +++ b/data/chunk-000/episode_000538.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4132e5651e2f522174bd60f738737b1a5c325b8378811953c5169c55332b7e76 +size 113881 diff --git a/data/chunk-000/episode_000539.parquet b/data/chunk-000/episode_000539.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab29c0053d460c18fef03af5bfc2df7c929e2aeb --- /dev/null +++ b/data/chunk-000/episode_000539.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b807b4fcc33de3b165db2a4b7bb91d107faee3929fd539d23d1fc484cbef43 +size 120391 diff --git a/data/chunk-000/episode_000540.parquet b/data/chunk-000/episode_000540.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3f4100f31076e8c278bae0bb99da13f05586b30 --- /dev/null +++ b/data/chunk-000/episode_000540.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d822df018cfaf612d99135bff0d0800484f1ac9070a3f389429f3d3da52dbbd +size 115806 diff --git a/data/chunk-000/episode_000541.parquet b/data/chunk-000/episode_000541.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7df6777658c7be2dae386f400ed4f7f0801f625 --- /dev/null +++ b/data/chunk-000/episode_000541.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0829424972bf39d8b50c2ffaa8145d61a3edea4a014f3f0680840af255ba464f +size 126516 diff --git a/data/chunk-000/episode_000542.parquet b/data/chunk-000/episode_000542.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2b008284471ea6e70072230458ed56e125d7593 --- /dev/null +++ b/data/chunk-000/episode_000542.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc6a2ee95d6b178b20cb754b05bed1fa8e856d58f776a62c31477ba23a97f81 +size 130392 diff --git a/data/chunk-000/episode_000543.parquet b/data/chunk-000/episode_000543.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c672b83c49b69958a2a5966c6443fc06db69217 --- /dev/null +++ b/data/chunk-000/episode_000543.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db3017a3430dc41c9a942d7d2423382583711d2e5195d78eea2169364c94e4d +size 133168 diff --git a/data/chunk-000/episode_000544.parquet b/data/chunk-000/episode_000544.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d409aa1675578af98ea50d45f3a70cf38158b4d --- /dev/null +++ b/data/chunk-000/episode_000544.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be783e6b14f3cd607ac10ddd78e93f0600c799d13c3a9ecaefa76831ba7db252 +size 116486 diff --git a/data/chunk-000/episode_000545.parquet b/data/chunk-000/episode_000545.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2695ba81b898445bdb571e700ee5f0a7c4ff4e26 --- /dev/null +++ b/data/chunk-000/episode_000545.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f64c8d321d81892c3306fc8db00c86004f02bb55bbb7652d886430e5f8d483 +size 127811 diff --git a/data/chunk-000/episode_000546.parquet b/data/chunk-000/episode_000546.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d7cf8d8bea4705ac7ac397febbb922b2eb10197 --- /dev/null +++ b/data/chunk-000/episode_000546.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee83dab0a921e32b9184eb98fdcb8c58fc08c81919f7eb2d22a491c7f7071984 +size 116935 diff --git a/data/chunk-000/episode_000547.parquet b/data/chunk-000/episode_000547.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d650677b1e5fc2908dcc93a43cc663661aa3001f --- /dev/null +++ b/data/chunk-000/episode_000547.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c39f8380dfbf6289dd1ad1a9906a96a37e0562a19a711c0ba5e9dd22aa3be7 +size 114376 diff --git a/data/chunk-000/episode_000548.parquet b/data/chunk-000/episode_000548.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee0cc5f28a05cc2a3d032614be1c8e5870e9c236 --- /dev/null +++ b/data/chunk-000/episode_000548.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fc481a72ebbdb1bbd2bda43de68e9f8038833da4a86f53da825140fac526c9 +size 110750 diff --git a/data/chunk-000/episode_000549.parquet b/data/chunk-000/episode_000549.parquet new file mode 100644 index 0000000000000000000000000000000000000000..549c6281b9d1d883ff3ee3ac6b676f61d0bbd1e5 --- /dev/null +++ b/data/chunk-000/episode_000549.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9ea3a94e2ef275aa8b3b98f9431460356af4e7013a210c93589a8be1b75a4b +size 106698 diff --git a/data/chunk-000/episode_000550.parquet b/data/chunk-000/episode_000550.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45a9589ced51d5a84f11e230a5f6e8b38c84bdcd --- /dev/null +++ b/data/chunk-000/episode_000550.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487e9632ec560fdd7c145d63f16287ffe227f51a284131238cf95f42ce90c8a9 +size 100552 diff --git a/data/chunk-000/episode_000551.parquet b/data/chunk-000/episode_000551.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31fc5b244058ab9c2519d2e9a83bc9f79096aff6 --- /dev/null +++ b/data/chunk-000/episode_000551.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9a932e7794e71eb4bd3e4dadcae35f4b5705be70a1089ac82e93a90c3a06d1 +size 106085 diff --git a/data/chunk-000/episode_000552.parquet b/data/chunk-000/episode_000552.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fbfe886ff8890d472b4194be25133901f2ae8eb --- /dev/null +++ b/data/chunk-000/episode_000552.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5086d4b845ba6ab74be4d97599e84902c15efcc88b8dda176fa266bd73088d78 +size 127875 diff --git a/data/chunk-000/episode_000553.parquet b/data/chunk-000/episode_000553.parquet new file mode 100644 index 0000000000000000000000000000000000000000..adb566e264dfd249adc192a4f68f3a9637746a8a --- /dev/null +++ b/data/chunk-000/episode_000553.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfbc658fa389dbc50c9e7f22be020ae55e8c9126ea19029cec21678b8484986 +size 114563 diff --git a/data/chunk-000/episode_000554.parquet b/data/chunk-000/episode_000554.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf95ba389f61f4dbfbfec175eb3920ab3b18f5cc --- /dev/null +++ b/data/chunk-000/episode_000554.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b165f4362bdd5602eee6e9ebe5aa478a129b3c73ddee36c2478f19dbd7ba496 +size 136280 diff --git a/data/chunk-000/episode_000555.parquet b/data/chunk-000/episode_000555.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcdee3508e58d389570613b6706491925bf3aa4e --- /dev/null +++ b/data/chunk-000/episode_000555.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3733db55da6b83986d4aeb9099bd26386d26767fb4c69e3260fc31c53dc9aa4 +size 114161 diff --git a/data/chunk-000/episode_000556.parquet b/data/chunk-000/episode_000556.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3719e11c7b442110f23677deec9b3320b6ee2d6c --- /dev/null +++ b/data/chunk-000/episode_000556.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae6f3a52fe12f8e6d68c96d6b72314e32233a39086d5d1930e29169ecfe9bff +size 126328 diff --git a/data/chunk-000/episode_000557.parquet b/data/chunk-000/episode_000557.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2b09138afb94ee6fcbdb9cc2cd5191cfa1f0630 --- /dev/null +++ b/data/chunk-000/episode_000557.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302c0305ed80285ff041f57072abe664147254238bedbf7ae19da1869bb0dc24 +size 121444 diff --git a/data/chunk-000/episode_000558.parquet b/data/chunk-000/episode_000558.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc55ffa0d4735588546bd30bb9e8676132e37f98 --- /dev/null +++ b/data/chunk-000/episode_000558.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacb75d23cf50a0e086ea5abd365a67375543e55cafd11c7b99fd691c98a7e55 +size 124780 diff --git a/data/chunk-000/episode_000559.parquet b/data/chunk-000/episode_000559.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7ae2cde4673da08fcbec2d34a2ba7f24818c13b --- /dev/null +++ b/data/chunk-000/episode_000559.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b327b6f249f3d27dd7eb8f8052d6590c84db6fb313058c5808ba129c18bae93d +size 141407 diff --git a/data/chunk-000/episode_000560.parquet b/data/chunk-000/episode_000560.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe2800d47096c375d28842f58fa1b139e409d835 --- /dev/null +++ b/data/chunk-000/episode_000560.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7bda06795113f691460df1e22d790f7d4aca266bfe9e3c24639cba652ce91f +size 127558 diff --git a/data/chunk-000/episode_000561.parquet b/data/chunk-000/episode_000561.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f9ba095616668ef0967f5437fe03643d7d4cc5e --- /dev/null +++ b/data/chunk-000/episode_000561.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818c293767f1adcd28dca7c667e94fb33854fbd047598b2c34e4c4fb1f0b1316 +size 122694 diff --git a/data/chunk-000/episode_000562.parquet b/data/chunk-000/episode_000562.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ba21ae07345324f936cf7be63bb0ddd2c19af1a --- /dev/null +++ b/data/chunk-000/episode_000562.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dfa2f56fc4851b29a124008397795f8d781f7401445813bc960c30a7fc32dc +size 107781 diff --git a/data/chunk-000/episode_000563.parquet b/data/chunk-000/episode_000563.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34dfc12e5c4810ee4f9c4b75ec66ce35bd8fca71 --- /dev/null +++ b/data/chunk-000/episode_000563.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f082c6fba1b7f88f722ade5684b33683105d015b169207785a0d382a0e9cb4 +size 124756 diff --git a/data/chunk-000/episode_000564.parquet b/data/chunk-000/episode_000564.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1e6387d9bb107eb0726648b30f9c30f8936ddcf --- /dev/null +++ b/data/chunk-000/episode_000564.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa42510efa0aa6a31dba6fea21a2b41f6977b29fe34803d850fe22b3cacb16ee +size 130968 diff --git a/data/chunk-000/episode_000565.parquet b/data/chunk-000/episode_000565.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24f2dc572152c22fb843fe52181a4929aa6bc215 --- /dev/null +++ b/data/chunk-000/episode_000565.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcc06bc28494145c95878e7642aa4a4b000c5ad73868747568020cefa3a6b97 +size 115318 diff --git a/data/chunk-000/episode_000566.parquet b/data/chunk-000/episode_000566.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0726ee20474d9b9721209efec28fa57784a1c59d --- /dev/null +++ b/data/chunk-000/episode_000566.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e718bdea9661d8e7f54f27b34c774c1eb702423dea70fc59f05612d4eb22a526 +size 121822 diff --git a/data/chunk-000/episode_000567.parquet b/data/chunk-000/episode_000567.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8dd514f9a8c8936f5c6c57168cd432392afe53b --- /dev/null +++ b/data/chunk-000/episode_000567.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cc744eff04f5cc0efe64f2b177985012784dbdb9d06458098215c859589590 +size 121264 diff --git a/data/chunk-000/episode_000568.parquet b/data/chunk-000/episode_000568.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17ac281b592813afc31c929bde979fec791ed7e8 --- /dev/null +++ b/data/chunk-000/episode_000568.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c276d2e12103ab3cf1ddd21e4ac5ceeb2a6f694e143e618e92ab2f6c6c18ebb3 +size 126808 diff --git a/data/chunk-000/episode_000569.parquet b/data/chunk-000/episode_000569.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8f786409bd738a95611fe76332b04d231c349ca --- /dev/null +++ b/data/chunk-000/episode_000569.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb793a6ed7d5e3d5c014db27b6f5b981785938103b3d543d629ca49e5ec7457 +size 112222 diff --git a/data/chunk-000/episode_000570.parquet b/data/chunk-000/episode_000570.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d50e731662188f7deb256fb310cd2d4dc90f7c8c --- /dev/null +++ b/data/chunk-000/episode_000570.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c60d4171bffbe1753c00b23ff38571d097477330df97867b927c32179a34a5 +size 107981 diff --git a/data/chunk-000/episode_000571.parquet b/data/chunk-000/episode_000571.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c78589a5bd5ea96d031c9991e6032f95e51dbafb --- /dev/null +++ b/data/chunk-000/episode_000571.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ad61a835ecf4c21d1047f544e4d8dcd5ff0762f988e8e4ee72fb519b02eb7d +size 104129 diff --git a/data/chunk-000/episode_000572.parquet b/data/chunk-000/episode_000572.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6b0a388233e51065ea0c54caf5387369821d02d --- /dev/null +++ b/data/chunk-000/episode_000572.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf3c67cf5464a75a36233ede9923b9461b583413147e9a44dfaedf6de3377d6 +size 109135 diff --git a/data/chunk-000/episode_000573.parquet b/data/chunk-000/episode_000573.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e84e7629cf8d9335f52362e18cf01b159f74c5a0 --- /dev/null +++ b/data/chunk-000/episode_000573.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e3d50991ac020c77a63a37053252ac4d385180df8f3aa87fa60d5b2a59b60f5 +size 149663 diff --git a/data/chunk-000/episode_000574.parquet b/data/chunk-000/episode_000574.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78532b1abf8353deac1410c45c712e0c0fb17419 --- /dev/null +++ b/data/chunk-000/episode_000574.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d0c69b05aa5fd683f006b661927397af2787d426239a9d663758034a2e0e36 +size 104111 diff --git a/data/chunk-000/episode_000575.parquet b/data/chunk-000/episode_000575.parquet new file mode 100644 index 0000000000000000000000000000000000000000..267970d16f9a86fbba8764d75479960648d108c7 --- /dev/null +++ b/data/chunk-000/episode_000575.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aebfa3bd081d0b13afc734750f224d9b042de311db9c85f8b002a166f69e18e +size 122799 diff --git a/data/chunk-000/episode_000576.parquet b/data/chunk-000/episode_000576.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21f9726af6a6ae1d11674325f2a3ee975b6d42f4 --- /dev/null +++ b/data/chunk-000/episode_000576.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f251f70ab9bfbe221abe02125f435149f74f9fcc2a4c89ebb0fc734d89c5325e +size 118994 diff --git a/data/chunk-000/episode_000577.parquet b/data/chunk-000/episode_000577.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0974ba8f51971c89406fc0777e54ae331a3af963 --- /dev/null +++ b/data/chunk-000/episode_000577.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e178b44c59647929b762088464af43472dd8616170317c4372710772bed6af03 +size 114480 diff --git a/data/chunk-000/episode_000578.parquet b/data/chunk-000/episode_000578.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d74a549c55a85a48ad39de234e9182205c4e1300 --- /dev/null +++ b/data/chunk-000/episode_000578.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b89ed7eb3404f775f04eb980b8dbe999f067e604d6a0334e99aac832f134bc4 +size 115225 diff --git a/data/chunk-000/episode_000579.parquet b/data/chunk-000/episode_000579.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dbdf837f25f5c8b82e01ad662795399b4ab99b6 --- /dev/null +++ b/data/chunk-000/episode_000579.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8507470a3681984e7d26d5c6512d4088a3dbbb293509f8afa6d9b4178c491f8 +size 114841 diff --git a/data/chunk-000/episode_000580.parquet b/data/chunk-000/episode_000580.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65b9d49d963bcefa8ddfb9c4f3a5294350f2307f --- /dev/null +++ b/data/chunk-000/episode_000580.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a791a16f32aee4164a87c75a7f376f3e70e9af7998ca53d1ba58696da68c1b +size 126123 diff --git a/data/chunk-000/episode_000581.parquet b/data/chunk-000/episode_000581.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc8844bf0839b8aeccc6c8017b7acdce1be58c93 --- /dev/null +++ b/data/chunk-000/episode_000581.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518de94f97b8ce5fb0b1ab608f145e1aec4f461af982b92633c4228c6a2602e4 +size 125550 diff --git a/data/chunk-000/episode_000582.parquet b/data/chunk-000/episode_000582.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8791839861ba852dd722e0baf8b7010ae710d208 --- /dev/null +++ b/data/chunk-000/episode_000582.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef564439fd9a2e72657b6faaadd799729c359dc5c0400992a5fb9d4513beda1 +size 125625 diff --git a/data/chunk-000/episode_000583.parquet b/data/chunk-000/episode_000583.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edebf717d6a818e5ca10086e85234798527c1c22 --- /dev/null +++ b/data/chunk-000/episode_000583.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25aca597f6590a5517977e3c09b858e2826462bb063c773ba29f20864a59657f +size 112832 diff --git a/data/chunk-000/episode_000584.parquet b/data/chunk-000/episode_000584.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aed5f780cff9c4f0c37893b3e539057a67d6f222 --- /dev/null +++ b/data/chunk-000/episode_000584.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40ce30b8ad4eb6bfbf2d2ee434bf967790ac934c233e4a4f0c6b8703930e725 +size 121464 diff --git a/data/chunk-000/episode_000585.parquet b/data/chunk-000/episode_000585.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81fd9ab3a39b3ef65c4190cc295ae97ec3368c3a --- /dev/null +++ b/data/chunk-000/episode_000585.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd726a9594660b4e7c5bbc1ffb9903c1d7f8c80868cd645cd90f2ce8aa5a473d +size 111153 diff --git a/data/chunk-000/episode_000586.parquet b/data/chunk-000/episode_000586.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10fff4c4f46346caa913f1a89a47d5b887dfd3e8 --- /dev/null +++ b/data/chunk-000/episode_000586.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f03e11746315d767b782bd96283a2d7bbf3587978cfab4ff68c0668dc5a4e34 +size 113185 diff --git a/data/chunk-000/episode_000587.parquet b/data/chunk-000/episode_000587.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d522b077e190aaa9a45cd7ef8cc45d7725c2a9df --- /dev/null +++ b/data/chunk-000/episode_000587.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddafa60db3ce9532a4458e6d32eb8368011e491a0104a594a1e7f04b95f6c29 +size 127127 diff --git a/data/chunk-000/episode_000588.parquet b/data/chunk-000/episode_000588.parquet new file mode 100644 index 0000000000000000000000000000000000000000..963a7781d675cd171ad78a7526733471f774e928 --- /dev/null +++ b/data/chunk-000/episode_000588.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f448e21a881b81b093015caed3ab6bd367c7b53d126057f44a972a8dd000e49 +size 115968 diff --git a/data/chunk-000/episode_000589.parquet b/data/chunk-000/episode_000589.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6932c03a6b68813b9d48dfb726271b0565ca712b --- /dev/null +++ b/data/chunk-000/episode_000589.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e72eec88931cf4924875d118def18c35b5044d6348736524065d9fd2a12153 +size 110607 diff --git a/data/chunk-000/episode_000590.parquet b/data/chunk-000/episode_000590.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71b4a72e6e6c5f660c58cf19dd25a4ba2d05b19a --- /dev/null +++ b/data/chunk-000/episode_000590.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a946bbe8981aaafc23808fc510e1826fb74bd799da8c6eea4ff6163baba50004 +size 123715 diff --git a/data/chunk-000/episode_000591.parquet b/data/chunk-000/episode_000591.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f83e97c98c7c528edc71dca94da41344eb86a709 --- /dev/null +++ b/data/chunk-000/episode_000591.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704db09cdaf64b593294e43cbed9b6e29cef00ac83dee1de8b21687892079598 +size 111839 diff --git a/data/chunk-000/episode_000592.parquet b/data/chunk-000/episode_000592.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fadb86117abfef6944f770d168be570d9aafe42b --- /dev/null +++ b/data/chunk-000/episode_000592.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88113d8762c22f2d300e960c73ce6d7d73b68ff88a494d00396ad82a74c257cf +size 127049 diff --git a/data/chunk-000/episode_000593.parquet b/data/chunk-000/episode_000593.parquet new file mode 100644 index 0000000000000000000000000000000000000000..371270a30b4e34ca2aa744726cdd70bdd2374e40 --- /dev/null +++ b/data/chunk-000/episode_000593.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66d0cf4248d9664e68ff7bc9607858cb26fdbf1bcc76094c032defd9d6ce61f +size 113355 diff --git a/data/chunk-000/episode_000594.parquet b/data/chunk-000/episode_000594.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e34db2e81a94cd6672244389e2046422d7f2902d --- /dev/null +++ b/data/chunk-000/episode_000594.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12db2f49e9c893805dd3d8de9ac27273d2fbae85ede504a9ad3d1b60c04db1fe +size 137511 diff --git a/data/chunk-000/episode_000595.parquet b/data/chunk-000/episode_000595.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef412f8025d08d327bf3205021c902f2d3df9a43 --- /dev/null +++ b/data/chunk-000/episode_000595.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73099eac7eefdde2490d6a6478366bd677178f8ee96692db4b58eb0c7befde10 +size 145837 diff --git a/data/chunk-000/episode_000596.parquet b/data/chunk-000/episode_000596.parquet new file mode 100644 index 0000000000000000000000000000000000000000..507f389d2a2ff4f6c7795d7da92fb41b589544ab --- /dev/null +++ b/data/chunk-000/episode_000596.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554c8b2c5523fe097d2e91029bc3a32a0605b81aed5bdf37fad91a9e39e08ccc +size 153565 diff --git a/data/chunk-000/episode_000597.parquet b/data/chunk-000/episode_000597.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b18827bc22a42a631bec184f9bd55df86f95845e --- /dev/null +++ b/data/chunk-000/episode_000597.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfaeaa6f3b193bee73dd7e25f4dfb4567b38b2734f11955d7cdac74b8dd450a +size 143961 diff --git a/data/chunk-000/episode_000598.parquet b/data/chunk-000/episode_000598.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5532e0ab6bc8c2f01f1db16d7b35a7e3f0984ff0 --- /dev/null +++ b/data/chunk-000/episode_000598.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dbb9fd38b3de4763f4290bb1c9faf29b0fa69eed1d49ec006a15de8e392d12 +size 160449 diff --git a/data/chunk-000/episode_000599.parquet b/data/chunk-000/episode_000599.parquet new file mode 100644 index 0000000000000000000000000000000000000000..800ef1e380f061c1c5cca5b11f0330f25e0a1eb4 --- /dev/null +++ b/data/chunk-000/episode_000599.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e893950494324ca17b6cc98d9ab78474fa079f8ec1b7d5205ef6c98ffbf937 +size 153952 diff --git a/data/chunk-000/episode_000600.parquet b/data/chunk-000/episode_000600.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9ada3cf1b3da82b282d3c6668995024dfc7b3e7 --- /dev/null +++ b/data/chunk-000/episode_000600.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f466c3d3e5cf7d0555e1d723f9e782b6e75c4456b10400e1e985d8e35e184502 +size 142828 diff --git a/data/chunk-000/episode_000601.parquet b/data/chunk-000/episode_000601.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d5d418da110b1b645469597c74904e02271fb33 --- /dev/null +++ b/data/chunk-000/episode_000601.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55761e63074578b8c037edc17063c518801a7802707f5451e7852cc901ff891d +size 147851 diff --git a/data/chunk-000/episode_000602.parquet b/data/chunk-000/episode_000602.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29ba2a61313fd8ea8ee794928e588948120602be --- /dev/null +++ b/data/chunk-000/episode_000602.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4696c028f9ac682541605ad447337efedaf3dad1ea4bc5416e0ba9401056441 +size 148946 diff --git a/data/chunk-000/episode_000603.parquet b/data/chunk-000/episode_000603.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ea3bb375b4b93945a6a60fafe51f66d7127dcbd --- /dev/null +++ b/data/chunk-000/episode_000603.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dff1de7e67356d9c85cdca4305abb204c93340a39431a2d82aae70da2f33ad7 +size 143759 diff --git a/data/chunk-000/episode_000604.parquet b/data/chunk-000/episode_000604.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73e0d5b7fa7645df79e7055fd8ce87844d3e2f15 --- /dev/null +++ b/data/chunk-000/episode_000604.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99de92d296ccde92cdc82d5c572d3700f0f849416cbb58d8531bc4c5a58cc51 +size 144476 diff --git a/data/chunk-000/episode_000605.parquet b/data/chunk-000/episode_000605.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58b7de5c8b233f33c3ba78bbdd11bc2eadcced42 --- /dev/null +++ b/data/chunk-000/episode_000605.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10ebf0dfe1ffb82d4720566a9831c7425dd5d4e230264b3815171b810a7a9d2 +size 150933 diff --git a/data/chunk-000/episode_000606.parquet b/data/chunk-000/episode_000606.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fbd465797e34281812fa685da4dec8364d32795 --- /dev/null +++ b/data/chunk-000/episode_000606.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d267cb96bc402507949960cae62876fb3e2b807f0343b70ea052b0240aeabf +size 134068 diff --git a/data/chunk-000/episode_000607.parquet b/data/chunk-000/episode_000607.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a718b1f93783f101fde1f16cd6803380aaa3a1ce --- /dev/null +++ b/data/chunk-000/episode_000607.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc9d02f1ec30f5af33a6af8daf69490bc62389ddf618282449b3403ae3cde61a +size 158017 diff --git a/data/chunk-000/episode_000608.parquet b/data/chunk-000/episode_000608.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b011b854cb38b6279e296b0b771a47e7b876454 --- /dev/null +++ b/data/chunk-000/episode_000608.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddab72ac777426a6e936baefdaaf5ca7ee675b0cb75bfd3a7fb01d141121aee0 +size 142816 diff --git a/data/chunk-000/episode_000609.parquet b/data/chunk-000/episode_000609.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b28edda40b57c7e510ad72aef4e464187e42a130 --- /dev/null +++ b/data/chunk-000/episode_000609.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002429fd54f179ce9043c31f2c90093b0e0dbc3547ae19aa97bbc1f7356aac9e +size 137333 diff --git a/data/chunk-000/episode_000610.parquet b/data/chunk-000/episode_000610.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b52b93ac147c1b40482b98707dfc0273aca4a063 --- /dev/null +++ b/data/chunk-000/episode_000610.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a09a79feb3c13458b7cad2f9ae79d2af5a3896bc2421c1ecc85f534957961e0 +size 184176 diff --git a/data/chunk-000/episode_000611.parquet b/data/chunk-000/episode_000611.parquet new file mode 100644 index 0000000000000000000000000000000000000000..494b0d41c11f1ff79a716665c2c6c3a685d101ca --- /dev/null +++ b/data/chunk-000/episode_000611.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e413d5ba1409cb469bca960d39c9932067d80bc763e3c098ef824abb3a27246 +size 120519 diff --git a/data/chunk-000/episode_000612.parquet b/data/chunk-000/episode_000612.parquet new file mode 100644 index 0000000000000000000000000000000000000000..55b12b374229b8c998bdb538d6061015780bc6fc --- /dev/null +++ b/data/chunk-000/episode_000612.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7446addba7f2f8fae1853c25d3caf6a6894f6ad97b1cdb173e7671b0cf6c1e94 +size 140096 diff --git a/data/chunk-000/episode_000613.parquet b/data/chunk-000/episode_000613.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f8d68971ee9064d0a266f9c5d02b3afac7ac0cb --- /dev/null +++ b/data/chunk-000/episode_000613.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18241e00c3601b7c7bf83b26e6c7f9570f7066b4dfa8e770c9f0442c006f669d +size 163523 diff --git a/data/chunk-000/episode_000614.parquet b/data/chunk-000/episode_000614.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5da259610dd7234e206b1cc835e01546443b65c6 --- /dev/null +++ b/data/chunk-000/episode_000614.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4a57399c0a80a79374a86ea56970400c1247d54c3d4b0f4f88950ca507dd11 +size 120428 diff --git a/data/chunk-000/episode_000615.parquet b/data/chunk-000/episode_000615.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f780323105f3ac9cb58e601b70143fab8cfd5608 --- /dev/null +++ b/data/chunk-000/episode_000615.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cffdf96852f6e84289175e2ba5355a855bf04198df0470bf8ad359108a5106c +size 134650 diff --git a/data/chunk-000/episode_000616.parquet b/data/chunk-000/episode_000616.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1fb31d580266f40e54bd484145cf603f0bdb79c8 --- /dev/null +++ b/data/chunk-000/episode_000616.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fdf03ad84aed1419f14a33ec9506addb333dd91c1cdb4e8fc2cfcb9a572fad +size 175773 diff --git a/data/chunk-000/episode_000617.parquet b/data/chunk-000/episode_000617.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40cbd11bacbd06db9c46610d69e2b16ed08f2749 --- /dev/null +++ b/data/chunk-000/episode_000617.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6d683315ccca313ba8f791ae7c7e251aca12a0f3c1d9ed95add502998e8cf8 +size 142192 diff --git a/data/chunk-000/episode_000618.parquet b/data/chunk-000/episode_000618.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ce18c297d82984e8f4ed04d2e676ea6b0d44e1c --- /dev/null +++ b/data/chunk-000/episode_000618.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43d64447551b83b50a3fc3f73024451318d46c5d3461b545e9ed83068b26f16 +size 153207 diff --git a/data/chunk-000/episode_000619.parquet b/data/chunk-000/episode_000619.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c44bd445f53d81ec3082be542ee795a8efbe3b40 --- /dev/null +++ b/data/chunk-000/episode_000619.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df54fa2a6011bc35fc3b13937ce869e9d5ebcf08dfa99a63b84600f31c1a4c58 +size 141675 diff --git a/data/chunk-000/episode_000620.parquet b/data/chunk-000/episode_000620.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f46d4de7cbbd6d33471a30ff7bdb8e71048b9cfc --- /dev/null +++ b/data/chunk-000/episode_000620.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690d923ca8d0becb10233af8ca423a0f441fcfe2ebe477506cb13b648d2a5d07 +size 138186 diff --git a/data/chunk-000/episode_000621.parquet b/data/chunk-000/episode_000621.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c81975fca9f644e9e3e8271e99e9e28791e18e58 --- /dev/null +++ b/data/chunk-000/episode_000621.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac5f213241f45dc6eada3f4ddcaefd6ed23f8937c73239538d6fd4448255ede +size 148788 diff --git a/data/chunk-000/episode_000622.parquet b/data/chunk-000/episode_000622.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df2398a739856bc6db4ffc078367eb9717af82fd --- /dev/null +++ b/data/chunk-000/episode_000622.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ab8526279da53369026a94ccdce43d1a097634c966710518a62807e452e068 +size 148980 diff --git a/data/chunk-000/episode_000623.parquet b/data/chunk-000/episode_000623.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8e537fe311f19a896ba27842b1c6ad8e54d767b --- /dev/null +++ b/data/chunk-000/episode_000623.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02052dd38f41130d3b8578812f7173daa72804e79c0242f807937224bd42af8 +size 148230 diff --git a/data/chunk-000/episode_000624.parquet b/data/chunk-000/episode_000624.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c0d55f7ffdac9d24151d5e5aad4a4d59c8afa56 --- /dev/null +++ b/data/chunk-000/episode_000624.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088e06fe977b35ae6a8004c0b11d63c45ecb302c4d813c30bfed271d6cb99d2d +size 159215 diff --git a/data/chunk-000/episode_000625.parquet b/data/chunk-000/episode_000625.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6f5356c70ff165b938e1e2ce074f4f1f861ddf3 --- /dev/null +++ b/data/chunk-000/episode_000625.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c313727edc5c86017cbc3af5b125bc84b3ce7b6512fa0432201db981f58b3a +size 143915 diff --git a/data/chunk-000/episode_000626.parquet b/data/chunk-000/episode_000626.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34ed5d1a4445246b82d4c012c034ccd12a352b64 --- /dev/null +++ b/data/chunk-000/episode_000626.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5783e50260efbe4d4d8e62b0c6544034aef40a4ede40a893ef26728a38aa3817 +size 151201 diff --git a/data/chunk-000/episode_000627.parquet b/data/chunk-000/episode_000627.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62a2a8efcc011b7d512596f4f9f39dbe7cc34545 --- /dev/null +++ b/data/chunk-000/episode_000627.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc649a6bff43a326d7db5da4984ca29fbc332ff8006c2302750cb431c3cba786 +size 163741 diff --git a/data/chunk-000/episode_000628.parquet b/data/chunk-000/episode_000628.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23e5210828b5a3714688cd72a9d17201ba34d959 --- /dev/null +++ b/data/chunk-000/episode_000628.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5da801164797720644e7863094aa75918600249ab42d6d2e64223331e05e393 +size 155025 diff --git a/data/chunk-000/episode_000629.parquet b/data/chunk-000/episode_000629.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1dac639af46e55a4b71d3d46c6cf214f9dc24159 --- /dev/null +++ b/data/chunk-000/episode_000629.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f75d3d0e545bb0019e3517a4c2add9ba1fb244928f4bf7a83b634b68457a4e +size 135517 diff --git a/data/chunk-000/episode_000630.parquet b/data/chunk-000/episode_000630.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1016f1ca528780aa6a11178fb2c4eedc8f344c58 --- /dev/null +++ b/data/chunk-000/episode_000630.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e40c938a41c46bbff93759f4be49388c88f276a1793c7105737f7efe6b73ef2 +size 136875 diff --git a/data/chunk-000/episode_000631.parquet b/data/chunk-000/episode_000631.parquet new file mode 100644 index 0000000000000000000000000000000000000000..026ae06927893c5d2af1d21ba0d74a3b318afa48 --- /dev/null +++ b/data/chunk-000/episode_000631.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252aa71db0b3284e31fc24059a29df622441e70ecf8ac133ad0582b20bb25f95 +size 134413 diff --git a/data/chunk-000/episode_000632.parquet b/data/chunk-000/episode_000632.parquet new file mode 100644 index 0000000000000000000000000000000000000000..19d2b5b4db78581d62d419d6783bfb150a32b253 --- /dev/null +++ b/data/chunk-000/episode_000632.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af12c43f09a0653962068ac40762365c3d8077866f37d3d5c01952cfffd90566 +size 141292 diff --git a/data/chunk-000/episode_000633.parquet b/data/chunk-000/episode_000633.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cee75dce242fa307b437296220db7ddc15a78c7 --- /dev/null +++ b/data/chunk-000/episode_000633.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f956c26457b5dcbdfd55643d658cdabb8085014f263597b6326cbd6208651a +size 140234 diff --git a/data/chunk-000/episode_000634.parquet b/data/chunk-000/episode_000634.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5db26fcebb243a68ec2b1a25c0ae41ffe937a95 --- /dev/null +++ b/data/chunk-000/episode_000634.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640c38a876747b27ec0da894aa5737e08064029e729dc40dc5e339e9e07d1da3 +size 135680 diff --git a/data/chunk-000/episode_000635.parquet b/data/chunk-000/episode_000635.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a042b6b269d0d80ee211ce86e9e5b43af01f379e --- /dev/null +++ b/data/chunk-000/episode_000635.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0986acc811dd0c99a7222ceee905b21260f41de4a2bc2f17e834439cea1100 +size 133392 diff --git a/data/chunk-000/episode_000636.parquet b/data/chunk-000/episode_000636.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b567851aaf5632250db3bbddf0957bc4af37439 --- /dev/null +++ b/data/chunk-000/episode_000636.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b58f622eeb2a856d6a6e0539e6f2cd0efeb8328e98983ea0bbe9c894a3ac6d +size 136011 diff --git a/data/chunk-000/episode_000637.parquet b/data/chunk-000/episode_000637.parquet new file mode 100644 index 0000000000000000000000000000000000000000..267369e7871add306d16f99a3d2c8de6c94b3a3d --- /dev/null +++ b/data/chunk-000/episode_000637.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acdf95313c78e0079e74c822bb00f55c5ca68d88bd425b5af2a1e87ef103d7a +size 141371 diff --git a/data/chunk-000/episode_000638.parquet b/data/chunk-000/episode_000638.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f27eb7e73706d828a36d23fe30c02a3a8381b31 --- /dev/null +++ b/data/chunk-000/episode_000638.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f3afc40a57e4c018c9c85a16d3d339124507688bc29eae03714613a8324ace +size 137643 diff --git a/data/chunk-000/episode_000639.parquet b/data/chunk-000/episode_000639.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f70717d93d14ee8ccfb9bf04cb0b6cdfa26ae87 --- /dev/null +++ b/data/chunk-000/episode_000639.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183b99a180ec48c3f24dc6e3c1348664d031d8458dc745af29e6aa9913a1003e +size 140781 diff --git a/data/chunk-000/episode_000640.parquet b/data/chunk-000/episode_000640.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f001ac17d92849dfadff62a4f6f7915ea40d2df8 --- /dev/null +++ b/data/chunk-000/episode_000640.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5175e2e00992ef0c4fa965a7b91f19f6544dab85001a4f3327d58ffe9aa5c7ae +size 127968 diff --git a/data/chunk-000/episode_000641.parquet b/data/chunk-000/episode_000641.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfc04e6f206c682f2c9892cc85a3145c73903e7e --- /dev/null +++ b/data/chunk-000/episode_000641.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101b774fcd7b607747c251bf4586bac1f4b3e0b3a935ada08cf55539b3b3d8d1 +size 128400 diff --git a/data/chunk-000/episode_000642.parquet b/data/chunk-000/episode_000642.parquet new file mode 100644 index 0000000000000000000000000000000000000000..053b825edd73e9ca51db9f182de59848402de335 --- /dev/null +++ b/data/chunk-000/episode_000642.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d045b3d1af70a1134f4658d3932844e37b92a32c3aadb711e366b71722b1e5b6 +size 126410 diff --git a/data/chunk-000/episode_000643.parquet b/data/chunk-000/episode_000643.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13b50d43ef401109f96ced9f96491bf944f67aed --- /dev/null +++ b/data/chunk-000/episode_000643.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ed92e944f7c616fa515bfcd246484bd664c86a34428f8fb0b1b0442ae00bcb +size 129468 diff --git a/data/chunk-000/episode_000644.parquet b/data/chunk-000/episode_000644.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4dc89878187e406edcf8f768474e1b255541fa3 --- /dev/null +++ b/data/chunk-000/episode_000644.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7adffcf0d52f0ead75a8ba7c7b1c315e742dbc5298f8ef70645a460df84a8ca +size 135705 diff --git a/data/chunk-000/episode_000645.parquet b/data/chunk-000/episode_000645.parquet new file mode 100644 index 0000000000000000000000000000000000000000..04323930265fb4a68b9b77dbf7ec54a51a02c870 --- /dev/null +++ b/data/chunk-000/episode_000645.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0c12a9be5bdf8e8655038ffef5764be15460f52e6e3aad2105634cf2ed5cd6 +size 128951 diff --git a/data/chunk-000/episode_000646.parquet b/data/chunk-000/episode_000646.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3a0600c9e873b3f8776b9484c272dcb1415245fa --- /dev/null +++ b/data/chunk-000/episode_000646.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378a4abada149f3688dee92d0513759926f89565cc1a007fadf415f8c9758a94 +size 123019 diff --git a/data/chunk-000/episode_000647.parquet b/data/chunk-000/episode_000647.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b58d248868e74864c8374a6b8797204d3d7e11c --- /dev/null +++ b/data/chunk-000/episode_000647.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115c65736bcba1c1f3d953c112084b0cd11bb00e839456016a48b6ef9d7b1937 +size 136994 diff --git a/data/chunk-000/episode_000648.parquet b/data/chunk-000/episode_000648.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d5ac08f57485c11e645a9045893a51c21352a99 --- /dev/null +++ b/data/chunk-000/episode_000648.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecc3c68ea6ef71b56a380792f50c378d217c4f932bd5c46d3bb95c49e9e525d +size 132275 diff --git a/data/chunk-000/episode_000649.parquet b/data/chunk-000/episode_000649.parquet new file mode 100644 index 0000000000000000000000000000000000000000..754fbb7960455d0c4da25a634aa6b4d5e860b5c9 --- /dev/null +++ b/data/chunk-000/episode_000649.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8179498290e3cc2a08edb5932c7f10f0b63fd138d8680521e79ed2e62a815169 +size 131954 diff --git a/data/chunk-000/episode_000650.parquet b/data/chunk-000/episode_000650.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75fe639c87a168b35125995b1aeace8b6e77a486 --- /dev/null +++ b/data/chunk-000/episode_000650.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4cce9ad5083d5bab3bc90274100c3707db5e0d87d8d6bb4a222eadebfbe9a3 +size 152451 diff --git a/data/chunk-000/episode_000651.parquet b/data/chunk-000/episode_000651.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2346e4a68258aaa2369af5e5343ee7ada86cdffd --- /dev/null +++ b/data/chunk-000/episode_000651.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f709381df493fa84b3bfc13946317850835c8d9a5470b4f88a64a7a9f39eb229 +size 142951 diff --git a/data/chunk-000/episode_000652.parquet b/data/chunk-000/episode_000652.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50f4fbdd8d1841cfb3f19e708f51a60366c5e591 --- /dev/null +++ b/data/chunk-000/episode_000652.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ebb8e1f1ace8512bd1aa5a511273204f463cf13614a1e6b727005d5accfe30 +size 108237 diff --git a/data/chunk-000/episode_000653.parquet b/data/chunk-000/episode_000653.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8827a9760486071854d0c0cb2a262ae298dfe758 --- /dev/null +++ b/data/chunk-000/episode_000653.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0367d4360ef4f6b3f979236dad3dae50d2afc7356675b1429c85b9a0d4e172 +size 138280 diff --git a/data/chunk-000/episode_000654.parquet b/data/chunk-000/episode_000654.parquet new file mode 100644 index 0000000000000000000000000000000000000000..853e34c8dec67308d792e42d1b5f97c181917c13 --- /dev/null +++ b/data/chunk-000/episode_000654.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7359c6e70e4f57166569e802b1d63c4455f10323a9927f6e5c31264717df8fe +size 122673 diff --git a/data/chunk-000/episode_000655.parquet b/data/chunk-000/episode_000655.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c1df2e9ab91924ac7f2ca7537e92017558982a3 --- /dev/null +++ b/data/chunk-000/episode_000655.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef44c6c620f209dea01edb48cad4a77489b4810313632c2697dabb27fb55413 +size 147237 diff --git a/data/chunk-000/episode_000656.parquet b/data/chunk-000/episode_000656.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1c5fcc0a1eebcd1261a2b6668fc9c6fad9b36ff --- /dev/null +++ b/data/chunk-000/episode_000656.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1368dfdf4b51e5312e067904698645815efdcf38ce6050e6666aa190a818f5 +size 133370 diff --git a/data/chunk-000/episode_000657.parquet b/data/chunk-000/episode_000657.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f3086b77ae47478e6d31ab876260214c8a09edf --- /dev/null +++ b/data/chunk-000/episode_000657.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf14ef1a8242c58ee4d04c443a660632957f65ac211c660156d8900f1d761c89 +size 133458 diff --git a/data/chunk-000/episode_000658.parquet b/data/chunk-000/episode_000658.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07fb030208a390cf75e6bfa9f2622243e29956c3 --- /dev/null +++ b/data/chunk-000/episode_000658.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73f5ed9e3c99f25d0c74b12ee0f3879a0480a5a9eae3d68d7024f6be49625f6 +size 139588 diff --git a/data/chunk-000/episode_000659.parquet b/data/chunk-000/episode_000659.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d996d1a6022047aa3d022e2189fcbc02859c2bbd --- /dev/null +++ b/data/chunk-000/episode_000659.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62d81cff3873e44dcd259ee10bdf2d34a97ba4221ff3efdd2513079b9ef7d5d +size 150622 diff --git a/data/chunk-000/episode_000660.parquet b/data/chunk-000/episode_000660.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64454f9bea99936466ff6acf48fde1b45d9781a6 --- /dev/null +++ b/data/chunk-000/episode_000660.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e189357a3840c7ebbbe1ad9c8203ecc32ba8c2971029f38db74737cbea27f0d8 +size 141721 diff --git a/data/chunk-000/episode_000661.parquet b/data/chunk-000/episode_000661.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da55e2d0e0655e74d77245d52ee53b8e6db4cf51 --- /dev/null +++ b/data/chunk-000/episode_000661.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afca5e904652411247fc39baf321d051b7e3c719e9502c196c7812df6693bcf1 +size 130487 diff --git a/data/chunk-000/episode_000662.parquet b/data/chunk-000/episode_000662.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4fba5b9860bf90b681dfb752bd55b755f5614f23 --- /dev/null +++ b/data/chunk-000/episode_000662.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ccd9f0d83a913db1fd4f01f0f91010a26a486de1c0aaca43d8e192aedb442f +size 145671 diff --git a/data/chunk-000/episode_000663.parquet b/data/chunk-000/episode_000663.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f2894b5c3a339efae81adb3fb88598d9738ce77 --- /dev/null +++ b/data/chunk-000/episode_000663.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ad9ffc22700ac87613ae5427c6077cf369f42faaf663967e7254af3ba49792 +size 127930 diff --git a/data/chunk-000/episode_000664.parquet b/data/chunk-000/episode_000664.parquet new file mode 100644 index 0000000000000000000000000000000000000000..982e228472656a490aa8905e322ee908836e9f44 --- /dev/null +++ b/data/chunk-000/episode_000664.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840845b79108f2cf302014f6cad0b9b25eaf40ff232cd445093ba20650fd0328 +size 144219 diff --git a/data/chunk-000/episode_000665.parquet b/data/chunk-000/episode_000665.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4d112ac916028c655a745c0a29eb27348140803 --- /dev/null +++ b/data/chunk-000/episode_000665.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b37dbd6b391cbf6984c0c28f07020eeb27ce55c6ce1f6669216092d0dcf801 +size 134304 diff --git a/data/chunk-000/episode_000666.parquet b/data/chunk-000/episode_000666.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b05cec546aac56bac86d26d43f6744a2f5f29a0 --- /dev/null +++ b/data/chunk-000/episode_000666.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6fc75c4e161ae09bc04b5e5dcbbd6e56d02fef39dfb2c8b80116820bd3df41 +size 134460 diff --git a/data/chunk-000/episode_000667.parquet b/data/chunk-000/episode_000667.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5040fdd93cb5d6191fc3188ba9370ecfe312195d --- /dev/null +++ b/data/chunk-000/episode_000667.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b07f521a3f47b43c45ed61e47a6db98af6a6b2afed5379a87d6687d7fb7ee44 +size 147637 diff --git a/data/chunk-000/episode_000668.parquet b/data/chunk-000/episode_000668.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69bbe8602eb988aaa19307baefdc2e76778c92b3 --- /dev/null +++ b/data/chunk-000/episode_000668.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbcaa8f22e17d37a5148c9a13a1ea4f1dae2f3c002596da51ef58f29b796d2b +size 126456 diff --git a/data/chunk-000/episode_000669.parquet b/data/chunk-000/episode_000669.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29025e54dd5f7048ef905029f8e6ec362f77d4b2 --- /dev/null +++ b/data/chunk-000/episode_000669.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9316a6b8981be7e9d0d26ad535e9970818f92dfdb53f84fca2fe562ffebe393e +size 139004 diff --git a/data/chunk-000/episode_000670.parquet b/data/chunk-000/episode_000670.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47afc2e8daaf2a8257b7aea835dc94e4b70c51a6 --- /dev/null +++ b/data/chunk-000/episode_000670.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d436c348a0b9a374395e410cc1d62dfca847ac03cb77c58e97e9eb3fe024dd +size 127246 diff --git a/data/chunk-000/episode_000671.parquet b/data/chunk-000/episode_000671.parquet new file mode 100644 index 0000000000000000000000000000000000000000..686b0da0efb6425cc9e22a93c576ea1164f0eace --- /dev/null +++ b/data/chunk-000/episode_000671.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a760d2c5900ebed2ff8ba398e678c0820d6fa4c2e00ac1392bc20f05e5e2551e +size 131866 diff --git a/data/chunk-000/episode_000672.parquet b/data/chunk-000/episode_000672.parquet new file mode 100644 index 0000000000000000000000000000000000000000..319aec8673630ca123ed26e2e3cca03e3677d44c --- /dev/null +++ b/data/chunk-000/episode_000672.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f5b10d66ae33b5dede0cdd52f34ca34353f8f95bafb32787c5402a842ab405 +size 130380 diff --git a/data/chunk-000/episode_000673.parquet b/data/chunk-000/episode_000673.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afeca1f6fa3ec236c5a0e1885c5d183c27f64222 --- /dev/null +++ b/data/chunk-000/episode_000673.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b8aa818416cb32f8ff3e421bcd5860027d51724d5fa27a9a5e4e1d63b6f923 +size 137629 diff --git a/data/chunk-000/episode_000674.parquet b/data/chunk-000/episode_000674.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da5ef21053ad5ac210dffccee4b46bb96a3305ee --- /dev/null +++ b/data/chunk-000/episode_000674.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4c3270033475d12e10cb818e1b9e20ba4187b0f46daebc8484c46d5fa91bc4 +size 139799 diff --git a/data/chunk-000/episode_000675.parquet b/data/chunk-000/episode_000675.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e967f6c1ac0da74918e618e5ed8141c113f74224 --- /dev/null +++ b/data/chunk-000/episode_000675.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50c33c24b37124fd7c3f207cd8754d5919ebebccf155144176a5d5789d2a651 +size 139156 diff --git a/data/chunk-000/episode_000676.parquet b/data/chunk-000/episode_000676.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b78ff6c10a52c22de99d2141b07f61f946805579 --- /dev/null +++ b/data/chunk-000/episode_000676.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7899590a5d6d539fbfc0a9fbcb72f8abcc8a4a7ac017a1eca482182b6fbb4f5c +size 134530 diff --git a/data/chunk-000/episode_000677.parquet b/data/chunk-000/episode_000677.parquet new file mode 100644 index 0000000000000000000000000000000000000000..868190ac4e06ee82c4905a99899730bd11fccaf1 --- /dev/null +++ b/data/chunk-000/episode_000677.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42759aaf647d9c6c45c693cb9779e3112f62245abf0ee88dd51447d961b313e5 +size 143957 diff --git a/data/chunk-000/episode_000678.parquet b/data/chunk-000/episode_000678.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf68fc20d06f7a59926819ab3881dc9f54036ab3 --- /dev/null +++ b/data/chunk-000/episode_000678.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e153f6c5131236b0479594674d2d2faa79b5f4de7ea157718a4d9057a181981c +size 124128 diff --git a/data/chunk-000/episode_000679.parquet b/data/chunk-000/episode_000679.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26b713320f54ea425bf47ff71b4441088a1f3024 --- /dev/null +++ b/data/chunk-000/episode_000679.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d153a51d8fab2b75ccf9f16a6c2b753902b2281dd590cd77e65ff3ea5386a6e4 +size 125882 diff --git a/data/chunk-000/episode_000680.parquet b/data/chunk-000/episode_000680.parquet new file mode 100644 index 0000000000000000000000000000000000000000..51ca4e24c23471b94598d527d7ead211c0f4837f --- /dev/null +++ b/data/chunk-000/episode_000680.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a459240f418f423e5ba0bf43219c8fff173f4b2b5f195a7d34695668a73330f2 +size 149098 diff --git a/data/chunk-000/episode_000681.parquet b/data/chunk-000/episode_000681.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e73db07982d158441df124418c789f5627910652 --- /dev/null +++ b/data/chunk-000/episode_000681.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3670fb042c4bd0f00f8b74c0cc2befbfce4067da4e4df9a17279b9217457b26 +size 143138 diff --git a/data/chunk-000/episode_000682.parquet b/data/chunk-000/episode_000682.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d380eb250a5aeae5fde646d2b712e2483417a76d --- /dev/null +++ b/data/chunk-000/episode_000682.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506af0996d6632c2b34d1c1ff0e73004af2a9309aa7c97ae99418fde1f1ab3aa +size 113356 diff --git a/data/chunk-000/episode_000683.parquet b/data/chunk-000/episode_000683.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8879efec0719229e02f8f5043d773af61794a33 --- /dev/null +++ b/data/chunk-000/episode_000683.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e77c771486f7704a261fb75e3182c03dc8bc330bc346cdf914d3d209738fad +size 124493 diff --git a/data/chunk-000/episode_000684.parquet b/data/chunk-000/episode_000684.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f09ada5b3b255a698f5b52aa04c39d56d7b7940 --- /dev/null +++ b/data/chunk-000/episode_000684.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1a679c529b6921b9d44632ca75f93308b2ba8c55223363c3a5361318396d6f +size 112886 diff --git a/data/chunk-000/episode_000685.parquet b/data/chunk-000/episode_000685.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92206c5ee77deb3e7190da3263e826325d189c89 --- /dev/null +++ b/data/chunk-000/episode_000685.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a9184ecaf40d0f07c83153801db9a5070c59cf17f5c04cdf54a3bab43763e7 +size 126090 diff --git a/data/chunk-000/episode_000686.parquet b/data/chunk-000/episode_000686.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c086c80873ddddb77f935ba7f00bd7c07be31ce --- /dev/null +++ b/data/chunk-000/episode_000686.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d12ac76fb7b5c89d86f1611dfc8e552a5997f462bf794f592fedb5a5b2f1736 +size 134172 diff --git a/data/chunk-000/episode_000687.parquet b/data/chunk-000/episode_000687.parquet new file mode 100644 index 0000000000000000000000000000000000000000..431b3293d49af00a58c9d33b365c5421030d0af5 --- /dev/null +++ b/data/chunk-000/episode_000687.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b441228aace9ad22cb38a4356695847ad2643903e70f1ec5b029a47036405a0 +size 129805 diff --git a/data/chunk-000/episode_000688.parquet b/data/chunk-000/episode_000688.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5af073ba5b53b4d75f55080fbc2cff57711a5344 --- /dev/null +++ b/data/chunk-000/episode_000688.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bffc9dfdd506d6bb22e5e2ccb79b694aacd990f3f9945963d9518e447dd643 +size 131107 diff --git a/data/chunk-000/episode_000689.parquet b/data/chunk-000/episode_000689.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ef05daefbf7dc0e1a1639afcc4a2774bbc34025 --- /dev/null +++ b/data/chunk-000/episode_000689.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669cf71819156d71f0e8952d837d3b93999b505f882bd40bb12b17985e2aa666 +size 146328 diff --git a/data/chunk-000/episode_000690.parquet b/data/chunk-000/episode_000690.parquet new file mode 100644 index 0000000000000000000000000000000000000000..704ee8b4654b4bc609ade618466e829e9ed215af --- /dev/null +++ b/data/chunk-000/episode_000690.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ab007c883a6c05dfd7ebcfe01402ba13c9f2000d697d77175dc84545989b2c +size 139310 diff --git a/data/chunk-000/episode_000691.parquet b/data/chunk-000/episode_000691.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20043d974d6cd863a9a2a3c0528fbc51bd5518c8 --- /dev/null +++ b/data/chunk-000/episode_000691.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8251d72807c5dc24900e797c642ec8922e106e0c62bfa160c71789e4e46868d3 +size 137947 diff --git a/data/chunk-000/episode_000692.parquet b/data/chunk-000/episode_000692.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc50d201789e90f11eb1370ea915f665ddaf128f --- /dev/null +++ b/data/chunk-000/episode_000692.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc53bbbbfc82f3b563054a188d74b4ca46b2f47bb0486657cc6b553474cfaf48 +size 114482 diff --git a/data/chunk-000/episode_000693.parquet b/data/chunk-000/episode_000693.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45070b4f8a1a7a8e795b25b737469580fb2c45f8 --- /dev/null +++ b/data/chunk-000/episode_000693.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed6db46011c4ee7a52fd68d00f3636568e94766805f0d0482fa53bf236b1e91 +size 131138 diff --git a/data/chunk-000/episode_000694.parquet b/data/chunk-000/episode_000694.parquet new file mode 100644 index 0000000000000000000000000000000000000000..420430a99b48a61e707f0df540c04a64f806e2bd --- /dev/null +++ b/data/chunk-000/episode_000694.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e433493584e8b0dd8879d16afc855f8d5e73a74c28e2d02165c4e8e5a0e62f6 +size 129342 diff --git a/data/chunk-000/episode_000695.parquet b/data/chunk-000/episode_000695.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb9ae9063619840c61684655e7465435b41d5c85 --- /dev/null +++ b/data/chunk-000/episode_000695.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a28741d0dde3dca34d0df5664517297eef13d4a240934d19defa90a5eab6b88 +size 126399 diff --git a/data/chunk-000/episode_000696.parquet b/data/chunk-000/episode_000696.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36b7195fa74c0581a47257180bac6bb72b8afb28 --- /dev/null +++ b/data/chunk-000/episode_000696.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d051552cde61ce3c983d0b973c9c6b9001eaf605ee998ef802b3a04d4905535c +size 114923 diff --git a/data/chunk-000/episode_000697.parquet b/data/chunk-000/episode_000697.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4982133f9df4ca4c084f9926e192cc2dd366dd78 --- /dev/null +++ b/data/chunk-000/episode_000697.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d90113a6808be0c50282104ee6ad729c24d898049d95088cbbfdf44502b68e +size 124691 diff --git a/data/chunk-000/episode_000698.parquet b/data/chunk-000/episode_000698.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aab88b1e4cfee4ec93e09a30a33852d069c5040b --- /dev/null +++ b/data/chunk-000/episode_000698.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b39dc8b12b6e818285e06cbded03704eb80eeadc0ec5180bf6a925ad8dc9a7e +size 135701 diff --git a/data/chunk-000/episode_000699.parquet b/data/chunk-000/episode_000699.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f807ccad087b912e2a411257322cd7fd2627f675 --- /dev/null +++ b/data/chunk-000/episode_000699.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d608d7a27afb71701043b2173c0583efd44b14ed3ebb1a86412cd37a51b67ee1 +size 126232 diff --git a/data/chunk-000/episode_000700.parquet b/data/chunk-000/episode_000700.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e5d1e6df001522748fe50ab2e9ac58558be6da9 --- /dev/null +++ b/data/chunk-000/episode_000700.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a109d29ad3074c24dfb83e0c8412d4a1a1c63923fd8f822b4595edd1e14be5b +size 129381 diff --git a/data/chunk-000/episode_000701.parquet b/data/chunk-000/episode_000701.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a37c0b986b3fdabb71470465855fc430d5a58132 --- /dev/null +++ b/data/chunk-000/episode_000701.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616965a8c10987eaa58db55da0cf89a38d446e27a04fe4abbbcd7d15386a1bbf +size 144436 diff --git a/data/chunk-000/episode_000702.parquet b/data/chunk-000/episode_000702.parquet new file mode 100644 index 0000000000000000000000000000000000000000..daf79fd39bb914ce0cc7ae0dc328a85dfa6a33a1 --- /dev/null +++ b/data/chunk-000/episode_000702.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa2bf82140ae210c478cf318da36455da794f751daffdaf947500b3664ef0d6 +size 158172 diff --git a/data/chunk-000/episode_000703.parquet b/data/chunk-000/episode_000703.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f31f9b25ba184d745d38ae20d45d143fed1dbdd --- /dev/null +++ b/data/chunk-000/episode_000703.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7759e6a672401a3010f060e9619847d27087c75080632bd4128d1808d118bc53 +size 172925 diff --git a/data/chunk-000/episode_000704.parquet b/data/chunk-000/episode_000704.parquet new file mode 100644 index 0000000000000000000000000000000000000000..348db8a7d234589a68c8791e3e8699dd775eeca7 --- /dev/null +++ b/data/chunk-000/episode_000704.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d860b6d1ad6a0726b631c89b1ddfe4ffc7fdf96ee64505302f1c012eae043510 +size 126388 diff --git a/data/chunk-000/episode_000705.parquet b/data/chunk-000/episode_000705.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93288701373679c00ce2c3f6b3a61cea2e3c2ee4 --- /dev/null +++ b/data/chunk-000/episode_000705.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eeb5f0c40d7b7c0fd0dca0b32601aaf99045d1c4c75b13fd06ace27a4a7ac62 +size 114879 diff --git a/data/chunk-000/episode_000706.parquet b/data/chunk-000/episode_000706.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4b2e11d3aa2fffdbf4d1bddcb63f0f4af019911 --- /dev/null +++ b/data/chunk-000/episode_000706.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a9db2655aa0f6bd673c179a7f42c40abf7474df706a8f9988637cd8621e6e +size 110342 diff --git a/data/chunk-000/episode_000707.parquet b/data/chunk-000/episode_000707.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5778eab2860a069f59180da0c62793e07ddeae5a --- /dev/null +++ b/data/chunk-000/episode_000707.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e970d6f463f7e54cf32c1011980814e52804d3b0c3bd29dcbba89c0f55212dd3 +size 131696 diff --git a/data/chunk-000/episode_000708.parquet b/data/chunk-000/episode_000708.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e912add85dd3c7b413e458ec676170930ae7e8dc --- /dev/null +++ b/data/chunk-000/episode_000708.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870329ae3fa8944042f550197241d6330976dbbc4af0d4aea5668129ee6924f5 +size 124730 diff --git a/data/chunk-000/episode_000709.parquet b/data/chunk-000/episode_000709.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f85236ce43fed830c722dc50832455ae64578696 --- /dev/null +++ b/data/chunk-000/episode_000709.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9a8e3b2872a2949ca6eecf6c86eac27ef881c98869cccec29a94a4ede50995 +size 137348 diff --git a/data/chunk-000/episode_000710.parquet b/data/chunk-000/episode_000710.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b192c90c674afdd24fcdf9c75f40575e7ac3cd1 --- /dev/null +++ b/data/chunk-000/episode_000710.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78017c56fe2365a8836e40bc9b16ee6b9e7043bbaa4f0a858324eb02d1d04312 +size 125320 diff --git a/data/chunk-000/episode_000711.parquet b/data/chunk-000/episode_000711.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aac39c03b2f1912cb1c82827c90a457e845052c --- /dev/null +++ b/data/chunk-000/episode_000711.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2177e31e3ee5b90b40012eed9aac93c920558fb54025c1270d92733cb5c579d5 +size 125858 diff --git a/data/chunk-000/episode_000712.parquet b/data/chunk-000/episode_000712.parquet new file mode 100644 index 0000000000000000000000000000000000000000..858a1e28d5a11b042544591e4eb572e55395da1b --- /dev/null +++ b/data/chunk-000/episode_000712.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd849d232a67f8170f966fe1c3870cf443e87dfdbb0387b507b9f92a14df9e68 +size 125554 diff --git a/data/chunk-000/episode_000713.parquet b/data/chunk-000/episode_000713.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9369d9c59717412c63d763cb5543c1da4d279a6 --- /dev/null +++ b/data/chunk-000/episode_000713.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20595883f6361ffa4ece4a2b124fb2c8026f72927acacad7af354c4b7e1d472 +size 127187 diff --git a/data/chunk-000/episode_000714.parquet b/data/chunk-000/episode_000714.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edc11642a8e94b0344dd13ad58ba830b5d7b5c58 --- /dev/null +++ b/data/chunk-000/episode_000714.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0291c560d733012ed4d682395f35eb8857f16cb3fbb1ebe756db9ba857b8698 +size 115119 diff --git a/data/chunk-000/episode_000715.parquet b/data/chunk-000/episode_000715.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ce58100714f33324eb6dad19b6dc181bc0dba10 --- /dev/null +++ b/data/chunk-000/episode_000715.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf33b620b55859e6fbda81f08b71c84279b73317d61cd708ddcf72e31c3ecd3 +size 129617 diff --git a/data/chunk-000/episode_000716.parquet b/data/chunk-000/episode_000716.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ebd622fa50b39801950c19776e7491b4c922e1c --- /dev/null +++ b/data/chunk-000/episode_000716.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdf08d3704245c83747e67d535f4e6e722641328ad3004228303f72dbe1347b +size 132181 diff --git a/data/chunk-000/episode_000717.parquet b/data/chunk-000/episode_000717.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3edd347624bc4b1bd1b9cea69bb40f65a855f547 --- /dev/null +++ b/data/chunk-000/episode_000717.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766e78a1764aa6e57128070a377a511611954ea5330efbb23bed1d25c445dd26 +size 125429 diff --git a/data/chunk-000/episode_000718.parquet b/data/chunk-000/episode_000718.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e087aa481dd628507369e3acbecd1d00d894d92 --- /dev/null +++ b/data/chunk-000/episode_000718.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6913e3166fc4e1e605bfe30d5712f66d8c87577bab2e013101819835566b242c +size 131644 diff --git a/data/chunk-000/episode_000719.parquet b/data/chunk-000/episode_000719.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3c3a7f774163cc1537d9be6efcb9c7a1e4300a9 --- /dev/null +++ b/data/chunk-000/episode_000719.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e8507e5ef8431049ff3045395fd9543d48564ebb2eb574ab06546c25d306c0 +size 144149 diff --git a/data/chunk-000/episode_000720.parquet b/data/chunk-000/episode_000720.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfd8bbf80736a8b665404195f5998e03804836a6 --- /dev/null +++ b/data/chunk-000/episode_000720.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b701c35bf22f3651c70a112a6cb4a2f140cc10eb4fb72e232c198ee9423bb6c +size 130339 diff --git a/data/chunk-000/episode_000721.parquet b/data/chunk-000/episode_000721.parquet new file mode 100644 index 0000000000000000000000000000000000000000..676c39a5ac08d4738507797e534da79c0f5ff015 --- /dev/null +++ b/data/chunk-000/episode_000721.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bca898b785b0d73ff545fa2e4c395cecbfd907d2e4fd65da869f922e957d1e +size 135545 diff --git a/data/chunk-000/episode_000722.parquet b/data/chunk-000/episode_000722.parquet new file mode 100644 index 0000000000000000000000000000000000000000..722533c2869005cb5dda9c7beddf69fc5490ec2c --- /dev/null +++ b/data/chunk-000/episode_000722.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a28b2c771b3917a39891cd1e46554b8794446aa0c179d92bdb758ba78e6c1c +size 113378 diff --git a/data/chunk-000/episode_000723.parquet b/data/chunk-000/episode_000723.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30ee09fef17c419a7c1a4e3129804aeb727d3352 --- /dev/null +++ b/data/chunk-000/episode_000723.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e3b01430f4ce2f629b477f8a53251c5bcd266fea07f36b0abe26b10e6bd1e1 +size 124242 diff --git a/data/chunk-000/episode_000724.parquet b/data/chunk-000/episode_000724.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f087d5d12384702da514f9e5ce57fb1678854f60 --- /dev/null +++ b/data/chunk-000/episode_000724.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dcec481e69b4f6e7248e5659b38d88e700f1baea1ee6c7eb329822b6f9aef5 +size 122156 diff --git a/data/chunk-000/episode_000725.parquet b/data/chunk-000/episode_000725.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b26f7a0e01792f82c97beb09ec6687b35a2fc52 --- /dev/null +++ b/data/chunk-000/episode_000725.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c907fb4d86206e70b1e22ca66daacce10625972e5c6691a409de950d2d9b25b +size 127491 diff --git a/data/chunk-000/episode_000726.parquet b/data/chunk-000/episode_000726.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2dc0ffc84b86e5dc1cf9f50eaf7d6478835ce86d --- /dev/null +++ b/data/chunk-000/episode_000726.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bb7d427ebc62882fa89b0026c692bab36159412a3263b729c10b5d699e2936 +size 127946 diff --git a/data/chunk-000/episode_000727.parquet b/data/chunk-000/episode_000727.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5ea08934c526aa5dd37c858e37a00915ec25e25 --- /dev/null +++ b/data/chunk-000/episode_000727.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e8cb0cac45e6686f169b9395b72f1f0157234438ba2530cc1e96577ce8fb3f +size 110045 diff --git a/data/chunk-000/episode_000728.parquet b/data/chunk-000/episode_000728.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b4569de875f30988f7612c1d6a2a9960c3bca61 --- /dev/null +++ b/data/chunk-000/episode_000728.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535ff48ab7d83ea5ed50851d8322be638c71d8bd2eeae0849f2bb31ebf54f3f9 +size 132391 diff --git a/data/chunk-000/episode_000729.parquet b/data/chunk-000/episode_000729.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcd00f5b298d1af40f1ade3e8b5f780fd25bacb0 --- /dev/null +++ b/data/chunk-000/episode_000729.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f053625047f293b1f4b6f0a01d5e33f630921d20d2acb7fa53378750c787ed +size 125084 diff --git a/data/chunk-000/episode_000730.parquet b/data/chunk-000/episode_000730.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4cf3ba9102bd26a2c6c2f1291cd1659ee962d16 --- /dev/null +++ b/data/chunk-000/episode_000730.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bc4a9a1914d952eb6088ce4e4f7358d029b018ed861c01c97e0564a8694839 +size 128626 diff --git a/data/chunk-000/episode_000731.parquet b/data/chunk-000/episode_000731.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8980675aa226800b2e8dafa5ba867705d848285b --- /dev/null +++ b/data/chunk-000/episode_000731.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e833ba1242da2a031dbcca391fd643b072c3be10c6df39069e78b47819289d +size 122135 diff --git a/data/chunk-000/episode_000732.parquet b/data/chunk-000/episode_000732.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cecbb2ef12bca596a582efcc8ea8c43472869097 --- /dev/null +++ b/data/chunk-000/episode_000732.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256158179e970df750a91f919294761634c8141a8b8073f0deef64ab634bb248 +size 125332 diff --git a/data/chunk-000/episode_000733.parquet b/data/chunk-000/episode_000733.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25a6453d556b4cdf25fdf79ad571dcc5e9d39836 --- /dev/null +++ b/data/chunk-000/episode_000733.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31586ae9a056e4721742d2dc51c04f8475247a74823072a448b0a1e50637c65b +size 135062 diff --git a/data/chunk-000/episode_000734.parquet b/data/chunk-000/episode_000734.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4eaaf5b24be05b1715af72416522b387ace9b0f --- /dev/null +++ b/data/chunk-000/episode_000734.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af89bdfc9c9b7a0817b018a99c8f5becedfb7ce3f63981f7b5894888f0cc72d +size 128668 diff --git a/data/chunk-000/episode_000735.parquet b/data/chunk-000/episode_000735.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2accd60eb9bc427141c42f919617e5ce4493bb48 --- /dev/null +++ b/data/chunk-000/episode_000735.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff3b92ea61afa4dd4c986cd2df8bc6159d83ce4da68633f737fcbbfba3b3d54 +size 128845 diff --git a/data/chunk-000/episode_000736.parquet b/data/chunk-000/episode_000736.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a64918156aff213ba502d75870adcfee9e9db066 --- /dev/null +++ b/data/chunk-000/episode_000736.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378863a05d356d9c8faf6f957d3cb9c8b2a9cf046f11592fa01826fc3412132c +size 114815 diff --git a/data/chunk-000/episode_000737.parquet b/data/chunk-000/episode_000737.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c413db1bdaccd7a4e3731dc697f6200957b4d1a --- /dev/null +++ b/data/chunk-000/episode_000737.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7cad6fb1f3c83b2395cd70a1b66aa29be6ea65aeebf1332546b11184d7307e +size 134577 diff --git a/data/chunk-000/episode_000738.parquet b/data/chunk-000/episode_000738.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9cfbb41fbb892ea3955e252f20f2d418f4e2451a --- /dev/null +++ b/data/chunk-000/episode_000738.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79394cecfa3b3b77ed9b8134543c9b30704aa070be6b11407873a216ad22419c +size 161562 diff --git a/data/chunk-000/episode_000739.parquet b/data/chunk-000/episode_000739.parquet new file mode 100644 index 0000000000000000000000000000000000000000..081e89df07792abfd99fcc5802f7e42ce86fb8d4 --- /dev/null +++ b/data/chunk-000/episode_000739.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304dbb2625b9b16ea2eeb2b623fc23e49fc80a4392fe5adcb79f40c33376527a +size 126724 diff --git a/data/chunk-000/episode_000740.parquet b/data/chunk-000/episode_000740.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53db1b3adc425fb3bf1e0bf42c5587e3b5a8bb66 --- /dev/null +++ b/data/chunk-000/episode_000740.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e779cd89518084cfe5598e21f313c93c9cf35b1b01c9e5bb4181142b45fe12e +size 126524 diff --git a/data/chunk-000/episode_000741.parquet b/data/chunk-000/episode_000741.parquet new file mode 100644 index 0000000000000000000000000000000000000000..111cb4631f2cd6c489317cc37f52c7c7d5551e63 --- /dev/null +++ b/data/chunk-000/episode_000741.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608bf96b7f39f5c5058b526a3b343f4acacd917bb82eedc96aeeb898fb58aae7 +size 125178 diff --git a/data/chunk-000/episode_000742.parquet b/data/chunk-000/episode_000742.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11db76b156b0eaa3f530ce32a543f24ad80f728e --- /dev/null +++ b/data/chunk-000/episode_000742.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a09d530b81ae4eddf28292bb94456ff14560fbc82b65d8a200b5dbc8a50b6b +size 122097 diff --git a/data/chunk-000/episode_000743.parquet b/data/chunk-000/episode_000743.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4187c5fb9b6bab811627dcd7b6effd71d2b40381 --- /dev/null +++ b/data/chunk-000/episode_000743.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84aa132f9320d4ad55ce6ea705898cd474c6f29e9792ce4f5fb76549287d37f +size 117294 diff --git a/data/chunk-000/episode_000744.parquet b/data/chunk-000/episode_000744.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc423869f04a8d37e01169a056811c351470d32f --- /dev/null +++ b/data/chunk-000/episode_000744.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc147806d771d1c1064ac8e3de6cbab76e061061f85d0d05d68afb2ce8e230f1 +size 125700 diff --git a/data/chunk-000/episode_000745.parquet b/data/chunk-000/episode_000745.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a54c4cbc45e7169704fc69048d34a906446f2ce --- /dev/null +++ b/data/chunk-000/episode_000745.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3658abbee2f9d4eddc1810fe4ecd84220e034a95a1546d1dfb4d0e1548ea1b45 +size 134144 diff --git a/data/chunk-000/episode_000746.parquet b/data/chunk-000/episode_000746.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e74b6e7d6fad810456fe7aecd78481f90fd84298 --- /dev/null +++ b/data/chunk-000/episode_000746.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18060d28dde1243e419116a02a165e681ea7ae6e12cf5dbfb7ed058cc4b3e901 +size 122585 diff --git a/data/chunk-000/episode_000747.parquet b/data/chunk-000/episode_000747.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a12541b46fc1b5fd93517d07e8d3dcbcb2037f5 --- /dev/null +++ b/data/chunk-000/episode_000747.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224025c7c5fc8061ef43df544b4bd26a7da58838bf3f4f7574fd0653b8c6fdd4 +size 126034 diff --git a/data/chunk-000/episode_000748.parquet b/data/chunk-000/episode_000748.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e673366f0186ef2effdec55c8374315be04a2e65 --- /dev/null +++ b/data/chunk-000/episode_000748.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38a88be8a09b1abbd3a6efcbf7d852e957567a8174a718ceb8f53591e6c2bb9 +size 123445 diff --git a/data/chunk-000/episode_000749.parquet b/data/chunk-000/episode_000749.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c56beb0c0c0934cf0eef95aae65ef4386c4a5d53 --- /dev/null +++ b/data/chunk-000/episode_000749.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b6b4a08756771dd9ec9b7dc24c9ab56edf15f0de9dfd453f55a312aebd3e00 +size 131232 diff --git a/data/chunk-000/episode_000750.parquet b/data/chunk-000/episode_000750.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23f0c704ff6c03b3d81ed56f4a2b5c42a80943d3 --- /dev/null +++ b/data/chunk-000/episode_000750.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f144afd94fca2f69c7658402155bfceff099b146667802b3bcb4d83333a18e32 +size 114480 diff --git a/data/chunk-000/episode_000751.parquet b/data/chunk-000/episode_000751.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63c3e307f3a409451955bcda8da429fe071d1dfb --- /dev/null +++ b/data/chunk-000/episode_000751.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ea180d69a2ca32019ce6b9b3ef5e7a57d2dc339b4214ebcb82ae7d230ab1b3 +size 121601 diff --git a/data/chunk-000/episode_000752.parquet b/data/chunk-000/episode_000752.parquet new file mode 100644 index 0000000000000000000000000000000000000000..948cb1e8efbccff04927cd23b73e119c44dd16c5 --- /dev/null +++ b/data/chunk-000/episode_000752.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c337a40fb11e4d07383e9d3a3262d15cb6aa45564ca8595d513e7a58819697 +size 139072 diff --git a/data/chunk-000/episode_000753.parquet b/data/chunk-000/episode_000753.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07e7ab3835057aca3b5fc1e3c9d91dca93af4d49 --- /dev/null +++ b/data/chunk-000/episode_000753.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db707628b95960382ff855a253e1d2b1037577f438745c5cc56ae45e09cac269 +size 133480 diff --git a/data/chunk-000/episode_000754.parquet b/data/chunk-000/episode_000754.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75b8362a0f979ae4242e5a58d928f003af5b624e --- /dev/null +++ b/data/chunk-000/episode_000754.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2fa999e98992cf1d7bfe5ecf62686a66efdd52681c4ee0c200e007a64a6680 +size 130579 diff --git a/data/chunk-000/episode_000755.parquet b/data/chunk-000/episode_000755.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb1c9356b4056bd07a50ba65998d9ccebef97332 --- /dev/null +++ b/data/chunk-000/episode_000755.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6d62d192108e328a25b6d44a1ecbdce94af86713888188011b363d9cdb2029 +size 125467 diff --git a/data/chunk-000/episode_000756.parquet b/data/chunk-000/episode_000756.parquet new file mode 100644 index 0000000000000000000000000000000000000000..24c61441beb42508526c7642cbae9b9db7227696 --- /dev/null +++ b/data/chunk-000/episode_000756.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646373c4b71d4c06a592d88244f62c3125d2413217b3fcaf3cf6a577739f22bb +size 126025 diff --git a/data/chunk-000/episode_000757.parquet b/data/chunk-000/episode_000757.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84f23603fbd0e25b40fef8aa8019f33499dd845a --- /dev/null +++ b/data/chunk-000/episode_000757.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939868843d80777611a7ea06c741eb0a8c6cf62da6070f4f416b3a38435a2e50 +size 114222 diff --git a/data/chunk-000/episode_000758.parquet b/data/chunk-000/episode_000758.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66ddb267e86e1a7ca4f9c4b1cbeb68779399d91f --- /dev/null +++ b/data/chunk-000/episode_000758.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba42e96f0ca7225c55ae785656a85013bc04e2cbde3e6da1d1312935031be063 +size 112536 diff --git a/data/chunk-000/episode_000759.parquet b/data/chunk-000/episode_000759.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4baafb001310b3ffff39e9f282d27ec317f1f5a8 --- /dev/null +++ b/data/chunk-000/episode_000759.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdad861370b615343138994b690e6616bd3156b2617c6049e3872ba6fe226d0 +size 115113 diff --git a/data/chunk-000/episode_000760.parquet b/data/chunk-000/episode_000760.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ca45a4af3291c3650d4f7531b8b4e9ee2df3eb4 --- /dev/null +++ b/data/chunk-000/episode_000760.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dae19f5927efbbdf249382e6ffb595a0e294560c767f119b16da52c4d445f3 +size 128321 diff --git a/data/chunk-000/episode_000761.parquet b/data/chunk-000/episode_000761.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5e582cbb58863a7fe793e7ef9b377a2d03d18aca --- /dev/null +++ b/data/chunk-000/episode_000761.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa9a4a8df7f867bc7b53227fcafb89e2df631f37320b7800753fe072d6742c0 +size 109533 diff --git a/data/chunk-000/episode_000762.parquet b/data/chunk-000/episode_000762.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc1ec50786ed10ee13c4d4e5fc6a55889ce9b909 --- /dev/null +++ b/data/chunk-000/episode_000762.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d719b5a4253a3151cf4a1b220d63141110ff40708a5b2bd641ecc9262e3574c +size 128058 diff --git a/data/chunk-000/episode_000763.parquet b/data/chunk-000/episode_000763.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df5db3e1b025dcfb1ade23df3d741e344c4b4016 --- /dev/null +++ b/data/chunk-000/episode_000763.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d319f0923c667503daedbfeae894716891fab071f431ae08353fa5f485524e19 +size 128279 diff --git a/data/chunk-000/episode_000764.parquet b/data/chunk-000/episode_000764.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a0305706587d203b2d8e1d9c5b8065036729f79 --- /dev/null +++ b/data/chunk-000/episode_000764.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ad54c3726d7e825430e2664237e7213109d82f569ca6294b89379edb8678be +size 151763 diff --git a/data/chunk-000/episode_000765.parquet b/data/chunk-000/episode_000765.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3f69338ff550679e052ac25f68c258ef35059c75 --- /dev/null +++ b/data/chunk-000/episode_000765.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1a6f258f343d551067b87154f93cfb9429bab8206f3654b1687c7673dd195d +size 126547 diff --git a/data/chunk-000/episode_000766.parquet b/data/chunk-000/episode_000766.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e662ad64c3afb0fa97f17298ca25eb3ebdf3b52 --- /dev/null +++ b/data/chunk-000/episode_000766.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3602e8436170917d15bee398fa120ec84ddf1625b45705c2aa63ab470eb39f25 +size 139376 diff --git a/data/chunk-000/episode_000767.parquet b/data/chunk-000/episode_000767.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0de5ff18225cadc1678622d43275e6449b7ba41a --- /dev/null +++ b/data/chunk-000/episode_000767.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512c23ce37668a1dd4fc9dd5406cba2053ec48a57a33c439b142b1bb7860c155 +size 131146 diff --git a/data/chunk-000/episode_000768.parquet b/data/chunk-000/episode_000768.parquet new file mode 100644 index 0000000000000000000000000000000000000000..561735e73cafc576698d17d7e35efce40db88546 --- /dev/null +++ b/data/chunk-000/episode_000768.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87b5a41c16c50efedaffa9179a9a7629d0edea76e0df74a57a8f6ce5c01fdce +size 123787 diff --git a/data/chunk-000/episode_000769.parquet b/data/chunk-000/episode_000769.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cc5e297e2ad9b6575be027a02b170873782d6e80 --- /dev/null +++ b/data/chunk-000/episode_000769.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe891c4c2168886e3e3b11cd8f2f0a7cd9a0192328d8d71a8cb609aad9b861a7 +size 139505 diff --git a/data/chunk-000/episode_000770.parquet b/data/chunk-000/episode_000770.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c014edc84937563af99f3348e792b31ed215be4 --- /dev/null +++ b/data/chunk-000/episode_000770.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6cfb8d9cb0ba03a7f1e875cf64346f5018c039b3b45221a7e382d07533af14 +size 127776 diff --git a/data/chunk-000/episode_000771.parquet b/data/chunk-000/episode_000771.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2e579ce1c09213081aa6a8018ed10de71f8fcf7 --- /dev/null +++ b/data/chunk-000/episode_000771.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8322497d2e4771462ce8cb652eeb1ae47c080a40aff931f2eaecca8901acb22 +size 124944 diff --git a/data/chunk-000/episode_000772.parquet b/data/chunk-000/episode_000772.parquet new file mode 100644 index 0000000000000000000000000000000000000000..349d8213a011d8e06ebd9545d4a61a0abc6b38ea --- /dev/null +++ b/data/chunk-000/episode_000772.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f58271576256eb34d7945cd0b9d50e118bae7e2184f903bef615f18ec0d1c2 +size 115629 diff --git a/data/chunk-000/episode_000773.parquet b/data/chunk-000/episode_000773.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8262f15683809af44068f027963764ea6481d71 --- /dev/null +++ b/data/chunk-000/episode_000773.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70fae00ff96b035c27fd0dc1ca66cd2543200afd9bff7049ccc3fa6672a5a72 +size 107874 diff --git a/data/chunk-000/episode_000774.parquet b/data/chunk-000/episode_000774.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b821b8227f4207649a8680abf9af4f4119624bd --- /dev/null +++ b/data/chunk-000/episode_000774.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb96a40c0fac72754677b5fdf5a18f21af9c66d91ea41b565d8f86453ff80c3a +size 121561 diff --git a/data/chunk-000/episode_000775.parquet b/data/chunk-000/episode_000775.parquet new file mode 100644 index 0000000000000000000000000000000000000000..010c05dbd82afa550617401a5bd826b4c28ca55a --- /dev/null +++ b/data/chunk-000/episode_000775.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c274f8f535490d8182f48ae309f20bf18663cf1973a3321e81b1b3dcc956b9 +size 121784 diff --git a/data/chunk-000/episode_000776.parquet b/data/chunk-000/episode_000776.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46afbb854c517558416a96bd7a7d3b46cc265582 --- /dev/null +++ b/data/chunk-000/episode_000776.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec196830b12d7b14e779d7c3070196fe76370f24a69924801de7f1cc46a42063 +size 128676 diff --git a/data/chunk-000/episode_000777.parquet b/data/chunk-000/episode_000777.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71d88ae77736a6870c50d1f50da662de30475145 --- /dev/null +++ b/data/chunk-000/episode_000777.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c42813ffc42601c93830befa0141e8c4bbe398102ad12d8d14ff32c04f6641 +size 128412 diff --git a/data/chunk-000/episode_000778.parquet b/data/chunk-000/episode_000778.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e52ea777e069e5cd672c9a00cb47d8c8b12f0ee --- /dev/null +++ b/data/chunk-000/episode_000778.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a8f0baaacd7b12d6e12dbce5acdd633defa896d0e037b3b9465427a1ac488f +size 115652 diff --git a/data/chunk-000/episode_000779.parquet b/data/chunk-000/episode_000779.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8ff4503cdbcc8e46448af31754b8a1e73071549 --- /dev/null +++ b/data/chunk-000/episode_000779.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0a02b08e28b114ec7e4f88667060c2dbadb1f8ff91743a3de94adc02c0dda7 +size 111303 diff --git a/data/chunk-000/episode_000780.parquet b/data/chunk-000/episode_000780.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fd142947d2de93f27e7f5063aa16dfb2f1d8e5c --- /dev/null +++ b/data/chunk-000/episode_000780.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39801319c58a2a80205a802bf741b93a631e5700ae53929015d9e57ba9920da +size 120794 diff --git a/data/chunk-000/episode_000781.parquet b/data/chunk-000/episode_000781.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5dc4392d558bd2230a83615220c805bee5f3c02c --- /dev/null +++ b/data/chunk-000/episode_000781.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a8c1048b59506021df37be8c272f2f3da281565a14ba7537bf36ba53c7997e +size 124099 diff --git a/data/chunk-000/episode_000782.parquet b/data/chunk-000/episode_000782.parquet new file mode 100644 index 0000000000000000000000000000000000000000..657fb2d8b5e50754b0e8f295f75d13c05096696f --- /dev/null +++ b/data/chunk-000/episode_000782.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73608f23c072313b99f5b08cbd3b821d03e48d522b829fe2c33e24f7a3e1660f +size 114007 diff --git a/data/chunk-000/episode_000783.parquet b/data/chunk-000/episode_000783.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e90ff4c9dcb1c9e6def92fc17b8ccd9de3e64a95 --- /dev/null +++ b/data/chunk-000/episode_000783.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e98a16d00b0350c34a2d068e791f073b83df9181b646507a21b31b07d7ab506 +size 124236 diff --git a/data/chunk-000/episode_000784.parquet b/data/chunk-000/episode_000784.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7ba0e5f40c6420eb2ed808c8e598912c7923266 --- /dev/null +++ b/data/chunk-000/episode_000784.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbaa3b4c9d0ac3c3ddf465b37ffbbf61af75866eaf07d27677eca738cf5a61e +size 111684 diff --git a/data/chunk-000/episode_000785.parquet b/data/chunk-000/episode_000785.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06d1874d31ee9aae56521ba9bc2e122a41b00718 --- /dev/null +++ b/data/chunk-000/episode_000785.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869637427c32444a7c72d76dee52a387e0c5a6abcce68586a9ceb59e5ddf127a +size 114380 diff --git a/data/chunk-000/episode_000786.parquet b/data/chunk-000/episode_000786.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f946b79840d60927a2eac94fd22c9eb452a4cb2c --- /dev/null +++ b/data/chunk-000/episode_000786.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ce31975fdb8d80be2860bd7c8a78010ffaf8d1fe2e9385363fc44e0791c000 +size 115970 diff --git a/data/chunk-000/episode_000787.parquet b/data/chunk-000/episode_000787.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e14750b43f98c3f8e57f810d7ec80bea16c1a753 --- /dev/null +++ b/data/chunk-000/episode_000787.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d7d886e171143c3b7ed0c09c2e9c7e1cbfde5543b8a738c344a3120a21069d +size 113011 diff --git a/data/chunk-000/episode_000788.parquet b/data/chunk-000/episode_000788.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7c412f99b0e5d8d519a37dbd5f9bfee750b3fad --- /dev/null +++ b/data/chunk-000/episode_000788.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0f06d3f81679dae64f65640383fe7a9b2e743c33ba9ed6a6655fb853b8c1bf +size 109366 diff --git a/data/chunk-000/episode_000789.parquet b/data/chunk-000/episode_000789.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9536cbc0773bc74ebc473476c787581c9ed050c --- /dev/null +++ b/data/chunk-000/episode_000789.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49225efa4c6354cb5a2a58bb577083b3065cff880ede26b3a58ec4c0013c2a5 +size 135651 diff --git a/data/chunk-000/episode_000790.parquet b/data/chunk-000/episode_000790.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60f4cb0e9166f96ca3c6dda9ecbdb593908a2548 --- /dev/null +++ b/data/chunk-000/episode_000790.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a8d9941f0a0f60f88f9b44d36d7ab30f57e3062d626f5e8825dc63bcefb3b8 +size 130458 diff --git a/data/chunk-000/episode_000791.parquet b/data/chunk-000/episode_000791.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f7c91b4ef168faef1a82fb6b50478c731e8daf6 --- /dev/null +++ b/data/chunk-000/episode_000791.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6c6080f0da41fed3b7b82948995ab25a381ac2d92b6b92121da6038dc12c0a +size 120082 diff --git a/data/chunk-000/episode_000792.parquet b/data/chunk-000/episode_000792.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cadf4b9549dbeb73859af9b108a1b146c5e67575 --- /dev/null +++ b/data/chunk-000/episode_000792.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c464d427d474fe4d91c3f185d82c6bd1eaf8f9754a45ab49387559470869cb3 +size 110211 diff --git a/data/chunk-000/episode_000793.parquet b/data/chunk-000/episode_000793.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f74d055d48c1e7df838860e9360a1596249a981 --- /dev/null +++ b/data/chunk-000/episode_000793.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34903dede1d8d414538567bae6198a88dd576fafd42ac10d0b676fb2fbea9ed4 +size 128182 diff --git a/data/chunk-000/episode_000794.parquet b/data/chunk-000/episode_000794.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf245834cc0594d586391780f49b38b85978d5d2 --- /dev/null +++ b/data/chunk-000/episode_000794.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d52445e6c660bb36bbeafd185fcb8925305315d59a53f7af4b5ccec885d7e9f +size 128426 diff --git a/data/chunk-000/episode_000795.parquet b/data/chunk-000/episode_000795.parquet new file mode 100644 index 0000000000000000000000000000000000000000..826e983bb6d707e60870f4de28e403ae105e15a5 --- /dev/null +++ b/data/chunk-000/episode_000795.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a08c24680ce5d9a878d636d3766d5c5030b23e3c4005fe5922a622d2872dff6 +size 137755 diff --git a/data/chunk-000/episode_000796.parquet b/data/chunk-000/episode_000796.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de82523a3a7d9b2418d56d4712172faa5da4fdf1 --- /dev/null +++ b/data/chunk-000/episode_000796.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64ea07e6c05ce9365705848e5032a10a603824789aad64252bf09ed80578811 +size 120654 diff --git a/data/chunk-000/episode_000797.parquet b/data/chunk-000/episode_000797.parquet new file mode 100644 index 0000000000000000000000000000000000000000..288752d69cf9ffe83ed6030cd5e0e007ff81b35b --- /dev/null +++ b/data/chunk-000/episode_000797.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff553fba78d8425b8bb9a7edde1c249ae3b7c0fe9db479e285826a741103ca3 +size 140017 diff --git a/data/chunk-000/episode_000798.parquet b/data/chunk-000/episode_000798.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8dd5ec06535f70f3eb298efc650b76478b324bb --- /dev/null +++ b/data/chunk-000/episode_000798.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bb0d74a6db9eb99e705c713807b8237b3a28228a3d721009b2c3e17928795b +size 147958 diff --git a/data/chunk-000/episode_000799.parquet b/data/chunk-000/episode_000799.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76f0cb8bedd8aa124dff355bfafb31078b473cde --- /dev/null +++ b/data/chunk-000/episode_000799.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2b6f09f63a39a8024ef9348936307aa1f2f242777b7cc4b7666c94d0098789 +size 125520 diff --git a/data/chunk-000/episode_000800.parquet b/data/chunk-000/episode_000800.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88b3e4374c02af10a7d08e267d091a89a8613171 --- /dev/null +++ b/data/chunk-000/episode_000800.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7f4219d961e63052b4a9bb80219dc366fb0c8b695ecc9805c088a1e5e00e91 +size 125808 diff --git a/data/chunk-000/episode_000801.parquet b/data/chunk-000/episode_000801.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4babd84ba138bd458427e52f385f58d0466fe3e --- /dev/null +++ b/data/chunk-000/episode_000801.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95a479a8d9e4fcf6fe1a27bad2c6e5342dd7710660230edda8f4f21a38f4047 +size 138108 diff --git a/data/chunk-000/episode_000802.parquet b/data/chunk-000/episode_000802.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0763b14dc599452ef87d257bba58f1dcf2c3cc80 --- /dev/null +++ b/data/chunk-000/episode_000802.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dec626d2bcb8be338b8febb0434a6ca100677f4d9fa40a4456d21d8c8224f8 +size 131228 diff --git a/data/chunk-000/episode_000803.parquet b/data/chunk-000/episode_000803.parquet new file mode 100644 index 0000000000000000000000000000000000000000..033ff0a6f22b3cdb8d766f925eadf4fc5215a72f --- /dev/null +++ b/data/chunk-000/episode_000803.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18731041844b8805c568a4d53fa7bce0cd78f395b4436bd7366d526d699938cd +size 128959 diff --git a/data/chunk-000/episode_000804.parquet b/data/chunk-000/episode_000804.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50598f8d0ef546ef5d4ce42c6c794721f6f1339d --- /dev/null +++ b/data/chunk-000/episode_000804.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f447a2013cd1db851d5643bf866725e3e6d736804ac308aac13b5ab55c2db1 +size 125062 diff --git a/data/chunk-000/episode_000805.parquet b/data/chunk-000/episode_000805.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9154b8086339077a18105ef45412a3480b143e6 --- /dev/null +++ b/data/chunk-000/episode_000805.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997b2bdf1e8cbdace81019a86bdd130b1c5ba6403fc4e43ee031d1084d8b774a +size 128767 diff --git a/data/chunk-000/episode_000806.parquet b/data/chunk-000/episode_000806.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15ecbb833c34eb0c833d5d5d55d547da4d23710a --- /dev/null +++ b/data/chunk-000/episode_000806.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2ee8ec8927877afce351133013904c5b8754260b4e48b69acda1a13bd33e0 +size 121286 diff --git a/data/chunk-000/episode_000807.parquet b/data/chunk-000/episode_000807.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8391070ea2208a9f102439e22090624608b5920e --- /dev/null +++ b/data/chunk-000/episode_000807.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fd6da04eade9781fdee55a07bf56ca65b622c4cdf783e0018ab15455179728 +size 117389 diff --git a/data/chunk-000/episode_000808.parquet b/data/chunk-000/episode_000808.parquet new file mode 100644 index 0000000000000000000000000000000000000000..396ca439f404808af56718ba2701825fabd39834 --- /dev/null +++ b/data/chunk-000/episode_000808.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcab3c91eb6073ae46b1e46582ea00a5e485a29b03efb3dd0232a7ab2a94fa2 +size 107795 diff --git a/data/chunk-000/episode_000809.parquet b/data/chunk-000/episode_000809.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29b18f3a6df1856c41f788687bb33dbf0eed94ba --- /dev/null +++ b/data/chunk-000/episode_000809.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f19c02f5b4c23bc7914fd028c9cd21b470334c7d1c405c8d2b5ee7ca48e91f6 +size 133684 diff --git a/data/chunk-000/episode_000810.parquet b/data/chunk-000/episode_000810.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c2e93c0d50412da17e8c5c2c556e3a68de1baa0a --- /dev/null +++ b/data/chunk-000/episode_000810.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da57a55094f0fc927d90c25761b47cedbe6fe78f0b3c9813b8899f2410a3b37 +size 111728 diff --git a/data/chunk-000/episode_000811.parquet b/data/chunk-000/episode_000811.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da771d19cdfa9c09a271aa41339fda87348ea916 --- /dev/null +++ b/data/chunk-000/episode_000811.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2cebe7115893045dd566629ecf0a521ccdc004b9a9488b917700d0b37b4ae2 +size 135173 diff --git a/data/chunk-000/episode_000812.parquet b/data/chunk-000/episode_000812.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a41ac7c3153a9df873390be59b39a857c4268fd --- /dev/null +++ b/data/chunk-000/episode_000812.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cd5dd74f8dfaf7c347d4e8723217b3d45bd71f80f9bb70bce811c1727f4021 +size 177838 diff --git a/data/chunk-000/episode_000813.parquet b/data/chunk-000/episode_000813.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b1f86fbc4b37614123c0d8489860cfb507c1caf3 --- /dev/null +++ b/data/chunk-000/episode_000813.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918e0dd46b135707f5d4a962081a82fdc9ddbfc4739883ff843a6b77049c45ba +size 138386 diff --git a/data/chunk-000/episode_000814.parquet b/data/chunk-000/episode_000814.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a033e0498c0aafca34f3e058156dbe408a7da56f --- /dev/null +++ b/data/chunk-000/episode_000814.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b5f5a2ba45f9de4d8b851a307c8b13dde90953ecc0c8fc89b42bcf25702c16 +size 124831 diff --git a/data/chunk-000/episode_000815.parquet b/data/chunk-000/episode_000815.parquet new file mode 100644 index 0000000000000000000000000000000000000000..223c54fada1ce8b2eeca2565b78c6190012eec2d --- /dev/null +++ b/data/chunk-000/episode_000815.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0e7db3ddbc4ad9c99af4b07026940311a9161d5e20f216d584edc556ff855b +size 124630 diff --git a/data/chunk-000/episode_000816.parquet b/data/chunk-000/episode_000816.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ae33043b93ffc1211296dea9ac338138965b770 --- /dev/null +++ b/data/chunk-000/episode_000816.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de82f8f24a8ee525cca01e02c78f9c195302dbe6ed67d76523b5595a8133e1bb +size 138192 diff --git a/data/chunk-000/episode_000817.parquet b/data/chunk-000/episode_000817.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5006dd67eb27e93030113c30da744bc00fa60143 --- /dev/null +++ b/data/chunk-000/episode_000817.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0860a2d227cf47c6517c0bb988bc28d0222030e297b709747fee0086b82805ca +size 127629 diff --git a/data/chunk-000/episode_000818.parquet b/data/chunk-000/episode_000818.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e3cb72bd4fd1210e293fc333360a9c5955ee3910 --- /dev/null +++ b/data/chunk-000/episode_000818.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ed30e6959c09b4516aa2724ef30224ee92cfb849cd3fdd906dfc0cd92d2188 +size 128055 diff --git a/data/chunk-000/episode_000819.parquet b/data/chunk-000/episode_000819.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25321601960970616a6ef38b28aa652be03ea7ef --- /dev/null +++ b/data/chunk-000/episode_000819.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b692a64a512cd87a8a981bedecf5d957b6b7d46d6726eca865477839d140d1e7 +size 122419 diff --git a/data/chunk-000/episode_000820.parquet b/data/chunk-000/episode_000820.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45c8b2c94b30ad30b07d5da636dad1667135b547 --- /dev/null +++ b/data/chunk-000/episode_000820.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129d5a2b9ba327798456ee694c1b800df3cdf2bf4de5ff8f36b9927b899018a9 +size 123614 diff --git a/data/chunk-000/episode_000821.parquet b/data/chunk-000/episode_000821.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd511d92a766760aa8d214d0911f3608edfd24ba --- /dev/null +++ b/data/chunk-000/episode_000821.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37df0bf93c1ac1959a6f66df5ee5d85971c5ab58c39ef41361677ad57dee58ac +size 135169 diff --git a/data/chunk-000/episode_000822.parquet b/data/chunk-000/episode_000822.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7851225c40aad7e64afa788609a1884989a822c --- /dev/null +++ b/data/chunk-000/episode_000822.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e7deec3fea9b2bc4269aeaf0be45ea588023894b2db73648d163dd926ea79c +size 110416 diff --git a/data/chunk-000/episode_000823.parquet b/data/chunk-000/episode_000823.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f4041154b888c118e1e02129e9be95aea314bc1 --- /dev/null +++ b/data/chunk-000/episode_000823.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cecb903cd60ccee4c418987d0fa4f75725f36704b711cdf45a07324a57eb23e +size 129085 diff --git a/data/chunk-000/episode_000824.parquet b/data/chunk-000/episode_000824.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7b3e76e91db2b8c62fc8238a998407ea295df04 --- /dev/null +++ b/data/chunk-000/episode_000824.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9528974db4acd2930b89d28ef2fcd5c9d17fa69ccbe360a5d33f8a4abebfe210 +size 132656 diff --git a/data/chunk-000/episode_000825.parquet b/data/chunk-000/episode_000825.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe7341c445bd8eb7666a1a6c8fb05d96b524a221 --- /dev/null +++ b/data/chunk-000/episode_000825.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c5f81131e973667f47c56a3b30db107d94a6a19b351b49a4543127806645cc +size 122632 diff --git a/data/chunk-000/episode_000826.parquet b/data/chunk-000/episode_000826.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e346b837827897e55bfb1b447f9d97ef217ffae6 --- /dev/null +++ b/data/chunk-000/episode_000826.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61931cddbf0c4584b81103b36fb6144bba426a76ab57cd484d2ee952deb9e2aa +size 153508 diff --git a/data/chunk-000/episode_000827.parquet b/data/chunk-000/episode_000827.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95823b3ca2354d8fbbc724391f1ebac6d0ff2409 --- /dev/null +++ b/data/chunk-000/episode_000827.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b5d4388a1d1fe121936c03f2a62608d3c5dcd11add2f0de4b52b18b353f0c3 +size 144555 diff --git a/data/chunk-000/episode_000828.parquet b/data/chunk-000/episode_000828.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c67648c26bdd6cc183738310db3117521c8ae852 --- /dev/null +++ b/data/chunk-000/episode_000828.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfa6c492c0856c9db0b4b5c17931145ee414416e1148dc6f6cee7d3f54ea2ee +size 183917 diff --git a/data/chunk-000/episode_000829.parquet b/data/chunk-000/episode_000829.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c678c400a4ade4cfcbd5684473628cdabcc61c07 --- /dev/null +++ b/data/chunk-000/episode_000829.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e97225929d861a540e1f366a68830c977590174d1ff52904de726d68cd4d198 +size 127255 diff --git a/data/chunk-000/episode_000830.parquet b/data/chunk-000/episode_000830.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85333e1962538d22d9f862641ebbf61e4d921cc3 --- /dev/null +++ b/data/chunk-000/episode_000830.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27aca536abf6a606fe7416c0f3c4ce8afe4d709ec571521f06fa3cddfd50cd4 +size 132088 diff --git a/data/chunk-000/episode_000831.parquet b/data/chunk-000/episode_000831.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb27f1187d7821ccdd1fdf86688d8d2a50cfec70 --- /dev/null +++ b/data/chunk-000/episode_000831.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e15832d87f536e1f7525c630a3851647db7d47cfa522bb28fd15dd20b7319c0 +size 141350 diff --git a/data/chunk-000/episode_000832.parquet b/data/chunk-000/episode_000832.parquet new file mode 100644 index 0000000000000000000000000000000000000000..592a6ed4a9d7d2677cd57666a779661799baff02 --- /dev/null +++ b/data/chunk-000/episode_000832.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a5bfc7ec515683fb477515c60057aecc98e2279f63f3d4e4bf625a03e693cd +size 140911 diff --git a/data/chunk-000/episode_000833.parquet b/data/chunk-000/episode_000833.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b4325e6c00dcc497d57eac7ed51388134495371 --- /dev/null +++ b/data/chunk-000/episode_000833.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db72b9ab88b2ce75c91f6c84f0904a6102a74b95076e14e15a7bb5048b6e387 +size 127407 diff --git a/data/chunk-000/episode_000834.parquet b/data/chunk-000/episode_000834.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c321484dd9ad0408f71bcaa11a92791c4b7615b --- /dev/null +++ b/data/chunk-000/episode_000834.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d37f8fff8f04ee847b5c9e5735a3f5efa16169fb1364571ee8636480d318e8 +size 130138 diff --git a/data/chunk-000/episode_000835.parquet b/data/chunk-000/episode_000835.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb2776d78dd9eaab2f6dad11e054bc83bfe4494a --- /dev/null +++ b/data/chunk-000/episode_000835.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeee93bf9f4828242bd4ca12ccb25b1b803f7ee1f174570570e8c4994bbc23a +size 125880 diff --git a/data/chunk-000/episode_000836.parquet b/data/chunk-000/episode_000836.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c066fb8cc84886d9b87d7491e5064cb5fa418ccf --- /dev/null +++ b/data/chunk-000/episode_000836.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e412993c18f226536c214573016b008e9d67bfef3b91357bcb6c82511adb81 +size 131758 diff --git a/data/chunk-000/episode_000837.parquet b/data/chunk-000/episode_000837.parquet new file mode 100644 index 0000000000000000000000000000000000000000..209e092abfb15bb7a767ff1d1ff7c5c53fea2cb0 --- /dev/null +++ b/data/chunk-000/episode_000837.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420651131d09de4770886d5edbece798625240149fec673399e17db9ccc09796 +size 142608 diff --git a/data/chunk-000/episode_000838.parquet b/data/chunk-000/episode_000838.parquet new file mode 100644 index 0000000000000000000000000000000000000000..548e66bc5146fe0b9fc64f99cb88bd444c38ceb1 --- /dev/null +++ b/data/chunk-000/episode_000838.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daf5184a5cf9cc3a7132045643809dbc0de22a315162c41c2196344f902bde1 +size 122543 diff --git a/data/chunk-000/episode_000839.parquet b/data/chunk-000/episode_000839.parquet new file mode 100644 index 0000000000000000000000000000000000000000..344aeeb420db9b6a468c805524884cfe86935157 --- /dev/null +++ b/data/chunk-000/episode_000839.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a343c73610ec485d611b33744bb42ecad2a69b1eb62a05f8844f355c7d4eaa +size 126802 diff --git a/data/chunk-000/episode_000840.parquet b/data/chunk-000/episode_000840.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e757848ffb49ad766a37b170514b6d557c6a7512 --- /dev/null +++ b/data/chunk-000/episode_000840.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc94a1d77a942af601970e87001aa225616bb7889d43fb132336ce6590ddfd4f +size 149990 diff --git a/data/chunk-000/episode_000841.parquet b/data/chunk-000/episode_000841.parquet new file mode 100644 index 0000000000000000000000000000000000000000..28be33dd12a635ba61044ad5a05a8194dbc0bce1 --- /dev/null +++ b/data/chunk-000/episode_000841.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66ec41f3b490c8d07e9d6ccb6bdf922cfd05f74e0bccc70db3df845291b566a +size 132539 diff --git a/data/chunk-000/episode_000842.parquet b/data/chunk-000/episode_000842.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8a72638445209089177469d9550356393b2a615 --- /dev/null +++ b/data/chunk-000/episode_000842.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573c35d1ae46080ac9a6f4965cf3f5c00b203197159f85d983f7c689f64dba5d +size 117641 diff --git a/data/chunk-000/episode_000843.parquet b/data/chunk-000/episode_000843.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78a6a628575c1667baf383425c3ab2b06cec675d --- /dev/null +++ b/data/chunk-000/episode_000843.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d03809e76433547f6446093bc57ccd31ba9cad67dce5899dbcc34df850dbc8e +size 150889 diff --git a/data/chunk-000/episode_000844.parquet b/data/chunk-000/episode_000844.parquet new file mode 100644 index 0000000000000000000000000000000000000000..76bc40064211b692c50035e6938869908d2aadd7 --- /dev/null +++ b/data/chunk-000/episode_000844.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3678d1049d118b62a819760acb0fcae8fb4bddc8b7a962211792c5b952bcdc +size 136068 diff --git a/data/chunk-000/episode_000845.parquet b/data/chunk-000/episode_000845.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62d9b486397468f61547e0693d9d6e54d2eb2ac1 --- /dev/null +++ b/data/chunk-000/episode_000845.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdb6b0d7f670f6d61505b95be09b8d65d1055e79467544e93da22d0dccaba76 +size 137444 diff --git a/data/chunk-000/episode_000846.parquet b/data/chunk-000/episode_000846.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3a3bd5ad6f51fe4c713eafa42abfe159b3e9bae --- /dev/null +++ b/data/chunk-000/episode_000846.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6971bfb92ed26691c2c39f74564da4081acb365fef3934f26e9feeb4711b7726 +size 135914 diff --git a/data/chunk-000/episode_000847.parquet b/data/chunk-000/episode_000847.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50f6452c63d81defd8e93475fc015b464ac578ad --- /dev/null +++ b/data/chunk-000/episode_000847.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697369b7ba7b777565192b9c65b6bf1abcd2e1eac7662da7a3d0512acb3a92d6 +size 127343 diff --git a/data/chunk-000/episode_000848.parquet b/data/chunk-000/episode_000848.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2cad9e3c694b998ff5d0d0058ce5333a62354c1 --- /dev/null +++ b/data/chunk-000/episode_000848.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af8b365cb66bdd5de30c9ee643bee807dcf979a1c59907704435b253eeeb43e +size 121633 diff --git a/data/chunk-000/episode_000849.parquet b/data/chunk-000/episode_000849.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b73529ce2fa6602b373ca1cad9ac07a4e9315b50 --- /dev/null +++ b/data/chunk-000/episode_000849.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49695cfc43d7ebf9a5ec65735470ea7b444abce1a88f44cea1fb8a90d6e0894d +size 110583 diff --git a/data/chunk-000/episode_000850.parquet b/data/chunk-000/episode_000850.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd9026da13a8bb76eed9c58a4c10493d28b1edd2 --- /dev/null +++ b/data/chunk-000/episode_000850.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe71ecde9f48c6b07d287a57e6f72b6e1187b1ea45eaceb6e9a92326aed2764 +size 125702 diff --git a/data/chunk-000/episode_000851.parquet b/data/chunk-000/episode_000851.parquet new file mode 100644 index 0000000000000000000000000000000000000000..683fbbe22cbbd3ac58c8f9bf0a21f841f8711a01 --- /dev/null +++ b/data/chunk-000/episode_000851.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6287921aece4acdc8144d8cecb3b5aeb30e424b62c33d4522c74019295226110 +size 110557 diff --git a/data/chunk-000/episode_000852.parquet b/data/chunk-000/episode_000852.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a6e8a03ad8ee0948f027ee737d10d0ad255f069 --- /dev/null +++ b/data/chunk-000/episode_000852.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13781ab849543e2cf4ea7bff0ddb673cde8c0befebf0d851394fc1b385765233 +size 121051 diff --git a/data/chunk-000/episode_000853.parquet b/data/chunk-000/episode_000853.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23a247cd25c6ba95602b38919a02279e11263cfe --- /dev/null +++ b/data/chunk-000/episode_000853.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42c4d2f6f3ef98d9e6dbf79e8d27320af191ede65f545a1c3e0c05286663605 +size 136039 diff --git a/data/chunk-000/episode_000854.parquet b/data/chunk-000/episode_000854.parquet new file mode 100644 index 0000000000000000000000000000000000000000..194886dde227fa4e98c8aea621580278aff5827e --- /dev/null +++ b/data/chunk-000/episode_000854.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d71f7a71a8c8d27d773a056cbe9acffd41b849376a09a3fc8591824d8c63a7 +size 108616 diff --git a/data/chunk-000/episode_000855.parquet b/data/chunk-000/episode_000855.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ebf21af5177df377956768a713030c500d0196c --- /dev/null +++ b/data/chunk-000/episode_000855.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14c5ca919147d1168edc6e25b50f7ee51e02babb171bc938b5a52168f348fc7 +size 114608 diff --git a/data/chunk-000/episode_000856.parquet b/data/chunk-000/episode_000856.parquet new file mode 100644 index 0000000000000000000000000000000000000000..65efaf5d9296684caa89e181fe08df20f7ad9f0a --- /dev/null +++ b/data/chunk-000/episode_000856.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef652ecd7bc7a358c5f30460402d56a2491a30a57ba7bb8ed6d3be2acd32740b +size 127573 diff --git a/data/chunk-000/episode_000857.parquet b/data/chunk-000/episode_000857.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e6b7205d348a8492d7f96d409805610ac335305 --- /dev/null +++ b/data/chunk-000/episode_000857.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a20b2e08029685530f6c3c48fd088145aa2c920c5205a2e1b4a4a599f7763d +size 111670 diff --git a/data/chunk-000/episode_000858.parquet b/data/chunk-000/episode_000858.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faba570d06e6932c470b9c96820752d95e3899e9 --- /dev/null +++ b/data/chunk-000/episode_000858.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c9d40ed117e33a28c38ae358c498277f33e5b585c9ea0d2908dd6c75338197 +size 123580 diff --git a/data/chunk-000/episode_000859.parquet b/data/chunk-000/episode_000859.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f854d37c2332e13b65720d3ef744bd768ae2ba5 --- /dev/null +++ b/data/chunk-000/episode_000859.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124664dd18049b1a03d6f643c3360eda273c727af2121914f239ca315c543036 +size 129321 diff --git a/data/chunk-000/episode_000860.parquet b/data/chunk-000/episode_000860.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e86af54000f4a680a9de2774a3b7d3b57274be14 --- /dev/null +++ b/data/chunk-000/episode_000860.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6296a2fd93fecb1b719e7429ced4adeb342b39948ee827b59fc667846ee9327 +size 131038 diff --git a/data/chunk-000/episode_000861.parquet b/data/chunk-000/episode_000861.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa8c7e5d6c29e454a7577fa8732eee9a64398d01 --- /dev/null +++ b/data/chunk-000/episode_000861.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c502a38b9359d1f924ad3edea4eae0911f9617bb59f8160d93951fee419ecc32 +size 128028 diff --git a/data/chunk-000/episode_000862.parquet b/data/chunk-000/episode_000862.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cdae1ff98552f5d96f863b37498d9618a12635ee --- /dev/null +++ b/data/chunk-000/episode_000862.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e737ffa9c8672c0ba908ffdca9388685970c722c9c946f6bbdeeb3f9d8885f02 +size 112811 diff --git a/data/chunk-000/episode_000863.parquet b/data/chunk-000/episode_000863.parquet new file mode 100644 index 0000000000000000000000000000000000000000..036d860bdb4907ba72ee387c89ff2dbd15ae4f4c --- /dev/null +++ b/data/chunk-000/episode_000863.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421dc9e82e450ef4c868fc596ef4f41f5cf0374b513678dea533e8c098c2a6f2 +size 124675 diff --git a/data/chunk-000/episode_000864.parquet b/data/chunk-000/episode_000864.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3ed1dc797c7fab23f8bca76e5028aafde79427c --- /dev/null +++ b/data/chunk-000/episode_000864.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695e864c7b1fd11da877a010ce921bedf662034143eeaad4fab98cb8110da5c2 +size 106837 diff --git a/data/chunk-000/episode_000865.parquet b/data/chunk-000/episode_000865.parquet new file mode 100644 index 0000000000000000000000000000000000000000..261d415b1f739316f152e1fbdae77a8b8fd5a5a2 --- /dev/null +++ b/data/chunk-000/episode_000865.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88149670740aad824f81ebc96c7163f791772f4198fe4470a2008555674209c +size 113001 diff --git a/data/chunk-000/episode_000866.parquet b/data/chunk-000/episode_000866.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb110f194edae50a91484cf18ce4af63af6b39a2 --- /dev/null +++ b/data/chunk-000/episode_000866.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2a30262157f0df3eb90c2a6c48950e57e864a7eb2e28c2efab6c4edcdbdbcd +size 128789 diff --git a/data/chunk-000/episode_000867.parquet b/data/chunk-000/episode_000867.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4241893704016d0d6e49007d1fe3c27b0faeea1c --- /dev/null +++ b/data/chunk-000/episode_000867.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014cb4f4f405967fcea7217ab2380b00f076284cc2e719b4c517b87317e4f211 +size 134487 diff --git a/data/chunk-000/episode_000868.parquet b/data/chunk-000/episode_000868.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a766b94f9e5f971138e48c6c17e0958da190fca1 --- /dev/null +++ b/data/chunk-000/episode_000868.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ba0b40bbe7c3757d09e6c2737087c60c0d0d81ff6d7dfebc7dfebcb69e07b7 +size 121690 diff --git a/data/chunk-000/episode_000869.parquet b/data/chunk-000/episode_000869.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89b64afbf3cc429017408fa2b49d27ffaff58c97 --- /dev/null +++ b/data/chunk-000/episode_000869.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8717af962390ee995a8e55b89fce4565fba3194dfe78549359515a7f532167a +size 133084 diff --git a/data/chunk-000/episode_000870.parquet b/data/chunk-000/episode_000870.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da09a33b6a868e10237c8341274b19f671b4854b --- /dev/null +++ b/data/chunk-000/episode_000870.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5dc37f3bd4752550b740605e635a92a1c7a15a4f010a6d39faccabd6346847 +size 132221 diff --git a/data/chunk-000/episode_000871.parquet b/data/chunk-000/episode_000871.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0439be7174eeff1e9e907a4c664c6ad7f0df61e --- /dev/null +++ b/data/chunk-000/episode_000871.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b239ebd5e1c6f59802a18e422615637f541012b28c498a6599d6a585cb5fcf +size 124681 diff --git a/data/chunk-000/episode_000872.parquet b/data/chunk-000/episode_000872.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d883a1690720cad07cbf3ac30cef1646a140302 --- /dev/null +++ b/data/chunk-000/episode_000872.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cee278d96d5a0a1f092fcdd2287b19652afb936a63550685910d720ec6a0df +size 122580 diff --git a/data/chunk-000/episode_000873.parquet b/data/chunk-000/episode_000873.parquet new file mode 100644 index 0000000000000000000000000000000000000000..606c12aab7c1656688f56fd155f6581f4d4e7cd8 --- /dev/null +++ b/data/chunk-000/episode_000873.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428676d1b9b5a5ea1e54874137275dd9e44a460aec6a7109dbcc9061ef786f5e +size 136863 diff --git a/data/chunk-000/episode_000874.parquet b/data/chunk-000/episode_000874.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab92998ab6534937791a2c43e2605eded2f8ea17 --- /dev/null +++ b/data/chunk-000/episode_000874.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dec0c1e8afba08d54aa0fda85b5c626a2cb4745462d124a1ca29e94832b49a +size 109453 diff --git a/data/chunk-000/episode_000875.parquet b/data/chunk-000/episode_000875.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41a56c7e8225db69659c13f9fcd52e3acdee5af5 --- /dev/null +++ b/data/chunk-000/episode_000875.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722aafd85101d375d361aad31d98d8f2fd9eb343c4ac475fd58118543dc3490b +size 103495 diff --git a/data/chunk-000/episode_000876.parquet b/data/chunk-000/episode_000876.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81dd45bf40767909180d9cc42b872100494b041d --- /dev/null +++ b/data/chunk-000/episode_000876.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b93a9db2950cbbda50072540623cad52d092bef738387a568aebb04994d5ce +size 121770 diff --git a/data/chunk-000/episode_000877.parquet b/data/chunk-000/episode_000877.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6c17e08f3a5c64394e4223721f7c99cf6140c34 --- /dev/null +++ b/data/chunk-000/episode_000877.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9997f7b03a77ddb60d272e03050307436e0594dc94061f2266373faf48ffad +size 128273 diff --git a/data/chunk-000/episode_000878.parquet b/data/chunk-000/episode_000878.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ca6c404cce7b612e98d064bb043d238cf56bbad --- /dev/null +++ b/data/chunk-000/episode_000878.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52557f0ebe9de4d566d2cdc2d1e0f56da977e2b4a6eee6a5ef2713f7817abecb +size 121307 diff --git a/data/chunk-000/episode_000879.parquet b/data/chunk-000/episode_000879.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b5286b5c0a027cd72448d58a1e1aebb87532083 --- /dev/null +++ b/data/chunk-000/episode_000879.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ce2a6e92f3da99c932573a6bdc42d49df8d03c356fa7b99a1fef48d49ae43e +size 127036 diff --git a/data/chunk-000/episode_000880.parquet b/data/chunk-000/episode_000880.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbaaac0409f4134d77814e1f6f71cd49e4ebd9fc --- /dev/null +++ b/data/chunk-000/episode_000880.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e0e3d4f92c625beeeac9e3c53ac88d16cc476e32ff183693308a344bc31375 +size 113771 diff --git a/data/chunk-000/episode_000881.parquet b/data/chunk-000/episode_000881.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d65dd5157095a1f9e736211fa484836410baee08 --- /dev/null +++ b/data/chunk-000/episode_000881.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab8c763db88c0472ced86bda329509389504262308e4a87cef8553ed08b3a2b +size 109507 diff --git a/data/chunk-000/episode_000882.parquet b/data/chunk-000/episode_000882.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9663bbad9fffc1c55d7ccb262dfd20849ee386b --- /dev/null +++ b/data/chunk-000/episode_000882.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02ddd04b56104d291f7b3b7e520956de456302aaf91ce7818f5909225d102aa +size 125833 diff --git a/data/chunk-000/episode_000883.parquet b/data/chunk-000/episode_000883.parquet new file mode 100644 index 0000000000000000000000000000000000000000..15d2ca0013e46bd68ba175da77760a08fdfc5925 --- /dev/null +++ b/data/chunk-000/episode_000883.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebd3135a8383a6f83b7d70ac9dcc18476defd539d12a97930e8d2d4733eee77 +size 124594 diff --git a/data/chunk-000/episode_000884.parquet b/data/chunk-000/episode_000884.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec4cfcf8f0700e0faaeab6d50d2ffe244bd90537 --- /dev/null +++ b/data/chunk-000/episode_000884.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0d982506dcec8e1ed0a9bc34d6628cf9c826456d90e1e0ec6174f29261cc04 +size 127619 diff --git a/data/chunk-000/episode_000885.parquet b/data/chunk-000/episode_000885.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b87bef08969f76052394d6972663a7f9e85c8bf2 --- /dev/null +++ b/data/chunk-000/episode_000885.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833987befb7cbbc0b43f9ca69eea0086fbc360afac4962027f70d47d99131568 +size 128816 diff --git a/data/chunk-000/episode_000886.parquet b/data/chunk-000/episode_000886.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63aff03eddf1526a8b1bf52e380d29ffe3d781f0 --- /dev/null +++ b/data/chunk-000/episode_000886.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1297d44b4077a0153c90eb7dcf12783df57c6b4a97e42a4b684183315f2bc43 +size 112999 diff --git a/data/chunk-000/episode_000887.parquet b/data/chunk-000/episode_000887.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5bc22798c1eee8b164fa200ce8dedd9cc37574f --- /dev/null +++ b/data/chunk-000/episode_000887.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7025633d668c6c6ff3d937ba43973a0477f8239aa54f4fd1626e9abfb12c75 +size 121066 diff --git a/data/chunk-000/episode_000888.parquet b/data/chunk-000/episode_000888.parquet new file mode 100644 index 0000000000000000000000000000000000000000..66d499b50c1da299e8f62bfec9f1b745cd9a5b55 --- /dev/null +++ b/data/chunk-000/episode_000888.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c535faf9ac05c02a8b832636cfea69697335330f79c4d8c481c0df5b4e34766 +size 112630 diff --git a/data/chunk-000/episode_000889.parquet b/data/chunk-000/episode_000889.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a84936f5fb744ec2917fea5d83c519726c97929 --- /dev/null +++ b/data/chunk-000/episode_000889.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebedede3e9d26bb541f523317acb2a8c24ad46888ecb9dc3a3840968b1043bf +size 133504 diff --git a/data/chunk-000/episode_000890.parquet b/data/chunk-000/episode_000890.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3a279cb39aa3b23c4c1651715cb4ad84babfa11 --- /dev/null +++ b/data/chunk-000/episode_000890.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b87aba4e7bb1c7d331b7917bc4243a6a20f998aa0644c4beff4989b5bc79d4c +size 134645 diff --git a/data/chunk-000/episode_000891.parquet b/data/chunk-000/episode_000891.parquet new file mode 100644 index 0000000000000000000000000000000000000000..292022aa54ec05505996cf38086e23bb4d6fc372 --- /dev/null +++ b/data/chunk-000/episode_000891.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04879810c3a4a863bcc0247fe40f743cc679f1d0854c818792a52c1cf7a33fba +size 125730 diff --git a/data/chunk-000/episode_000892.parquet b/data/chunk-000/episode_000892.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c492e985eec7e08eb8c1b8ea9c57584a6e53d2eb --- /dev/null +++ b/data/chunk-000/episode_000892.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b062948ff04bb1504f3d4b42ab884fcff6869ce9854f2db31be3949d5229c4 +size 133409 diff --git a/data/chunk-000/episode_000893.parquet b/data/chunk-000/episode_000893.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe9b843dae0019fad151e56a7d770e0930b2fb29 --- /dev/null +++ b/data/chunk-000/episode_000893.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e167c30cfe9bbbe5813dba5e7293a034cad207747b4859f0df1372ac2486403 +size 117444 diff --git a/data/chunk-000/episode_000894.parquet b/data/chunk-000/episode_000894.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9041ffdf3932fe806c85bd07708d200a8222b95 --- /dev/null +++ b/data/chunk-000/episode_000894.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09b8dbd5cb34bed16bc6a4fead8f55d2a42170717f7eb247bd75057b87a0a30 +size 122353 diff --git a/data/chunk-000/episode_000895.parquet b/data/chunk-000/episode_000895.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35876944881be654b0e7b7be70e596693e8115a7 --- /dev/null +++ b/data/chunk-000/episode_000895.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24bc72748380413081ac6d2d9bcb6a0dc925fb4522e51a9492cbc83cf7cc7d0 +size 122876 diff --git a/data/chunk-000/episode_000896.parquet b/data/chunk-000/episode_000896.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37632c116f65d62bd254edc5abb18720c733f76d --- /dev/null +++ b/data/chunk-000/episode_000896.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b39e84aeff702a9dc5983a6e1c96c657c618a31de4dca2908fc602950c49cf +size 126118 diff --git a/data/chunk-000/episode_000897.parquet b/data/chunk-000/episode_000897.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56da59e422d51f205c6d8e96da1684258fbd4fe4 --- /dev/null +++ b/data/chunk-000/episode_000897.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336f5b0da26546b4bbe9bcee2ba9a7bc5804ef3d7269d8501055dbd0b065eb71 +size 135093 diff --git a/data/chunk-000/episode_000898.parquet b/data/chunk-000/episode_000898.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9915dae452e53948b08b04455f8756a2d562457 --- /dev/null +++ b/data/chunk-000/episode_000898.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb18c9aa100b5d2aa6f5385aefa69c3c70aa22563ffe4510e3658b8b0f615f4c +size 135322 diff --git a/data/chunk-000/episode_000899.parquet b/data/chunk-000/episode_000899.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9b6b38fa856addb130aa6e08a1818118907b55d --- /dev/null +++ b/data/chunk-000/episode_000899.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bc6df440a3c823c8a7b1eda173c76e170785ef7a5519af4fe9553724eaa571 +size 121426 diff --git a/data/chunk-000/episode_000900.parquet b/data/chunk-000/episode_000900.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02ee19318bc82b6e2c341727180cde1605a7b807 --- /dev/null +++ b/data/chunk-000/episode_000900.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37661375fe41cf5429a94c11b906b6b17674896357b09aa02493fcbfe1a7ae10 +size 113250 diff --git a/data/chunk-000/episode_000901.parquet b/data/chunk-000/episode_000901.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0a4dabe7d78075f875fbdbc46fbc8dec7b15598 --- /dev/null +++ b/data/chunk-000/episode_000901.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51ec8ed1ba601fc877c976c1fddb3793a77377084e6d43b71e0e0bb874e9fcc +size 134332 diff --git a/data/chunk-000/episode_000902.parquet b/data/chunk-000/episode_000902.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49090868a2cf8ac56aa3830871d86962854dfe55 --- /dev/null +++ b/data/chunk-000/episode_000902.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9cad51797be84bc07472165ca9b8cc4515d3b6bc95d9a57422352f99e76567 +size 141932 diff --git a/data/chunk-000/episode_000903.parquet b/data/chunk-000/episode_000903.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22020a482b0d81f7c59293ab4d8d680ef653255a --- /dev/null +++ b/data/chunk-000/episode_000903.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ec92658ec37abce6a70e53508096bf379427eabc5eca455b249f162b0f8f7c +size 127863 diff --git a/data/chunk-000/episode_000904.parquet b/data/chunk-000/episode_000904.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53f123562dd7fa38c8e92768c5fb626b49956c30 --- /dev/null +++ b/data/chunk-000/episode_000904.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0571d9b9eb07785c41254b5121dcf8d2c158741a1bcab396cb067e14c8730c8 +size 131184 diff --git a/data/chunk-000/episode_000905.parquet b/data/chunk-000/episode_000905.parquet new file mode 100644 index 0000000000000000000000000000000000000000..78bee70ef0797a947bb4917e435c2cf75ea98720 --- /dev/null +++ b/data/chunk-000/episode_000905.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc86f4437b1ec9533ff3d68e8899aa11068622ea8a51d382e3e966fbc3ef70ff +size 128131 diff --git a/data/chunk-000/episode_000906.parquet b/data/chunk-000/episode_000906.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1de9193e0d8da950d9ea779cec20149cd1b14c1 --- /dev/null +++ b/data/chunk-000/episode_000906.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241992b20473369c3ec8c79b2b1b112ae1233f1d6978210e53be0dde70504cc1 +size 131110 diff --git a/data/chunk-000/episode_000907.parquet b/data/chunk-000/episode_000907.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7248d6b4084890c15cb023f30664eabb696c2418 --- /dev/null +++ b/data/chunk-000/episode_000907.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3641e44dc693e5b29cc59b7d73940404d6f2087630ea32dd94283735cd9c709 +size 138217 diff --git a/data/chunk-000/episode_000908.parquet b/data/chunk-000/episode_000908.parquet new file mode 100644 index 0000000000000000000000000000000000000000..31d5750895383d5fa7d9d2250bc6ad0512c2ab35 --- /dev/null +++ b/data/chunk-000/episode_000908.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5ea3238b606401a4d1865e0ab49a471869c8140cc377b999e9e31ce3d3b6ab +size 114831 diff --git a/data/chunk-000/episode_000909.parquet b/data/chunk-000/episode_000909.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ebd6be47c1be3b0f2cc2d4295065208fd5bd5005 --- /dev/null +++ b/data/chunk-000/episode_000909.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a9fef6a75b5f46d3317d17fa15482981d2e55ae20c55b622f5115d8989b971 +size 120092 diff --git a/data/chunk-000/episode_000910.parquet b/data/chunk-000/episode_000910.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f91cf1fae716e6f1889dc4af52cc3ca63a0c1fb8 --- /dev/null +++ b/data/chunk-000/episode_000910.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e7b88580b38f9acb391c612dd48c606dcf6efc663c6a47f265e974879b74b1 +size 110524 diff --git a/data/chunk-000/episode_000911.parquet b/data/chunk-000/episode_000911.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ccb473603b9317731b010e07ffaf8fdb4175a2d --- /dev/null +++ b/data/chunk-000/episode_000911.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aad72b13a423b1e6240fde2d30c33bc856cd57508ccb7dfa222fcc707a486ea +size 132574 diff --git a/data/chunk-000/episode_000912.parquet b/data/chunk-000/episode_000912.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64754978d2b34a4362a7be4aec58d4029af5a80d --- /dev/null +++ b/data/chunk-000/episode_000912.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00db9461e7f3e9779f9668e11cf17d740c9bc4424cbcbee7c302b4a812dbf3f +size 126997 diff --git a/data/chunk-000/episode_000913.parquet b/data/chunk-000/episode_000913.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf2f659b9d6102cd10722b69a7b7d3c55eb0dd15 --- /dev/null +++ b/data/chunk-000/episode_000913.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec345f48cc8febc6d7ca9bd15045c5f4c39d0e340dad22ff1544818a0b85c92 +size 131514 diff --git a/data/chunk-000/episode_000914.parquet b/data/chunk-000/episode_000914.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de3d2176db00fd4e46b5afbf46bd66871cc3b790 --- /dev/null +++ b/data/chunk-000/episode_000914.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68fbcbcebcf5551fbde859c20488b0b152f00dd99f94a8e659c9e821af5c87b +size 141934 diff --git a/data/chunk-000/episode_000915.parquet b/data/chunk-000/episode_000915.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e7a460a9abba8297442448e652632b708885a58 --- /dev/null +++ b/data/chunk-000/episode_000915.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49109ff90599555f1d1aab4167d1a333b660f99959a39d6f28598ee0ffc958d +size 138812 diff --git a/data/chunk-000/episode_000916.parquet b/data/chunk-000/episode_000916.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86dc1fd64ffd03be52d4c8822cb9a0936dacda0a --- /dev/null +++ b/data/chunk-000/episode_000916.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceada729d83e829932c2bf1f792da3baa8e4d95956fd38a77211f38de5462e80 +size 127716 diff --git a/data/chunk-000/episode_000917.parquet b/data/chunk-000/episode_000917.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b595fab95ac44ab59640163d28ee93cb6b16362d --- /dev/null +++ b/data/chunk-000/episode_000917.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70175a633b8de04924a337ce6bff9b688f73985fa4542c1e0ee114de87d9c51 +size 115811 diff --git a/data/chunk-000/episode_000918.parquet b/data/chunk-000/episode_000918.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71c005680aafd408b4d18f4972d085aa84aa70d6 --- /dev/null +++ b/data/chunk-000/episode_000918.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1331d731fbc1e704cab852a1cfda794301684661693bdf919500d72047c8e2 +size 111218 diff --git a/data/chunk-000/episode_000919.parquet b/data/chunk-000/episode_000919.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf8813a211d6c80c4a538992706e56e309c79813 --- /dev/null +++ b/data/chunk-000/episode_000919.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b492e8a5da6b9d5f74b1f8382bcd50522577c2d0de71878a1b1f8a9b67bba3a5 +size 134365 diff --git a/data/chunk-000/episode_000920.parquet b/data/chunk-000/episode_000920.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5c01ff885418f8d2e1f690cc1e3cf8d8a4b2b1e --- /dev/null +++ b/data/chunk-000/episode_000920.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497dcfd296810ad7220e4e4ae342c2ded7c0447450c2cd38d1301ac016f5da58 +size 114611 diff --git a/data/chunk-000/episode_000921.parquet b/data/chunk-000/episode_000921.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4f615f81d3a52c5c39ab6d695e247537e8850649 --- /dev/null +++ b/data/chunk-000/episode_000921.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7ed4d314c198fb71f0efa3ca3b88b74a92ca7db25d44c7cd28ff0d75c63a8a +size 133176 diff --git a/data/chunk-000/episode_000922.parquet b/data/chunk-000/episode_000922.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae1a84e4da78fbde12c51c4ae60f888b6cb057e0 --- /dev/null +++ b/data/chunk-000/episode_000922.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0eccd345c76be48b56a8f30a325a00b8efa6f8d180ff3504f42ac7b8ae6fad +size 148597 diff --git a/data/chunk-000/episode_000923.parquet b/data/chunk-000/episode_000923.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd8b9232b7fd57bdb470ad8ecd682eddd7738188 --- /dev/null +++ b/data/chunk-000/episode_000923.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440640c5106157a25be020f21564334e24694bbf1e07200e8650668cb2477d23 +size 135279 diff --git a/data/chunk-000/episode_000924.parquet b/data/chunk-000/episode_000924.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a06045b429771e4b069ce219c0022faef8ab0ce3 --- /dev/null +++ b/data/chunk-000/episode_000924.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a193600b762eb80c557e330b4832570198ba32795bfbb4da2e224cded5c249e +size 125057 diff --git a/data/chunk-000/episode_000925.parquet b/data/chunk-000/episode_000925.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ddac6eff8328a9d19f821d55cb59a176185a308 --- /dev/null +++ b/data/chunk-000/episode_000925.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110c205a5a1b2365c331a42b169d1f4d8c549a6ea1d01c7ea4e5643ada495317 +size 116336 diff --git a/data/chunk-000/episode_000926.parquet b/data/chunk-000/episode_000926.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79a067a70691d3f77983ba5863e23e7d2898968c --- /dev/null +++ b/data/chunk-000/episode_000926.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f92907af0558713e9521a4a62aaa042aeea5f64e8d3f9e4e1e9a9074d089c1 +size 112379 diff --git a/data/chunk-000/episode_000927.parquet b/data/chunk-000/episode_000927.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f455d5019870bb9e80d9245b9cdcd7808768633 --- /dev/null +++ b/data/chunk-000/episode_000927.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6276b6c051d729d4d4d10f3230366b7e984fea7aa56f38e51964ea7350166dec +size 127424 diff --git a/data/chunk-000/episode_000928.parquet b/data/chunk-000/episode_000928.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d12a4c084e8670cfb335e69bca375ccd0d4a1116 --- /dev/null +++ b/data/chunk-000/episode_000928.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5241db750f1c95f6bf343c882f0c25c185183697372214363c79d9bc876e9f +size 147728 diff --git a/data/chunk-000/episode_000929.parquet b/data/chunk-000/episode_000929.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b296c3b9ca231ee166d8911e649a48357c2ce6cd --- /dev/null +++ b/data/chunk-000/episode_000929.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9750023924557f0161d6aedea958151907e92dc8a8d85b3fb23bf70141242bf6 +size 107762 diff --git a/data/chunk-000/episode_000930.parquet b/data/chunk-000/episode_000930.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f631ec4e7bd79a54c6ccf4b861ed67e09f01c59c --- /dev/null +++ b/data/chunk-000/episode_000930.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3d94ebf56d461529c0ce441d95d9ebf3e618a6bc54bff61076d9c3ae196eb0 +size 130356 diff --git a/data/chunk-000/episode_000931.parquet b/data/chunk-000/episode_000931.parquet new file mode 100644 index 0000000000000000000000000000000000000000..85daf3e5ea08133e3840b83010256d648d69d299 --- /dev/null +++ b/data/chunk-000/episode_000931.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b1c67cae6815cccceea91ef910c7bc3e50a527b7bca053a593d1982f2b82eb +size 112209 diff --git a/data/chunk-000/episode_000932.parquet b/data/chunk-000/episode_000932.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b91ed2b6ec4626bcc3edb2d636bd4560859b7fe7 --- /dev/null +++ b/data/chunk-000/episode_000932.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9560e93887d25a6de9bf69a0e9895659b30a454ad637fb5c8a5c25ac2a49adc +size 131717 diff --git a/data/chunk-000/episode_000933.parquet b/data/chunk-000/episode_000933.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c90c50c174f7ab4c6a728864d7147f0cdaef185f --- /dev/null +++ b/data/chunk-000/episode_000933.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e7e096ad519a4ba04cc94a80784707ab8256048d4c59effb2f75a99889f80d +size 122992 diff --git a/data/chunk-000/episode_000934.parquet b/data/chunk-000/episode_000934.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f47fd5597d22d45ed1e4e02e19f6ee5fbd2b673 --- /dev/null +++ b/data/chunk-000/episode_000934.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f56d383285f829888e3a2c711eb8e3a2cf25128a8cdc32864aec03fdd382cbb +size 123900 diff --git a/data/chunk-000/episode_000935.parquet b/data/chunk-000/episode_000935.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89fb539605a5ffddfe4c29a3450b22b928722edb --- /dev/null +++ b/data/chunk-000/episode_000935.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72fb320211d78954d7df8fac38a39b3c73372f1dfedaed38ebd10c54e097142 +size 137341 diff --git a/data/chunk-000/episode_000936.parquet b/data/chunk-000/episode_000936.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05b0eab7387d00938f61b12c0ad2091858323506 --- /dev/null +++ b/data/chunk-000/episode_000936.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1d1e6ea80a930bae8832fad934c0c44e0411fcb1479feb09a000857a496189 +size 112069 diff --git a/data/chunk-000/episode_000937.parquet b/data/chunk-000/episode_000937.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c235b66525e874bc97bf0db8199dcee8e1babf43 --- /dev/null +++ b/data/chunk-000/episode_000937.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9799e631bf7392c0dc13f1e14701461ed350152a6713fe494533e2e00f1099 +size 123456 diff --git a/data/chunk-000/episode_000938.parquet b/data/chunk-000/episode_000938.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ae64bb8df9f91afe04d983a3c5d55aa0c65d01d --- /dev/null +++ b/data/chunk-000/episode_000938.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be40a7d24695ba9bc2e39564b823d12058396888d6bfcf58e18baca7a86fd67f +size 107280 diff --git a/data/chunk-000/episode_000939.parquet b/data/chunk-000/episode_000939.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c26b0e833b0839590f2089e7f7efec8f4c17d1a5 --- /dev/null +++ b/data/chunk-000/episode_000939.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8c97571c6bcd32c1e502ecb2f13866f8b46bfecc247fe156bf6f62e908630d +size 219438 diff --git a/data/chunk-000/episode_000940.parquet b/data/chunk-000/episode_000940.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac6d2aba0e0372b4c3dc261b48f2ab2614eae902 --- /dev/null +++ b/data/chunk-000/episode_000940.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62890c779560f29fcf8ebb6e951fa4f77048fef9028047d3bd023a84b8b12725 +size 195790 diff --git a/data/chunk-000/episode_000941.parquet b/data/chunk-000/episode_000941.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e64c56a4273226cfa87d7254afea32f774fb921 --- /dev/null +++ b/data/chunk-000/episode_000941.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c414f1dcddbb864c77e10deea85dd1f7307db544ef344118cfc75d9e58de2c2c +size 230604 diff --git a/data/chunk-000/episode_000942.parquet b/data/chunk-000/episode_000942.parquet new file mode 100644 index 0000000000000000000000000000000000000000..949caa16bf948f07f8a7c5a232c37801b246692a --- /dev/null +++ b/data/chunk-000/episode_000942.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8eff0bff5edced909dc7d011b3c291efcb7af15b3d0dd9d9f548177d9440e9 +size 200245 diff --git a/data/chunk-000/episode_000943.parquet b/data/chunk-000/episode_000943.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11582562f58f1bcfa2649ac9f59cea438817db55 --- /dev/null +++ b/data/chunk-000/episode_000943.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f2242b8841dd553cb251606a9c477cd95ea9ee4fc0771178caa8c51d96873f +size 199474 diff --git a/data/chunk-000/episode_000944.parquet b/data/chunk-000/episode_000944.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20684646926ff7a75e40fffce3c741bf90e29384 --- /dev/null +++ b/data/chunk-000/episode_000944.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094779bf6ec43c7e52cb2fea5448cd7288a204850142df371ab00602c9ff2010 +size 189104 diff --git a/data/chunk-000/episode_000945.parquet b/data/chunk-000/episode_000945.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8aac04fd4845ae6bf8e6b142a6d6c2d59c32caa5 --- /dev/null +++ b/data/chunk-000/episode_000945.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdaebaaf404a4496f56eefe6a56b469ecb789b168757d83efed896af22c1e61a +size 192973 diff --git a/data/chunk-000/episode_000946.parquet b/data/chunk-000/episode_000946.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44a7991355ddde24967d071538fe4cbe23922b89 --- /dev/null +++ b/data/chunk-000/episode_000946.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fa3e9272acd7ca3853207e24d3b24650a00497ef1bce45a5ce470fe8cf72cb +size 202056 diff --git a/data/chunk-000/episode_000947.parquet b/data/chunk-000/episode_000947.parquet new file mode 100644 index 0000000000000000000000000000000000000000..639e3d12015a186f9677b46d125ef8631530457f --- /dev/null +++ b/data/chunk-000/episode_000947.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a76e781c7c7144a1d02bcb48fc12e6e130404b427728a915b6bf83ce1c0fb5 +size 162262 diff --git a/data/chunk-000/episode_000948.parquet b/data/chunk-000/episode_000948.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e6084a3734454a20031b5630247fc1fc46bcfa0 --- /dev/null +++ b/data/chunk-000/episode_000948.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee920db817f8728629c58b65245caf7b1602606b1e92aa6c250ec999533e8f2 +size 188200 diff --git a/data/chunk-000/episode_000949.parquet b/data/chunk-000/episode_000949.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf325cf346a79fdf7bc89f309a67da16eca4e756 --- /dev/null +++ b/data/chunk-000/episode_000949.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebab2e63b82ec35fbfbb639101be5e6321b815006216062940e19bbb4ea18c4 +size 187553 diff --git a/data/chunk-000/episode_000950.parquet b/data/chunk-000/episode_000950.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f01fa29574ff0608a9776cf51b316f200307d57e --- /dev/null +++ b/data/chunk-000/episode_000950.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de19704facef76c5e9d926e16a998c78a3a9509491aa977100f6fd32138a947d +size 202079 diff --git a/data/chunk-000/episode_000951.parquet b/data/chunk-000/episode_000951.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e02bf91a662dc3ddfc9ca98eda692252eb33a0e --- /dev/null +++ b/data/chunk-000/episode_000951.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34f9c2df9a2ad9ae553466e443e728f907d6b7267bf7cada695ab4101c93bf9 +size 165537 diff --git a/data/chunk-000/episode_000952.parquet b/data/chunk-000/episode_000952.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c936dce9486211367bdceaab8209127de1acb283 --- /dev/null +++ b/data/chunk-000/episode_000952.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365a1ed704e67db370a694d80d18227c9524a4b886c64e70efce34ba75ea32a0 +size 175534 diff --git a/data/chunk-000/episode_000953.parquet b/data/chunk-000/episode_000953.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4859505a7ee2f93bc8242ebc9f0efa01e1ac5686 --- /dev/null +++ b/data/chunk-000/episode_000953.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10425117ad54556f913746f195ee6dbe3b752c8b89aa5c5e0922a5856ba83f18 +size 201587 diff --git a/data/chunk-000/episode_000954.parquet b/data/chunk-000/episode_000954.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e81dfa9a3d5022b36b105f03606dd85cd64ac111 --- /dev/null +++ b/data/chunk-000/episode_000954.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36067b645ada9f2f6c6ac1ca335148008b2dc597aa6bb83b06c08b84b545263 +size 153567 diff --git a/data/chunk-000/episode_000955.parquet b/data/chunk-000/episode_000955.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1577fc3fb8740d492fad59c81cd8105b1bb8b69a --- /dev/null +++ b/data/chunk-000/episode_000955.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9970e438a1665ea44e544cffe29888ebd3f590a0d00e32b3095bd3ec119e22 +size 163680 diff --git a/data/chunk-000/episode_000956.parquet b/data/chunk-000/episode_000956.parquet new file mode 100644 index 0000000000000000000000000000000000000000..534dcbb105e9869ff03d95ae519912dfc557542f --- /dev/null +++ b/data/chunk-000/episode_000956.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac04b096460182beeede4a2aab46e36eb74c08fbb85ae967202d3e40b4219255 +size 212106 diff --git a/data/chunk-000/episode_000957.parquet b/data/chunk-000/episode_000957.parquet new file mode 100644 index 0000000000000000000000000000000000000000..12ed3b38f3bb15231406d22ba48599f3fd02836c --- /dev/null +++ b/data/chunk-000/episode_000957.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03b287efcca2451e3d78d3044582c72bd1e620a6a14f3b8e394705b6482fe98 +size 201088 diff --git a/data/chunk-000/episode_000958.parquet b/data/chunk-000/episode_000958.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61b2db85a631c2022fec1458b1f52f4c2cca8454 --- /dev/null +++ b/data/chunk-000/episode_000958.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee701372d573d03491b3cd5063c138b85ea92076c64e8b4a0e6c3da17b6a6c40 +size 197288 diff --git a/data/chunk-000/episode_000959.parquet b/data/chunk-000/episode_000959.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2d45af6001121e7327c3889a13e81ca15a91d36 --- /dev/null +++ b/data/chunk-000/episode_000959.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31818ec3ac88f8f949e1c2892d92c3dc14e207f0bf5c788a75ee7c4fe35591a9 +size 163967 diff --git a/data/chunk-000/episode_000960.parquet b/data/chunk-000/episode_000960.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84e9634b5d0f9683c802a560903993863cefa37c --- /dev/null +++ b/data/chunk-000/episode_000960.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c830e5831367bcfc8d6d61bc34076e102251887aeb5a9c59a076e81303f0eeb0 +size 166224 diff --git a/data/chunk-000/episode_000961.parquet b/data/chunk-000/episode_000961.parquet new file mode 100644 index 0000000000000000000000000000000000000000..689beebcf2e3e9462b44d0abdcb2a67a770635ed --- /dev/null +++ b/data/chunk-000/episode_000961.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177571de16302601a1c5ca5a91769aa0eca150dd23af9db05628199b18cfa8cf +size 218619 diff --git a/data/chunk-000/episode_000962.parquet b/data/chunk-000/episode_000962.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dc00447679fb44f4bd517846c6a31bd39e9865a --- /dev/null +++ b/data/chunk-000/episode_000962.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd371f41a251e09485fdf199f8c369ed6b79ba8486c9628d5ae9d9712295c9a +size 182166 diff --git a/data/chunk-000/episode_000963.parquet b/data/chunk-000/episode_000963.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a2bbe54722f42eb8b77a07e76c154cded836431f --- /dev/null +++ b/data/chunk-000/episode_000963.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8592906e836df54a9fd52b749b32eeb278fed7d9de0e33c11bce13471ea860 +size 177470 diff --git a/data/chunk-000/episode_000964.parquet b/data/chunk-000/episode_000964.parquet new file mode 100644 index 0000000000000000000000000000000000000000..426ca3f0da2ba7ec7edd413ebd7e149b344576e9 --- /dev/null +++ b/data/chunk-000/episode_000964.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c4d583388eea0da3daa596a31f95955b43c4d32d83a75eaf01f44059f610c9 +size 201414 diff --git a/data/chunk-000/episode_000965.parquet b/data/chunk-000/episode_000965.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a17f7288f35c97c32cd34ef4182e47e630da185a --- /dev/null +++ b/data/chunk-000/episode_000965.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41880a648b4241eed391e8fb63a9ddfe674d8e0474b3e99d1963fd22f4ba2e53 +size 155060 diff --git a/data/chunk-000/episode_000966.parquet b/data/chunk-000/episode_000966.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0763f8a7f3b7e8470061afc94b419070eaabaa9e --- /dev/null +++ b/data/chunk-000/episode_000966.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7199d867e5e4d3bb8555f76399208242c1629b5820aa607faf228eb575cf516b +size 183276 diff --git a/data/chunk-000/episode_000967.parquet b/data/chunk-000/episode_000967.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6f999159f96f603e5af9a34197d0f62cc789163 --- /dev/null +++ b/data/chunk-000/episode_000967.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d6f37a49ca0bd3a252c393b56c6e6b88ed218f40a719a1dc0c6cd62c190097 +size 150513 diff --git a/data/chunk-000/episode_000968.parquet b/data/chunk-000/episode_000968.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d56c266761e2d09462d5bc9086620b61887040f --- /dev/null +++ b/data/chunk-000/episode_000968.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6776aff977b9cb8a4abd6c375f49150f4413b4f7cf0442a5880c1e0eccc04c1a +size 172405 diff --git a/data/chunk-000/episode_000969.parquet b/data/chunk-000/episode_000969.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53f5bdaf7177e80d1a341920f841833d246bbb75 --- /dev/null +++ b/data/chunk-000/episode_000969.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e486824fc795f1f0d7aefa0556c432e7ad7d32e0fd7a7b9258af3bbc880761 +size 176296 diff --git a/data/chunk-000/episode_000970.parquet b/data/chunk-000/episode_000970.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dacc229b8925e19b74847310713734cb1e805489 --- /dev/null +++ b/data/chunk-000/episode_000970.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd39640c1065b0d81c563a77cc2399aec2b4f6a153ecaaea7f8a1dcac704e817 +size 175959 diff --git a/data/chunk-000/episode_000971.parquet b/data/chunk-000/episode_000971.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87e339e5f9d73f4fd385ce56c04cc0a168d36fe4 --- /dev/null +++ b/data/chunk-000/episode_000971.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d0c5b5457813689c9f47572b14ebd9df4a0919f5e6a28d0b05c888fdf756c0 +size 162095 diff --git a/data/chunk-000/episode_000972.parquet b/data/chunk-000/episode_000972.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14c0554f203b63929e3edb64023cdfd048a75b0d --- /dev/null +++ b/data/chunk-000/episode_000972.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21057f8f9264388d8d2959ef8050929192371ec72e6fe073c337b0ed7ea768e4 +size 148137 diff --git a/data/chunk-000/episode_000973.parquet b/data/chunk-000/episode_000973.parquet new file mode 100644 index 0000000000000000000000000000000000000000..174f905fd26ab6b25c5ccc1d7eb0889d0d5a3e71 --- /dev/null +++ b/data/chunk-000/episode_000973.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d84192687d589e8941b90ba51645c1475cd425233ffc71cf56218521a75fe9 +size 150557 diff --git a/data/chunk-000/episode_000974.parquet b/data/chunk-000/episode_000974.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9f0e7debb8347caae739c4ffe48c091eb087ede --- /dev/null +++ b/data/chunk-000/episode_000974.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b06a881caad266a14b1a9fea3b9bc340583ef9bfd163d14bed6c55e4a37bef8 +size 173974 diff --git a/data/chunk-000/episode_000975.parquet b/data/chunk-000/episode_000975.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0461625de91d86fa73110c41b5a18f8dd9917590 --- /dev/null +++ b/data/chunk-000/episode_000975.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f186d0cfe637e6f84112a7c7f25f63f45a25f4d9ce54e6bbb05e5a6b331a77 +size 152210 diff --git a/data/chunk-000/episode_000976.parquet b/data/chunk-000/episode_000976.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f055db46d16c23af2e4722c6c1cb5b3b064f38f8 --- /dev/null +++ b/data/chunk-000/episode_000976.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f525057cd9c86a722cc0299606e63ebdaddab14d359ad56fd957a9d6aadd26a1 +size 170246 diff --git a/data/chunk-000/episode_000977.parquet b/data/chunk-000/episode_000977.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6cc071165edbf04653d141d2c0655d6b98cb4df --- /dev/null +++ b/data/chunk-000/episode_000977.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e722310ce473ac7c9a54cc0bd36fa74462063f046029616a493e47b3c5a70052 +size 155675 diff --git a/data/chunk-000/episode_000978.parquet b/data/chunk-000/episode_000978.parquet new file mode 100644 index 0000000000000000000000000000000000000000..50fa2760995ed39f73f0d199c702cfe0784f0b9a --- /dev/null +++ b/data/chunk-000/episode_000978.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b92fe479f2e0320704ee2ca4c4e03eca15f0ce5d8858e0e89fdac8688d8f87 +size 154314 diff --git a/data/chunk-000/episode_000979.parquet b/data/chunk-000/episode_000979.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3130273563294cbf0b0643ee4d1dbc5834e67e3c --- /dev/null +++ b/data/chunk-000/episode_000979.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64fdbb8d57968ebc56737ccc75121f3a6249eaffbadc440447535dacaefa54e +size 193365 diff --git a/data/chunk-000/episode_000980.parquet b/data/chunk-000/episode_000980.parquet new file mode 100644 index 0000000000000000000000000000000000000000..465549f3811618e823ce7fd2a892c0f0b8cd119a --- /dev/null +++ b/data/chunk-000/episode_000980.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1b41f4f772ba0528fc2717e8e2d6624d97ff8f0e40920ff6b8db5c950d896d +size 143683 diff --git a/data/chunk-000/episode_000981.parquet b/data/chunk-000/episode_000981.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bf012783bcffb4b4de945f24d6517dc13656c4a --- /dev/null +++ b/data/chunk-000/episode_000981.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3787ffbb8c6702c12b64d6feaec2b7192ee8de8b2a905f596ebd7c08af543acb +size 135343 diff --git a/data/chunk-000/episode_000982.parquet b/data/chunk-000/episode_000982.parquet new file mode 100644 index 0000000000000000000000000000000000000000..696d012080363d9cb46150acfac9de170657e5d7 --- /dev/null +++ b/data/chunk-000/episode_000982.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a5a0ed2b098a16990d73a6ea6140ebf61fb92a1e560b878898667e60d5c5f6 +size 153398 diff --git a/data/chunk-000/episode_000983.parquet b/data/chunk-000/episode_000983.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4d5408bfd210851c51f761458f9c04a0ef436f9 --- /dev/null +++ b/data/chunk-000/episode_000983.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741d626059ef9bf8a65eda58063bc9e7b81474273ad84b519b8bcede0bc87da9 +size 163944 diff --git a/data/chunk-000/episode_000984.parquet b/data/chunk-000/episode_000984.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6de7abdfe5c337c56fb587ee6ffbdd5aa4b0b01f --- /dev/null +++ b/data/chunk-000/episode_000984.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec67734bdb8c7b8ff220a4fe8f961b2e868c3b2ab80ff272bd5f37d198be8550 +size 113075 diff --git a/data/chunk-000/episode_000985.parquet b/data/chunk-000/episode_000985.parquet new file mode 100644 index 0000000000000000000000000000000000000000..33e96a78cd117ebfb92fac6ff7e2c1bcf10e9f99 --- /dev/null +++ b/data/chunk-000/episode_000985.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb652b150181de50f4c6dbc06c7cc699df484f9f6ae9c63127457055bc9ba80d +size 149797 diff --git a/data/chunk-000/episode_000986.parquet b/data/chunk-000/episode_000986.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64a120fd1f185b15b2b17e53a79ee3f581473494 --- /dev/null +++ b/data/chunk-000/episode_000986.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ac473e9c329a04d64a716f6b6fb6f35a463d179a381dfa75f14591431c9800 +size 140519 diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..51c52d92b88fa7a2d3c967888cbfd27c783c87f5 --- /dev/null +++ b/info.yaml @@ -0,0 +1,437 @@ +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_stamp_document +dataset_uuid: b9814b5a-bc8d-4cf4-855f-adb9d9ef5180 +scene_type: + level1: Office + level2: Printing Area + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: A4 paper + color: white +- object_name: seal + color: red +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Use the right hand to pick up the stamp and affix it onto the A4 paper. +atomic_actions: +- pick +- 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: 987 + total_frames: 369702 + fps: 30 + total_tasks: 1 + total_videos: 3948 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 7.18 GB +frame_num: 369702 +frame_range: 1M +dataset_size: 7.18 GB +data_structure: "AI2_Alphabot_2_stamp_document_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| `-- ...\ + \ (975 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:986 +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..e033a35e8263864d6b641ee2fce99766dea22031 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,987 @@ +{"episode_index": 0, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 722} +{"episode_index": 1, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 713} +{"episode_index": 2, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 542} +{"episode_index": 3, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 582} +{"episode_index": 4, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 605} +{"episode_index": 5, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 642} +{"episode_index": 6, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 666} +{"episode_index": 7, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 811} +{"episode_index": 8, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 773} +{"episode_index": 9, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 693} +{"episode_index": 10, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 819} +{"episode_index": 11, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 698} +{"episode_index": 12, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 751} +{"episode_index": 13, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 868} +{"episode_index": 14, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 759} +{"episode_index": 15, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 733} +{"episode_index": 16, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 797} +{"episode_index": 17, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 768} +{"episode_index": 18, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 663} +{"episode_index": 19, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 832} +{"episode_index": 20, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 1008} +{"episode_index": 21, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 727} +{"episode_index": 22, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 739} +{"episode_index": 23, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 794} +{"episode_index": 24, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 758} +{"episode_index": 25, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 1017} +{"episode_index": 26, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 788} +{"episode_index": 27, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 754} +{"episode_index": 28, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 662} +{"episode_index": 29, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 542} +{"episode_index": 30, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 541} +{"episode_index": 31, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 548} +{"episode_index": 32, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 562} +{"episode_index": 33, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 528} +{"episode_index": 34, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 502} +{"episode_index": 35, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 548} +{"episode_index": 36, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 483} +{"episode_index": 37, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 430} +{"episode_index": 38, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 540} +{"episode_index": 39, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 552} +{"episode_index": 40, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 482} +{"episode_index": 41, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 457} +{"episode_index": 42, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 524} +{"episode_index": 43, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 421} +{"episode_index": 44, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 449} +{"episode_index": 45, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 445} +{"episode_index": 46, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 399} +{"episode_index": 47, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 415} +{"episode_index": 48, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 430} +{"episode_index": 49, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 470} +{"episode_index": 50, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 457} +{"episode_index": 51, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 499} +{"episode_index": 52, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 447} +{"episode_index": 53, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 504} +{"episode_index": 54, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 475} +{"episode_index": 55, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 481} +{"episode_index": 56, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 436} +{"episode_index": 57, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 497} +{"episode_index": 58, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 439} +{"episode_index": 59, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 424} +{"episode_index": 60, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 438} +{"episode_index": 61, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 434} +{"episode_index": 62, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 431} +{"episode_index": 63, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 406} +{"episode_index": 64, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 510} +{"episode_index": 65, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 373} +{"episode_index": 66, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 410} +{"episode_index": 67, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 513} +{"episode_index": 68, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 480} +{"episode_index": 69, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 450} +{"episode_index": 70, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 498} +{"episode_index": 71, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 441} +{"episode_index": 72, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 470} +{"episode_index": 73, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 519} +{"episode_index": 74, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 487} +{"episode_index": 75, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 512} +{"episode_index": 76, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 454} +{"episode_index": 77, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 446} +{"episode_index": 78, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 489} +{"episode_index": 79, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 456} +{"episode_index": 80, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 492} +{"episode_index": 81, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 501} +{"episode_index": 82, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 485} +{"episode_index": 83, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 429} +{"episode_index": 84, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 489} +{"episode_index": 85, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 530} +{"episode_index": 86, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 522} +{"episode_index": 87, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 460} +{"episode_index": 88, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 525} +{"episode_index": 89, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 441} +{"episode_index": 90, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 539} +{"episode_index": 91, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 426} +{"episode_index": 92, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 472} +{"episode_index": 93, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 442} +{"episode_index": 94, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 512} +{"episode_index": 95, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 437} +{"episode_index": 96, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 489} +{"episode_index": 97, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 432} +{"episode_index": 98, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 477} +{"episode_index": 99, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 415} +{"episode_index": 100, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 429} +{"episode_index": 101, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 427} +{"episode_index": 102, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 103, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 370} +{"episode_index": 104, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 358} +{"episode_index": 105, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 352} +{"episode_index": 106, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 107, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 108, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 109, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 110, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 365} +{"episode_index": 111, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 364} +{"episode_index": 112, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 113, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 114, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 331} +{"episode_index": 115, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 297} +{"episode_index": 116, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 360} +{"episode_index": 117, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 118, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 119, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 299} +{"episode_index": 120, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 352} +{"episode_index": 121, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 301} +{"episode_index": 122, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 283} +{"episode_index": 123, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 290} +{"episode_index": 124, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 125, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 126, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 127, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 128, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 129, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 298} +{"episode_index": 130, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 325} +{"episode_index": 131, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 308} +{"episode_index": 132, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 313} +{"episode_index": 133, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 306} +{"episode_index": 134, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 284} +{"episode_index": 135, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 136, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 137, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 138, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 291} +{"episode_index": 139, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 140, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 313} +{"episode_index": 141, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 142, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 285} +{"episode_index": 143, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 300} +{"episode_index": 144, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 302} +{"episode_index": 145, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 146, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 147, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 291} +{"episode_index": 148, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 297} +{"episode_index": 149, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 289} +{"episode_index": 150, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 306} +{"episode_index": 151, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 297} +{"episode_index": 152, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 302} +{"episode_index": 153, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 296} +{"episode_index": 154, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 155, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 257} +{"episode_index": 156, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 308} +{"episode_index": 157, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 158, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 300} +{"episode_index": 159, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 160, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 310} +{"episode_index": 161, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 162, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 257} +{"episode_index": 163, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 293} +{"episode_index": 164, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 288} +{"episode_index": 165, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 294} +{"episode_index": 166, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 167, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 279} +{"episode_index": 168, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 304} +{"episode_index": 169, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 286} +{"episode_index": 170, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 297} +{"episode_index": 171, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 313} +{"episode_index": 172, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 291} +{"episode_index": 173, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 174, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 175, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 289} +{"episode_index": 176, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 292} +{"episode_index": 177, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 325} +{"episode_index": 178, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 295} +{"episode_index": 179, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 295} +{"episode_index": 180, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 271} +{"episode_index": 181, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 182, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 277} +{"episode_index": 183, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 184, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 288} +{"episode_index": 185, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 186, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 292} +{"episode_index": 187, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 272} +{"episode_index": 188, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 273} +{"episode_index": 189, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 190, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 291} +{"episode_index": 191, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 292} +{"episode_index": 192, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 267} +{"episode_index": 193, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 284} +{"episode_index": 194, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 268} +{"episode_index": 195, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 337} +{"episode_index": 196, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 197, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 314} +{"episode_index": 198, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 400} +{"episode_index": 199, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 299} +{"episode_index": 200, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 273} +{"episode_index": 201, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 202, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 331} +{"episode_index": 203, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 311} +{"episode_index": 204, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 590} +{"episode_index": 205, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 401} +{"episode_index": 206, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 388} +{"episode_index": 207, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 436} +{"episode_index": 208, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 440} +{"episode_index": 209, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 400} +{"episode_index": 210, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 400} +{"episode_index": 211, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 386} +{"episode_index": 212, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 405} +{"episode_index": 213, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 412} +{"episode_index": 214, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 428} +{"episode_index": 215, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 393} +{"episode_index": 216, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 408} +{"episode_index": 217, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 218, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 370} +{"episode_index": 219, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 418} +{"episode_index": 220, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 449} +{"episode_index": 221, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 388} +{"episode_index": 222, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 383} +{"episode_index": 223, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 224, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 388} +{"episode_index": 225, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 383} +{"episode_index": 226, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 365} +{"episode_index": 227, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 384} +{"episode_index": 228, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 400} +{"episode_index": 229, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 230, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 407} +{"episode_index": 231, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 232, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 394} +{"episode_index": 233, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 381} +{"episode_index": 234, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 412} +{"episode_index": 235, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 522} +{"episode_index": 236, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 487} +{"episode_index": 237, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 386} +{"episode_index": 238, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 405} +{"episode_index": 239, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 349} +{"episode_index": 240, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 374} +{"episode_index": 241, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} +{"episode_index": 242, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 243, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 244, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 245, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 365} +{"episode_index": 246, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 247, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 367} +{"episode_index": 248, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 474} +{"episode_index": 249, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 369} +{"episode_index": 250, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 251, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 252, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 358} +{"episode_index": 253, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 254, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 365} +{"episode_index": 255, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 329} +{"episode_index": 256, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 428} +{"episode_index": 257, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 258, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 370} +{"episode_index": 259, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 441} +{"episode_index": 260, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 261, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 262, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 263, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 383} +{"episode_index": 264, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 410} +{"episode_index": 265, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 381} +{"episode_index": 266, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 267, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 268, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 388} +{"episode_index": 269, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 421} +{"episode_index": 270, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 380} +{"episode_index": 271, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 391} +{"episode_index": 272, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 464} +{"episode_index": 273, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 492} +{"episode_index": 274, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 403} +{"episode_index": 275, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 276, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 277, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 278, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 279, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 358} +{"episode_index": 280, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 450} +{"episode_index": 281, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 325} +{"episode_index": 282, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 406} +{"episode_index": 283, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 278} +{"episode_index": 284, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 298} +{"episode_index": 285, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 401} +{"episode_index": 286, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 402} +{"episode_index": 287, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 288, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 289, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 290, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 420} +{"episode_index": 291, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 398} +{"episode_index": 292, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 360} +{"episode_index": 293, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 360} +{"episode_index": 294, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 295, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 316} +{"episode_index": 296, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 297, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 364} +{"episode_index": 298, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 299, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 303} +{"episode_index": 300, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 301, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 302, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 367} +{"episode_index": 303, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 304, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 398} +{"episode_index": 305, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 306, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 410} +{"episode_index": 307, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 308, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 407} +{"episode_index": 309, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 442} +{"episode_index": 310, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 448} +{"episode_index": 311, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 445} +{"episode_index": 312, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 474} +{"episode_index": 313, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 477} +{"episode_index": 314, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 496} +{"episode_index": 315, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 398} +{"episode_index": 316, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} +{"episode_index": 317, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 419} +{"episode_index": 318, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 498} +{"episode_index": 319, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 385} +{"episode_index": 320, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 403} +{"episode_index": 321, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 448} +{"episode_index": 322, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 454} +{"episode_index": 323, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 385} +{"episode_index": 324, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 404} +{"episode_index": 325, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 557} +{"episode_index": 326, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 327, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 390} +{"episode_index": 328, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 428} +{"episode_index": 329, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 330, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 356} +{"episode_index": 331, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 429} +{"episode_index": 332, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 333, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 397} +{"episode_index": 334, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 385} +{"episode_index": 335, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 362} +{"episode_index": 336, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 368} +{"episode_index": 337, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 377} +{"episode_index": 338, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 459} +{"episode_index": 339, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 340, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 381} +{"episode_index": 341, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 396} +{"episode_index": 342, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 343, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 363} +{"episode_index": 344, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 345, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 364} +{"episode_index": 346, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 348} +{"episode_index": 347, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 412} +{"episode_index": 348, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 310} +{"episode_index": 349, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 350, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 351, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 352, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 361} +{"episode_index": 353, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 434} +{"episode_index": 354, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 432} +{"episode_index": 355, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 356, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 357, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} +{"episode_index": 358, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 359, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 331} +{"episode_index": 360, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 506} +{"episode_index": 361, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 396} +{"episode_index": 362, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 415} +{"episode_index": 363, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 408} +{"episode_index": 364, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 743} +{"episode_index": 365, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 366, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 367, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 368, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 331} +{"episode_index": 369, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 373} +{"episode_index": 370, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 358} +{"episode_index": 371, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 372, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 373, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 485} +{"episode_index": 374, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 468} +{"episode_index": 375, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 404} +{"episode_index": 376, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 405} +{"episode_index": 377, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 360} +{"episode_index": 378, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 412} +{"episode_index": 379, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 398} +{"episode_index": 380, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 468} +{"episode_index": 381, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 382, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 383, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 384, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 385, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 375} +{"episode_index": 386, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 409} +{"episode_index": 387, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 388, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 368} +{"episode_index": 389, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 348} +{"episode_index": 390, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 391, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 431} +{"episode_index": 392, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 393, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 400} +{"episode_index": 394, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 323} +{"episode_index": 395, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 295} +{"episode_index": 396, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 397, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} +{"episode_index": 398, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 296} +{"episode_index": 399, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 303} +{"episode_index": 400, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 306} +{"episode_index": 401, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 402, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 403, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 325} +{"episode_index": 404, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 405, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 406, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 407, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 349} +{"episode_index": 408, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 314} +{"episode_index": 409, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 410, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 411, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 412, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 297} +{"episode_index": 413, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 300} +{"episode_index": 414, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 415, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 323} +{"episode_index": 416, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 307} +{"episode_index": 417, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 302} +{"episode_index": 418, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 419, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 420, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 316} +{"episode_index": 421, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 294} +{"episode_index": 422, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 314} +{"episode_index": 423, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 306} +{"episode_index": 424, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 310} +{"episode_index": 425, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 310} +{"episode_index": 426, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 312} +{"episode_index": 427, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 286} +{"episode_index": 428, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 301} +{"episode_index": 429, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 285} +{"episode_index": 430, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 431, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 299} +{"episode_index": 432, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 283} +{"episode_index": 433, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 282} +{"episode_index": 434, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 285} +{"episode_index": 435, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 273} +{"episode_index": 436, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 288} +{"episode_index": 437, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 291} +{"episode_index": 438, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 259} +{"episode_index": 439, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 293} +{"episode_index": 440, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 302} +{"episode_index": 441, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 272} +{"episode_index": 442, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 264} +{"episode_index": 443, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 287} +{"episode_index": 444, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 290} +{"episode_index": 445, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 274} +{"episode_index": 446, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 269} +{"episode_index": 447, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 259} +{"episode_index": 448, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 273} +{"episode_index": 449, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 276} +{"episode_index": 450, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 257} +{"episode_index": 451, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 273} +{"episode_index": 452, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 254} +{"episode_index": 453, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 288} +{"episode_index": 454, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 293} +{"episode_index": 455, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 456, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 284} +{"episode_index": 457, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 276} +{"episode_index": 458, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 286} +{"episode_index": 459, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 275} +{"episode_index": 460, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 293} +{"episode_index": 461, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 272} +{"episode_index": 462, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 272} +{"episode_index": 463, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 263} +{"episode_index": 464, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 287} +{"episode_index": 465, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 269} +{"episode_index": 466, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 274} +{"episode_index": 467, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 278} +{"episode_index": 468, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 248} +{"episode_index": 469, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 250} +{"episode_index": 470, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 281} +{"episode_index": 471, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 259} +{"episode_index": 472, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 271} +{"episode_index": 473, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 265} +{"episode_index": 474, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 290} +{"episode_index": 475, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 247} +{"episode_index": 476, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 285} +{"episode_index": 477, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 284} +{"episode_index": 478, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 257} +{"episode_index": 479, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 261} +{"episode_index": 480, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 270} +{"episode_index": 481, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 258} +{"episode_index": 482, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 262} +{"episode_index": 483, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 274} +{"episode_index": 484, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 262} +{"episode_index": 485, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 258} +{"episode_index": 486, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 281} +{"episode_index": 487, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 273} +{"episode_index": 488, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 263} +{"episode_index": 489, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 250} +{"episode_index": 490, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 275} +{"episode_index": 491, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 284} +{"episode_index": 492, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 277} +{"episode_index": 493, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 272} +{"episode_index": 494, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 293} +{"episode_index": 495, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 276} +{"episode_index": 496, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 269} +{"episode_index": 497, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 498, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 343} +{"episode_index": 499, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 365} +{"episode_index": 500, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 501, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 502, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 306} +{"episode_index": 503, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 504, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 505, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 329} +{"episode_index": 506, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 391} +{"episode_index": 507, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 508, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 299} +{"episode_index": 509, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 510, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 511, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 295} +{"episode_index": 512, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 312} +{"episode_index": 513, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 514, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 301} +{"episode_index": 515, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 516, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 517, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 518, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 519, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 520, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 521, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 522, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 289} +{"episode_index": 523, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 331} +{"episode_index": 524, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 307} +{"episode_index": 525, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 526, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 293} +{"episode_index": 527, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 528, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 425} +{"episode_index": 529, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 530, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 531, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 532, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 304} +{"episode_index": 533, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 534, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 302} +{"episode_index": 535, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 312} +{"episode_index": 536, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 537, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 538, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 539, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 540, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 331} +{"episode_index": 541, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 542, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 543, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 356} +{"episode_index": 544, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 545, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 340} +{"episode_index": 546, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 547, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 548, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 308} +{"episode_index": 549, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 300} +{"episode_index": 550, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 265} +{"episode_index": 551, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 295} +{"episode_index": 552, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 348} +{"episode_index": 553, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 326} +{"episode_index": 554, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 381} +{"episode_index": 555, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 556, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 407} +{"episode_index": 557, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 558, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 341} +{"episode_index": 559, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 384} +{"episode_index": 560, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 561, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 562, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 302} +{"episode_index": 563, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 564, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 565, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 566, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 567, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 568, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 569, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 311} +{"episode_index": 570, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 294} +{"episode_index": 571, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 282} +{"episode_index": 572, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 304} +{"episode_index": 573, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 414} +{"episode_index": 574, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 282} +{"episode_index": 575, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 576, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 307} +{"episode_index": 577, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 318} +{"episode_index": 578, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 579, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 580, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 581, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 582, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 583, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 584, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 585, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 307} +{"episode_index": 586, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 316} +{"episode_index": 587, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 588, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 589, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 309} +{"episode_index": 590, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 591, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 592, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 593, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 594, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 372} +{"episode_index": 595, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 402} +{"episode_index": 596, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 422} +{"episode_index": 597, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 390} +{"episode_index": 598, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 444} +{"episode_index": 599, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 419} +{"episode_index": 600, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 383} +{"episode_index": 601, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 397} +{"episode_index": 602, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 410} +{"episode_index": 603, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 397} +{"episode_index": 604, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 390} +{"episode_index": 605, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 417} +{"episode_index": 606, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 361} +{"episode_index": 607, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 438} +{"episode_index": 608, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 397} +{"episode_index": 609, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 610, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 519} +{"episode_index": 611, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 316} +{"episode_index": 612, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} +{"episode_index": 613, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 455} +{"episode_index": 614, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 615, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 362} +{"episode_index": 616, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 492} +{"episode_index": 617, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 618, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 414} +{"episode_index": 619, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} +{"episode_index": 620, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 384} +{"episode_index": 621, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 409} +{"episode_index": 622, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 406} +{"episode_index": 623, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 407} +{"episode_index": 624, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 452} +{"episode_index": 625, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 390} +{"episode_index": 626, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 417} +{"episode_index": 627, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 449} +{"episode_index": 628, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 413} +{"episode_index": 629, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} +{"episode_index": 630, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 363} +{"episode_index": 631, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 363} +{"episode_index": 632, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 383} +{"episode_index": 633, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 634, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 368} +{"episode_index": 635, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 636, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 370} +{"episode_index": 637, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 638, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 371} +{"episode_index": 639, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 385} +{"episode_index": 640, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 641, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 642, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 643, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 644, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 372} +{"episode_index": 645, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 646, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 647, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 648, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 649, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 650, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 422} +{"episode_index": 651, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 390} +{"episode_index": 652, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 297} +{"episode_index": 653, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 365} +{"episode_index": 654, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 655, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 399} +{"episode_index": 656, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 657, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 658, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 385} +{"episode_index": 659, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 419} +{"episode_index": 660, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 372} +{"episode_index": 661, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 662, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 403} +{"episode_index": 663, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 343} +{"episode_index": 664, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 387} +{"episode_index": 665, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 666, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 667, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 401} +{"episode_index": 668, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 669, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 378} +{"episode_index": 670, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 671, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 672, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 341} +{"episode_index": 673, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 367} +{"episode_index": 674, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 387} +{"episode_index": 675, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 676, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 677, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 392} +{"episode_index": 678, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 679, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 680, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 406} +{"episode_index": 681, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 398} +{"episode_index": 682, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 683, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 684, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 685, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 686, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 349} +{"episode_index": 687, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 688, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 689, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 399} +{"episode_index": 690, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 375} +{"episode_index": 691, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 692, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 693, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 349} +{"episode_index": 694, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 695, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 696, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 325} +{"episode_index": 697, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 698, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 699, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 700, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 349} +{"episode_index": 701, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 398} +{"episode_index": 702, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 476} +{"episode_index": 703, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 520} +{"episode_index": 704, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 352} +{"episode_index": 705, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 340} +{"episode_index": 706, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 296} +{"episode_index": 707, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 708, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 335} +{"episode_index": 709, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 390} +{"episode_index": 710, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 711, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 712, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 713, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 714, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 715, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 360} +{"episode_index": 716, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 717, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 718, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 719, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 406} +{"episode_index": 720, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 361} +{"episode_index": 721, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 368} +{"episode_index": 722, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 723, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 724, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 725, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 348} +{"episode_index": 726, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 356} +{"episode_index": 727, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 309} +{"episode_index": 728, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 729, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 730, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 731, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 732, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 340} +{"episode_index": 733, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 373} +{"episode_index": 734, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 735, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 736, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 737, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 738, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 518} +{"episode_index": 739, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 740, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 341} +{"episode_index": 741, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 742, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 743, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 744, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 745, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 364} +{"episode_index": 746, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 326} +{"episode_index": 747, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 352} +{"episode_index": 748, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 749, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 370} +{"episode_index": 750, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 751, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 323} +{"episode_index": 752, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 377} +{"episode_index": 753, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 754, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 755, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 756, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 757, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 758, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 759, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 760, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 352} +{"episode_index": 761, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 313} +{"episode_index": 762, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 763, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 764, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 426} +{"episode_index": 765, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 766, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 380} +{"episode_index": 767, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 352} +{"episode_index": 768, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 769, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 377} +{"episode_index": 770, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 771, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 772, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 773, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 290} +{"episode_index": 774, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 775, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 329} +{"episode_index": 776, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 353} +{"episode_index": 777, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 778, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 340} +{"episode_index": 779, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 312} +{"episode_index": 780, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 781, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 782, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 783, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 340} +{"episode_index": 784, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 785, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 786, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 787, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 316} +{"episode_index": 788, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 290} +{"episode_index": 789, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 790, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 355} +{"episode_index": 791, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 309} +{"episode_index": 792, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 308} +{"episode_index": 793, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 794, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 343} +{"episode_index": 795, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 368} +{"episode_index": 796, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 797, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 385} +{"episode_index": 798, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 421} +{"episode_index": 799, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 323} +{"episode_index": 800, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 801, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 802, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 364} +{"episode_index": 803, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 348} +{"episode_index": 804, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 805, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 806, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 317} +{"episode_index": 807, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 301} +{"episode_index": 808, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 293} +{"episode_index": 809, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 810, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 309} +{"episode_index": 811, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 377} +{"episode_index": 812, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 567} +{"episode_index": 813, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 404} +{"episode_index": 814, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 815, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 816, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 378} +{"episode_index": 817, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 818, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 341} +{"episode_index": 819, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 820, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 821, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 372} +{"episode_index": 822, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 306} +{"episode_index": 823, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 347} +{"episode_index": 824, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 351} +{"episode_index": 825, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 826, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 430} +{"episode_index": 827, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 396} +{"episode_index": 828, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 553} +{"episode_index": 829, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 830, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 831, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 832, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 389} +{"episode_index": 833, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 834, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 835, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 836, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 353} +{"episode_index": 837, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 393} +{"episode_index": 838, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 839, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 333} +{"episode_index": 840, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 419} +{"episode_index": 841, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 360} +{"episode_index": 842, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 345} +{"episode_index": 843, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 424} +{"episode_index": 844, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 383} +{"episode_index": 845, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 378} +{"episode_index": 846, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 377} +{"episode_index": 847, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 342} +{"episode_index": 848, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 849, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 310} +{"episode_index": 850, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 349} +{"episode_index": 851, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 314} +{"episode_index": 852, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 853, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 365} +{"episode_index": 854, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 312} +{"episode_index": 855, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 856, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 343} +{"episode_index": 857, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 307} +{"episode_index": 858, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 329} +{"episode_index": 859, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 344} +{"episode_index": 860, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 861, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 862, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 309} +{"episode_index": 863, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 864, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 300} +{"episode_index": 865, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 323} +{"episode_index": 866, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 867, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 868, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 328} +{"episode_index": 869, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 356} +{"episode_index": 870, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 871, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 872, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 873, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 367} +{"episode_index": 874, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 305} +{"episode_index": 875, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 281} +{"episode_index": 876, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 323} +{"episode_index": 877, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 878, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 325} +{"episode_index": 879, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 880, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 310} +{"episode_index": 881, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 314} +{"episode_index": 882, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 883, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 884, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 334} +{"episode_index": 885, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 354} +{"episode_index": 886, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 307} +{"episode_index": 887, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 313} +{"episode_index": 888, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 329} +{"episode_index": 889, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 361} +{"episode_index": 890, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 376} +{"episode_index": 891, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 337} +{"episode_index": 892, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 893, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 308} +{"episode_index": 894, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 331} +{"episode_index": 895, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 332} +{"episode_index": 896, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 346} +{"episode_index": 897, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 369} +{"episode_index": 898, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 382} +{"episode_index": 899, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 362} +{"episode_index": 900, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 320} +{"episode_index": 901, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 369} +{"episode_index": 902, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 397} +{"episode_index": 903, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 904, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 358} +{"episode_index": 905, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 906, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 359} +{"episode_index": 907, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 369} +{"episode_index": 908, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 909, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 319} +{"episode_index": 910, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 303} +{"episode_index": 911, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 348} +{"episode_index": 912, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 339} +{"episode_index": 913, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 914, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 371} +{"episode_index": 915, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 381} +{"episode_index": 916, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 338} +{"episode_index": 917, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 918, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 315} +{"episode_index": 919, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 372} +{"episode_index": 920, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 314} +{"episode_index": 921, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 357} +{"episode_index": 922, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 406} +{"episode_index": 923, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 377} +{"episode_index": 924, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 925, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 336} +{"episode_index": 926, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 330} +{"episode_index": 927, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 340} +{"episode_index": 928, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 408} +{"episode_index": 929, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 299} +{"episode_index": 930, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 362} +{"episode_index": 931, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 932, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 350} +{"episode_index": 933, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 327} +{"episode_index": 934, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 324} +{"episode_index": 935, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 366} +{"episode_index": 936, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 311} +{"episode_index": 937, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 321} +{"episode_index": 938, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 291} +{"episode_index": 939, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 649} +{"episode_index": 940, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 564} +{"episode_index": 941, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 678} +{"episode_index": 942, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 585} +{"episode_index": 943, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 582} +{"episode_index": 944, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 554} +{"episode_index": 945, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 558} +{"episode_index": 946, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 578} +{"episode_index": 947, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 455} +{"episode_index": 948, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 523} +{"episode_index": 949, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 531} +{"episode_index": 950, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 576} +{"episode_index": 951, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 474} +{"episode_index": 952, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 496} +{"episode_index": 953, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 579} +{"episode_index": 954, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 432} +{"episode_index": 955, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 467} +{"episode_index": 956, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 625} +{"episode_index": 957, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 584} +{"episode_index": 958, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 567} +{"episode_index": 959, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 469} +{"episode_index": 960, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 470} +{"episode_index": 961, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 643} +{"episode_index": 962, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 530} +{"episode_index": 963, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 498} +{"episode_index": 964, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 570} +{"episode_index": 965, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 435} +{"episode_index": 966, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 507} +{"episode_index": 967, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 409} +{"episode_index": 968, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 480} +{"episode_index": 969, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 498} +{"episode_index": 970, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 488} +{"episode_index": 971, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 469} +{"episode_index": 972, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 407} +{"episode_index": 973, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 409} +{"episode_index": 974, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 488} +{"episode_index": 975, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 428} +{"episode_index": 976, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 486} +{"episode_index": 977, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 438} +{"episode_index": 978, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 425} +{"episode_index": 979, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 535} +{"episode_index": 980, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 385} +{"episode_index": 981, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 367} +{"episode_index": 982, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 433} +{"episode_index": 983, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 458} +{"episode_index": 984, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 322} +{"episode_index": 985, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 412} +{"episode_index": 986, "tasks": ["Use the right hand to pick up the stamp and affix it onto the A4 paper."], "length": 379} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..075ede6d7a40d974afdd5153e0445cf458133232 --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed419b63be2c757e02eaeb4dcb295a134eb839cc4e7376851cb665e29f77b5b +size 11493237 diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..71d4f59e7ea526db1f673d688ee12b58b912398a --- /dev/null +++ b/meta/info.json @@ -0,0 +1,389 @@ +{ + "codebase_version": "v2.1", + "robot_type": "AI2_Alphabot_2", + "total_episodes": 987, + "total_frames": 369702, + "total_tasks": 1, + "total_videos": 3948, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:986" + }, + "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..3a9a0e24cc6a256b408219f84d87b631b1043b48 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Use the one hand to pick up the stamp and affix it onto the A4 paper."} 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..6c39aeb92837889dd2617d2ede576aad21a1ad41 --- /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:790b228ad2840a3a0608c238dc8f62a3b935cc9190ecd54335c90267d3f56b9d +size 4137064 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..43ea7bcdfeeab098a846d235b8bbcc5c1b5f352e --- /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:9cc6124fcb6eccc038552dad8fc88a52e1cc8d9f1bf705a8362af207e36a9602 +size 4307321 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..6d5949ac14af019150338221c588fc78de3c3da7 --- /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:8076a26853192ec395487feb496ac1017d3afe63d1b3aa90c42f6732f8828505 +size 3202757 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..b61bd05c568008427dcc7ffce640fafdf19d6434 --- /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:c274728773826feb0e7be2673b06a0e78415862cf6bd0641a9a5ac17eb3971a8 +size 3384175 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..6bbde615f58bf548ccd5f5b71c529d478852d66e --- /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:468ece1cfe802c8e8d9e5172ca32415840ec2ba9d3afae53d9a076536e664d57 +size 3566785 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..556e3cb0b75b3a0fdaac44e1a7ead383bc23595a --- /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:504a4205a661d0acf038356b6d20c92d0c103c40b40e6403ec3520224398f47a +size 3781158 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..13ff88ebe291f9d07a0f64855c95818ae9fa896c --- /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:3c140d0888526f86aa84a3bc85748fe157f4b42c0ae20f4f89c8a343796ccfe0 +size 3978290 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..e37d88d5e2620458b020cb50da9829d244372148 --- /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:e3810f347a3487f7f69b9d5fece72046a1f20e2177849f11b9019ca33328094e +size 4897474 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..98490bd831d87450e2808d7774b3f10e970f5062 --- /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:efa01c943fc1ac749d16a33c724907bb73f954b8125576dc2527624575c099cd +size 4587470 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..aa68d43567832b3b5657a60ec18835ed8debe221 --- /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:3fd86f82272cbe9caa1ad1d1f019d84c3df5015870cc969f5a823f07352be4b6 +size 3752492 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..42925ff40db8e67c1220ed1c017d81e260df7392 --- /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:53b633b1d57b7611038f1c3c23e6ac646f20b35d1bc84398fd32c8f92afb6fb1 +size 4527168 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..f1cbe7d9bde7a24cb6406863e371433e5d166b07 --- /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:cad3d0dcfee6b9177e784042c867f1910438d29e692d3a08afb552a64dbdafe5 +size 3965845 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..4d68dd0a36bbd5ad20b8f379ddf2e9973a3332cb --- /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:8fe89d849bb2669733939a362bfb4f071210f8ed44076d51680f9c154de71c74 +size 4052324 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..35564f08d22f8913fe7799e4ac84dc2658583d97 --- /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:668866f7aba88a820b88b4f0c639a399e45caaf8106dc00ed0cf8c5ea5c0ab2c +size 4548372 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..7e0d76dbbae78e0914a22064e6dab72c6cb0fbb1 --- /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:a99fb318cfd504baeb249d909d313e7453fd01fbc06760cca269d23b149c9e01 +size 4039776 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..de9736cb5df55ca39e579f54e1abc474d40c3e0f --- /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:10f118d09a2f6360fb918cc2a5a9fc7f51757c80bf78e5775207162e6a7c6168 +size 3861405 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..adc3334076fa1597badb9a5adff5dac7956e40f8 --- /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:bcf466d20d83f498715aa9f03cee905fc14a7247ccc0d1bb5ffeee5896de60d1 +size 4143165 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..ba459a01140c2e6e38a571e142f2d977b6015389 --- /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:e640ee92e429034f2a99924d643136bb00e6ca1c47f212a60dfb7f6125d45522 +size 4122917 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..c59eed90bbc21cf5492033cd1e4bd97547de8124 --- /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:221e6e459b6ef3638e0dcc931131daf5159aebc3805a41157f596df22aaf27a0 +size 3486633 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..6ad67e26b5f05c01c57050eab1629f418d033be3 --- /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:7f5d58b2f240a5f715098a0253447b7b526bee48633889975f68c5217430edd8 +size 4459581 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..9e92c38e45c8640b41ce61b71ceda2a335f82527 --- /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:9b4b0b6bd9b13d1beb84013318bd3d4c9b1f1dd832ceae12135477a5d971e542 +size 5545942 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..06e5b5796cc5bf2979eafb38d4cf4266cc7e6d45 --- /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:7a8807a929b6610805af3da2af3acfdd619a3736e7bc3975f048d4623b03a1ad +size 3965778 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..5a410b8263790be2483afc8b5aeb7c370228a908 --- /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:45279bf8f668444f33a98025178a6a60c9ecb0fadfa426abcc31b9edcc8222d5 +size 4041426 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..577bf37fb8175daaec68eb59fc340320a59ca50c --- /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:b376d57fbb9739275ad3557bdea5b0115cf2238c508c239dc259c3ab43537ede +size 4439279 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..56fcc90fe0d3b73a60e2a2592e0a79de80abe7c9 --- /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:3fe1f6351f325e55d1c4a4b62bd8a96b944d63cde2a69ab3f813a0e9426669be +size 4227956 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..dbad97bcd088a5cc76ae45fb4c18c60c64ffe787 --- /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:afac0de305a5690e6abc46602b8c80cd527935243cb33e172c2ee026e46d72d8 +size 5832388 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..a21273ce845b7077dfb3f6c8617e0fcd9c9b8acc --- /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:404aa3da6df366c3890661834db4fae0baafcc26473d9ad304f4a7e3eeccecd4 +size 4299930 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..9ee49aab88ef2960fcf03b0f7216a6fdeec4370c --- /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:41c9aa94aa4a66879ae7af6c4cdd43775184a39310a096995d3e62774c2fab4a +size 4192291 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..1a5212829a544d3ab96c3ed771fbdb1acebc894e --- /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:39d41d50f085bba3d1c113a43f07dc93c304772ec5bf6f94ab038528ad3c8677 +size 3822817 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..e0e727efbb08938c047c9fced3e39ef844e8c03e --- /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:73cc0def22129a6d4dcb7e7a78d87f64c7b838beb559aeb383fd3e93e25271d7 +size 3090845 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..e669f43ed59747f840f75ccd1aa490a6e2b14ebb --- /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:034ab8c3ed3337ace84b10839d16477d5d104026d9d10c05c22ba325ab50ae2c +size 3108320 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..52e6dacd951ec02751ade55d78f9cfc9720d373e --- /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:1fd47307b9bd9e01830fdeb99b753930274bccbc2b9877c6372e54aa6088d7d3 +size 3126737 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..f746fe5dacdcac207916c1446d384feee94b30a1 --- /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:f3688a1483db8e5cfd59ef1a80031a9868640e2ddb9f5e8a41163112df3f6d25 +size 3330978 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..b7b9d90ba1a05b269a636ac32e7e43c9fabdff05 --- /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:fa3d332dd8bc6d09c283a3e3157db9bf0c81479605811265dff8e9e6c424e853 +size 3021609 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..24efc3315c2985aba1dda054d1cb19052767266c --- /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:b4145fdffcf8d258377e8a89ccf2d7246c8372b545bbcb126ae7132a457b1240 +size 2956473 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..4366a393792f8552c3d8a0ab6acba9a88b1641bc --- /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:fa8d8b83d5ae2d6e9e3eeebd80e066817740ff4967652d3b7352d06285fffc32 +size 3172168 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..f12aa540a9010bbeb529e594ffb0d950e46bee2c --- /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:e399a718724d9a6774fa6e6da9c516c31db2f45d69a720c23532205766897ea0 +size 2828184 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..60b5c4b13448feb18590bd08ea298413921c54a3 --- /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:73055eaf6e030c1eebef1f1139e348b135ecf7766e495b00b717c0ce536bb87b +size 2527088 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..bcf9b870cbd50917a2c7c4d5b275448fb7ad02dc --- /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:29687ad0dd517c3a1da86de2a9d485115b528c208db9bc25c96511e8aefc73cb +size 3201333 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..d709cca1fa71d4a9f0b00e763998fd5ace88dc66 --- /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:f2c016d91e88385718eacc8c1603c7994a56a487a0933f169b09afa6b401a46a +size 3298187 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..5bc9091a413c6186573752550770299a2aec209d --- /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:af8d896c48532fc94476e5cd390b2d8b2175fdc1f4dcdae18a3e75d94ec91874 +size 2824328 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..6ce5dad5c114dd2c48a22c630045fcc28d0e86a8 --- /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:344e78e415b53291f643439bd32e7917b3221c9ffa8f3f3fdffea4f5802c990d +size 2772007 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..efa9bb71e601f28f4247fa6cd54945ba00d68c4d --- /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:2a33bd0e7ef79bc2448feda5f2293ac6ff871c4c73cd94ef883120c67e76b778 +size 3137919 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..888aa98c560ddde995c06de3aaaa54b405b4edbe --- /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:482f8af18d6d9b28a376be61aa6fa5f0fd5709ca76990e785c9c63b412638994 +size 2507259 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..afb4aa41867801ad8eaa61e86f2637784b29ed98 --- /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:2401d8029e6e7d9c49f13ac12c44c66445fdc71201dbed47dbe72197629938e3 +size 2653361 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..9cd5c31a563e1885fe7e8e21c5b0429d560e0ce5 --- /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:2f8dde188c31870f4a1e3613ce064a58da33d5c5db48b18abded326b0fa70e76 +size 2642173 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..e87657e0124fa3c192fb7029886f957dad30369b --- /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:72feb18cab0648acad493c6fb31eda9d5e16794aabdf6e09b3cf849a8c85e530 +size 2394302 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..3b7268aa2fb5660f0a5f790a90274aa70db4e74f --- /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:e119f5d567949e51e7f7ca425e315ded2628d8497a2567e836332b01d692746a +size 2508324 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..4437047afb0fb574cbe74a33fc9abd05cc0891f2 --- /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:5af47fb7e6b790c8291546d9e7ec455283c7adfb586feebc6759c3579eb70c34 +size 2628777 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..45fc09e43aabcdfe7d47bfa3a46fb39f21d2e39e --- /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:01a05f8744152e22cdb01dbecea6d63fd9379696016c27786894c1bfe8b957b2 +size 2896438 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..03ff775e8abf7d3bf2f0b641a4bb40a66057cda4 --- /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:a2674315b1879b20c232fb1112982aab59fe12fa7e806577d450d8a8214a178f +size 2804983 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..e23a87454b4ea4b2965a746f79a52d477e3fffe7 --- /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:460b1afdb83fdb4430565355e6372a5a0dee37c146c93793818c591222069af4 +size 3001574 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..dfb2fc73c5add4c033dd445558b093bf8fab3988 --- /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:289be7b4fd5273da15ee44a78369a8eef7cd12afdea2a143e67d1bf1388b7f7d +size 2754790 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..27da15697240d294eb7bf55f26d678178d6cb3ca --- /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:a66982c831058114a1b24af4d628f935f577f9bd5416131628d60f147bf940ba +size 3077128 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..417c00c1ae08be0738d4d9f8442b56c246bcc881 --- /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:60f58ee9ed048f551cfa8a4a3c1ba97d49c1b66748a5553bd0279c256223e609 +size 2965320 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..65933f310a42cc42b0bd225288e897b80dc35ca0 --- /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:cfedb5752bc0bf234b2dcb62a92ead722a6c72d6130c32241f2b7740428ff385 +size 2865461 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..021e700de8beb9aed2f7d8a072d2deaa0164d00c --- /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:a19c6c10bd40624e0d46293ddde89bac4124843191e0888734be74b203806c20 +size 2595864 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..f4835d70617b99fd1e61d073c58e3027867e39c8 --- /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:351dc59f29ba65eb7e231df327411600e3cfe6b82bd6885c06dbccfb9656a851 +size 2972162 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..5d492285efc3a63b81bcf8d02c8fb59d5bd41f81 --- /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:5672db6a41b760d76d27b0c927acc55321ee21e61b2321f43381c63a9de8e55e +size 2514111 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..c6ac56af2331525ed1ad854aa5ae948cd3be5398 --- /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:b322d0e18a1006019c39971c5d799ee3fc825e5ae62a70266e90858a9ab14888 +size 2430096 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..3ca4b9c07d2e987769e4e48a8bae29141ad0df75 --- /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:f039868d513a9d80e7e967ded0a62ba0c86922f6c8befcdeefd2bb5fcfc84845 +size 2525464 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..e5e97b8d8433a638a87a23e546ffd4b66b8ab08a --- /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:c526f9e8447ef5a9a87645635586b8ab5c1c2e31de1a13cf52950f8dc68cf42c +size 2501823 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..c39e78f4ee2847f4a38b757f3b9b2b4578778c2d --- /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:f9ec9050838f5476589418373fd187e00aefbcb6d26ff23839650d79ca8b983e +size 2503916 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..13f613bcfc75f8e9f224e34a46afcd00b0932e2f --- /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:746f74fff8bb523b7151449cd1c1eb957c2cf9af58ec293a1d2624356f318040 +size 2479059 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..9ef0e6cb3f19ee4cf2339dd8bd84ddb386e4485d --- /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:7803710af7579dc7792023b42e3ff2c76364d781c0dba97bba6fa18858eeb938 +size 3188989 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..e6e904c11f836860b3115dc9366d5abff9b72601 --- /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:f40085db15e3cf3c33e24b19cf4399e9d358012a7f4f5a952726367b530072fb +size 2355513 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..5c9fc221e36b0cafdf63c4e06eb45745b8b36345 --- /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:e52819ce1ba432cbc1708201e13d5a042a2a240c125a1788799b87ef5768ce97 +size 2662175 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..7524345dea63be5cf431045f978ba07197a69241 --- /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:793c1bee6a7ffdd236bc54b432a21794d34f332905e1b8d6de641a7d6030a659 +size 3350756 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..f7167070d253493813feff8684120841f45b4c09 --- /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:ba71a91658a0cea98f94bee4996c6d7b00f56ec5e9446f913a7f416353810dc9 +size 2852733 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..33311e24ef890605745390668f1d51ff6bae9b94 --- /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:3da44ed2d1aeb3fb7afb3015d65e50ad0449080680fc9da4f9d7f64698db3343 +size 2697277 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..8d16976c71b526d1e6bdfbbab641503f0da789b9 --- /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:68b196b9d7f6c8ab239cc2c60a1149416364d85cd9e605b5fc720ad9a36a5b34 +size 3001553 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..ef8fec4ac75781d715f4da330d88c55ac4b74331 --- /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:becab6e79723de7b6a04accc1b5607c0ba7abfe6e3ceabbc4e16f0614f733354 +size 2656908 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..5847ebd71a9d03d86b2c16f3a6f657ee67ed7eab --- /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:7db93556c7498da4d9021453d40d512a314ab30d96f65d6f8d4207960f1bcf69 +size 2871936 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..2c3750cb13311e1cbad0a13fda3e6c6c290ac4ce --- /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:1ed227437204e37f917762047f58d6b8bad9556c2c134ab5a9adcf4f73d88987 +size 3248179 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..c71d2af05410bad76b500a8ece449a716a02f12f --- /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:5dd5ed9e735f0e55f2f6742ad0661864f7ccb3f0cba791f48c55013f487b083b +size 3032443 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..9acb3b15e1c9eceb72e601163a4bd8b9415c9267 --- /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:fb0fea1f619e15ca4b294a6117e7748290bbee07764314fe7909d2da2eac9f14 +size 3298537 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..469bb023b18473c68293dcfa9b09fd3d05a339b5 --- /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:5d076ccb952f421d77e4b230aad5a17ba585abb8cd6de831ad2a517fdb611ae3 +size 2785303 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..35930607e0cf452a56decaefa9e41cdc9c3cfdcf --- /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:17f0ce397231b447253f40d4d98d7b7c8f4649c33d4b420f370e3cdd6220b27a +size 2721844 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..f48380ed1ad1e7a543ac25684612d747b946041b --- /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:ffdd23c3e36cfddd7b60e0d75a809ea7eba0f202894879cabffe441a3a31299b +size 2962568 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..259745f14ec703645559590bde922a8b0557bfac --- /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:e9b86252f806b2ed89f9b158fe614baf19a13105e17b544190c32ba1454ca8da +size 2863154 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..e12cf6990cc59d66de16cf6d9efb47b2013bc4b8 --- /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:048c5f1960d85abc6ee0ca822db4bdaf60e8ecb80c2947ed18f25717e8d4ba0b +size 3061153 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..5e7b2c7964d634234bf34c172c237cb3bd928903 --- /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:9714948ea5812c05d2dfae33ee444975d0c85dee354cf986877e132665f7a7f4 +size 2845911 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..5836b024ac4cb54c544206222b76d6ad44bbd36c --- /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:ff8410208a5ef7f4d26475dc0b66ae7a4481a59d7670faaa051369d41867efed +size 2745915 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..493278d225868f9e9379a8c05acfd0e7abc05543 --- /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:4da32f8e7bc34846fec0127d3ece4610996ee3d943b3c180ce00ad2857a3d43e +size 2525545 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..b830def776b36b4c9f40ca1423625ba0ee4ed07a --- /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:605c5038a414f7238de082f6cc074dc91ae9f19f8d0c8f1d269a0d02eee553a1 +size 2824648 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..01677c7fd36f21a43e4c8154df8e42fdc512f954 --- /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:ad8a7b867c68609a9b8b30d641ff03e8191eb99f9d11f7c3dc15e2645cb19ac8 +size 3100320 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..2dd3120db85bcfcd92b7f82ec32dfd16a41f27a0 --- /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:7575a86c930db1dda30b181f9d2a80202b58ebdaa1a9616bd1ac3335d976e4c5 +size 3049567 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..359c7ad6c67576466973d4dd7f61d1d39938b3f7 --- /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:c09af2eaf8a0bc3fa091bd5212382c0937a73d42606b0f18163501385ad90c31 +size 2780636 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..ddeb59acf7446d86242f1b99fea20938d0ecdec9 --- /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:7985ba4aeb74fd9035f6ca7a96fa210049238319d8f70f47041e6865e3ae4afa +size 3004666 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..f56277c6a47624dfc5a3723ba218d7acba676862 --- /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:eb72c5609121205a915351840df395ccf84155f77c61f7ad0327642b5a31904d +size 2614840 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..449c74cf9039ddd43471402ec5073996a86a1cf9 --- /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:3a5fe7e9551f73fcbc29bbe86fe6e4baa23a90f9f3b1b9e32791a2a812e32d47 +size 3153332 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..21a723f5f7610f454f0c2905500b539db468c26f --- /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:84ba6740cedb818619d8275ab01aabc7dcd1e2b9956947a3beea9046c9229ebe +size 2561425 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..4191851fbe032c23b7e6c7c2211b5167fa2904ce --- /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:870496fc3864d156528565d41dd4d8445853c9ca047170b7063e01f1b4b4ffac +size 2816539 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..cf61a3299736ca9268efa1d89433d8f5268db761 --- /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:232d0d6a81d02dabdb7361aeedec85c6ebfd7b477e5596badbb639756421d20f +size 2659724 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..c1018b3d1e305bb2980636b64c3996a3752d9e4d --- /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:8ef34a4927f018fead1d87d45319c7cef4a5a2e794e9974a7199cc21116a66e5 +size 3135832 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..e00101e3f8ba0ae370e99e111cb4565dd30ad06e --- /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:526bf05f8512e1443189ecf067c1c1c0a196116a3bd475cec87006ba8be28a65 +size 2752688 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..436edee601135445648004e2ba0978f16f4899dc --- /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:61df658d553c9cd9333b7019e4ba3812b462138f7b38821944d68c0c22b2399c +size 3067825 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..0109134bc7c0b021ff3ac9186a0d843c739c1aea --- /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:901d45c3ae2550c3ea69b76411b47648df9944b651a9fd52d10d190efe67c6bc +size 2666409 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..ac89f4b094b279f915bab61c279ba6883e98a3b9 --- /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:e486351f0c95396c0a5c05bf24bc66030565e3c51937c8e0f467696a7c36be23 +size 2977012 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..a043532aea9a67351916e5c97837595e1e547efd --- /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:5fdbe8893480cda67ef3d6614c44666d3d6123a5cde3b190cbd378e80e25da9d +size 2421012 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..06cee97d42d9bf6f1cd5aa933abd7629fc8365f5 --- /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:57b67967cc68b8bd9751ef8c6b7bf021ce0997dadac4e6ee6a18390ce5f6629a +size 2525104 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..e79019c435952646862ad2fb60d02a8902cbc44a --- /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:52fad69adece0c5a8ed1fd7b985bde8ec747c2e761a3d7ca14ccf1792bd43f5e +size 2184040 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..e9ae61769395bc9dbe7517a4795a4333e5021e52 --- /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:27393172da4259494a826600abd83b7848dc76356c252253839cba511d36f842 +size 1842857 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..9332c518f0f221d6a7aea07f9033a43ce8fdf1ef --- /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:cb3d2be73fb2a42f0659904c0ba76ea5985741f8396d2ad777ab5223e44d6e82 +size 2044378 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..3aacb0d9b76baacabf7e904da2b96474c940c099 --- /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:361d54bddaf50eef83a346b48950615c92f97b7256299613d4901f780638eceb +size 1940053 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..7c95293c69234f20756b59e0c05bccf46ec44075 --- /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:78f84d4b1a20088ffb72016115c53e9adf490152c2cd37d4977a232def7e9793 +size 1935519 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..883778eeb72c512b83b2a2ddb3da98f9fcd5f90e --- /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:8f4fd4330e5884ca57db4386d66f1629ce285cc100cc883b340f91f462bac8d2 +size 1819538 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..49d8f4dc3319015816d18d2970b12920504a8222 --- /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:c5ccf42299edd7dde1c030de2c42169246bcab225a32a4562387af43ab8f63d1 +size 1873829 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..f7b032deb05999f95db82829d7c9c40141d64071 --- /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:3bb0acb6922d3d1fd67484ef472df822957452262d49de7c09a0f9dbfb1c842e +size 1811413 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..a78191c25dc882ec6e3b74c179461658784e8a36 --- /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:c967264f52034d39496313f53e6bd60b46cab71d42228b179dac86f5b959fbaa +size 1774848 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..2e7fefbe56ad783c86f9462faa1dd718af3e5c66 --- /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:58d93feeab777a6e78baa7ac1004106a02ab309957ff066f118180c492124aba +size 1984622 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..89a137fa1253fd3f39f5b8082bedb1545e19ff9e --- /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:f9417f3bfe491b0d9acb076cba57ab054dd2d79ece8ac8497900511623c5d3f1 +size 2004224 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..fe00e47823129dc1fd4a2356b2956c969403cc81 --- /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:f15ceed6e5bcd311c2e0cbb48b3cfa9a1ce6f11f2b930bf4bc977ebec86d809f +size 1783998 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..c39657b1f12fc8739f9cb829292776af5add7502 --- /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:a361e6b80d4e66e5ba9bc96c93ab5e87bad478d3660d4f33eee0111d12aa42f6 +size 1784767 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..8be0c56bfaba29729ae65c9c69c43e3c18c44b53 --- /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:728121531253082854990c6f5b0139b539137f8a0428d214f15ad6e1fe32d3b8 +size 1869549 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..307c691a5385778c4412e6d1dd225dbf2a1ef1a2 --- /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:1b162b334612c6ac28d9dd08cbd902eebab07457543ee2eb942109f2c73d3da5 +size 1604082 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..102bf8250502f5580393656934593c0a11c9ca8a --- /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:0176a13551a97025a95d4f53809db6a6b822c3dbbaa43c0442e1d53f16ea8b9e +size 2006578 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..701e2de0eef9461586a9d1e4a46fb4685dacba74 --- /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:73355496e40d81b21c351d8188c0e4a076573449324864a32b83eafa1d76d027 +size 1881065 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..a1b5eb0baf56c2e4ba5b3b4674b9f34068545c0b --- /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:e1ccd4791456a46c2335e7722fd9abf4ae3236d687c946322516a39cc17ba3a2 +size 1714065 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..dab8f7adbaae6ec05d25dfbd1b1d3831841e22ee --- /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:05d18cbe3ab22c432525c01bda155e43314f26b62392ae2a5c534a4ee0014269 +size 1646437 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..69832b4bc643df8a832fadacccf9b6087b6ad9c0 --- /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:ed63eaa230e16f4e87862eb55beac9cbdb5b2c896aef890b524210c39c8bcc8e +size 1958353 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..458ac2f5c4fef94695cf0cb26bc0a7cc7a420397 --- /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:424b378c5943b0457e5c505a670b838b5c98719a0336ada17aa0f2701a765170 +size 1625100 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..b962a1337ac5840b12aa5866e09c15b27ef8c014 --- /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:6f57a98e84d17fb80d83273d32bd35beab307100c8ff80f43eeabb36c9e05369 +size 1485636 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..827fdf5d3a2efbd2990b1b172eac648954abb160 --- /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:4f7d05e6ffd1320dd9945e2c6cb1165d7e42da695cdd6ebc2c202dd30dcb1f09 +size 1513834 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..47e93f0795cf682d25de41a95ea0005e61ca6b68 --- /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:fd4344b9b867b5173ea1478ea1c529ab58ee5a8d1e20366908b74cfeccddf086 +size 1721523 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..fc2c7a4d363a7eda34c00f71a940dcdd1231a931 --- /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:523414532431326b30e1c463fb703e48fb67006401dc11ad9d4b139923070c02 +size 1803781 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..eb4aef132db4d42160cba010474589e4df3d38a9 --- /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:321759faaa3fb115203cb80aa9dbcf499dc3260fc9c320d70f4be9c5027ed5c5 +size 1652805 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..35a8135605bf03d8651896ca3f65e334c34139d2 --- /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:0af6da33b1b6f2d90be710334536fa6b3b1b0d79248f09e430b7748825fdad75 +size 1769018 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..c1d15453e0fdc2acb55ea0a35724d75f3adcec32 --- /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:75cc78bd94321cb6b58df77bec4a8dae43df2e4b69be7a2841d4321a381abe10 +size 1831452 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..805108707d7799bd9c2fb8db8d5431b6ad051e1f --- /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:a7355b067d6690d35c5bb28d801d232534f0249c16b0d9f7b9b5d58da2004711 +size 1590876 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..8f51b1e157bac4c1b9e5709ec38a6c1b0b39bdb4 --- /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:7e816dddfaea6002147e267cb8d8a9e6ace1197bbcafd38c1104a31535ff82f7 +size 1725723 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..b7705d7b2f86b9529ca1a9bcc8e7272d6062832f --- /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:54238e146a56bed892974dff3a50c236ebefcb04101358668c221c50468a6eda +size 1681873 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..dfaa75b9f8ef7cdfe9e952a76df2cbd2d1dbab24 --- /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:20070367b463cdadedf651f5283f14f8740ae18ce9d6baf49a07c6a60a093c54 +size 1709015 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..58aef41b1fc28d806c632f1df875a87b88f39a55 --- /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:bae4d44c4458579e572f691e9488e6d8b13ecd5cde0bb300af4ee810d2222ebe +size 1684333 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..7a94263a891fe774b65c403ed8db7ef87eb05691 --- /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:d0ea8792b06725b33905125a2f59bb41924c127cd43b9e41efdd6eb094ac37cd +size 1573348 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..4fb09a69dd856c09da754c1911b0d9bd54b8f074 --- /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:d3f577088a4a5cba7b4ba318a2c4e57bc81128ad55e450b93994cc599a5c201d +size 1648079 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..68740eab94044c76e544b9bba8f099644bdfc1a0 --- /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:eda304d723907194492baff2aaff6654a892e3136b251622615f769e7d6684ca +size 2025993 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..88a802daa33a4ff399605dcd2c12660401851bb0 --- /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:871bda788a49c5adb6b794e1cd3e2925fc3edbddd332f8365a48565251a90d89 +size 1837091 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..9e181e1244185a2579b1617c6214145271a4807e --- /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:a42cde3b5f51e116e38ee8ac1242e5058223e4feade98b19b09c4e1c79b8f790 +size 1627295 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..cad3a5294a96364edb59c3b55f35ef6ce4996404 --- /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:b63ea18ca15bcd446639d6520247a79a9122cb27eb7a725d1ac35b8adbf85c99 +size 1841426 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..944106ed06ab1ef15359237fa2bff652860ffe30 --- /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:2f1ceb4d20fdf05edbdff088db3f0630c45307e418ec122be8121ee3568182c6 +size 1717470 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..aa56935f79eac436ebaeeb1a21656d804d7d314a --- /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:d403ef668b9cef45d5cabf78e8deb3994207c41f9ccbe2e755903cfe23b81efa +size 1717740 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..b427bd7bc8835a729207087aa13e158eb52405e1 --- /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:1343851dd131e86da5b1ac46382a6cd6a0d411815d6ae10bf7f77fc20d54c629 +size 1580031 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..a923bf05ba88fc60e7dedcd9da500dfa285e062d --- /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:7aa1a67c6e508fd3b0a19826938d1da4a7f4932a317718ccfd129ac8e910cb7a +size 1652451 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..6b88fc0297cc736a78dfd0f97dcae2d61fe17746 --- /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:e4999a3c575dfbd61db6f4f5ae796dab357b6ba3ccc90709b663dbe2ea124429 +size 1677282 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..15c60dbe327e7022526d5877582ed72a5ed2444b --- /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:567a133b2acf518cdbcd8a0a2a1985f3f1ba79ee448cd4643f556356b682e011 +size 1778661 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..d0c7b63a2bb09b4367c94e8ec917a8357d1ae268 --- /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:8779609553f1784775d5bef7dcf7e84c909cfd92a59242fb97ee9fdbc3dcc4cc +size 1926141 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..8816e6bc87b9a29b69a4b0a2de9ed9bc95a8af38 --- /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:828af05be3836354f98078969545d16827ac6270b5d63dde63c13330e19c90d5 +size 1619834 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..fddb39aa2e2e49ae3d84a38573f535eb04c08ddd --- /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:dc9db06917b0a50b301eb32518e90daaa0c47b52312472cb4a83a7c11b0c2512 +size 1646894 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..73f74e1d973142b1337c14e784ef8217f35b0d43 --- /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:0f81ffc1614b4d61fc5dc91496c3bc58969451eae5221a93242bf38861cee338 +size 1591059 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..fbaa15668eb5569b366b3d90f228bafe9994dd0c --- /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:83dff6fdf8e2f043ac6cf3ce691852b86f1c3a65b3664b4c03425b01ba7e899a +size 1685581 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..16eac8f342bae684b194c96a67b2cf897e6c2d2b --- /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:372274e1f83ec03da27f85ca9f02ef6c849e818661a19af17063cdb3e9de4e4e +size 1641674 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..a9089c4a30cf65935ca544249c427d5ef9e52f5a --- /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:7e0b4f75be0c5f148c62558c1ef4c90fd63eecd3a79dc272d6560a38ecc46149 +size 1662013 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..826cfc928ae6bc58dda358bd9d8f56cfb59ddd66 --- /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:588b69edbb16b5425ccabce668075bf9c9604bd5b0f5096ed10f46a49dd9947b +size 1648416 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..b1ca3a2104a5e0226380b618d38e05b8253160ae --- /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:ca1bc330ea36039a53021c7f244ee940b47060d908a8afcc9b2d00ce3a98a5f4 +size 1791416 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..5ac39289751f349c236338646b8ca51d684ca946 --- /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:667708850b569a7dd16f922a782a74ed6d46428e29e8babf8ac97eec1a486c46 +size 1446059 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..e0039791e4a9029e56b5eb525e9e9fd7f0111544 --- /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:107a159181cbe17bd876cb573759f14299ddc3fef42e4bbd3bd09ae2807bb046 +size 1726890 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..da531cbda7612cd21c66722c2443c9932c68839c --- /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:86ad99ec5d103a0b647e51eacb20e497ffad1a5b9414223b08430650fdc3bd18 +size 1801646 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..10477cbec54b8d60293d53849fc45b7025ae4a2a --- /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:a4543fc6e7863a9678eeb877dfdc2e4dd365bfb705dd92da35b97a5265911b05 +size 1693752 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..5f170a0bf980bd1e96e7da271cca0ae27111a60b --- /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:821059534e34d214dbfc0b1ee4bfdfe09f3394a023315bf0632f355c5bfcc8cf +size 1709507 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..4c5df05d85ff670eb21ff7c70e47acb9b3bfbb02 --- /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:63e3095e8171701d8ffbdc5b3ac107089eb6073e8b4e574f1e7af017d35c0c4e +size 1757072 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..bdab1604c88e90daf9eaaf5b2703b5a63fed5299 --- /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:7c80628e98555544ee64badf46ecd8af9e291d059df2369602ac90a1c2567d43 +size 2041424 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..888fe46917e5321feb6a431cfc9518ed3e5bc5f5 --- /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:561a1689e6e9fe83c03dede702d092f705b43e7a25ad44f58931ddba7c015ef3 +size 1434676 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..d3309db30277294722d8298b2d19ec425c5b7ef2 --- /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:5d88edfabfe0fb4f81066850d1e0b0a7fd66b04db87ebdc73b9964fded369461 +size 1666101 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..8b6877a8296f7f8d4ceb3abbbab13130f4c9a4c0 --- /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:72c897a19e34cef68325eb1b66a96a94d3d699f5bbdf869b0e7153422374f7b3 +size 1602658 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..a2d596099e85c1193eb899242d2988f0eea8edb9 --- /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:e26e936d98ff09e1ffeb424c38f18a3db0b1d83b6968a63d1277a0d3416e807a +size 1666932 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..df6ab7f831e63936bae8db124335c23d515a5944 --- /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:75967b258c6e579f369d45999153bc7d200f4f91eeb7501415ebecd9a412b581 +size 2058604 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..2bb93a34659a76507351bb872773cf1ca5f9c508 --- /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:64ed4d9a90d54b6b7f1c4297ddfa9e2767b5a8abe2f85f3663fc7d2f12d1c267 +size 1560671 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..8c962aebe111f1dbd762c2f242f313bb6739a02c --- /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:4712ba9762dec6c623e010923d80b4b3d3bf7aaae071bd979b4d29ffc48a9ccd +size 1718276 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..669f01df4b21430ce0037e5497edc43bfc0f0268 --- /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:df84392432a67951ccbaafe710ea02d362a154ef5f5485314cf63e6a23e25ffc +size 1617452 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..bcf8e89e19056bef0417ec611fe2ef2c973769b0 --- /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:41bf166e7909529eee7d3233632bf5c58358cea56a1dce03ccc89aa97d74e8bb +size 1674434 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..b9a9e03be0dc4fca168f5a5b36f7365e7504a1b8 --- /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:cfd028361e66e4dd62296b7c549c8747ffbf42a4ecc9aa5ba98862b86975132c +size 1748973 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..83ba25dd688f86a4e614c203162c6efc36a4ce5a --- /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:1272e1529ed22b16dc78cf46175508b4e42bbfda20000a5b366d19ae0745333e +size 1645969 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..b11438f93328bfbdca66537678ee6f24518f63df --- /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:2ecfb392b4b834b3c85b43ea7ec59bd24e42ea3e3c26757c4358314203bdaeae +size 1781058 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..614ab8ca73f03bb0bf0e0c3b118acf169c854792 --- /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:f346074816b58ccf7797503b243282438ec334318bbbf33e5084c907afb50462 +size 1777963 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..0549d1a27df4d5b98bc6af9cdd3caf78ca8d0e67 --- /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:616fefab3c53c83720d64d2d22088db2453e3fa8f0e9e7927c05acc3d6f83a3c +size 1648091 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..6a55fedb16c7570d5e6ce546b33ff89c896a3ef2 --- /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:38c86d7b5219bacbaa35d1dd0a9f49a98eb7367ffd34cbf9130bf400baa64b3a +size 1660961 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..3b769d12cebcfb8067d4a43a446aa320cef903a8 --- /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:e78173c7f944a45a6be15c3eb93afacd0cd686647c0d4c2ad1a06ba3c9243b4e +size 1860296 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..c4046ddf7017f1c88b9065bc6628bb4ab31f633f --- /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:039b7f9147b4511e66422dd78f8074fb85ee569ca56979e73de4052cfffc3779 +size 1711241 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..ab2c968c848c25aab50c3d13aa616e2aade1a0ff --- /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:32acdce0ef499ae87ee2373cbc448d3155b593824260560b1884faafb212dd17 +size 1685569 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..21f0e3bdbeeb52af3d4b9785f4945be3d0390c2e --- /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:bbf582d9809ff2b2e9a0cc3473e08981f3f8e90b282f524ffae9ebec36672f81 +size 1539447 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..a7b36971f5972b7ab3016546dd17ffc10908d607 --- /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:d076c7b31d4ef1705f63dfbe6a73ddcfbc28e4967598b32bff9f379c2b9a27ad +size 1821526 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..ea37b4648d8d9cbc3d92ebc6032aaf402592d3f8 --- /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:32c4dd606a0f6d68588b4d6565244389d8aa66fb43d69afb6e0f544266f1458e +size 1553238 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..9e047c5907e55a567f2a86415c9181aa1e7a08a9 --- /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:83eceeb81e880d0c1e73d507f862962ef060a99e407f09e0a8130fbb6cfaafce +size 1825340 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..8492cda185c9409abddc9e10dc0fdd10dd206833 --- /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:b43ed137a2a8f03de8f8fa515628f608e6d3ee0945caf9f41b8f3a948ae6bdcf +size 1619769 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..dfca0c8a51672320b0189c854d1cbc85407b0306 --- /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:42433e278c8b72ee9489c69fcabf9652ed2ae4c3c54222e5476aa76662609454 +size 1719494 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..a054357022a0a2721525673755d0cf50bda43a36 --- /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:a3d33ed62d5b7e259aad900571ad1c599de96ac0b3aabf598b2e3f710d49937e +size 1411955 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..9d4de2b60642a4a8b15bd64b9f4ff859fa6b1287 --- /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:7be047aabb9d9443f64f3df22d70d43d53d006078064135dab95e4692fd84880 +size 1460974 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..a6ca20c48914bd6b0894df876243787e965078d5 --- /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:b2bff355a32dc54879227d1c7c76a8e1b5bf6186c843d3fa11e2e1817e014912 +size 1445534 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..43aa2079126e6a885312e0346e70ccb1fa31bd3b --- /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:3a916da7f29c2293c7220a01245a9b68d688a9bc46bd032c932bff5443890bba +size 1767279 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..09db6b771d3d905ccd8f27c0edbc52acc876f01b --- /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:b5d4d154b980259341d84870cd38ba512a426befc905292440215292b4d828e9 +size 1622881 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..05c4e7ef064d3add6a83c972b9fa1f0907e5f970 --- /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:b176b705c6860523da994518d17661687720cffdd7a6c06cef554faa755012bd +size 1539350 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..ddcc3f06b10de78fceedad0a74c62fc650e50502 --- /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:733a3d51c981e9208b58002093305b7d3e5abf704ebace69613fb0899ef8891e +size 1400118 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..746a8a63d2083aa897009d092bf4211e6c0c9855 --- /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:53ab6535e6307e951a0e723eb77b0dfd8205f1b362c9f02f32f18d2ab764f254 +size 1520001 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..8df2306be34d122cf5986c4d99961a865c3ede14 --- /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:a43de21b9233763854c0d945b5db1fe8358d80860c88c787325f6a00e373173e +size 1433198 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..27d73e614f1bb4bc74de7d9e2082d2fd05563fc2 --- /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:2fb7c676cb521621d32c9b5eb2cd2e8308b361514a4b4d02f3a199e41b23281a +size 1823156 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..1bc724c384d6e2793c694ce0bd69d81c25966978 --- /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:12ba66b1f847414b9fc18ef655f55ba6747e3435302aa55b5f6d2aefb337f1a7 +size 1719542 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..0c786596fb7c91bac0bfce3dd334be6798223a4e --- /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:c145342865c99914873ea6be11c82315612daf64a5c079540ffb3b295691f418 +size 1697896 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..e8ca66645822c364fc761b8c7a20dd08d2b40829 --- /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:e95ad85f13f060263e6eca006fc565582c43477a0bf6309950c3d8a575066318 +size 2113448 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..593785beeaff7256f1982d4212969beaaf588412 --- /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:40a069145c8c734b5b489132d9178ae8f98b2c224fa7ba3cc67f56d120798e1d +size 1624036 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..fe7b25e3fa9f531939f53ddf9adf083cfc1ab89e --- /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:3f11182e3c9b58ee7cf855f03c3d1e3aa78f617486307f987cfebc4171bbbaba +size 1464842 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..b732107aa02a554841029eff7ee2cac409db5c7a --- /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:0b43a039b3ea2dc479fdad5b61c32d8bb143166d1f9f920f71f06d7f87b5c343 +size 1724451 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..a22555ba44ab47e9f472345003eee53853db56d5 --- /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:14cad709d86df69de2fa0e2c6044290570bff7c24e37808e86af48e2138b44fe +size 1799292 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..4ed13f52f5fd521c71080022955be8f3dc033f87 --- /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:b64b169bf95339b8d25721c0a3766d2f5feff8c6b14c07e9dc1db799b031f52e +size 1761522 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..e1a9b6ed40f0247c2945b2bbd2eb3b2bff2b90a3 --- /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:86a3e5b2f8d14870e9c3ab33fd5d4698214121808363192b729527db13e2c55f +size 3225247 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..46a91163e1d663bd4c0716738482be9ed08a71fa --- /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:b8244a96c30b1c29bce360de6bae7b3bc3d343a4adc6433c6196ceec27060847 +size 2149732 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..f77de6be321660d626adeaaf792c628df42c25c7 --- /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:0f5750881fa132af580f70060fd5a44954e4cdc4eb593b08f367993902adae21 +size 2155054 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..645c3ab22149139ea84744b7c3b1b8186467f203 --- /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:18d4b84096d80046052c88c06ec91abffde898b10cb400a8673b70c2db0a586f +size 2414531 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..3401b516d53b59a258d19fe98bd01d9382ae77c1 --- /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:49cebfcd6a858bbe5d7f068a9c80656382eddd3e072b8c138bd4ba6e9807c6a9 +size 2521152 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..4a0f4952372869497cc0e1146f2ba2932ff707e4 --- /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:96b43bb3d50391b1b1cee14b84e7893ecf54c3665971be92354d26ca553bec48 +size 2328845 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..062b6324f207c9d12ee1f2abdf0cc470bd41e774 --- /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:74b45dc82c86b08e67af1ab40345ef7a59e5ebed6c6bc794c7490b7b9e272908 +size 2295925 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..1a83fcc6c8fac11236a5fa74aeaa813303fbd9bc --- /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:b3d046bf6b4810c987c59c19f9e986accc6a8763b9c97bed6b9fa2c48d1fa22b +size 2247808 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..34d0e7c375452742f6b2e2c5b5ec09d8a34fe5ca --- /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:da280598ca3b1d1b8446b360e5a5e44fdb2a2d4c8c6d05d93b586e4bb403a282 +size 2302473 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..6e9348b627c77fd63f02adc955f1eef7a30bf6b8 --- /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:d4eef3a8f79eed69e162c5f89f7a29c921d12d51ca38af53c225a6087c3aedaf +size 2383278 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..46b80e838dc9ebff1d1ee55bdeaebb0bcbe4378a --- /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:2d4ccd67d79ca6a3789de81faaa9c0ab6b9e7aeb90a0bc50b1a30bf6aeff541c +size 2484760 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..a070610b9870486d7b68ba7a04d34951dbfcf35e --- /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:7ad42bcc5d065395b77039224a858aa8e368d4b3b54f93cbf6f38228ed817fa4 +size 2276482 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..04cb228505216cd3c439d9d6b4b92db7493569f6 --- /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:540596d8aeb42665347ce45d75c3d2df9f3cca9eaab2bd3d5e15549da4b085d8 +size 2359335 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..4de1b2c37efe7423bffa982f9a04cbfce8bc8f89 --- /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:75dc58a3642c85e5c57171fbe844a56b6de8c731077b2915caeb8eee69236d20 +size 2236833 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..434bdf301f088ba4c5c9c89ba59f9a41cf617383 --- /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:ac52076ab2cf37341ebcc81b1f02d88d75ebccc73f7a17bfef2b87aa37fc066e +size 2159788 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..fbb2625c96e1783cf2ccfeeca73b8412726888b1 --- /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:55c8418d68087ff95d60418a66cfc1a7b8972a8518f5869a6d6d74624310816c +size 2459657 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..16f8b720bfd282bff50dac9eee160bacb2adc84e --- /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:5f9b4f3ec56d8cb82b6d5532ca9c6bf553a74671d9d6b9a6cddaaf24e5ef51ff +size 2480055 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..1668aa29e0ded7ed11b4bbb2f9fb185d3a9790a2 --- /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:f25a3f72d0bca6f5824d252676a025d2e8a34c489d29a8314d0bba3988f0c0cd +size 2102894 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..a3e8ae2904a8458622bd3cf535aacdcbe149b59b --- /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:663a0390920a90c0906f1b46227c9896247e8178b2a0a00fde68c755c1b5744d +size 2099399 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..791aa945b7c6174e5b7c84e05a912dbd0c735a45 --- /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:8c1d064d2643f29c5c64839e9c93707e2c9296b0ec6e4b125cca1ad22e448b57 +size 1893781 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..5e2db1c1a5774d214e01befc93b6b4c687c2411d --- /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:168463be68a3f529530d4d885b999ed44344b9b34edd2b5def0f37ccee7f0368 +size 2255322 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..99219332991b6183376c22937581fdb1262dfc5f --- /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:2d6f6f44c1594303fd5c147cd5f797958a2b2aa51938ba81e69a899f9c0b09b8 +size 2243502 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..0ed2fc3b982287079f8c05f096eb567e82abcf46 --- /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:1f639d0a06af5cfec1be574907bc4aa97dbcfa8d93977e927a48942876048d90 +size 2082034 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..f571e11946ac92254d7fb31e4dceff3b23ec428b --- /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:a86eef78fd6d57b03bc45e52ca8f480efec999d9647b42bb8460c8c653125ff7 +size 2207248 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..c5163722e7f978865dd40873723e72cd64ba0528 --- /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:5e6ffc768c330ce76ce05e74b5a9fb14851e081189aa5c6d1b0388e8fe3abd6e +size 2389015 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..7919a1199365b140003c38be07fb83fbba14f80c --- /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:672dc551a4aeb2532cce94c25fe5197bef971a2f44b9ae9df13d5399b879afa6 +size 2155610 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..315c3aa314b4b14c0d9088f053ebf8070c53b36c --- /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:894f8275db7fe84fb86cf2c9f93d8a21a11344acf16725afb64288daef312f50 +size 2428996 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..43b42666ee9d8dcbd45c1fe9ca730d6be3bc2565 --- /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:540134d94babf25554ecc4fa97d12dbf650b3467b35599d9d27537a2a0dee3ed +size 2128078 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..446cb9e7981f56e6d20d2f1d770f522b98f38f28 --- /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:ee7b2a419166fa6b6e83bc4a4c25056a701dba6e848c2ccaed9c5297eff5d837 +size 2372675 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..2a29bc4ce64d69d14c7263bd85a7ddf6d80d578f --- /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:f77e49d5d0da27392f9d3ce484d4010c45791d9f99edaf87434f61afdfb07c40 +size 2298225 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..7865a851bd680cf27e7b974d215caa479c4c0c44 --- /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:78dfcac3ccd89f0a83729e1c9dbd5196ee724e393dcea4892d1b9c974f0b1cb4 +size 2499798 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..df5d3afc55c0f2d3f518238790850a525cdbab15 --- /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:24cf596ab3fa0441f2065922baca3398ca1f210bf0200f07eeedd105502bc3a2 +size 3229235 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..b8d0c3042dadc06747b4e90603743b07d37ce34c --- /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:bd37470edbff9c703e4d44eaca01b76a7044b045f1ccf38c92d88cfb8be2dc02 +size 3041617 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..490590ec4b01754a3d05bfc417bb2a2856ac80fe --- /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:609e42b789366863276c5a29a61c36ac88611c5ec324843d1e64807d8f4de451 +size 2434029 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..635827bbfbab54a49db100bdfd3dec4ba5c7fed9 --- /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:5a773646bdc490bc5d85c22a41bca0f9cf4808f0d08f0e881b5976ea2d8f0246 +size 2453389 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..50892b06ed85b02a983263d7733596bb0955f8bc --- /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:b5d78f71f35a2c093aa606eb93fe9fcca5cb58c11bb795fa98725d0066206749 +size 2139689 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..0e8fe4403f327af57f4b34cf71c5107d25494175 --- /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:80666044a75478f5cf37b2665b5273c60ef6725bf72d703db83e3d61db73bc10 +size 2276276 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..9340eb4f7d8cae2e768ef54d98dcf5a5898d7cf4 --- /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:d055b37a36a360e6ca39f720eee1a06ccb95a4c94ffeae5e3e4b5deaf00b407f +size 2277746 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..8610cf816e14768827e87b14173a56e2d7cfc119 --- /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:fc6d54056bbfa6a905f2278a6d014a0fd7f36af6e54db6a48e213d25eff897ba +size 2141637 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..e7cc8f7aaec5bfd7e4bcfe54a1e4618baaf4b8fa --- /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:77f082a2db2f1702d198cbe77578479a3437121fb8c05014284287d4fa04c6e5 +size 2097065 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..7afb83f1201d0cf7d99b670b96ee21a30b3c1f2d --- /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:a2e0ff5a6c0e50f8b260a2451a9994b78d42f3f32c00181b866d9acb85b46752 +size 2402765 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..9460dc24c75d884c6effd98954917588fb79cb2d --- /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:c82d05f01ecba5eb5c992cc4cc4a944c180df363923702277e8bdd32e25419cb +size 2176271 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..c501fd12b2e4cf3d1abdd19adcaa2963739d1ad0 --- /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:a2156ab01e2dff6e5101e2ce2b9d9a82b963948da34de258e1f3d2c86b4b7ffe +size 1940817 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..d2d4bc49d4f76d85e37d9f949cbad5ce3410cb64 --- /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:fb94a757bee309208e9a6486b85b8683f40d4f1ff7415da247e1ea0a13630a7a +size 2235330 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..92bf137cceca09f086a6d5f2bed95593ec78c742 --- /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:dcef416a65a7c40c1d99cee22d3c41ef46e574b54e9072742fe034f1620b88b9 +size 2887092 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..23ecd492387021e3377fbc31aeb6ba550c673f0e --- /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:05619b693f17f49ca7fc87d089d14c0ce961fcee56646b97c6602be74568a030 +size 2248041 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..c76f411c4f7c5e5519ae3de5af5d1cec75e64541 --- /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:7ba0451f4fecdbe25a7ab3c2aa43b8523f826b01bdd12454f97f37df0df67d95 +size 2045880 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..e2bc52ceffe97d5afef943c3959d30c7bec8a353 --- /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:aad4c3762513f4feed8a468eb1d3d08bd4113037c08a504e6e21bb71b98bab73 +size 2121066 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..4c446f57b38d24c204112bbe11e0390e25d80cba --- /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:06c63763054e1dc57da532ae1a82df96ac7abd2719701293cbc7d0916f979dfd +size 2210891 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..51396dafc9e469512613ef884617360e73aac56c --- /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:4ebc514f970e3c5ab12653189ecf71a4cb0699cc8cfc094d410e4a675554d267 +size 2164520 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..687d0d6c597da312b4d8a240ff333a457b207cef --- /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:9864a92e0be61072bb1f80a1f89bd181da579c86ddc864081c3a1ec09cac4391 +size 2295172 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..e3c884d9a2c858dfccb29e8988ddb4cabc10c6b1 --- /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:c873ad1292aad651d6359cc62909c22ff032c4d43324ba779953502b46a2590f +size 2088221 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..82dd97c154e646ba4c30abaeda0f075f930254fa --- /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:35fd2e40c3fc5e2ccc84c6ca9a2d3644cd47e4549d95396338608d49bd9422e5 +size 2661586 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..5f211ad9b73327fb4995ceafaac1d0f757ab5fe2 --- /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:3e07ab58b2592c75cd6c60c951ad1ededc4eab00fd93d799fc9f0025e972e8c2 +size 2132600 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..b1c027a7530c122d9f1c0856c7d33bc93ded2543 --- /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:b8bb44767371598ef35a96ca0000fe4a4c5ca69344b1b08fb54998993998d243 +size 2259210 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..a15d509142342ae2233da5bdf517bc42e06f8097 --- /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:87fdf2b4297f53c64b50c7816f1b0703390ae5bef88e9c3ef3e539c37b50dcbd +size 2798666 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..7a42e959dbf1dcf99b34a4e3041293c974b4ce89 --- /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:d4175e65050237ffa845c967838b82789645e8a37a51c2c3b8774dec97beef6e +size 2083494 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..d8571ddd662559ec5217bc2c50b1c69de17a40ac --- /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:1ba6754ce034a1b868356d05eaba15ac424b0baad9a715e3934b6a08e239d51a +size 2166057 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..2a0ea2f05ffb7e1513d1f675c9339fcfabb5aee7 --- /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:dcbe28ad7387824a02d4854541ab428073be8a963411764a647a25b3d3fecb6f +size 2300267 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..95080e7df45904ef93fefc222025110868984ead --- /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:5883dc19f18c62121fb310d10a50e3623514dc31e87be882a17e0e46ff9b5236 +size 2506436 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..03fdd2ac239355f56ec68851252cc329a12f5918 --- /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:018f377391764298d80390c246821643227118886429c187b2d421742b17035b +size 2661842 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..7f889727fd79127643611caee0c23631f1287b80 --- /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:5a574108949270c5f36b14e7da8682608a6baeed5bfed20d5c7869b726449eca +size 2448711 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..175b538c96e3d57f4a10c1d85d7f2180ce1a6091 --- /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:29ed8e75dce0c714caab0438a0b866152992d6a5d7704948bee44952d2db3e29 +size 2287384 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..460448580a32e8e9a4df9cdda8eb8666f3c3b4da --- /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:0f1d314d9c665829bcd1b8d3369e27cf54b5d2d9bde0455f125d18b7cc3dbbce +size 2078571 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..359a4b5973e955f99190cb7ff3c6d9366a981dea --- /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:b23cd3e03dc84948bc095056f4d94e5507b5b82a37d03918301e578710627d00 +size 2144056 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..601fdc7722ba9bebd43ef66232982d52654da530 --- /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:093133ab4a6fb0276e1f227da961b2eb46d03e7972003a18d6d26c0a18d22d51 +size 2278939 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..f0cc5b24ca581b18463853c11479e09cb6c6885c --- /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:f89b8e8ee3ab71a2e5c7146bf2106d31e3be9206f18ed98f539c4ce6e2c066c9 +size 2106848 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..36138d85cd704c3fe6633ca8825b32f94ade163e --- /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:ba529774882694055af94f34cbfab43acd370c28cec3e4603f06578078ddf56d +size 2227154 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..9eec257e3ed5b65f2e5867c1d1fe78869a827f40 --- /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:277e5ef771525696d5c92e7c37cea8153ebf788c09a0122e39ebea48a9bec2a2 +size 2627259 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..9eb37f8051374c15c32ca54ceb1c4750618bff90 --- /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:c406f2ac3c5475e12a8e39534a83729f5656fbd145eb74f2700513076346b0f0 +size 2743103 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..f26d763730990821088c28ce846dba2ee2f840c1 --- /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:065c642fcfb44fe713453e3c41c79f19fb4d459c3766068e20cef49cb3bdf1a2 +size 2291214 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..408ec970a71eb666bb1d4f78be7126b8f66f45c0 --- /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:74ebc17503281e85d361eb4fe6398222d61c71737532fd67fd958947642d07be +size 1963770 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..58c1475285a4a9576f5027fc75788d89d14c5672 --- /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:631163faf8e09cb381f6509fc7f98516088528337444d011889753f05d1f77d2 +size 1929755 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..8bb5c53336008189d28aae455b3e295e8bffbde9 --- /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:37d66d658a7642dcb8178dafb3a1e8a86cf0f86187ebb94beb3cf6a49478a721 +size 1923304 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..d3c0fa0bcb68c06a20d0d3c6621b64373618c87c --- /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:17267130fc38f6daff2ebc322bddf0fb98219e0bd3d298c683de055c3b2508e0 +size 2002579 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..65f34bb92307e19162c117a0778dfb2b8dc03865 --- /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:96e206f885556792e7eed0200e0f5bcee103271362598661b630d36facf4290a +size 2035209 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..19712e2be596201e36b443ed8fd5ac41937a8380 --- /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:39a62be8248d1b1fe44064802504975aa79504ba4c9bc20884a0479006eb123d +size 2650178 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..cfda2aee4d552ced7da85868f7c2790b746bdd3b --- /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:f596db6eab6e4c1ada2fb0b72d3036126da4d44c74a22525f458ceaa92031014 +size 1796334 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..0728c4f66f350de71061b293a2ed43c78d625151 --- /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:8a06d4b683d4c7055dfbfe6e57da4114a81cad87778f1e61996e52ed55eff80b +size 2231060 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..d0861aec5db30d6e741bcefce96853bc51b437db --- /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:e8e209648c35bd80a64a18bc1bbe4fadcfe32e20566b005f66488ee8f71c17c9 +size 1572792 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..22bbe4ff95b1cadd190031150ead2b41634c10ff --- /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:87d620ab5ce2f4bde7d88f46e5deddb2a75d0b56d4c32cc9eb569131aebf40a3 +size 1691948 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..c8564775e5f9e92c3637b068372b9336e3b1fd59 --- /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:0eb6096c800a1cf375ae6e629725718436191e22b63f7a85eff968beaaf67f8c +size 2301086 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..a213b4886f76a83b7fc1534b02bca844698b26d2 --- /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:8df27d5db9c46f290e4b5718de2d269f4929ef4e8f20d76ab7139ba34a460df6 +size 2400368 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..e721b023df098a2b37148950c6d2f91b14c9b433 --- /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:b2070a7a92ef7fc9a0f85fea3e21b77bcd2d0c1f3e23cff307ad04798224f0dc +size 1984212 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..924ca34e99d5b10c43d44249a40db697eb0f9fa3 --- /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:91e98e81a2cb75a4894cf2536423fd5c4784c61d3c845bfef41aca917b57faaa +size 1985350 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..c145eeca4e732aa8d57e29dddbe722523bf42085 --- /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:ee085bfcb03dc017fc4a2de4fc27bded372b234344b9bebe36d1ef12e629154e +size 2032642 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..582666aa56df0709c8d284698da5eb8a389d2208 --- /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:56a6ec9dafc1fa4c1c599a6140f87293ac04465cd8580e07149828a2607e05af +size 2490238 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..f53e6c492e99eebebc379c938bbf7f67d27ef399 --- /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:5e11bb09a73637521a37c48041af1493493406e33d8e961fbe1b903ad257a6c0 +size 2425174 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..adbf4b12785c5f46cf2c8e58ce4d45dfd6586a38 --- /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:bd7f8479945c10a5afecda14c2b92837e537eda5f90ed9fcceaccb49ad263ab6 +size 2169950 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..678a95ba21d6d482c9215a13373b683295007e5a --- /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:fb1497ec5e836b26b7fc844a46fe87df93c9ffc8c3da14adc00ab98ba9aa6fa2 +size 2186361 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..b2cc4c31ac43fc83628f7c5ca3b46479b4250d01 --- /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:c34881c867b9ae98ea77015a87236304982bdba89efd72896a4d5c94459bd42b +size 2011926 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..34ba8361fa416ab8336b5e9a6f8f1b683cb103b5 --- /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:10809060421925c363db06e130f8d55637da1ef1905700e49b156ecef4794875 +size 1946336 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..f08ccd93720c1c373bff268d6cb641eb563b2bca --- /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:42afe4b089ecf3fcee033a12629f30c16eb3a87ac572b42b73e2eb31b21a9ac3 +size 1997140 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..e7dfec744696ae2f5d21cd9e7de71e55216caff8 --- /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:e25e6fde38fa51862572efd8909d6c17f2c730de442008f9418b0ceee5e1b14f +size 2184405 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..1fd4e88179ef3e057df26c9ce249c67e68fd3c6e --- /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:ce21be5ce4f548e212ab1f2990ad248f60415ca3cfc2b6b31f00695e48011eae +size 2092383 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..419a6e2ebe7c0dd59efb116bb305cf6b49514e97 --- /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:14959f29c47e62d369041375cee5d282650bc11ca74a05f5e56e04a6f8844b42 +size 1814584 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..fff683cb1af649ceabaa43dd855a04bd548d2dff --- /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:c6c46d47a7a202dc91eb1f1af813c5a3d0e1eb9e4d0a7657556c95d49c58d44d +size 1990590 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..1b287688ad9bf4dd36eb0e6659c15adcff6b6b47 --- /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:1a333c646dd532d7aadfed337b39d2a15811a4d80086daeefe510d09d6c127d5 +size 2170510 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..0ee982a7cd1040b2971067c3cddad7228227dbdd --- /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:f8ca46df8ac1ed921cea6ba0cb7099da096e2ad9a6d6948a40595f938b803307 +size 2179560 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..56c4f6dd6a0b0b8d831a8dc17ca438e6a93c9273 --- /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:6292b37d471ab234a76624574210e0554b8b273dcb0163e97f8342d45b5c4df5 +size 2110962 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..56ece14a7a4c5eefb10dbcbf110b42b351d67be8 --- /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:51fc79e458a95e74f52a5a40c670442dcaf0add1dd7cf35db5ea9985c5a8550a +size 1667082 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..133005eef8f1c67919cab60f6472958fbdfe8752 --- /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:f8848024323f7878a8286bdd78a5d89a4058afc85cb8b8b3b75932c6bba5a46e +size 1816528 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..2db6c90982dc7d69e9bba90093e49587a941e8f3 --- /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:a39537a5db903ffd796e601dec338ce95d7f902a3cb1a2e5c06db855a449f919 +size 2043467 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..7bb3426c812debae0756943d90cab8d3a5af8761 --- /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:e24c735c4b76f09453b4d645e3e82fa71d041aef0f602170c8b1007dbb13cf7c +size 1730119 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..6cc9f52610931fd5f9cce201df0ed0f16ae61c51 --- /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:f1205cddc8f0e0ba86261bf81517534747715286ff51ad862deb5398061e1c18 +size 1998712 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..ea8d3eb593ac8cf6d9e4719f3af947b2e77bed9a --- /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:71c42d6eb6a5c998a2174fe0697a3a2402fb2f6fe83b75f240e4285118b00f13 +size 2170200 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..781fbacfcfab9022a30ca58ebeb745253a51177b --- /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:71ef45f482a8ee4f8cc6835900e28b58db22cbf9fff561e60b45e2047b3f61e7 +size 2186238 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..aee15cb0e8e2a7b7da51b6551d154415787a4575 --- /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:eab3a291b86b02bf2af0aeb2de06ff5c69d95fe5c020731ba7cd36e70d675960 +size 2177269 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..94c962eb1a5da2b7dd698b00c3a982c499ff3f08 --- /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:1fea6555864c853a8c1edd23aa3ce7a859d8b540656e7cc737b79e230fb33370 +size 2338314 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..886da5769df824597903a49df2d77bf4078971b5 --- /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:71231be58c86903c7d311dbf0f764154ba114113427a0c1d71a40288f4a7851c +size 2390449 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..2640b1248c9f111fdc9c032badb79ee57f2dded0 --- /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:ed2dd21803c27da7330c71d1f4e6944ab652785be985493b16c8a3855034bf8a +size 2543990 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..91992c5d030b9167761841478bea22bca39f33ca --- /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:d8a55a70ae9edf308f1735bb23d8706130ab7c3358bc7b7a116575f3aa7b7f2f +size 2099668 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..adb1c03aafe33f375e28398968a2d189f748a3eb --- /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:ad0dcc90512df0c2857ab13a89e1f7ea4f8aae8754e1c6d451a40b224df9054d +size 1963474 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..5923da4f257340b88579b7490f4edbc6c1ae3147 --- /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:80ac4a9cf5bdc67cb4f31dc549307f24be5ef59f6946999b9c30fb12b21d1eee +size 2211049 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..0160cc0e46a591024b6c31d675a64764138fc1f6 --- /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:b6954dcb9a99b8cfa45c9605b8e6cbc07be728df096f54cd556070c55e8e28ab +size 2583419 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..5e28739015bb77a474fea127f13b9d944b00d690 --- /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:7c713d7e624f6a82dcb5ec50c25fec5dcd0f21680e99428cacc828209782ead6 +size 2064804 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..35639a35597604f3329013d67779970cdb92067c --- /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:8d5d27671528a4003ed32eff081dc3b3db07507d286151f32787f73be084aa74 +size 2156765 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..82fc1683406f152e21fd212d612beb293f6b988c --- /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:0fcbda996cdb91c5766f51569cba039f252b5bab6cc6b6f92172073e20a0bb51 +size 2384691 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..3ed59c17582b6583d44a09137bfdf8d4bfd1c69d --- /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:9edbcc0d7fd8af2d5fac63301246ce1858f1acb9823a1d731188edc2dcb0ca8d +size 2402204 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..1f2b3f9fe6ffc4a84f3d8862d758b2f725ae5ad6 --- /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:e2592f6c6a09e8c7bc4d7cc522c871e4961fdf14948914856865a79dd8820e6c +size 2052310 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..7cdcb2eda33a80320e06fa1a17ef43014226917d --- /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:f2d72850cf77d436a88f38ba0c92edbf061b226315848a7a88102fb2828ac0e9 +size 2080010 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..24b2dc6a874c8cbc3eea5f069787d21bd40bf2fc --- /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:e53b93d15f692ea7207eca687f8b3ed38ff5ee6df4cd5db11eaee31816b475de +size 2940982 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..15a303453b1bdc8c04d34ee65b3e0d2faa2da0f7 --- /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:06c14ccbefd9045d6a0e2b0ae2ee856de33761f4f4baa8933d4206a27b79cdd9 +size 1793383 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..dc41ef7a2d9ef402d98b878272b72e9ad683a93d --- /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:3dde0037a4a1632182ce42309fbb2f1d7d0d9e7b215956fd4183f8959f74e1d7 +size 2097647 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..3818b2ab9d5644b5dead48afad8d4867e80b7a20 --- /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:9103151039581e39d61a75a2fbb1f1993d56db99a57197c8efda01bf1bd1a9b5 +size 2256444 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..1e47d4d58d549b2da8354eacf31caa68b03e0ac9 --- /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:72da3424051dabbe0efb21f74fdcd00d07db04e8db83180bbb3caf3683b87f49 +size 1872919 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..c48f31a31f3b81878e1e52dac1a3a0e7f55c62f6 --- /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:d5c297b89fec11aae33d68ffba0bb5efc15c5810507e6c94314503e54b37386e +size 1886347 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..4d0eb6dc1ba8246f43ebce04af7010367009e2c4 --- /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:349eca3b4464fd4e0bff71e726b67dc8de105fd0fe033963ff5b8eed6af9bbbf +size 2245307 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..715beb73043972b2b983efcdcb9b4f93fe08d904 --- /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:ed891f7f3d8bffa061e852b8e705c0b010016fb10142ca0607a6702e5e733835 +size 1903214 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..5481f18f0ef66a849171da5f6664d7d43949fcb1 --- /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:61553c10a42e4d7996a34e6eafa7f864671af84077373e281825a5c5f9c83a42 +size 2066082 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..75280aa6caec592b57b2de53450fe4e2ae9a762b --- /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:25a25d8824ab3a95ec07afb6fd084ea6d54bbd0cab0d9cfef1f359e654b86f94 +size 2031599 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..534ed2f9dff15281c19213828a2e09f4b8c5c306 --- /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:34bce9b3388f1162a2cc899bfdb663ecb4ccfd1efa6bb1ac29f7e74a2c7fd1fd +size 1905678 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..1ca0fd0b098e84bb6a0fb243aa5506411a6fe253 --- /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:e94ee0064cdd53e9e7dba2662ae4eb677ffb181ef88500749479ca7156bfe0ce +size 1938758 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..fd1dac56b5dc268ebc12052d8f27bdfa6b36287b --- /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:79e8516c858f52b19e24ca885c4fe0d85840c34bd79e57dc12b89293a7dae799 +size 2026976 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..d80766a17ef334957f451837dd1f8ebd2a26fd89 --- /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:3e64318ead21ded7c593b5782d6064c00306efe4bb6c530546ee586ecaf39488 +size 2445161 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..c9835037c5da0a2e34a0b72e334f09dc91f5cced --- /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:b8196c4d0ff09946403e21bdaf1a0e658cccfd382514a11ac7156351bf2e2a06 +size 1983003 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..e442b4752d93771c1cc1f7e6c316c930b8002114 --- /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:00fa8c82393f85c8c99cd84b21d78d8b725300bc45bc7fb34235e2fce8121324 +size 2019766 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..0453bce9f29c6e3628ba90aa8b2e7951e0d89f6c --- /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:ec944c67048b1aee5c088d8bf9e75a1e0b353bce6ce77c3a2da08c69213d300a +size 2123598 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..fb80a53df3ca96968f03eeea94d67eb958f59e9c --- /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:2e6f24e2fc00827ae9f2409ef2346149a77dab9d988b23f18da0094f6a959c8d +size 1939244 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..053d29de8c552d6cb9946714abf3460b798c7220 --- /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:6f2e1400df4132502be28592fe2662a76fa5d66dcc22c3d1a0d3cb8f2d878add +size 1990205 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..5acfa6f20f1c98dcfc59b0878e92c042b7dd6eb4 --- /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:1300b91255995a0e18615cb6203b2111f345254d524accc1dd5681de8f38dae8 +size 2085863 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..e9b3cf4ef9490a714eea35771aa6e2b7dcce0601 --- /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:17ae2fd102759df88f658ab86857bac4817ad132b9c89664d76e138a617062b5 +size 1950773 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..a2c0cf96c4e4bac9fabc7c579b267fa91d531c49 --- /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:ef5731d3925dc96764d789bcf3f4d8277b7b17c45eabb81b112e5b6982ceec28 +size 1862586 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..cbf21ce2ff700e8b26507af8a3167b8154d23051 --- /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:a056395c06d6f6c9089f1b9f157ea455127ccd7e4caf750f7baa1e32f14cc1bc +size 2293478 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..d44816a5745f5e2d701e16938778e7b374cbb3ba --- /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:881b209d489627089904db58423f4b3fc39e10bed15db8901bf67075809e911e +size 1676987 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..383737b72e332a890ef18e386e645f51d2cb1e80 --- /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:8ac85bd0fd4b13607cedd079bca7bcce47c62bb7997c075430bbf7bcb8a50398 +size 2108069 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..7adaebb9291c2d5db8a38be274de60d8a0e0c993 --- /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:cb3c11982a6baf9931fdce2390969af88eab3a74200fac954fa10e3907d4b4e0 +size 1800055 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..72c552c50eead50dc35ead94bf91ca43c3504116 --- /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:109c5f9b477426f2a8183684a03ecc6112b627a535482470e574ee20fb5a20e6 +size 1887873 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..569984e92041e2fe9939719a77e82af78f9d0848 --- /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:8a74a9ea5933721f22b8989378a802858cf195da1d094351a3f089b11527e640 +size 2042513 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..7266718d01caa72e699c76b64aabc678bf99af7b --- /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:565779f636358909d9ab75972efeae41e11221bc5583c0f18d0570dd97eb259f +size 2164071 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..114d47a1caeb3bc8e50468901cea5483b92dc2f4 --- /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:32326f38394cfe862c92c9d5b3e57e1af73d028244d58a29151a4892576fe941 +size 2222828 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..8a160cf1c40b11ca85605531070e48f2ab993b6b --- /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:faecd5c988e32230f569d74a4af7e1d5ec0627735b31f6a2aaa02b3d365162ce +size 1755169 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..449f1dc19b93c86b0014caea107a270ebe8216bf --- /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:23d440875ad6f7425e7d5531cf4e70f7f2db2e4d317daf913755553e6e75ad94 +size 2057698 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..2a25eaaa2371eae94094e777626b09056e05cad1 --- /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:46af7d3b6abe4252f1d26e5d211b3eb9f3682f51c980004a1cde32c6e7189e96 +size 2046107 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..66e14c5230f41e06cbcee776085cfcd647c3d83e --- /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:a86e1c05a4dd1790a5d0a989f1720da2cd5b66933dc79d359824ed07d74eaf8a +size 1742939 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..15d19c5535230a34e2ccc4dc869d53d6e56a85ec --- /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:371ebdf2000c82fd3fc64083e143ae5254f718fdc7c31f9ffb6055a4c3835b92 +size 1796869 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..46509fc92fd970c44fa8b4d2fc0f8ea2b7192dbc --- /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:6798c9ad3d0a9fbd3a74aafbeeebf80befe06536820835c4564c53c259920a8b +size 2818564 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..6bd78b140d11c04f936525033f9fcd940041ce91 --- /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:50f6eb426c4dcf03be74be11e1fb1811eee7609d1884eb5007c919bc29558635 +size 2178696 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..a327c1dbe82455dfb82cdbb2d3ebb794054f9e7e --- /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:f9a2ea25776a1061e683c15626fa62a68c1408872d067019d146e30d90e90c13 +size 2379720 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..4321cd121de7e8890d47a1b23a7098d70e80eff6 --- /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:d2b773c9d3aacf089e67576d4b6e5b34c3f7f0783b5cd2357c523f2b916cc555 +size 2280899 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..7bd538016da82d54d28522d60c7f54448205d861 --- /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:893e60d79fb4e0d85021c2e171174f14caa306d5861e4bf62fbe20eb90e53dd7 +size 4174774 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..fcbb82d6827709b0bfd130d5e3d0922773e85b14 --- /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:75a389fb126b252d4a6f4aa4d257712bcc36ce7e1d68c7a7d633a4cffc35242e +size 1827066 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..fb39880213033b1bfb73a6808a77accb1ff26de9 --- /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:dbbca89f93c8f80bed15e4eac9082d03070b85982ff4b89a4c4727855ef4781c +size 1734342 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..d80db5c89c0762ed670228a06dc5c8f4c42a5eb3 --- /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:18f0c1a3c8460b30acc3a487121794f54d35ac5a73f7869d6b99593c7c319412 +size 1692076 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..55b2df776e9b850b92fd0525658499ca4c8e8089 --- /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:cfd37646dea571c5ae2b7f59026771ac6ad9ec532cac841b525fdd7fedaeea70 +size 1721620 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..5d716e0beb9b14978366a92a300170463b0b5bd8 --- /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:e00cf2ced1a8a233818c0290b0df55b258cf2a55a48b4fcc4e222a0a9bcccfe3 +size 1919335 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..d57f67010ff4838c667d814c21582c0cbd354bc4 --- /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:9c4e3a5b32b2a18bb0e39adabeb84e164c4472e241de6844c305c0e5db15656d +size 1843084 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..8b9fb40abd620dd033cb317abb5a2fecbc21e1a4 --- /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:905375c0ff4f2e6840fe15f48ecb4d12f5f46d49701b1d0db08b38c0b8e9e077 +size 1714703 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..842615ef14add5e57140339dd095428c30519f14 --- /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:1740cd2c73091bdfd0cb46bf0877256c0901812b8da78e9cb09b53a6f4d73fb8 +size 1848977 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..629a602edfc0c89b8ee41bd8d50ddd107c6455b5 --- /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:aacae598834ff6c2433af0d982e753275525aae13f395e9bda40f63fdba32ee8 +size 2500577 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..c8e9796a20efa867de1cb312284cda26192332f5 --- /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:d1225883311ed3310f644a4d55319a1fa79b18baa76673c651184ae6f843b1f9 +size 2335471 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..54bc3b723b3e814dd61417278461dea2713562a0 --- /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:63f99b0a16accade5c329fcef25e0c35b9e17da473c4a3eb5eb0e90ea5c9b2aa +size 2051041 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..12b5a188301c56091082d311be2f931ea519e543 --- /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:da8cd1024d6b678c7c1739fc05ba1191d992fc9ea28ac01892c24a18393ca214 +size 2112201 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..58a29e26f86fc937d068e75c1aa80a7bda065a7e --- /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:d75bf956fe68e4c04777612dc8fec2ab6516cfd9c55dfd9d39f40a13e4136fda +size 1848679 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..14727bd36bd0317df1a1592a90acf3f09bca7424 --- /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:58484c96c3d24360a832d4a1a1d28f954e677e13084346ba5548be8238f0f7de +size 2144628 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..1597cbdb2f2acab2531218df1f6b2d36a6be68f2 --- /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:dbba76cf9827ab4de04b1e6e1539c401301b261bb91725b4a4e3a213b5459c7e +size 2026417 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..5dd7548dccdc5e4e027c348674cce91c4a7560de --- /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:a416e4ba717c5f2e796469e47bd0515f705abcb1fc733b4b92d432d15459f7cb +size 2442267 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..af90b9fb037d2d2fe65b29abca8000609e2853cc --- /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:65767eec2934bf1c317936f8c5792a859c5c1ddd436ba5d1b9dd6780e06424fa +size 1718380 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..8fd5621290526b2bcad9b78b21b6ed2102268b00 --- /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:70df1c8b63650124e6655f0a5b8bee933727daf916c74178fe05946c311fc22a +size 1996030 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..36b9903aa707406a4b9c909cf7ab9b4d7026d3ab --- /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:c6fe2aebbaa6c2c571ddb922420c04d50e5d4c6aa73e930de38f3ee48f4008a4 +size 1803214 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..fb83a806e7f48cb8d3f95a25cc1bc42d02bec63f --- /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:388467fcd477369adf9710ef92a50bf539b7e6593938ef4acc543abee67a3707 +size 2044421 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..f390781e3e7547128da8ca744570a05f79b2c0fe --- /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:28f5315168c1517c728a49f116664df1e25ca536cc47d2b85edb114a7a0f8957 +size 1910367 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..7e12f4abc33618ebf7300c365d3e2f7593d00cff --- /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:8c7051975445f0e715fed3534951b2531f18f5d8727f104cbf94394130be5d17 +size 2132456 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..db05a231bb5031b1b8aeda58fceac0b526e3aae8 --- /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:aaf7a941b1a63b8ccaa4b024b64d861acc1475b71367a7e7177976791943f687 +size 1669564 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..3ae33f305cb4327dfcbc405a0ac6a915695c1c71 --- /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:06d866f1400ec18acf5d985b133085b5686af1f278ae3d29114a9b02a66092a0 +size 1969755 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..0bccd547c216f7241077b0fb0e49ecec0213f694 --- /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:ec2827393c6b09f16a3e88a331ac10036de10100962a6cd3cbd00f8dc375c1f8 +size 1837691 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..5d83851d44cb7e331485130a20f0be946269c81d --- /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:5eb6d47819365c8fb3e561a02a1e7e13e867f5b3e7fed1b40081e289d57fdf7d +size 1810634 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..444b74362f80fdafb6d64ff90a22a2c5e6645ca0 --- /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:02fae361fa58403a5d12f79e4e4066d5ff517aa7d4294e237bbc80714e09c926 +size 2293037 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..29ca689f7f180bc56d617816f9c64a510274b988 --- /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:4446e7ab38e5af6c92c197ddf95ed4960f198ccc274ab2db044f3afdfe08e7d9 +size 1744582 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..32247de95b135c532234e1d34a7536634c980145 --- /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:2704f72ade088c8ca6585b48af87a991fe03aad514fbb5962c4dde8a47d82f0c +size 2200308 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..d1aef826361c139bff1846f33eeb6188bf56894f --- /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:6bbe3e5b34d06630f10ec7c493f899e6dda69d5ee7ea1e59104833e1becad8fe +size 1828288 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..41b93797d3160b846d4a1a87062468e3b17bf9f4 --- /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:35f9e1b40a4bf4a07729e66c5b05c0e3ee8693261a4af3e938cc3d97cbdddbd1 +size 1676539 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..2593029628a7e2b931aa744d8cb2cee63a52e9e5 --- /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:ca38fdbcc282db9d47d0461858d81c1bffc8899a162566452369baee44bf86b1 +size 1842079 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..461a0e570a1729dc594966ab5414039badf29f36 --- /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:1fca84b50ebf7370d79071764dd5d265e37e4b136fdacb37450763f05fe3a6b2 +size 2055883 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..8509b21583e4ff640f9d47b7470978756b40e5f1 --- /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:c09ee958ca2d0984a00c515416c4b233aebe577319e82c01fb3c5dcf7569ec4c +size 1575777 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..81f726aacce75ce9af16c063c9ca64adb95d9656 --- /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:5bc8199bb2249f555f1e396aa19c3dac625dc76a630da7c424468fee9c90f184 +size 1651540 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..68d720f2be24d7e0fd7f590e2a5caae80fc8c6f0 --- /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:fa5c954ded1eaadaf980b1cd1fe3e143dba82b06e5b3b69df496a0e9e7f0baf6 +size 1638838 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..dad3ddcca2c62613b634c1b41d80aefac90cbfd3 --- /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:dce8eec633b1f3e5237c269589b7c072180bd4bc75e3ce41c97b64023a50004e +size 1827244 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..657ace487a01220e0c002ddc4bce2db7b6fd5a51 --- /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:f8ae3594e45f3ca4d6e2521e433403f0126993467cf97b46bf1a8640bdbf512d +size 1938577 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..3c20dd878c127e548025de1a350f30231d6a2a8f --- /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:9ea5024043efc1331bf7925cb62c592f2faf338fc8e0f138a534a5e3458beab1 +size 1763014 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..6a800262a6cc0b909d31573270275f468626ea33 --- /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:fc81c4897d0b0449b68839078ae521c11c67f069679b9d43bfda93be1cbfd349 +size 1738801 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..08d078bcfc7dd84f33c98a10e72d48acf8d7ba0f --- /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:b9833e3d23ff1cbb4ab29f2af3f20d75fd98d01b79e9ab24dadbf451877cdf93 +size 1780048 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..aaca1cfaa5a0bd390b9318465c88f57d215e3798 --- /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:ee699339b0d821ef5f1b708c06ec0a662eafbaef694eb326d1c3cfc6ecf6907c +size 1785501 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..724269bb3929cb33fec3903c15823f5de766af1b --- /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:73ccfe912c1dab17622d0a6c19149bb01174d063d14360befcb363c0b15d87bb +size 1895999 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..06c7644f19dfb0ddd656b599e51e51a5d970b0ee --- /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:408838f81fc58e31cf6b793520b5c64a7a848aafdd97f50f7d031ca20fd97819 +size 1725821 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..f6c6437d7753ca191458eecd466c63d2b3db08c3 --- /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:50457cafed6a33c93556b9a0789e786539988354b504429017e82ba2f625f7ce +size 1873458 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..00ff74d5fe7f3536192465524e482dfef0f420da --- /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:205dce2767dde2dbe0761d6172fd433b4a23ed0809f9d9c41315dbbb0fa080d9 +size 1745966 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..546424c2c2af1e2bbec0d95f13c5650a77ce0a86 --- /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:5c47836ede02ca3e15e26f8c17f72947b9d499ede58795a1cd73bb99f0951d07 +size 1800546 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..761a5e40bc39e1951d3066b12f10c7cfb85fc166 --- /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:a6a1cf7bf05a9242920721556b9c1f35f06dd74acd5c6e2e509b54fe8a7464ba +size 1619826 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..876e165d712f4d6999a10ecf0fb41c865a2642ad --- /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:999c90583f58030ba63305b46d0da6b0a8a2d22750c5b5bdba6dd230fa9207e6 +size 1601761 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..b7753cb9e2049f2963b73c7129aa687d69a33f15 --- /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:bcbd8801405524877d8d7e661d880a15e959a6fc1378a8d4085e9923bf3eeccd +size 1889100 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..3c389d7681202c241710b6fea2eafd89ea716213 --- /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:5136be9a7744e246e9632389f22f655de60440cab6d97a6b80cf3699baf9f995 +size 1802255 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..81f8070101c64a06c199456afdda97811eb31b08 --- /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:6ed0aedd8edd799c446357a06b406b0be10c5dc56d320a9d17bc0598aa3bd908 +size 1695220 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..d67824cbb5c74754dd0cd78ae893561ed2f8c096 --- /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:7fe62dba652d64bd16ab8e7cb79f98ba9065a7a1c2fa14d1fe8715891e836e07 +size 1632199 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..59274da0b435313777df535af27abf117b44a808 --- /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:12239b2b6476fa57be0d609164496cc924d88b062175a59a7e691761ea68fe76 +size 1853121 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..1f3b3a1c2a6bf4b87062b72e34010ad5193b4691 --- /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:b9d8855d8b517d02f8fe37342f4f83b8d74e18cc92d482436d713aa61c887029 +size 1776390 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..6cb45410ed050eb63c1c492820bd6cec95c1c0c8 --- /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:20d826e5755d259fef98668ebe2907a9940a0c8364aa6af065f2516efc6d2781 +size 1713991 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..354fda9955cedbe59a35cd77d95519e7a44960f8 --- /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:facc40d75f7f1723bc7b0cdbe42db27a01acdc460f29634b90a48d4b66471550 +size 1603741 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..ccf6704f160ccfaff9bf0f8a6b8f1170336ccdb2 --- /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:f8f2b169ddfa1ddcedf8afec7e5fe50cb71040daed3d2fd450f38c59049569c7 +size 1715738 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..8b5eb887d072ee25d9d0db69c47015bf7b85769d --- /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:ac29b1a951b5f628cacc1ed6e004d1742f844ebb9e315b311b2b6b8b29c405bb +size 1629180 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..e963a537b4616f72a4de515c116b1b83f8619c35 --- /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:50105ad3ff32277f7cbc90ec6cb6a6201f20081da58c67aa5a8f7262a1337047 +size 1695902 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..210804b1195f52c9026a05833b3cdd0f8b4db4ec --- /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:638a5f5aef1a7c001fddc0f5d7fbea49f668bf0aae7f76d203068336531b94d8 +size 1687018 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..7d93b431f5fa054af3c48d86bffef2c0697633d0 --- /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:7d32e2f548f9fd4de446884fc0f553b150edf88e3994878e6c34c7a2f2b16eb7 +size 1688350 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..ed493572c96114a19d87a0c0f95084ea3b190260 --- /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:d8d6b77fddad296aad8f75719b6f6441bf4bc92a9669e19dc8e85d33245f0148 +size 1571438 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..d6d780b7976766806bfcbfaede980f6a4b5d4196 --- /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:f8fe176bd6f4cc82954cfdf5112fb90cd41385f4abf26dd7a9636c5f4ac72f86 +size 1646739 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..3184cb8d041af77cc8762b637836827eae292a79 --- /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:f22a6e227f93bada7c4531c71dbafcdac7e53ce4080bafe88aad608a7ae699b4 +size 1554849 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..41f79a07f54030f628230734b1715e286389d240 --- /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:653846b502dde47c0fdc76e54f9b86234364b50ae5019a6e706bedd363c78746 +size 1831190 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..d4d05cc835dd12b677c09d3a0d0f3cf7fcc1444c --- /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:6aea26b55b77b25f1fc1c7e9525420cbf5c64b217fb818ce3571075ac74354d9 +size 1642025 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..4ae5ef7737a9c485714e03bc2b9fa64c594f4346 --- /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:0fff1762f24a2ca18f1f53d794262b3d0c480fcaa8f09d5384c3fa1604c47882 +size 1564093 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..0fde9dd4340a15b4c692608350337ad6627f3b00 --- /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:4bf10a81ca2a26081eadc3ea85086c6457d2c9cf3b401a611d0a45ba7cf8f1a6 +size 1542401 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..0c74f3df799213db950a59ac7231531e44425ae6 --- /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:ba1c49b90130b5f9ef976743ccfa7db565fbcebd1212f00aa94d822b2fbc3476 +size 1564046 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..8899b24b7d1ac11cbe452db1d20732fbb1271f54 --- /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:514a5caa073cdcd0f6aad1ef43001f123835f2165db946e1de2c8e82028fbb7a +size 1498499 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..ee13aa2f1db2b9129f2c4dd284b0272c62a15981 --- /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:523262869fc0d3368477e3e2a3007439f36a9409c951581bca1147edb190b193 +size 1590792 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..85973fbc537e37c725d66258dce3ee39802806fe --- /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:ef61d59cae3c1d8ac62fcdacebd7e4616ffd830b1272742fd7e5328b3d1aaa7a +size 1579480 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..54dfb2a8f82bc695d534e007792ed4c2f5260e3d --- /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:6682e472993ebb05beb293c14de3d07aa4971fb548fe552695d1aa9649190908 +size 1411751 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..f5166f4b8d1ff0798c712b3d0136c3667a32bd2b --- /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:595d14d70bba68ec5869e2c278e3ba3cb2ff7361ed538f7300a6348c3d271a76 +size 1603179 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..df4e7ff5c0a6a0d5a35b591178f2d918f808aed3 --- /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:adabe403d30f7cc5e5aadc83acb349713008fbbf253aebd9ce5821939a573dcf +size 1647869 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..33600380383e641606cc99db01dded896c1c703b --- /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:7a172ade00ac02dcf521d9760834c504e34dc0114ef1e49bbf1015608e0e28c9 +size 1509966 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..6a9a2a9f557bfcba9b2ac232aa86db4f3e08e05f --- /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:798f99cce7717ee119a7958e5258d661a3f7ee97a6f6eb4e79c981c472684b44 +size 1439772 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..652f79848f64958455f8d7205e2fe6eaf0c6ccf8 --- /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:597d3a0cadd733b74000dac7044e25acf050260cbcfdb1b17bbd62aa2f39535a +size 1530861 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..6746e55ea4aa98a2ab58287df93bf856aaac2542 --- /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:570b8d312b923927565a661e82586127e9476a6312f58ebead333acbf2238816 +size 1555397 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..971340b1f3b645b096050124fc0a7b56ee06a6c8 --- /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:4a4c8ef95972da833af293df379a5279270fa875bb4e10beae905a839b57df74 +size 1487517 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..9f5026b9ec84d453f4d0beafd824ff23a641cf82 --- /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:ecb8e6741a3e09f41afc6025a6348bcab0c895a85496be61f218d6677f26720c +size 1472003 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..9df143e676afd5be05b989ca49440b959e177b5e --- /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:820c6bedf6f703f059af76524e6446e99a12b25e49b77f4cc345528a9797ba31 +size 1385467 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..6b499b037f42bdca07f72e885b32231416be8811 --- /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:fa723484d9fd5c74448455e295c38358e4f1c35654c641a2d4d463eb5dc15649 +size 1451572 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..c5b5c533f41d70ce9ab8563f74226ed77f791818 --- /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:7c67d69211e93ac2f634f06941c5ff960f2a5b1b12ea37880e84bb300b7e12a4 +size 1505116 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..1320797adb4f890fd856f6116f33f0c042266af2 --- /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:4484cee21fec5d6dc6b0b4e6e51a9a8a9d04ef8274931d785fc4fd52c9781357 +size 1422103 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..f753963a7e23040c8d9369500f8a52073e3a39d1 --- /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:505c61ebfae55dce9e7621f50ebf6e7353f4a3f7ec84a66f253e2f49045c8fc2 +size 1501937 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..4110d300bc4d93379b1f1b9332873d16e3c0aff7 --- /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:b35b6586d31ee63c560393c8479360b09f5d2b1078bda6f3c22b74d01e0d71af +size 1420277 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..0e2c64370c61a8d31431ee0212e3c1fb11dbcf4c --- /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:9cbd98987867d02cf3014803fa136444de63c5e5535e76d238c5cc73c835d3eb +size 1619339 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..8102ab882e2ea1ec8f5a8b668c6d9e80dcf41037 --- /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:6d5c1bcfd80c63d06017d561e5212fec8e2df678cadc9c1a85b03cb0cc21c057 +size 1648235 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..726435fecef9444a30af29158c6bb6e1f6e11f9b --- /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:b1948b9e9bd471dfb945af58ac3bb6799231590d52c67dccfa98426a76134944 +size 1728442 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..47aa03f9dc4adc441a0824800b92da540163a0ff --- /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:95e307722316c731199fef4e89683ccbbd33c522dc3cd450b88766dda8cb734b +size 1549204 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..3575c4796821691063c98a807a0fa7057816c8f5 --- /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:06e118d36aa800775530ecfc3dc533060c0495fb55f739550e30ecc30e44de81 +size 1504874 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..40750bc044618cf019830794dc32abe1aa5e549d --- /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:e0143b0dab3e87d40047698df599984c03b89a064fbd0e5ed3ad8b5b83bbe89c +size 1554223 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..3a3334852118a4791cc6bedc066cbae1536903e5 --- /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:0e231daea8e3d36817744de16f652376d530cf6aae8d3a67ad0d9be2100784ca +size 1485517 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..26b51b9cecd3e8a2bf6a9168e9f436a1b058a06a --- /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:83d65494dbbbc0b9f01ff312558a6601385673605685de6cd6a28e14181b7569 +size 1602081 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..47d4ebc171f7392260c0e41f1916a79495483d2a --- /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:0fedc150b8b5e3ba2abe4ddad335e2fc59fdc7184dbc0d58e13d053b05323503 +size 1484959 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..931d8b0c68112201d52d69a749239e777ee3bd73 --- /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:f97c4c86ee172229391e9e7554287ec8ca2472e3356401c16b4238579a902e2f +size 1469698 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..74b7b1b9503ee5f00b8ceb7343583dc83544bfe9 --- /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:66ecc022d72515675c89e66d11fdb8f17f966cdfcf9f60ec6ff57690abf2865c +size 1422579 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..8bc1ecc1ce2e955eadaa5e475544ea289393c24d --- /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:a8c2b935bb81a83c0b56ccaade37492c13cfbd18f1e06bcfd8e003431d491125 +size 1569430 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..82f7872ee55eccf8c959867415b6242b1a4aa20e --- /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:fd3b506b35e68cf15fc1a399e8faace1f69d4fac2507320fe7fb1f63c718fbe0 +size 1467117 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..1c13dc162718601b5215560a3d45229b5ed211b5 --- /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:b389e85d2aff8a0085aaf2661e77f3fe74cf38d6179d53f627815effede14dcc +size 1508118 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..0e8e0235e9ac1ede1a0ed9078cce3e4219e18606 --- /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:d38e85832e423bcc1be64be80e14ef95e9d71ce9944683a7c2aac7e6602ba59a +size 1534713 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..db0eebcbcf4a41011dc12cfb02154a357177909e --- /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:79776681cc56db55f19ac5fffb36535e163521d6d02321e81e9201fc0f42581d +size 1373778 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..7ea57902257064141b799e68d3b307e122e9a494 --- /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:11f66b9b716efe477b798a983716e11e7834c9108daa5c0620ce30209eac2fda +size 1415472 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..ae5562dcd933545dd00e3313bad6c47178300e21 --- /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:f497eeebb2f89bb14ddfb8b5a041c2e8d2f268ae8da843d30367616c4bf0d4c7 +size 1577029 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..3375c32d9b071e523e3a3614658840c9a4d5efbb --- /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:c94ba3d218794ca8fb090fb35c21e8ab93def582153dc7dcb90d43123397c6f8 +size 1429159 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..29c836b8c9fdfb49b69105b29fe11fcc005e05b1 --- /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:9c1b1ad273a6bdcaabc35bef708e0abcc9142234486857fb1737fb199a2c6384 +size 1483172 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..e9a6a79d59cc3133455dfb883f40f1b0c9fccb3b --- /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:d3ca050bc8a46c7d1db9c30e7b48501c57d7e6a8e912f5040f78e703078f9cb6 +size 1462595 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..858107fe1b562198967df4178ac0305f133235ab --- /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:1819eaf80948cba144acbb1ae3ae2bd7404d33d5e31ce61fd22c4664dc904757 +size 1600691 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..75fae3fa87dc250fb8df2a9c634978f82cbe47fa --- /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:9183d00073a0fdb4251a5246606a128c089e35be3775770b3544573589b223c2 +size 1362765 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..fc971e277132b2e485bfb2a097ab5a9298e4260f --- /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:0954eea4ce56f1950fda566ff13b07ef15c2ff8d803c48c0a75569b0c1503c5e +size 1573411 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..f5fb60662493092a786baa91e5d8663d13843d29 --- /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:78164ce6318610e40a1c9896076066cfcdf9c0b43472a039f317bc416103d552 +size 1573000 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..43846f71289345c42ff74963539aa2c4f2c91eed --- /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:5b7b095c67f3bdcf59a57b19b01f46cfc87fe07a8fa0c31df41481845137e9b6 +size 1428699 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..06a566099a1810feee146f757a9505b8766e89c7 --- /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:20a1365e2e7f91e8d58bbb1283e6a0089e853c0f7a869699616049389a7c7407 +size 1459593 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..2a82dd03ec492f1df0869278310ccaa2bdde4b07 --- /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:eeb57adb48588b0b994605dea2be290eac5fd0fc3cb388a9c280c9820d00f35a +size 1510422 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..9d0d3e0c363ec5790850917cff6d022886a564f7 --- /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:0586830499fc20bfda48ca933288dffb6c3ed7a2c792ffe2bf6f4691c26ec810 +size 1421433 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..a26dfd70ceb31eba9b6a2f1dd268afd45565bbaa --- /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:ddfe536f2c089b5307e6d4b63caf2bda1f81c54b249054aca62f3ff783cacd63 +size 1456771 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..6385a4aed3897237bb9d66672931624676174da5 --- /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:06f5466f0e0387c6040cdd3584d56bfc1e9a2457a788dba01f371589cb538efb +size 1459646 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..68034402869657efcc4d3cf4252667e9b6286a67 --- /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:8c00d2f0517154fb26716d80b44655f35f11c3f25905e46d41500dd7f6f2dada +size 1421422 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..2728b33bb69d0e56c825191a1b4a112d8630f064 --- /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:3f5a9dd9be67c475d2d3b2483801abde2838b070932bba861c4574d21640b4da +size 1409272 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..7610f3618b98b4d3794294fb4592c15e08e94c90 --- /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:b738eca7506514b7ffd4270a7796a08e62d07d7b0b655ed8c48716097a9b3eb9 +size 1536366 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..56c7a5659d282a28857db8ddd9dff04a8c9131cc --- /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:d08647b267a147b514a5190002093dfcf39a37ccb2e1ca2ccee739bdf887d5d5 +size 1525317 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..c34442539153d02b5498e67ba0c67b10c11bbe23 --- /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:b2564fbb1fcd5f0742b02f00431ae73c5199aa29608b44af2fb991e1277c44be +size 1470519 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..f599dc8cc0433071cfb622ab820773235e1c0b37 --- /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:123ae9ae9559eeb179b833ef7494a2d3c53c7f38574078a2d8a8bb8df36dc0e8 +size 1376262 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..2e9c09a724003a14e46bdb1c0fc13ae87dd12f0e --- /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:2ffdb1afcdd7dce3d4d8da1e5220fd310ae69fea9a3770392063562268d8d138 +size 1512010 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..a1d79a548b893440c532955d59a8570863cb0475 --- /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:3e4343290b89d1298d095381ea8ab7022a16b9565e58fdae065462764268a5e9 +size 1581144 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..e163b7fd22195d8f5ffc4e46600a67caeea38afd --- /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:9b508223c644ebf1a3e0af9a28b44be20abdcf71fd957ce8e8e4f6bc38c6f0a7 +size 1532599 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..cda94b655db7f57fed1ff388679dbe77e66e8c90 --- /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:7c17f30c592e5927535866973dab9341fb2367832b160d1cc5b3ab5d23f4065c +size 1487018 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..644634d5dc2b6bd46610e12a812a8c540df4de6d --- /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:cc40744c9055f2a1da3a7f76e809452cd82352e273c0e062a9d9f6f6ccb9ef67 +size 1627870 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..d3bf61e20510719d9e7703f51291aa24d3f74612 --- /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:3a4c19b8c4723d99e66e3cbbca469921661dbae690aea08d5d0ba8d66df8f917 +size 1535884 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..eecdfda3f5e716fed1fb35ea1190741ecf767cdc --- /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:e167d0c1c5c1099c9c8a04ecaddf9444eccc996ca79d51c7c4f761ce754bd693 +size 1475941 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..0130e85aad3a931d7f20e553ab03d94e411f2de1 --- /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:f9e2f4ac54cd7981d37b3d6eeb3f1d2cf6840a6ff36971ab16a7d0387756729d +size 1644210 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..7c5ffa4a2798b0f62dcd059ef5ea5d7a54357e4b --- /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:b6055f2037ab4b7bf02c5b549e41c097b40c8c280206d17c21a4747a23129760 +size 1718399 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..c38cbf8a6ba082319f5d579588013b5a25ff1c15 --- /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:e69cc74deca199bfd9b5c6c4e62846a9d93ab00878c252414b4146524abac3ad +size 1920781 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..c34effbd5441f93677e47e8b9f3e7ae7187eb03b --- /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:34f4736ecf90d9698d5d821b8dab08887a2242fa1deaff57ea6441dd677d3f89 +size 1600489 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..f811c326920e2a0735dd92c8ce51e7169faa6d47 --- /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:ff372ba1421c75e0fc4ffc0ea67de00b12fd84bf6bba6147eb857d7986475929 +size 1673132 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..e0822ec48d8f8158bbdc9e21ca479c40db3cbcbc --- /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:49c8fd7da8ff7de037ea22040852f8935c2c7389546c2bfb8e0728f023df317f +size 1622665 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..bd30146e3ecffef9376894354ac2425bdc0ee323 --- /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:e037a56754f4a905f9e9e38b74ec45c14348391025448e42f20db72076768d08 +size 1660557 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..518aa27c0b38fd663cb3f9e244bd65c14877998f --- /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:ec78934df7d625ae79d51ee1629d72947641cdc22b7f9b7c6450ecc2af72cbc2 +size 1630695 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..aec4bc6bd2bdee39d57d32053d11fbcc07733025 --- /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:d915b1d839a5bb71b1f379f514b55609f2a7a7d01d6166c58783c4ad85eee413 +size 1743202 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..2cabcb5a451616a0eb73326aa94935bebdda5270 --- /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:243fb4b3463c1eda917f200dab5bee8e82091b51346cd9396568dc126471cdc4 +size 2105401 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..31a7940468b10be4ea2ad09f125db722cc651ab3 --- /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:e0895bda867e5c78eac397961bef0590936825cf8b215a74e56d2e76b33817ac +size 1643765 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..455707964c61d0621469348d4fb8f0ef20db16e2 --- /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:e63559dfd0cba691a88ef0ab23c101ee39e30a1090266c8aff8ae03baf5832e7 +size 1659966 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..41fee3a8a0e70eb11e0cfeaceb1f266b0af8ec78 --- /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:dc9be6bc3641a8ba3ff79fca8456f5fdd2ef7d50f9690aee809e4c26b8f54332 +size 1745386 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..88507c129975b833e65e58a4fdfaa7bd81cc15de --- /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:2f03455e82338f1863f07db3d283f00a208c8da14ea75c582cc40c4bad5cdc3a +size 1820102 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..310c3ecf917085819a3e91ff330cbd950b04512d --- /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:837cf5b3972cacda20652da281b3948a0b94cdd66675aae56bebe1073bf78d4a +size 1610982 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..55c4c2e9e2f56d0fbc189e3263d969981ba61080 --- /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:2bb986e4b91faa4a16255dea52369401179afe472be20c60a764190e8b5955ad +size 1711105 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..869dc5e5eb3195514f797ef86f4849ad4852cd1f --- /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:b3390a107d351013c0f64262e18fcbe35a8e04b10205b934e498fcdac3f38f4c +size 1839176 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..b8ec72165bf6a6fb280ba0922354a7d1735d5c9b --- /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:c3c34f46399c0c94960f9b8b321808ee3ee0dd8fb33bfa76ea6c956d4be38e2c +size 1674023 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..4c019be2026f41d3382660ef433e437d052d5c74 --- /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:acf5c1434bd5e5321ca2e7169ad7ea4cb8200d126b6cb5af57064c38a115f31b +size 1855775 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..6831d2b2630232cfcc7d1b6ba08b262717f1b400 --- /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:aaae632f1cf4d017fca80fb6e28a507c2dbd876ca349ac904621c0b33c621352 +size 1910275 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..424a4c80109df83dc99e436ca0113e6c308cf602 --- /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:5e1052ee8c7e63e21c1a7c44643f78dfc2def15395b0c14f57f9a37ac36bf497 +size 1879196 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..e37db34caa2476f5ccc745464f4d6af717b34c37 --- /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:b612496f655230065dcd8d923497c19e9f19a70e789d45696d018bf9d66c28dc +size 1799249 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..481c047bd589b86d78de04344dda522b367179d9 --- /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:a37ce016c3a169412280276a3d84a2c2379405f8293865ed8a0efee2cd5ccd19 +size 1719139 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..fc4d1c802a5f27230cdba680a858937e735a50a9 --- /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:3e0c969cd3b72ba21a2453760b93939dd102e7de39ada830ad8ff1f0fb41e37c +size 1730721 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..56734183bdd17392762f2d2fe802598805659afc --- /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:754d9b5a9ba6e8b7fd1205815a50a7a51743760b3fc5f2887f68bfc3541ac8b7 +size 1715545 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..c04c7d6929b37610c0e640a6db93a6f4b9887a07 --- /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:c3ea760a832c17b086c4b2321db31b33566ad6df1c01c7184d2d295324f1af7a +size 1568107 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..db7613643cfaae8a4452eb960ac35084d5070166 --- /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:59796dce20386d37991e910165507b534979e902e051a9be1045ae3883902fed +size 1814121 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..50582fb558f1ab13d851e181d0232590cd28c385 --- /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:2b61ea1ef17ef8a5245379883bc67e74bb70befd9ce97b7db9f63e077d561c44 +size 1683465 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..1b81fe51ae0d103a88e5af30e8336d172e941ed5 --- /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:8e6418c9912aa49530e00c3182f6e04292b1b7038974f92090c15973cdeb49f1 +size 1895799 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..588f6a446a9237356971c7e877c89fd4a17dde00 --- /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:c50b10278092cf63cd3d2874c3504ddb39c93cd2efb20936a09b3926f69793f2 +size 1645665 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..132d4af4161fa0019b77ff91f4209de4191071b8 --- /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:aeedcc13b4af543c36eca7908b9c3530dcfb3f4d24f01785afa3988a9aaa86a1 +size 1928401 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..bd4e26a5570805a46b2f7ec2c092e1e197245f81 --- /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:cd8f5b45f21a3aafc0aaa0a825edeea5035b39fdccf02100c98795431ad202c7 +size 2347324 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..73066b06a8bfe2e580e1d3175f3b21cee409e921 --- /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:d75ca90ae2307e1ccc120b03b6954a3bb29677b2ea3b2b04bafc03fd18032036 +size 1778542 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..cee2b013dc37c0ea10f2fe0b281d7955ac424a3f --- /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:30a446834e34c6a445c390d38982327c4cfd87ae32bdbf31ebfbb8d1f69235fd +size 1999220 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..101096ee8c94913af98e24d15595939444f4df2a --- /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:09fa056382672015f96613c43e8804cc6b1fa32e4d9fb82311e49586b4cd6bd6 +size 1796827 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..1a8b9ee61acf0dcabc6c18c536a67a28abf09ba5 --- /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:a05b7387f8e37cdc3554da069900b9e4e95bcc3803bf77e8fd4f2dd02ab5b9ab +size 1721676 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..c0f8eb0f6d3a7ed8229422340cf191d9b2a8ae09 --- /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:9be6dce1b649eb9cf522804426dff9d577d154ea75f3fa65124661e2738f6dfd +size 1828182 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..0b84acf1163713383dc7d8a9d9f8c547cb3159e5 --- /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:8eca2bef1dcea5466c6baf9e4886ad44fae4cf3f0764f25536f48fd402caf054 +size 1710328 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..cbdda11354c51ed7c3c4f10c61fce1986644ae00 --- /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:dce64b15fca92ab5f1b5d8681cbe95e919867bef73ba0471fd9d532858524352 +size 1766455 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..bc37db45018fa020a640b23ce665d70e56bb6d5a --- /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:1cd85065c4dfd80732cc959d9433f39f695f3b4d2b067ab245974909a6001cd9 +size 1714472 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..61ccfc6a6c4a04d7ce86e856158a204b1794d015 --- /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:84051a609540f893767eb6a671de53911904736d5816f94378ddf42f315d5f03 +size 1851815 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..030a25584bd72d3c410e17f6d9b086818888c575 --- /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:0a7c28fb34a54ac510a47f0eb7e9756eba65510f6b763b71df97de0553d6b6f6 +size 1788463 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..97c7e697b90bbd97ee20f2d3f902ffce961dfdc1 --- /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:8aacba507ee965a13078a0d025242a6d2905054b0b0b4c468fc9acfe6077a453 +size 1813803 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..9add6c9b1c7f84cc1ae3bebfa9105d9f432217ba --- /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:88e0cc9daddc7506d59c1bb035802ab53b0e1ead5509d8748b38f16362e8203e +size 1693529 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..a074d651d6be55d24f435408350a98c1a624d4af --- /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:595645d083177ba57fcaba403c0fdaf7fd3d1526d1dcc41cc2a2678dca7b6516 +size 1691112 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..148795b45f5e2236b7994255b697eb18dd10495f --- /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:6178533780694c29064c58012dd5067ccc53266c456ca3a2880a57ce8c8e3a03 +size 1782075 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..4373aa664fcc419da1f998146a1b7a40e2537cc7 --- /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:2f69f86dad95f57d19857dda0c12323ef3f13ae605cddcbae8c643f5876a7f25 +size 1880326 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..1059f54279b676fd03399b567acc7a190b2820e7 --- /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:412d54b1d1e1b191fdf0985894b97c1d62f1b10a72228e3ef84803db59a8acb6 +size 1746803 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..c1bf022b606891cfbc144c744c3477594b4eb1b3 --- /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:463c8d167cedb3a34f7513e740987b424841232308881f155c3da9d6255a08c7 +size 1794713 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..b70938fe5156211c5cd85a4fb75d84cc5073c85c --- /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:0e9f7b8b12c4edc7a532354e9844b6c0092dd30313682b99867c9024323b2579 +size 1756212 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..a8e7c1d51099a529613630c8c707a58da4eb0727 --- /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:0e5f6116ce1b1d00b554efeb33bab982f3127a4902b6c226c0bbd62ce42298f2 +size 1707347 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..30fbbf3bd67a8f7c0edcd645b56e3415ee126bbf --- /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:5bcce9b86c1eba7914ba9cbfb7eee618dec855898db0b44f2cd376df609a4e36 +size 1666601 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..3912fc15c5ba3a1eaf2f614a01d00be39412bf90 --- /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:ab0fa76157d1823ddfa7b29f3afda07d9bfbf642ccf8b92fd7b6e510d31807e2 +size 1589440 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..d9c67c568b91e5e8d3c7383a4c9c8e475b8f1acf --- /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:44b158940a66123e8d58c2b709798e2fadbf779d915f2021b159d8ad80bc43ae +size 1442013 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..0db82fc32bbec98ff3c4037163186d11b83248dd --- /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:49b2eb9926d9ea525ff3b0300478bec29827c3b4930a03c1e8510ef8e6378cc4 +size 1613035 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..819a5ea59d39dd19202188ea858bda3ae6afdb91 --- /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:9041592f86f6fa965d46878ed7520ef9365e49cd7b23377153ae113dc9317c2e +size 1952902 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..97bddc36c5fd61d4e177d47153afcf7f891f8163 --- /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:3c20408307a28cf9ab3bbd90c9bd6e0838919d96f110b8df44edc0ce22ae8b0e +size 1813444 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..f40d3fe4a29266a999a8b311496c7325d3287225 --- /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:f0b3db05bb1cd9f0a53911dac3f464c7a3909eb65f7d3bb9276b1a9c59bff4ee +size 2196901 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..3c6436f12782962f7851fc9b6c973534d05a2a00 --- /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:764c6749dfa4c4b3300b1885677e581835970d35b7b677bcc59e5ac01c23cd28 +size 1791498 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..c43fbd7e47050f2cf8c67c55f73e154728ec6664 --- /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:83a139f85588af55911564b0b67be3f574dc85be39802e5862eedd56e0ee4480 +size 2072649 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..936f562da2718b31699aed4096d74383aedbb998 --- /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:99d862105c4b2af038fa1f4280ad68dcc127928d19fbc3fc5caf972056d2d8f9 +size 1614689 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..0d5f1b563c768e4123a501546bb2e3198e5960c9 --- /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:fb6d1262b051e8bbb4ea685e8cd56b05b01b9da1c2d1fab16bfc37a1c7f8f428 +size 1752373 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..8ba3910c2e44fc7a6f3bac14c16ed1ddbae5aecd --- /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:87909682b3be2503c37cee86d4aeb505a9d9f618c83078bcde0d619cbc0f9b7d +size 1996292 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..fa9c49e1e5e87a0d60fd034c5893334a8546792e --- /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:c676047fce6d035c20e5007249f668606a8ea66fb0150e1397fdfe63ed6567ed +size 1817631 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..0cc119c75fa193ad1356f74daa6b2de508aa07ee --- /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:010c161ff34cfba52222326701ecf9a143f81d9491f1e21e05dbf6075fbe323f +size 1707440 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..b679d8c9bf11dbba52e5b3dbd9e2a4a249c49ca9 --- /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:c1ad1fb3394037e642390ead72f6ee21bf8a4db113dc5edf7823b300c9e8354e +size 1524137 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..805811bb80d6070669144b411848c5166ee9c6de --- /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:d66ba205be912149a8a866933cfb62e4ff979c4c5d7e842cedc20c1f4f21da57 +size 1762912 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..1a766e46fa13fdbcb0ca160b59b8a5095ad5d286 --- /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:a4763a83904e67ceecf65484b3561badf0012015343eb72dbbf1854b8cecb382 +size 1787706 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..bc76959a30e71570b5c7ad15d7e09b69bdabfcf0 --- /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:46f6feb2784ca11cc2b789859330cb5a6e6a302461e5701c19142838397f79ed +size 1687124 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..66c13ae1a169cd803a081339831897e3b4953426 --- /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:a6615b610cf7803b9c0a2cbc7fa38407d7c8a89f64b3e510c52e141d50e06808 +size 1719698 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..452277fc0f6cb19c1b4fa74f14fd04012511665d --- /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:53c04fec3c0f42cf749648757d6d0d671ed80d3e2e26be0aa93391bd4377fcf5 +size 1723357 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..cd14f95376faaf643b0cb274d123cfab5aa8a8a5 --- /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:4a95abc8e477b3665f3bc14d04343da21181808e556cb97d0871dda2812540d3 +size 1783356 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..ccfa0db299ea4b49be4ff7f2e047638bc4d29536 --- /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:699496d7d526d025a12dce877ed848d111a0978d3bc743637589909d24dacbee +size 1554133 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..d6c7726c833b8e61554c8d20d200b4c40a1b7ca2 --- /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:d9060d6d0b865b666433e9f19f021cc917ccf2b8ef47bb2b55d3cc0ea1732c20 +size 1503179 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..fff382cfe9775f6e37770b1f204b07461dde33db --- /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:6348cf3b7d6f68c8836b37e8190d93266c8ec5975f9482392c82bcaa54422667 +size 1453458 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..a7acde735cd3b7efded15b04ce7a8560fd6eb60a --- /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:f2e4805a4c1aba6eecbba195d835bd9f7254a035c11a5e072f2131f47cff051b +size 1559458 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..36ccb73cc07cd48ad221c57ee0451bb29dde15c8 --- /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:cb98a714b897f25299b5c866f7915048412f4426cf060063512b95c426d4c288 +size 2176421 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..362e6e160ac5471f2bb468b940e2de6988b94e8d --- /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:da9a00be8b868324facbf9ed3b40d252ee85babb7ad5664f4c7d17e087ae149e +size 1494128 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..74b16c28ede38b11d45ef0a89b55287c687e53bc --- /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:75c79799b5a59cde666f1b19276abb05dbd8dbb43c20e487e488a97d83fa6c37 +size 1699347 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..ae134e8bd81e07f4cda21f5c6b24d84df6b16c74 --- /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:68ac5a85ffb54f2a27459f1bb9f9ab279108382ad146d94cc2730bd27d4c0cb0 +size 1619618 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..20e18210d8de1a577eb964b02ac4d8575d8e0770 --- /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:6b20753c72a1094631e36c8ee500e9089ee17c95bdbc6b657cbeddbdbbd11eeb +size 1704862 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..1b65175ba2d2da426a6ed9d8851f4e1b8089bae2 --- /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:44f6eb973b3612707b3451eed12889b51fea531ce5779cae815bbaca4419857d +size 1773579 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..4d7ec763e4b716248414ececea3537987462c1fe --- /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:e2c724c8db0eab1fb334bb388a99d0b3c730cb52b6cba576c9882f7eb0ceb76b +size 1703438 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..27ce58cc5088e9d6d371a523c129385aa137b62c --- /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:3e5c1312d412cb5e8cfdf521243fc0954114022f0aca3df972f4ba9bd4c1e2ee +size 1841148 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..cce9f9be320f5146b2a36148148bc534953d081c --- /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:ddb8035d77f9f690d051927307cd7d8e5c4bb80570876d430914982bebdd23ea +size 1624785 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..2f31ff8f2e54f4ce03263d28c7bbd5436608aa64 --- /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:1337038178c56e9e017a6ab94b8ba3a2c5d42f99ed6ebd5b97799d16511b72ea +size 1697627 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..871732c931982248942e6c538b9b834243e76259 --- /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:7f6ab4f5af6060ff009974a003ca83dd1175907aa83ffc9fdee90b3ea7436c9e +size 1563404 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..4a8d924390e98ccc9de8bac5415235d730b74072 --- /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:044d856a8917b242fb15b5810674c2d7d5f62aa6929b2ed35cf4885639bdf3aa +size 1595242 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..98b8bffae2748bd14c2c23d7a5434f35022ba537 --- /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:593f85511ea83810a23fce1c25092378ee12b799ee7cede998c4c39c810bf62f +size 1553827 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..fe2bc9695af7c7a12ae409ca8488438e4664bee4 --- /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:bbab36dba381426776527056c79c0107f05217bf24a23d9f3fb42194d593f347 +size 1631895 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..972bea5da02e138f41a7a438d07368d23896ed00 --- /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:ce5b735d60597d27daa360181e4c26631c88a65268ad8bc9f6d04b2ecb398b4d +size 1840883 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..d943e3a0c61b76f2d36eeb4d1efdfde3b4964d5e --- /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:753a698e4899b299b8c624fd190299ec779708855e9f514a1d6efa49e2bcbc08 +size 1725155 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..95b81429b559cc6e97e6677ccb3afb98dae6b42f --- /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:2c10da2d17de07866f1d4d345e82d4ea88523a94375bcc52389660d8c795d141 +size 1648009 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..b3c351ad85b5dacebedb26564550277392237d6a --- /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:4007753d62181e832e4c169679796e2cb3083081af4d5a5d10a54a4ac21d6852 +size 1753677 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..d58fc1b52650258a06ad39e832cd5fd32010bee9 --- /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:816cac2b6ff8c97613f5e96b51c223fc27cd9d7e5e310bad4e9e2c6496d33c5b +size 1767033 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..751392bf89cc0e23c9b740d162dbe3316dffaa2e --- /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:79aeee3c47d91a8917218925467d269b5cb39510447cc2845ca65056a1626781 +size 1937201 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..252b871d009455d350014523187af24c69d78469 --- /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:5b99ffb5aea964e9e651d7690b7d1b12cacf9282a527863c7ae31ee54f466dd5 +size 1791467 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..b8da5ea9e640cc395d82501c1eb673b8caa77e03 --- /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:17b0f94bed0448ccfe6324e17bf245666b7027c1dea3e2c6989e03012bccca74 +size 2090335 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..3ac5876c92fbab2fd8cf7abe1add35b6a8845047 --- /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:a13c3b8a73c45a6afcfab3c243033f7121027fe17e1ec974e4f952d6c975725f +size 1837119 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..2078f1ec8d6eced728efb2ac9dc9c38d6b9ae5a5 --- /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:b0855d1e9226c28c31a585e5f28a30952795c8243e5572a30fe1c26b8fb44034 +size 1902326 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..60e72c1f746af0bc90087a125b77b4452ba9f3ca --- /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:c36b5267e0b3254304c684fa5322e3ad0bb7309f178d09eb3a2ee56f023129d8 +size 1782134 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..cf10610cf433b42a1a2e9a3af4e3e5abb7380c70 --- /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:c8ffda3bd31b763118e21673aec8de77ed5646d5d5bfae3a834f4e557e57e1c8 +size 2037504 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..9468dec8e0277b366131de6fe164d5f1b9f3ab25 --- /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:63c7200dcbf8383a6139d4d0c8a65518c71dadb6222c40d72a17f8bf18b6e373 +size 1948307 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..c6c5ea248e7ebcf6af6c62ae4178d2a454895a33 --- /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:543a3f7511d3be5f2d4ed5e8a57e3768dd8c1a3ffb0be81cec3eea658d26865e +size 1781727 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..4da45faf1a62088b7dba91fe819ad0af3797a51b --- /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:2e0b330912fed7f824dce292175b550e0a28228cb9c512ed1ef3a081af892466 +size 1812913 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..f368184ead1662dd26d51e6131293ba04c734b2e --- /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:c7c6d5a241439b48e3daf69fe3cad7e5546c7023d76dfc26bcd50f8e9fe9193b +size 1896962 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..8e1450986b6f57a8683641493f7a74065a7a9788 --- /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:7b7be22686f8e8a8098f288c258bd23204cac80e6d75685242e9e8aa964651fb +size 1844971 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..f2fab9d1878c29cbcfb32986dab1d88e93aa2119 --- /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:37b4330a8370e1fed12f87e5a74bd55f843a23b9baa51b8e1d1d7cbbf2471d4d +size 1850661 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..f13d273d8235816fc8921cce341bd0294693fc48 --- /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:205e5662aa017aae046bf3318ce42c027bde36fa1a3de459c216f7895769e051 +size 1985078 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..35876b95debc8b2d4af1b00738f20b9b20de36f2 --- /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:9877b1ebc4277da2e70b54eb67db202c42cf0e82106e56c73eafc7a219c313fd +size 1729063 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..c4eafd9f35eeac966482bc0dc763a3174a061cf8 --- /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:11b33ebe246c2f0cbc3b2776c5f8ef0fbce47e372d8e5b9660717c3cac62dc1b +size 2117173 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..ee90f0d03cb58b420db1883b5984dbb0d9363465 --- /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:5e3b649cf6b99231fcab72e43ed26b9613b93d3bb7780630e03b855200728ac6 +size 1955319 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..f4745d7bcf312af53dc7e4a67e9288232cd7614d --- /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:eea317e909d259d1129e37dae017a54134f48dc098043dcd2d91d14659bffc52 +size 1983977 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..1b57757fbd21e14534f9bb22afae3b1f0d1db721 --- /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:5760e039a77bf2c94cc8de24b820d78c84c9b96739f3470b53dfeab953f0d51a +size 2638500 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..f9dcb986b9c8ed69b1e2877b99c9c72b5fb57d2e --- /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:72a56912aad6d70e018764cc91bb0b9082f0ea3854d39cad02843758ac4fa674 +size 1675772 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..bfcec942eceb91aee0684e3fcf2ed12b60594a50 --- /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:9419fe3dea211aff7492ea4918a010559840a5c2a09abbd682e1257f3da00327 +size 2030370 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..7f3bc1de9e0e9e92296d8c8cc4599d7f148f5d98 --- /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:faae08a4f176f35f881ddf98ec9144a7669640343229b2a15f6d76272247b78b +size 2472794 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..77d7353892fb8d3a360b6700902357d5c2381126 --- /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:b47e097a9c2295d7167223085f8231dde6fa7f733bb66ba64f3a2a64fc4b906b +size 1747501 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..b7c1d13d8a0be289896fafb6ffa105b866baa0c4 --- /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:f0b192f9562580ded1048318b2821af121b3374d9e7560d92c1e1f164114889e +size 1989790 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..9eca1e66afcb9c8ecebf93f9277cac0f47f74660 --- /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:e226fd0494ca5c53661d599cb88e443aa1041787aa2ee66239602a51c1df6ac9 +size 2780002 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..bee4213f5eb7be4490d6e52e975e10b10b30853c --- /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:bdcdc6132e083695ae4ed01e1dd143582a6a002afeedbcf4532bb22e90ea06e2 +size 2153561 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..36d9c60868cd186fec6932a80e4681a6fdc7766a --- /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:0296a453e454dadf16ca0e5e5ded395dba813d7fa7622d612a8c514fdf915378 +size 2429134 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..3d8f1e7c0f498c472becafe171ba5a0496b9ae92 --- /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:b52e91a63349709a0d232e623f1d2ac3a950ec9342b1501d8352261c2d23afec +size 2250492 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..a72800072c1f39b72e2f59e77eff0d53a85f5290 --- /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:44e43d1a7c751475ff227d32ca44ea4912e9065c1d7ce343fcd27f47fe379be8 +size 1879563 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..cc47633de7cce5904a116a45c071cc89db8bbb9b --- /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:924cd0983fdf1f348d15e2f01967ef80a2f698383c9043812d4d86db165090a8 +size 2027252 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..6469e5f0c3a14b03f06995e3fef23ae5aed51fb0 --- /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:d274e0822b2fa80b3faead705c3cb51e7ef0b824a8790d718c4cb2a0c4f1f6ee +size 2033179 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..a3f9ddebee24e094ddab6b6483f654f64df12f8a --- /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:58079c087550881b2fd24ca4ebe054214794e3aa47445166aefdbb4f3fe21414 +size 2071529 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..c55d7b9da53ed2b3d2c794c51ba1b5ef02f65d82 --- /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:9a71ffa5f99986b30f12cd96d192bfe531d507fa11e02d48c6a6129bc5aa94cd +size 2310132 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..693770009e1778def60fb68025ccfdc378650132 --- /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:243f30e400f45cbeba02762f149328d707a3e4dd6391289c9a2083d6a4e5cd1b +size 2005974 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..ac37b60537fa6c59796b0ec58c22545448aaf3b8 --- /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:a6018344ba6f3d3c962e035ad5d578e5e5dbf5f440a8bc8109f59ac7a2c7e840 +size 2223200 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..e84c92e5954610a85fb00e63fa1fe2298ff9bd43 --- /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:1b87b8f0b0fc18b19a15382cbdfcde98551640982f03d406b89caa7a726132f1 +size 2356265 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..d68303401d679c1e42c8bac889a765e249f46bf2 --- /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:4a3e8167d6cc822bdbe721fe0bb042a7111388a282ca30fd87a24f97fe0f5e2b +size 2199337 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..979fb6de70c0988763e445ebea761840ad79b527 --- /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:6078b0ce477e571007675b00b25151fd47600b6b2f4285dc18e8bd5333826247 +size 2006516 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..ca07c80e9a51222c726097603d59cfac27b8d223 --- /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:a07e727f4d6017fa9aaae001b80c40126361cd51055ac874f45a4242695c1778 +size 1959510 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..0b9fad47f95fd3319c1e22d0e178186b3c409a41 --- /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:003d4fb58df8d2c2ca1778bc006b4aecaac465ca235dff45c5479024e80e0edf +size 1957485 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..e49445aece71ee5b42d824b5831ff23cf7848cdd --- /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:4ae6631446a8b211f1405ddd335324a050a30f317d1408088255cefa768131d6 +size 2085323 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..6875c485932b075b1cadb10de5075614ee02427f --- /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:87555bc1f467bb9b1ba59eb410d47a0d88f8ca2323e6447c3771970ffab6310a +size 2064554 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..f3dd24c70534c973903670684d765dd65912f172 --- /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:1b3d87f79f5494e9f7329e97055e96eb564447924b6fe8f476f9ae000044d2bf +size 2057242 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..a1f62d27329d8153fbafaa59ad914647ed03193e --- /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:92dd0384b0447e90ba32bc7cdb16a1370134ab6204c2d400ab8097eab5765159 +size 1983544 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..eef516fdbb09396b6dde5eb6d86e629927c720c9 --- /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:8dc95f41372b0745b72e0317a23bda5031332331bd2b71b4d18cf5cbb6b8ff1c +size 2037744 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..5f48a5d0dd146ecf771481d765336b6c8af919df --- /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:bb0d85015c52f2d145711d45cbee69ad46306b0ee69db735408bc176d352ee8f +size 2125604 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..b967f04a40af9c54ff22ed58f4e0b46938d430f4 --- /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:9cd61c052a4c7f38af403888e31ab7342bdb647bb2e6ac833eef659c036ae63b +size 2065011 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..a670dccd323ff1a6e605bf3ae20f5f9837e6c1b3 --- /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:67d54b03acabf78ba78ebd1ef4eaa9f7f593b8e5eab1a07daec2a23d48a60aea +size 2178761 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..7265ed75ef5b4ada9398ccd4d9a5166b9e073e73 --- /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:5193753f2334c9e4cbbadeb714f181b087445763a54528c609848a4d1f2765fc +size 1692883 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..2ea2ca31b841ca88031b5b829b155338ba421bba --- /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:b8748f360b6a058dd842781d5a8c1c8dfb80e0cb01e5b8423eec54549412e5cf +size 1705247 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..761abb3598a56d1de14d7376c7d75cd440281f4d --- /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:02f28b205fa53ae88ee2074f99010b84136a9b56847e36b9d1c8da50df23f45a +size 1647139 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..a6c38cc3e8fff568d21a97c0647998de464bc87d --- /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:875cba9642a9cb8beca1cb5b709fe5157f91cba93968ce79abbedbc080902c85 +size 1790411 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..4a8565d73e8a3c1bc3593f5d29b6287e08265ca2 --- /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:942281de7fb04aacf297165671d4fca8be5dd5e1baa72442c6c2ab5635ef9b49 +size 1858159 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..547d123ef9c6b350924def3ced5ac308bcaaaffb --- /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:c4e368ba016ff7ecf16eb45d22e5c2946f4f39e14162b3512e1d42d1f49498e4 +size 1759429 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..614ca941299f7cc5f9e356a60db5cf08833c0473 --- /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:faa5b6ea560d721681d82a1c48632233038a237a1e767c3cc00811290407584b +size 1780468 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..872b00bba10e2d03cebee8f8ad39c5c183f9b2b9 --- /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:4ca22b6062c89312d1cbd90747fb127d76af1e285bc2665da217b4319681619a +size 1879228 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..0524b6f0ff59b0855ec930f6ed2da482b86bbfe1 --- /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:27fa9e9457c9e63bb9c214dddf519d5144c8bba2d96e6dd5128ec5d2cea5ef22 +size 1868539 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..240d68f5b63cc1fb84cf511c200d93502384a92a --- /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:70af0e8fcd83da6896e8000f5d48a3d23d8795ec18ec21b1bd24bdfdc803f850 +size 1847605 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..a0052ff2b45ac1ac6284cf4c5de3fd423e3cac5f --- /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:1e5189176d06e044d7fb209748ca22b9d0770a84652136d96dbd1282a2333b58 +size 2174114 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..1045b9b22a919033ce84b41828c51d24a3b6e59f --- /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:941054f2830d29629088922d5337b46e3b8fc77881d8c14c8d90b8bfe2ed59af +size 2044660 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..df6ddf049cb0ecbe0a097ad4efbb3e393d3f150f --- /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:2d0b1843b76cd4934d8dc6de196bdf14429a602df59a617f40689b9ecc976243 +size 1575868 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..a527050c0308a0ed64c45b901cadcaa147a0b0da --- /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:54b37ee92eadae669e5f7c91563deca7825ae6fab878f1d3d115c1ccd11a14fa +size 1994327 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..bb16e6a655e9b96d27815077dbb61ece470e3ed0 --- /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:e4dc4b3069081c686a91a9f1469583322122a7a52fec89763da8bbc986e61f3a +size 1768999 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..2bc71db99e02729c632495208cd3b4bbd87f7f41 --- /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:777574f460aee43659c779fc4b6c811fa41e17216eae97cd824170e3c637a4bd +size 2192014 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..c8f44c677b6f5b429691a9ecfed18606dcf57d18 --- /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:57ebd870b48b62404d3cc2d066bfdc8574546c0c9e87f99071080bc47d1936c8 +size 1990922 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..64682bf6244cd428c4dd525324567a8a95fb07a9 --- /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:30466d2deef7ca065340a610e7ef7fe6483959408a9f128bf0bce694dd8acee0 +size 1942973 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..08f8d8bc1c0970af4d226c20a1bf0525ced9953b --- /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:846836a6b805319cd68755208de989586f2275fa5e2554f844a3f2b2176ce70b +size 2216438 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..50c6f453be62050e8202c2d54a11f2c00e3da1a5 --- /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:0e7f9305bf310da63b57303b4ae94731de1fd00a3804125a44a07634a3d15314 +size 2477590 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..e349582f51055295846d2dadcd66b0a953960007 --- /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:0ee710d272cf90988f342d6f64ce715dc4fc238db02e12f366dd1e92aba1bc88 +size 2141803 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..539914a4548421c9701e6aa8b5ebf47ac5d5cefe --- /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:140a366249326d47ec90ef0af74f696943598490908402cba9676ce51e3b6540 +size 1921743 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..0fcd387c92e3da7637ee7c8d06da08b6929b9c07 --- /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:743ecbc7d6dbcf7f5529500a0c7820f8173d7ed51de0f00c3063e8f9ddf15566 +size 1894038 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..f2862861e06003d6133aa9beee8ecca5193c7e4e --- /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:2c65e13cff5420b81309185f72d0691098cdc334b7830209675f37a540c4c805 +size 1626426 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..27dd32dc20f8e22c08f958fd6a75b95dc5d614c7 --- /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:e73c7070660b0165f1e18b1f8b3aa6d7c50278752c809542ee9b6d4ff86eb1c0 +size 1808664 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..0b28852e51a108e0bba05d204bb0c92a9fdeac87 --- /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:cf51da508bf599ae30b4031fe95973a0e25b4f82cadf6346afff6c7b2c5bb21b +size 1637371 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..c3dad0b095dacd2d4782b56978cf06be8d631efc --- /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:5d991081be4c85b14d1734d885154e4028f2263d0c073e03a3907e215e8e1f2a +size 1674833 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..ff5aafa0b7d8de63f2c340cd05461df889425f4a --- /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:a75640556ef7620403012fdda972f039f80c9ec8a89d5b2aa21e95fa78ed96a7 +size 1913836 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..fb6299b9532e66aa2f62bbb6590f0dda30970923 --- /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:ea17d73a9acc20c770bd78f9c03cf52fe34c37d1f1bc781a44acb7e8bb37a13d +size 1629736 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..b10af2db7ab5719a2cb7dd3aa738924f35075a3a --- /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:175cb62070b05de8fccb7bcf97d21474b2b79678448af03055ceb2ded3345f9b +size 1813554 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..6bf09f631e5112fc3ca4d9c43f402ebe063b2055 --- /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:a8971767fab2bb71ab1cb2069e925af1060aa63519024721a3ea784f516b19df +size 1624928 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..afcd3ae1528dc5df36e9958de471fa031a6c882c --- /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:a77e15211d0f81c048b3ee43d4c5b2655c8173d3601e77355021d1fa62949be1 +size 1802235 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..84cf151e32ba941bbdadb92ec47cf54395e98930 --- /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:be99c20423954d4a9c83b7b9a9250aec583f2e60a629df53c313900e495afed4 +size 1716693 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..576edea14aed1aedf021fa7f801f73ff0926b872 --- /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:9792205e5cd131d361636868daa257b6e8008784f7c65c74d69edccadb875255 +size 1931604 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..a318ef8dfd0bed8eb13f4f46a4c5dae8f05b09ae --- /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:756599b8411609f7aa063168181c5cf4ee602f0464745deeba7ba672ffc240b3 +size 1778681 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..907b5e9a069e1e8553a4de6deda53aaffcbe2968 --- /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:53659482f1d4c9a1526720a169d1f25dcc6e1bb96efd538b977427a37c39c921 +size 1708483 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..1a52706f4d227db4a5428f4bb17bdbafb9dba8a8 --- /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:7b0f7e32349296307d5e5f8de900af00e9c3db3d2f222166e64e54b8c810b39d +size 1609506 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..08d3e5357f8efec4354e7a714b93991693a06a4b --- /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:f8a2534df7dc869db0954485a5305e1866e3aa73cf9317031af856fdea0dd089 +size 1776025 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..0e52e89151f7cd92b578419597c68fd18ebbdd55 --- /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:6f8d0753a4c681245a4194eea0de6d44a0b004d196e0370e8544dc8cf0510c9e +size 1530092 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..925cd8a11ca4454b409576c76c52b7b81bbd9bf8 --- /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:dfbe47fb9522b1e87183a11d9bf87d370379dc3ddf9d8314864bfa0ea95d03b5 +size 1610494 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..bf6f5d343c8a5f2b9b99990425c57a9c98c2d9cb --- /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:4f143633ae598a809a1b4d3dc5ad08923ac4e35e4fcd3370a5adc57fec26a6bf +size 1933685 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..8b21e789b735dc525ecc48158dc4ddeb22e89d95 --- /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:536387d59ed0890e3692b63eaed926228b5223561fbf3f834b5f191f489a4ef6 +size 1900760 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..c2167434debea97dd90bb836ff06945c7b97f315 --- /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:d041c01a40e5b2230ebb2e250a5fa2928852f62331b1009defbbe2f3fdb5caca +size 1481560 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..248dbba20d221d07dbefabd1a8315702138c04cf --- /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:a1f05b19f45760db02db6227a24687449280bb21c0dcee4076afedef660d0578 +size 1567784 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..addf4fba71357076d8bac077bec803dd4e16c356 --- /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:3f2e5666666eb319e8ce6b1492c8f017a79689bbef7d61a11e30551647d36a1b +size 1483532 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..ce39abe29340bdac38f989407df93ba66575a879 --- /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:82dfd9949f46c60c59c85b2b6376af7754069d012665b1c651a4c82a035d45df +size 1663207 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..dec374ae9fd2e35bbe27a31c79566e22e3721a54 --- /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:d242bc669ef41e5d0bb192477c01c7754cd3fe49e48ce1d88fb97bb7ded327d9 +size 1660315 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..704fd1c5c9cdb440a2ce9928efb6ea657fbed52e --- /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:f17afc4f6fa0d367475aa45c4a715945827786c7100a1af26e8d5b1947a80eb2 +size 1745967 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..a8d2e8739554f7d7ea67c1f88252317c53a7824f --- /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:b09f7cae1fe47a630fd65208d36b6f4768d445536387ae301353df3bcf120016 +size 1675294 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..624fce95c431c4bd9cb30e6a595a61702a7026a4 --- /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:ec7635d4619333e58a1a788175c9c07fb782fa2355b7aff4b2e0cc1e55bcb482 +size 1943240 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..82e52bead41b3c6d7c3116a0b3007a08cf994e6a --- /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:d5aaf73df79272644283d7213d357c41ea0532a52fc26dd2b491134799acfa0d +size 1839032 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..69f4ef8759df9bd23bfcfaafe5ae3d8a5b661410 --- /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:925dc9bbfed23af1d7119a8e661a0e11d99f66c978d9964b1ef7675ce5bb23b1 +size 1873119 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..2edec8a2cf6aa2d1324db6cd227469781e2f70d1 --- /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:45297b720e8c02c7541f146cef007036dd5ad38c84001321ee2af0f0a2f896dd +size 1600693 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..8404aa974993886b87504ac52dd30e1b06cf7e14 --- /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:998031e85a97f8facec836a0a4eff3916e37bc4355621c25ef77f748de8b4b28 +size 1709715 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..47088719905b8ccb04ddb618811f825275ab33ac --- /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:e82469832b5dfcf1bb3caf71c36833e6fb7806fa8516a98af6be9d9176477072 +size 1738749 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..046c4cd48ddc7b4de8d489458745fa5e1e462972 --- /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:063ad56be16aa48d4772d5f0df1c2b99c8f4747406686184b2e2545a62d7ca9e +size 1671630 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..b42be6c1dfd3203c8d9e682f03c801c790d97af6 --- /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:36ab538b7dde5711047f5fb8db674af5bb885b5d32581c13f350c3afc6fb1e94 +size 1623385 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..e15e4e4b59140779ee09ca0fce4c105333fc974c --- /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:b4da1c2638603584ce002a0bc04005842fc5a97faf9cc7bd4ba3b0ae3169d151 +size 1670630 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..97b6c4358abf4126ff21933332a544ac43ebdc1a --- /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:4a2bc74552ec5be4d69e8052b7f5be90819544ce068f3c1e00f09fa39fca2fd3 +size 1904836 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..ffb428affd1552c7e7ce6f4761d09561962ef086 --- /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:547008711c1ee8b26d7b2f3c20282de7e7fb1ebf0c13f79f1a3d4df8cfa7acc0 +size 1751294 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..962fa50d6ba15572c7bb31385b269d8af267bc32 --- /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:aaa2abc68d878ebd8c9f35983962aa17451aab729ce2dc9d4f37b7be5c6cf854 +size 1867865 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..48e155813c8a0e1eee662b0fd8d8dd0bd6c0b6f3 --- /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:1384760ea30373256ae39931cf7173cb59f3d1cb7bcea6d4b36c46917ae9070e +size 2128587 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..76f76c8309b9d62a27dcb000d304927ec24bbcc8 --- /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:d5a1ab5eb60340b99528ed7f9cf85fb936577518c55e58247aba6e0add426a4f +size 2676433 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..7e0b75c125a9ff6015108fd5acceb009ad08868e --- /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:bb488369f769f4f6fd19515fa4560fc6688a182642ed5feaeaf7645f81eb102b +size 3118391 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..25ecb1cac736129056e5b67e36661442e824d28f --- /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:d7eaacd923da06f2c4ca1511abce6a21939698ac0ddf086ad748b67ad87b2461 +size 2031994 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..b49cdbf50df44021dab394f5dcb680df86dc22bc --- /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:f0a08026ae60b889e7e67d942d863a1c3964a3101540a6a792853abee7c46dae +size 1851417 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..5d7d460949d9f385ce02e3741bcfe449a6e5bc13 --- /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:c3f15dc0b346c547bf06a3dfbc45e53bd1f1729ffe0a5902129c02738c212b2f +size 1612160 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..af07128b2d0a7ae5277c522bd9e886d56ef4a273 --- /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:b1f85afc45311ca0a76ed347f3463501e28c49e541e584e35392f55387272cd9 +size 1962842 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..93c9360f3c7cf1fdf3d9b6b401ab2e15edffe3ca --- /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:8167b580848653cf5f4576f2b259ef3f85ef2cd78f6ddab5f741ca58b651416d +size 1912860 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..3cc78e198ee3fbe55e63297cc08f16239b7470cc --- /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:5e375ff22febc0c334256de977a285908b8aaea41080b62fbb15d90c78a6a6e1 +size 1848298 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..b53bccfe5c1502484448d29216b86843a3dc05e3 --- /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:532879e24b91198b1a0f7cbca63fdc96ae447d586c342d571d31cd78b5cab1a0 +size 1649943 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..299031f42f90b2ae3ac1da5a977e1fdf4c51e1a0 --- /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:4ee575949540ba54b7a1df689b344845eabdea46e14a9f25c37155d2977f5890 +size 1699318 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..3e951fe724eaa0ac985085056e9368dd97f003fb --- /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:e417ef1492f9996295fd819ac59374ddd349c20e195c10adfa2a2e086a424901 +size 1570444 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..4bc07186a5bab3d5eca1fc109a8be9b81ede544d --- /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:5ef641cc425ae1c6c3094b2d46596740cb8d83a901e5936b211919777cf6c474 +size 1642837 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..0bd1f7689cfc17193c24e306a5fcf2e9f173d8f8 --- /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:c156e7cc42391d2abe3015cdff634bbf69f06b8544049cf3b02e109af5e6df5e +size 1645247 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..7c4cd1a14002d207cc4fd4b50f04743f5ed791c6 --- /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:8229c8c28f6bae8b2952488310056690ab85b5f6e1511b0a898081d55cf43658 +size 1766863 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..43d888fc82d36dc1fe4747b63b0032bf89359ca8 --- /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:94315f985fb0d4878d5c9f718c501b611a2efb4caa95ba8445d82af10fda704e +size 1889169 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..6436e2303d4a07b4a53a9feb9e3e916561f7a3f3 --- /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:9a55fd1e11e9b209cd9131ace826e7a3654aa0d4a8f2a029a91834c045719cce +size 1729015 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..cb1d6671af9477d4182c9e5397caef02d5b5fc1a --- /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:42fff311c9d4c3f4ee55db4ff732366eab94140f1845ce4deda9e086002779d1 +size 1829769 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..b7291559f05f9e053c3ed0075862365a63478800 --- /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:f535117c4a9348b5bb972c986dd04487821288d0596620140708469cc8856389 +size 1831464 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..55cce91382eea1956f0b4c677f453eee94af1ee1 --- /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:a532fe4bddb4ac4334d5ac045d46c1e09615e0624f8df7bc0d16a179a8271358 +size 1640624 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..2ddbb1972b90079e3af229b9331e8b5a2e2deee4 --- /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:4478a90ac4684f061fe422fe83379cf2ecfd7cdb6b73381369ecd87daaef241b +size 1710717 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..db38ba8cc531c8be1cc3281fdb4bf610bd0dc331 --- /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:b4bf84da3910411c279efd4dadc8b5fddf82085e2b6a5b387494f4efa29118be +size 1509443 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..8abde7ddd5f8f33b573788b7d7f34e978ec0da7c --- /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:386bcd26133ab5bc8460cac25253a7aaa961cf379466e743920523fa21cd9880 +size 1577044 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..e6360005d47e1d336e1ea64e210fc9f1c5a56fa1 --- /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:a7b2a942857b7a14edbdb14ed1c28bbc7b94a165ea8851a7f1b4ba21aaf384d9 +size 1569630 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..d5aa7828384cad8e0ca7b47e0cb1009a894f0179 --- /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:0537fd1967b6707af20f17a44b46401a2c78151fcc0754a069259eabe2782405 +size 1695399 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..f6e97213db4e2c7afad73111d783185721300bf3 --- /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:8eb3fea77f089c8763be9d15dfd496f50422933b9110cd4cfa33cf4582ff3e48 +size 1769180 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..b9e43a1206df91f5f1ba61d31f1effb59279273b --- /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:4061cbd68fcbae441d115e6b9e63c0c68353babb173d67a81653e60cd5b3ec6f +size 1561513 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..6086ec9cee76ce20a73d0d028a5eb83bcc2e4558 --- /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:116a9ec3eb9cc8f85311123b116bd8b9c6791d922c2793006ce7513c825376d7 +size 1865773 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..ae6310f05d3c95969a8a42cd0e65dd2f6a1a6824 --- /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:3e6b37b5a8d67477e854c6cb3baab616ae6118e1ddbe609cbc6ae70c9dc37900 +size 1635867 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..aa441a6ccf38497566cce6649612c41c2e275267 --- /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:b78f1c31722c554d744289fc283c986b6ef28b21fa04ba71279563d6c73c00ff +size 1756035 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..1508903695afb063fd809ca55f90f87182f0c87c --- /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:d196063043406cdffde1b447d190fccd644032fb29186c286bf3d6640b34761c +size 1635629 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..5e8da9b6964c1e2205722506afe22813fe3744f7 --- /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:e79eb478345d82f419ebc483e19c41aab233ed0d7736a26ef8d3e568d6a13f1e +size 1763063 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..133662d58bac62c164a606c14520e3066951d487 --- /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:a15cff719b166c2bb6011ab62cf593fa112804f5fbadeefa90842ccdf526731c +size 1947585 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..9c501b653f4b9c8396bce064cd9b11946291c17b --- /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:50c9e7bf8efb7f134a6564875dc22c4149367a3c51d8e5d2d46db7e698d3a6ef +size 1806333 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..dc310fe5fc17959892b5327c7b6bdcb6f0b8dad4 --- /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:adf58f565b69f7f8fda994be6acd6589bce8c3da17cc42989f12007fdba90cd1 +size 1836070 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..646227d29de48aa687752146f2c9e5c47ae5a898 --- /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:2b526bda121ced4bf261f4d7b1ef3cd4da85543da5df41e1ed35b092692187f1 +size 1700873 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..e38de87687c392a3f4a948fd0b78f66744774203 --- /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:65c705c3d75805ab43b44c3e605efe88b14e8ab017e6b6b7778c317d930822e1 +size 1870685 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..3cc4ce050f12fec631154aa0724aaf5ed801ad4d --- /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:ce030c7b3d8cabe3bb82bad35a5bf6dac41ce54d066aa7183182ecf503822cb9 +size 2683462 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..893d37c71688e0b82f7ba69e9bfe80419a7b6662 --- /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:967d4d147e3b95090565218de1e8b79a5b3ae591b583fd3cd59e1150636d2c90 +size 1759823 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..98b345b23807da36844eb1c4ec24548693132fc2 --- /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:9a051b911f2103f083decc20d87f836a7fce087c932c778e2781f9f60191f030 +size 1773570 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..33eef368d6be271e5ce786f074b15d37f59582f8 --- /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:21abab596572624b28e2581ee33a1345c3c0258952203d941cec0f1500c5fbef +size 1820097 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..777057b28fbd931622438ab4c51ea09e223c9384 --- /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:ce0859580632ee9c62c1bd80554f398b06ef83ef1ebf39ebb1bc3bce324aa4dd +size 1717158 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..6242e8c121e322af9f7ee83d34e2e4a30c5321fd --- /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:299c2620b2af145783a479c0e4f67c0ae7d388abe4524bbfde6153a56aeefb59 +size 1786639 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..249c5b83b81855bf33ce8968a12965d27a2eb149 --- /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:f8ad23c16ce3ac3346c4d4f22bd8eb93d7b51fbbca4a021b9e3841e8cb1906ff +size 1778286 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..401d903a865cdd7c06c3da278dc70c99feda6517 --- /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:f8efc3eca7fb9a320a2e148b5fa2d5274f10cd97bc8c523286dec8b76644f697 +size 2004598 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..074b93c0f8167b1db61329c961efae2ad3e46fcd --- /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:f50093ead100752a98466d560c50578f0ad9ed9728ef63030d30812d34ba2a58 +size 1768231 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..85babb607d4c742f815146a366676a2383fc4855 --- /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:65e30636f753d7bb5899187ff77d4d058ff5e58442fd2cc96f23488926583639 +size 1969150 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..adc1a905d1c22f94570f34438a4bd443943821b4 --- /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:4ff6c9a406374535f8153b699e85c09ae90fb68ffadd2391daf691de586db124 +size 1823736 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..3bbabfa7140af2be7d13b9524a96ae27d44848a4 --- /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:c0b1cd73f56972713caa75d69268a624893ec6e451a095a19983bcb7032f34de +size 2060399 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..81e73c0ef9dc1a0ef727d77ec1e5b394757030d6 --- /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:e747737314c409bf81e802c38ecd997e3ca6e2e6ac01d2c8ef5f89c778682d63 +size 1817405 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..7ffd44b5e90aa2b20b1b673fabf291bf956985e5 --- /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:c146f5027d952c3bb859755c13daf1e135d5b9814fd14bc385a099ddd03704ed +size 1815960 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..be85c28176544bed6777e869e6dc3d79f7577c38 --- /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:7c42783bead2330df304b913a41c87a453ba8028fbbc7807852d99c1bedc7bf9 +size 2187500 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..c6d4ca2da264a421102b72b5d5d9ca406fb6daad --- /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:2402be665a08cebf9d452fac18ea9fd492087fe19349d4a866e99c91e422e627 +size 2045425 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..590bd401cdac9bee035dbcb892eb2d5eeb4f61db --- /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:92ca3a5aaac56e3e84f9e345b5a1d042f78e03024906f58938517523b31a612a +size 2082675 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..ef41db93c3eec3298168cfd6164e1a9ea0eb7109 --- /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:dda3eac07aeb70cbd4ba57678b520b4a68c8fe085185234b53b9f89525676cdb +size 1917477 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..6784e93d324efeee00cad6ec9b87be8a7bafe3a7 --- /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:d4c86e285bac60dd77d2eeeebb61b75c7dff7964481eda9cdf3108569d8ea301 +size 1776093 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..6ec4f68c3b07fd770711bddfd12e28706a9de5e2 --- /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:938b974c14d583486106d6b12a0c5039f3a6c761cfeac005cb69d64622038268 +size 1650147 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..75cc81bf5ab219b33a812e43f49bda71e89ef29d --- /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:edf5641f25228c075cb835db5f9fdecf10c17d79db7955e5e58440cca0c2e10b +size 1631736 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..92637e84dd66ea524b91158f5e2b217a03eb1bea --- /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:43316ed1e94f355f8acaa2a51da2cd5abe3cf02b00c9f90e7178d258583e4662 +size 1696640 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..e1956d7947e39677f6a0ccbf39f41cc83cdffa7d --- /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:1e91bd7535f7f0d2bbe372d075b7db0d7988e455bb2009c228fcd6da4bfde390 +size 1866652 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..67331c9cffab76d7f291b2fc44a19ca1cc32ad12 --- /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:514b64f2f701cf26bcd52e558f246ddfd38afb45b064e878e7fb50184a0d7426 +size 1676742 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..0d98457365b54c680fc9e2e1ed21235054ebd6fa --- /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:9aa054b6626bb4631a6751817256db1047bf7b859c11d1a5c1fe7c6c5f8ac946 +size 1895965 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..c16e14b4382cd43d8601af47309488cc99680546 --- /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:c1a210814a5e2e05f817fc53f49527747eb0f56b1bf7ece7a4b848312a513c07 +size 1808361 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..f1df83e5be79ce7590e4e9ea071dc5f5bc81b5ef --- /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:0e6ef88aabff89378d3b57f307e1be98f7b7d675f90b788c86445154fb23b65f +size 2134176 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..5a50e2970ca125833a6a5aab7d44c4c17ea16e45 --- /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:b788564acbe0f6205e90cab4bce90b3cac717a4b113f506316f02a643658f949 +size 1627758 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..a84e8d81f4f7963992ef895124ae195288806653 --- /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:5263e4dedad4aaeffc321ac20d403256e55434f819800f1832b31501ead499da +size 1898964 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..2fcb0ee37de18177a1f74eaf11383c829089311d --- /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:0bbc7dddebe91bc8a30866caa6b1be6b82e0dee3c7c6749f6f9baf3145322e2f +size 1740525 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..d5e0966e8ada636b85f3612f5a35cf6aef25ab2a --- /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:9d5c25808ce0fa955444f5ab2d6deab6e950440821e3f417bdced160c17df608 +size 1632267 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..67ae3ee0486fda914aa17cd73510e4e4fda5a681 --- /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:4b3328daf539ac80f74402da745f974e90a284455442e3372e7a0434b967ab91 +size 1941845 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..87051d908e4c073f403a01376f0a33ce51c4781b --- /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:590a0d2f21a69f9467ef7cfee09fe7ef6cecbadba227a5aebddca95614fdc87b +size 1785148 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..eb15dbaa4add22d624275a02c4a3ac2ada33b139 --- /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:eae2b67275033804b110e745c58d364aa56465a31af5d2601f0cad9271a51868 +size 1762573 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..2efda03c692468fc1654ab72d27b21108f841f44 --- /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:d4d2e614129b2d20c7585c59fdb5ecdf535d18506f75e57eac3059d09d27df45 +size 1713826 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..83e1dcb0468d0ccc562afde8ee77217d79349150 --- /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:98b4ed634deac6191589726d15b83e66002072bfb963a9879ca9bf1d5b311147 +size 1572772 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..2a5643d31098cd9e4d8df5965227294af7ec9478 --- /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:07991b0a113f879cf781f9f62b6dabcb6d852252dbf96dc22c32b2d141b4e698 +size 1853960 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..2cba7cacd2c5bd98ffc7b9f13f26cf2aa702bb35 --- /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:aa09925b014ab4bfcb44b651b602d375ddb23fb6873e25cde7347573a7e6e3b5 +size 1651111 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..08c93e533ff417166d4879c1c6a4d67e94ce46f4 --- /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:a88bed5dc0f7187ee6392a1a2a7bfbed7d0dd8396da75d767d55e1cbb582656d +size 1761932 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..740ddd7512b9bd14759f662564fbe26380421060 --- /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:a0ea3b0e82e80730a515080f32ee75faf0e9c7c8f9e74cda089209c0bbc29117 +size 1749009 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..562586dbe4cdd7c33fe5a4747630585434be2453 --- /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:213f33b9ac43ed3c9d91db3687bc937647422fee5c3bd4b3a719a5a759e3fccd +size 1637522 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..06510d59ca5a6ff0b3cbf890990745112f148c97 --- /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:143686f42ec76f294fd5bc2f2ba7d5094ed96b553314d9d4a5cabba05637164f +size 1495090 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..e9c915c9bf76abc7bed344164376f455b29bcd85 --- /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:52b673bbe587bd2092e90a5d053f306d3d2f646ffb4d5c8ca2041e8d16877820 +size 1525328 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..f071a62101680eb5f2b36a9e73b17ff22dd2be44 --- /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:b63b720921a59c1e427fbc2ab5a8c574ab885ee68594ec8941749b1337d0963e +size 1633472 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..fb0d89f61656cea26dde32719d37dbb00db5cc14 --- /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:aa21434ab4765b841e151634c2c6253b69d4ebdbeb9ff99891cef714b379e146 +size 1574426 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..3a88194e0eef46c575ed4fde5c34578d08ebf764 --- /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:6ba756bf2ea48a62b8b0eb5853138812a88da723d46ba51a4f7b42f8a0135a54 +size 1682751 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..ea651d611bf33ef531b66961053b1f0b4eb68011 --- /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:03c26b3302befc8d133a643d8a03a82695115743ab422a21521929929d088f1e +size 1567697 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..c4b5e71b988107a5b4ccaf2eaa03dcddec3750de --- /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:15eaece8d3dfddd4ffeb0391f2da7ca669d8a95b71993e1a014ebb9a7d050678 +size 1641651 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..4404c89cc846b33a95a65006d56a0e2109af6236 --- /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:16da72743ddb68d5b4c958c1583591c8605fc3485abcb9d7a8e71769c9e75dde +size 1669256 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..e1431d1376fa909fefee3d26ea25d3bc54b1cb37 --- /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:d1be0c95d65890756caaeb5b21e8edde099f91cb5d80bb91c29954928d21a5bb +size 1610086 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..01134f8bc03ea3dcc941d71a76901c702076efb5 --- /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:f8b40880dc662b960cd51133644e50a2d05e0ded4fb2dea1d0fc4fdf0e80af2a +size 1474241 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..ad7eeaa4466e9512b68d8dcbc845489edb2be236 --- /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:35fe416dea367834fe7d4daaabc772c45ea777debe2cbab7f305b27b7f52f05f +size 1808779 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..4988d9c5388212f5e0a83b8e2919da66fc48f6dc --- /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:42c99b3853b51735e9969fe4de0b6e0884a282fb85fd42ccf65727ee6c2e7a7e +size 1643441 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..73b1e8984794722a5c7d37f0bbe6c713e6c62897 --- /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:4247925d2e5a1caaead4b9df03fd9808ad60a804b2ef724a25e19266806b7153 +size 1451383 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..d5b413fe7fc2a5edfe2e5d7820407b4e313ebd34 --- /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:d0ce1fd0204bce5be207003be2d1b85395c1485d24fd2b4524eed931fed1c4f6 +size 1471439 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..ce9ffb9791a6041aae70091dc7098406a18aefb8 --- /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:63599e402a6b08a3ddeeed52b03f5d9a4628fcb8d442595ab5e4df2be00352f2 +size 1675044 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..83c8fe262e5cd860d88a6e41a769928dfdab19e9 --- /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:3702f6224564590d7167ff4ed2f799e6298937906d2642bda7c6f72b542b2855 +size 1645169 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..298d9fbada060dc0224f704f29d0dc771c2f4ac0 --- /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:216c329824ac18bed5a3d8f1fe8f09f72a0af3be954b514203a6bb4af5b2db7e +size 1782365 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..d4984bbabfbc868e3f32a4e6770bccd8f15d30e7 --- /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:60db08149e6fc1c919ddc9d7b890404df71513172c9520c9198f6e720cf31845 +size 1557328 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..ba34aeb2cf81ee8dc1ed6d12f6a0b1cd2912caea --- /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:095c159c0b51039baec1244a3cfc21dce4a21b94341aeeaf6aa60d6cdc88b1f6 +size 1912143 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..c80f6c46c3f792159f509025ec36729fa00a61ef --- /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:d4aa81f5b972fefe9b200494858b94958c54880c30bde9106879e731a1f03e2f +size 1829686 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..b234307f0722f3b1c77e6730619317f9f141f4c1 --- /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:c68b21025155fedf1c11da34fa66d400fc78efce6a7de3afbcd4e8a7cb82ed1e +size 1420959 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..4a5c93d0dfb9769cdd51d8df23131f344eb98d17 --- /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:01fec0c0e6f032b5aba7b382894661590e3daf4d55c0469a327e472f167a8167 +size 1509170 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..d1337b31b68158097f5f6b76a94587c7af6d3d48 --- /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:fe06debeab13e6825bad4ede6ca2a0b1b25234bcc150155158298ed2b8dc25e3 +size 1654350 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..1be728f65499062be6c72da7ae4764bc336991d7 --- /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:c9c2609bd9d093539eed825462d10a43c82232546928978ea03f9d8e46cb9365 +size 1604306 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..b441569232ae105f487e44be5ef96b208c0a8e6d --- /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:6dac0500a730b5e30c8009cb64405c3e0114221ddbf58c1046a7e90c0fb3a15a +size 1559365 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..bd174d9036e36fad3ca6dc47b0ed4976e2c1155c --- /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:3b958cc93047d8f71d04d3ce0a0a04e4cbc6c050d1cc8d07b35e217aef78949d +size 1477569 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..d864471c5ab9df34be485197a6244d9bd03217ae --- /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:e0907436d6e39c7c3477cbc219e4040df814c1f9f74207c86e1d5323cace5958 +size 1564119 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..721554d97f2605b93611e8d3ff94e29d323e901c --- /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:ced649953f0d5ba2ef467c8602794a5b60733cc5ffac2ddf2790aa700b1e44e4 +size 1426411 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..913eaf82359f09b267f2a0e6ec5d4879f0100150 --- /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:d98f6e3e2cb57a0df7daf176cd563dc536a6f25cd462963e040f9bedaae092e8 +size 1379040 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..da3f9a8cc6e1754e285fcd68d42dcf9e1df6eb9a --- /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:3180643047fdd7a78820c398214d5ce0269be4642ec2c40243340d42d418748e +size 1368204 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..792152ed27d277195f17b8d03d4fdc3348a06c03 --- /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:21626d5fd8fe1ea5c518cb5daab0c52ff3fc6fb2d5c1f79b4654b120331d63b5 +size 1701506 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..85f3297e741dd0ac9a9abe136b750685d5002400 --- /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:d5dce3bf754b6ad831cb2837b7f74d2b76455c8634e4fa56e607b2c30c8a2c55 +size 1482831 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..1da12e16852ed29c752bdd39fb3d1c7e31eabdd5 --- /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:a7becec7b58840b645164e7b1c69ad21923d02b141c19e31c7ed851db69bba78 +size 1706950 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..e501b8cb2d7d9f749a191ca6f97807d2c2f6b45b --- /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:74450508843f68dc5a2a4c790ad76e57becbdf7f65972d224e689c02472adaf6 +size 2476043 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..343440dc7eea3b8f52387130bb279550ee774764 --- /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:aacd634ced160d897069b65532d356849fedecfc5d285f562b1714c5b47251c7 +size 1768200 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..e3da36c8666b203b41d853a0683a2df89849925c --- /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:c5fd2afc68c56d16c84f47633f338c2e09d08f273100dfc8ab9973f661676d69 +size 1573828 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..9d898ed7db507c2e2fe4424aa7daf78a7dccbff0 --- /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:fdddc56dbb8b4e8ba3abbad2c52945299f36ade728db03d1e9e4b6ff0d61123a +size 1541705 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..8cd23c3101f0b21537c273af7bdee72d4e4477aa --- /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:022aed45ec3d8d59fdd6a6af425885e8e40c29ca8d16736aed9c5eb3ae0451f5 +size 1716463 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..8351a0bc0459b43c0b13790475b5b9f1d43a7ffc --- /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:0d87796483014557ccb863af57dd7fbebeb4a9339d1b9ef658c92b13a6edd214 +size 1505888 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..177acc3943f3794f05c11eab254325cd68c90bdc --- /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:a5ce70b4250ee6058b383af96927895346497723c05a930c151e02f21dfbfc2f +size 1548666 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..294afb0c37bf6ea512795027996ab28e474233df --- /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:b903cc9d22d06a99f99103c91c0b894cab40cc930e501f247724144bb5f7eaf9 +size 1422701 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..33155a27b728e4b8f144e4694bf59095bf4067ff --- /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:a02de1615c632f5443cccfa1fdfd33420245e5576f4b1f591f355bf1ddab210d +size 1485429 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..b9fe6909250b3502a5612cc486dde6038fb79d81 --- /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:f5b54615a291f48d15d09fefc9eb2ae254099ba6665ac84a04c2a0e456eaed37 +size 1669868 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..97bb594d2ba7e3d1376b6426f03fc95bbb54af49 --- /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:ad274c16921f8e56516ab6f8dcc3538b8275dea87c6c08eb47bc058787df8427 +size 1405222 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..fada769165c2c73028537bb2817dfdcbb667be5b --- /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:05650ac489a08ff49d177d9ecce60a2a7aa10e9b088ed4f860ad0334dcaec14d +size 1545452 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..32b0f6c2583367484a42f5c68f80042d3db8498d --- /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:43cf87aa249531e54579ed1aeebcf6ebe84116b3adaafea7fb8c067d29e7718e +size 1554498 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..728f91e2531b239420f9ac00f2a51a4089e7cddc --- /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:53aea95137c16f57287d80a76f5f1d5655ed3a498c34eb56941663cbf4e20a18 +size 1386091 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..fcadf086a055b34164e11597ab9c48b67ecdf145 --- /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:479b89b7ebda0f79f62860344efa976114fe033b6829cc6c4d8a4239a6201e16 +size 1891486 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..b85e04588838cc25e8a5ad72de9a6b8e8664fbeb --- /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:2043a1cf9d946f071f0f50f8cb8ea6d21a7a1b29343ab0cd2c9431d8c0586d3d +size 1711009 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..222b9f7123324535f7275ef61b03dd7b649655a7 --- /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:2fce84d180c2cf00a508a5d1445e7f33833ca66a1d031b5230d9804dd3573159 +size 2435319 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..66857ded89eb9c05de19f47b7c47412f0f81c915 --- /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:4e712500837a408b97e280695833ca0c47bd8a4a222545e12b7241a16969ece3 +size 1543055 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..211d05bb096b9b8de17a0eb5e827fa53c0e07017 --- /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:2601c48a0f932fac234d6c9c50d1634f0fcbd2ae489cca6acd6fb7cb286ecbc8 +size 1598962 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..e460943f1c3dba2673d53556ce3fe7ed33772001 --- /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:c5204343cd72236109e3f1f15e0ddcd9723e661a3781b5cb430ad51263431513 +size 1697797 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..0b5d3b12001074899533a909f42bf3f7d92736d2 --- /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:89b76bcb0dfbd91960e5d8e900a0549494e96cb539b925c488d29f7bd3627c09 +size 1699918 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..d6cb9cb43ecc69291ef4102d7631a2ec7549a34a --- /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:b657402e5752e37f24534c0d8f94440ef6e19ec11341ba7309a5610807b0f635 +size 1491919 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..ad38a651faf58c184f213605a2b608a8b6955010 --- /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:b653fdb64239b02e7160720084d9a81a31530d91afc279cbd1946fb01defa1d4 +size 1595076 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..61fb1b2be7a1bdcf4b2b4ee3d27af5049335ad2f --- /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:f3769ef11354849df79616cc0aba240d79240b0663b122ede89535da09d304bc +size 1557295 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..bf0889e31057155c0b850f0e00428a940bc940a7 --- /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:41f7f356098d9e98a13b5dd6d414e84cb33b609ef036359d4d0ebe51a79d78dc +size 1587882 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..1dea65061e7a02294633aa294d7f3fd3773001f3 --- /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:d4cb5c3f85bb594df56729564db7abdeb841737f263129e58b8140ddea8e762b +size 1779438 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..a0febc9a3a57897c53698651d56a88764cf1b05a --- /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:2c8f0e69cd8edcd8f3147a6203930c44ccc463de0ea1441c07cb81b5912808d7 +size 1451694 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..91998c0eea7d36227e69cf3f6c6743ba8cd5b5c7 --- /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:f6a0aaf6d6bcbed9b79d0c0a1c72369b9081dd3472e6857fca64c1120ae46f04 +size 1515657 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..78fc5600ae7957dbd91e86fe178dc3caf1f856a9 --- /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:1dedbf8c3343f4b9daeb18c2e1eaf0425158f25f59c69c9ac133bf47d524108d +size 1830967 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..685d3e5eeba993635e47dbca8ead7f5d15bf84db --- /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:27e1ec91955959aba04b08357919487f57124d84ad7fc07b817ac81b3f70ae73 +size 1555028 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..ae75e7a3518de451821b40e944d1da02a4cb5fa1 --- /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:0b9590bc857c863923c8da544d70c77e755a701c11ca0ff58222af3dbeecb529 +size 1485034 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..bcfe60fc0bc3e9721bd0079bbe3ee97dd8314a23 --- /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:68592f8c88f4879f520ec2a056f4bdda7dba9857c696661a32244f6a3cd30254 +size 1882314 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..8aa90387e874383a7e01e3a40a27062eac6dc1b0 --- /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:74903724aa4772dd54f165d11a0cec2b9876ce61358962048d06c719da1dfc51 +size 1695363 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..6ba909aefea5aef913dbb3c650569bbc60a7e6e3 --- /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:13f9fc38c845483cb5e74a70d383aec910d888edcd76db3aa9097294c492186e +size 1654610 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..5691c32f7d1a3ec53aa6e54ec467d7c7eae60d8a --- /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:1959f61bbdbc82a39d02254e0ee7b17812bf56e686cab8afdc5450885053c179 +size 1655941 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..13612da56dad8f24145e2ed49f79d9138ca6c6fe --- /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:ea213ad455a7d81bc6b0e8a20e2d07fab6a54e8ca6954ed590f0f44d4e8856fc +size 1498085 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..43c06af17e08a898cf900b087e41562822e7d862 --- /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:8e75ad24c501bb5142774b4f85004725a00faf9980df29858f3c81ab93ac39d5 +size 1460785 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..5dc123e84fec0e8d911a3f43ffdb15fff5a149b3 --- /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:826a93eab844734528a17e66eb93e47dd54efd82ef65bda7e70b21635231a3cf +size 1388627 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..39c7aeb2c0cfe5f03bbafae352e59752c9cf6982 --- /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:9e4c226101d2d7f156b3304b55551ecd86ec25e686b2283f9b9fc23b6b696344 +size 1589470 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..0c16b1d1b466693b127dfd5c51babe16fe084a68 --- /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:477a0ca2564f5f388f580a44d77aa5eb90393149fb34b2440d24c49abfa03dda +size 1435103 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..a9e8c1b24bcd19a9d3ec44ae39cb566828fe8ea7 --- /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:baa74d80adb68da4566d2a04659f6ec0507aff6ec995b167ed1848b78a53ca30 +size 1445022 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..a69c5adcdf1ad850ad57bd64666488f9dcc83d83 --- /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:4dcc9ef1121fa1f865a9f758f5d191a9df659d16a31f352616fbca118be27ba3 +size 1692834 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..db2b53de4d0c8b405a9bd0135400bd7bc7d3cb39 --- /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:e4d6ee91d96df23f8092c26199f2493bf0110723b06cf72b497178304e392fb9 +size 1343182 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..773669565f75c24be3fe92b18a79a8b9a1b30096 --- /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:400d6aa83a59d1dbcc767e4fbc95388d633aab53d0a9674b4d330e74ff6fcdd3 +size 1404810 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..b7d662dadb9f2290824264bc02b8d332249da68c --- /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:74c9c24b9ee5e375fe48bc4e89c2ab6e00faa7fd39d7601cc0425f3ef4423998 +size 1511901 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..1ce223c00f63f067014bf5ce03f1e84ffe34d947 --- /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:a15e36df519f61bce294e2d50c070dea4b4f652c42a8ae57bfc83b89c1c37dea +size 1345689 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..118834f00dd74e59f04059bc020d84ef0ae63a2d --- /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:b67d4ef3ceaee14c178ae251e3233b44e0f57f55b331bba93e20d6f276aa26be +size 1450727 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..81b0e7014e91791be32e3a9906806031342b3559 --- /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:8a9a37a210d26928e46f7e529922df3d1c3f822068b756005ba23e0701e60d1f +size 1526165 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..7aa391e92abc1da28c2554b59d01bbbd4fd11767 --- /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:866372c8d38d9d768e34266f91e9b3aa9cf72309877007b60a2bd739add75de3 +size 1606845 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..a923d7d90b376dc8157d5a0b31b5860c229ef8c6 --- /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:a7014cab3b4293a8a77ad43b7a5d59345bfb4d35a1136dd0a5de9495557bf88e +size 1556437 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..9dc7441f0a5b7ce3463f7138c92ed80fe42df1b6 --- /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:f898c12853f44a620ab0bf74fba3d31f3a3a88005a1ed2dbf193b376d3a26dc2 +size 1383924 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..db616c783dad9e587aec9105ee28e398eb0b62e0 --- /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:98a497c21283995257a527693c6f5f458f722f29de6711b8ea0450717dc87295 +size 1511059 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..7725ac965f680afe27cdf56fe0a3c94cb511d2fb --- /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:411c1b55c84aee771a63118485395a37bd88a79a6a45e6eb5624ef5ef0cfa381 +size 1304118 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..2c58c7df6bf0a3d6da4f5a6098c54e28e4d79dcc --- /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:16dee7f9c74402ee486ab29701216152c45ebf16a17ac4b987cbc276cc5bd8d8 +size 1420861 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..89bde45347b57c4a7132ad1ffb156ced5374ae39 --- /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:0160ecbe57ec9cce062f6c24d7a9d23d66aa0dd5557f9c5a16ac5c53dcf8ebdb +size 1606233 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..20e7ce5f71d25572e3a038758ecc1cf687de3b46 --- /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:165edabbdc10c943c8c6c7d01ce4bf1c6809c727bce5cf4de5290067a1e94b36 +size 1645990 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..575f7c785543a3bb91461e796788030a95f06d6b --- /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:6fed107daaeacce0dd27284ec3e3cee1bf3d76836ad7289e66932f9ba0c128e0 +size 1441070 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..a11dfdd2d294ca308741284aec2950fd2a8f1346 --- /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:c35494a52ec4b6b172b6031ffd47da74db700b5c156c5860821846078c54aedb +size 1576508 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..fc0ad4f51374cbc48d1ea90db2c02fc336a8d020 --- /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:52a707ba545b2a1034f9ae8d5148efd9d6afe20ba4d32c0d1bbd44dd7dd72508 +size 1633277 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..75a52ac80fb06ce6be31fe9e16dad1b5e370e704 --- /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:c576ae76ea96beae85418052c48e2209d14508d3c48f086a36d1a49e5c2b25c7 +size 1494097 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..abc44fef9922ea0e3b34ccd962c25386423469e2 --- /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:b92548f400fff3d2a386e3d7ee19ade7977872b719e080f9648495cb231ea033 +size 1456614 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..33f76654e01996d4eec2668583d59530204f9974 --- /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:53b36b17e564230eaf43bcd9e296140c2cd3acf5be978556f3ab62c2a81b316f +size 1637040 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..e9039be69c511c38493f212dd686f039f007b3a2 --- /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:1c3abaa12275883875e89f4325bacb42ae6565c51a1bfd828e7de7b614bb6c98 +size 1308789 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..3b8da0ca0afd690d5a066e4d4a925cea99b520c0 --- /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:8266d1342573561e01a8882ee27fb5bd817a42023945691f992aec19097d0519 +size 1201702 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..b986065b3e08dcccb526204d480923ee188d25be --- /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:9c4328435a76ad5de28a2216405a1f068c491edd5c55556431f744bc0229073d +size 1396892 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..cdac4b36028b0ec9c4dc98e16611bfec7e30a2cc --- /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:d0e412ca02b2703b26e56bf79b840b59c6454994f668959dde54a7cec55e16f0 +size 1545447 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..2ed3bfa07a2127c9ba18c5a97bce282dcd398f17 --- /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:4ace30fa0e5d28a0265f447d91c2fbd3a033733ffaaf072c6b53f94567d1d8c0 +size 1453173 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..f7d7e3f7c4eea39bb5ad90962dc96ea520a933ca --- /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:dbbf0b4d4c95e27133495f406b72e6caa8cc4eab5778a24fc9600581b8bbdd25 +size 1491041 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..7c4ba9808cd2d2db638f6dd9d82ff1c63267c710 --- /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:9fef86070ae2524e3f5549f2b1c67d6f8eebbd8682add9d712eb953a6b3b9464 +size 1412449 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..bae465c0c74ad669d81a008ebeebd356ef5e1fe8 --- /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:1290fb64f80bcc2afa73299cb28222bbb0538a933928dbbfe3a714e883f34667 +size 1433091 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..868cd07731914a9621d25c1c12eabdd7bf34fbad --- /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:5f0a3256b413a8e2efaeb7efe2d3271a3055491835c2f5443109f1710fb1e0a6 +size 1528586 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..6f5219f863e6acbc6d1f7a9d773910976b2de6fc --- /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:1fb051998e0273f5d24b0b4ae2336e91aa78b2578482c0dda1a58fe9958ae75b +size 1523123 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..f13539ee7a9bdefc8b2fb52b71366a135c4d70aa --- /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:b5e91492099ac3539679e8479e2979f0b9b4ae1815f3da33b2672dfbedc38e4a +size 1549931 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..1ac5699851373402fdc555713720631b27599c23 --- /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:43bd2cc64d8f8d427aedff6d78efd041ac3b237d57f74f8a27ca78fc2a0d622f +size 1636200 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..860f2d30671bbcd5dc188c61065a4e4052998f33 --- /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:4f02ebf6f010e1f1a41d1a06fec1362b838659dc0ec3144af4c2e24b736d8153 +size 1425213 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..c16b05148a6f15523e0f71b071b6a0385159ec9f --- /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:d5e374ac1efdd53647172f9b1bc45148b05ca997cc49c67cbca6a9137a5e529b +size 1445378 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..0ec0b074564c43c37630873b763b0ea6c19be967 --- /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:5576442470a243eb7ea61e95a7ff53605940bf3353d9f131f4ede0d7b886473d +size 1383021 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..91b54d44366bbd67fc7dc2c836017ce51e755507 --- /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:beb798105805abdb8339192c9ddbe7ec79e829c93861a5227ef5ce87033c1389 +size 1542188 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..174dc41abb07c2b019289919bf78e43115a6815e --- /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:39899a4facaa68da8983e6048f829662e35ac2b86885e18087efffcbacf714ad +size 1625664 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..f9646ceaf9382fd4d0a7500cf12c5a245c7ca203 --- /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:fc18da3fc7d0bbfe00e8809e920caeada426186d001109f7ab896f2365a7b24d +size 1465122 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..df33cb57ff8e482281c0636600fd97c66411738f --- /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:ce195242c247f1640ac7f3c64b7767509f927b2915e89b850619a176d4b96bae +size 1553186 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..4a30c99fe7d1114d16d04a4811baf82a843972ab --- /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:13d9f362288ad0f666c09a9d4347a05df339f3c088cfbef67f14bc2c1b775840 +size 1347860 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..43e445e21da580e22ce244a15d039e8e6d139e3c --- /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:4f6ba3f8a97ec10f3c00d450929aba987231fe0293c85475866bd5189de2a057 +size 1415683 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..58c340bbb3e2b3915b618ae4c2c3cbf734d80b23 --- /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:ac2259e7bd0006d2da0e87ea74a5968c8ca9c20a4a6f814570f7e3ed0b3fb622 +size 1454228 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..2024cb529a6bcd7c4b51590a84c8a7fba2ec0b77 --- /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:8aa4c9f54d6b1ea6464cd57cc1d83a12b5ceb16ce3eedd71b391e55f1a7f337a +size 1522473 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..2313523819fa40426bea569a5f298351b7677225 --- /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:d2c2d19530005825e6d093010e42354b27fb9e2c29db3db6b518bdbf52f42807 +size 1654780 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..24247a6061c8d22e8262ca46fa6eef4c7ba2a6fb --- /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:b17cbeaaef4f3857ae77bdefc620f2b8c195f30360990ac1f6222a54eaeb3ef3 +size 1598479 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..41ccb008fd7f4889254bf6895fca9f1d6208af80 --- /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:61bc130f76274871574b0b1e35aed0286241550ca628a176a47828ddd94e47ec +size 1513571 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..41caf3d42c4acb99f6ff056a831b439855fa8e09 --- /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:5ea1f509819c89051494be32bd4233b4a96100d2c101455bebc17a47c7391af6 +size 1338663 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..56998455f25f0cbd58f168dfecb239d7702dc8e5 --- /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:938d6d3879fd812431d1adcf16a0b7cec859f56e55f20b09549e61efaba9b752 +size 1561438 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..52aed150bcea6dee923eaae7c162e4759072526a --- /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:3211857ea21b97b66beb35cac928a2468e0c97dfcf0a614e578167aa799bf802 +size 1679187 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..d90f01be65cf43dee5caa34fe896ed7983775df5 --- /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:27f8b1cfac330e7b5458c07a99a36794198aaa68124e440ea9eed844b058ed23 +size 1502430 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..b2757ab2a0e0354be188a1031dec69211ace0c45 --- /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:2be622be932ba6b1d751ff6f998b4657979b363c866db4d86f2e7f1fabbf433e +size 1531338 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..0ef13e6b0cacf419fef5c4d7c11f01f4bd4672e1 --- /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:f28424197ab7f5d6d60455f69af2b23bca528696070770935d136776381012ec +size 1452070 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..c1572ccfe2fa9e588641d1d8b215a9bc60494f3a --- /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:83c144c46d6850571b5201d1543d98b2d091b6d5659935a09e726abe10ea6ec7 +size 1537262 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..66a10fe0179ec287871447ad7acd3f6012762341 --- /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:ba683d3a16e38e1fc3d97c6412396f6bab06127f6983aa57faa53c941ffdadb1 +size 1610222 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..7784f53573c0d2118bb45a7954cbf0e46dba951f --- /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:29222cefbc197ac18109cde7c76b1c6454ae467af59a135ef6c2c8ef8900aeb1 +size 1403529 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..ec516ee54a4809667e1c2e615262e265bd105e2c --- /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:bf0bdffa58eb284ee44ed9fc15542e2229175ac17ae0585830cd092b9fcd233e +size 1397778 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..f58c669c09f44cfc4b9bd2ac2d2e97ee68e24b0a --- /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:51d037c3092d37ce3327bdf7ff48e8c3e85798a0d264ed32f36d70c94a042f59 +size 1360522 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..5c84d80e36f65dd1d71c3b1c0dffac1b878ec9d4 --- /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:e986c3fdc1fedcd2bc0fa4dee71a4a0570bee62ea38a7b92f84901551a6b4693 +size 1594840 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..942dc5218a4e3959c956c93c22d972740718cc14 --- /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:9353c49062bd7a4ec0d785e90fc6afbbd76d3e3788443b873c56c161808753fa +size 1600536 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..460877d337b2e9013e17c25ad212c5eda9530e21 --- /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:807e898440bc3748f0c44f8d706b6c8fd29e9280a14ddd36f6c7a79b29c73443 +size 1715384 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..6a13eeef1f3d7ea3944104365dd51570eb63a7f8 --- /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:2bcd59c3a0ca80cd6adcea25a65b9c44529d3a916453d68fce7e4da5e174f949 +size 1814467 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..ca82655ddf2a461fa80c724fee79683a95df077f --- /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:7e484ce13ebfe0c0ef148cf796242b944091212fe89d524914740f92bd66b5ad +size 1744561 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..bd2fd1e4ff5ced283cdf18eed8e6b923570be40a --- /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:907cf56db2ec02c52dc3e07db7f070e2a031d792ec13f4c74c42888fa56315c2 +size 1457318 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..f5ca386985526f0bfea3afbe9203ce99dcb7778e --- /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:c2833a02e37f2ec67dfda9502d30902781df953708fbbe82aab193b88949fb8a +size 1417834 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..30f1d29450ae723f8151fcbef7e32e6e5325f307 --- /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:8eaeeb621cc01f6d92f406fd48873209788d2fbde04edf9ac036818a79ec0f3e +size 1387147 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..32600ef0793a4def8528f5afdb8966dcc54c0c11 --- /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:1be2603d0490ae3b62f19a7775f7f0ed33ead04cc9a8d20ec5878b04ad4feac7 +size 1685595 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..f932762a1f40ff798f91e4293fa837c2cd2a953d --- /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:b6605a6f3f7f9ac60380b6a01184eb8757d238847ecd62d7b2282da3e48863a0 +size 1437696 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..da6f21dcdb7af3609ab642a3addcc2ff3fa2d363 --- /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:f462ef166c95211a340b7b00d601f212ed836faa91cdb88b6f15cd0ce3edd789 +size 1670730 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..55fdab5c9cb660f956b24c1f4d9b969a54210e27 --- /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:f726daf4d8981debaeebb91904de06ce2ba0dee11abe917e56bc61909886e36d +size 1944162 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..ee77908bd78fd141cf116d629ebdd29d492efaf3 --- /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:52c92f6257e02950f4d77d45bc169cb6ab441e50762588c031d29a012b013602 +size 1570289 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..62c552463d441de98e856f95de9a7bf4919ae829 --- /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:c7a5f9d9d39a157297f2b226c0de93bd76b853a30561b1afac8af173237094be +size 1383952 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..80587debfb6cd0bda7fe449d9048c1cf5c7cb387 --- /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:93e012d9ef52ae4be9334c3a4163533cb11d19580f93d375a26987e7bb9a1b8f +size 1450296 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..daea5e22b32aaf717b1127b9999013429788ca74 --- /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:26c98c2dda0d0d75c679d2f7b2bc430808c08111a4821e8017190a221d5ec614 +size 1400294 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..22ee638db9601413919d1313b2dc76ded5f46de7 --- /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:d6d7f5fe2d6b83a1d536707208b1b5292fa45d85735b2d626b0c2fff50240d63 +size 1474930 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000928.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000928.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a657c09ccf29d85e8487686848656c94d7acf20 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000928.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea39d35dc7f0ac50d318a76ba298cfc8f7e0731fab50518991f5d7dfc5530bd5 +size 1751644 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000929.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000929.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d571f1ff27fcd2f80014e29d4bbfa674f29b1e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000929.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1e7234c293bd0e16ec5c214f0230b34f92064f0b7cb611876e1848a5e4b1b6 +size 1292240 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000930.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000930.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..036a6d06859334d59cef479fdc8b4587ae1e8a01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000930.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3833b8a1bae225da3dcd85c1487c676c41b0e36f9f5314920067d25916c1d0 +size 1586547 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000931.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000931.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7042297c4bc2f0981f73cf81724179c78864597f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000931.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36e124c4c761d4b90a8131667f16db79820f2a8e4ee98aaa9c5b013ffdddd94 +size 1426566 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000932.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000932.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7711dc121bc3abd2f65cf728c61fa7e776278df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000932.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d6ad05028c491a02a40ecefb4cb922f10a78e0158eeaa5461867cdd2e81e98 +size 1539347 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000933.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000933.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87a907dd655c8fda59085cff30948ca46717e3bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000933.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44a7696c28daad09765e08d298533271491cccf4677a713b9e35e7ff836783f +size 1443316 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000934.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000934.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36646fc58f0dae7ec4ce86b740da6123fd3ab9c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000934.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73631326aea3a1be0346382bf4d66614dada043a12c2f6cfff13d327ccd9d829 +size 1466770 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000935.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000935.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14bea7d7e1bccb0b05f92d2ccfed73a42f51fdef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000935.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e270202ed9f957ea0b9b8db5147b14a04017bca72f142d4ce45856ff64b09c1 +size 1659443 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000936.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000936.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3ab13151bf3770bf884493ebad2aa8e8459e6f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000936.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19aa132e06334a27d48c41dbcbd1c0d36a2fc752dce45c976c99994e7c09bfc +size 1412502 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000937.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000937.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54ddda54e91ba5da80d8ab0fc4b4f1abc9315c2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000937.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b6586ea915a8460e1be0e79241af87aed820f040dc69149792f070c30e8ac1 +size 1485773 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000938.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000938.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e12465c201c8c0ec1d25f75af1283447a9b4cc0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000938.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bfe36816fe980946278d4c2885aa2424de8ec128c3a905cfbcbd7a9b9eafa5 +size 1354997 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000939.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000939.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcf9c2c86dae33e0196ff3d072d665c72a33c37e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000939.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954bae302718663b6fb530cc8f06831e83f69ab6307d4da073c3ec8dd7fbb36f +size 2759020 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000940.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000940.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4779e84ba74cc2422303fce113f42773a69a1932 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000940.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd501beb768d118d382e395bb4a96b7b3e6a3fb28137f9a2d6db1ce6c8387af0 +size 2370636 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000941.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000941.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..971efd1324b912a50a140dc0d772ad002f20cecb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000941.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458f613a67e7b868eb89fe5661934f45aa22a168668e632c20089f18f6bc14c5 +size 2765753 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000942.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000942.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4d9f632e140b590362b002f6280b8a9ddff74dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000942.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce24e4112ba0fac58897bddbf99af5bf259b3b2251cf68893a080ee0a52e113 +size 2418877 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000943.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000943.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd1d76d10a2695c9ee674637b4dc4d0c1f7afd2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000943.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90749955d40483b96d11b1b8a197d63704e5d2763de38a2073776e6f5dfeaf2 +size 2366246 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000944.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000944.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ea1727e279f7fb2d203634fb6278e4401c91231 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000944.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508b3502f55d81c6ef3972b48e3f709a69156933c9690e85eadd378c4154db4a +size 2272346 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000945.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000945.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d69244c24c1e2c704bae9197699be8a8b9e495f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000945.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae726506fc942234d29ad03a57a4ad50d807f2fe303417a356379fd3e61d6195 +size 2262712 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000946.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000946.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cbe35b0379c067b21170184b5c55b38bc229fb51 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000946.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1715f0eeee557ea00bb7e443f908aa53ea0eb0eeeb73378f85a0a28be3fe9c0a +size 2372076 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000947.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000947.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cf3f27c413010d7ffd8de8a6fd43e0fea0d4e26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000947.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c8c628b5711a674dd5b97a85aaa43e1b295c111e1341bbc77d52bcae921631 +size 1859984 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000948.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000948.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6b3b6efdd38f0e24e2e89b8f7ef662c07a72b81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000948.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e52e8a9a70fc0b667412bb6886407abf98721c0ab2cd66d6fed6a5559f4771e +size 2123918 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000949.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000949.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79e5176eda8b3240582b5d8a154d5fc9b6a6889d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000949.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd94cb113121f971cf0045614ef6deeabd78d0617303ca7ff930113eb0fad99b +size 2151996 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000950.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000950.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..72b6f310066d2e72c5a3cf83f396922b1f175d2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000950.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b0ac5a1653cce77c6622cf2b7dec0317fa65d4af484f1f3670bda7024b9195 +size 2316444 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000951.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000951.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8f6b84e5ffbc73b840711bc78ffbf0727d55113 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000951.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289a5d2b1d427074d6ea8eabf4f2cd3e31a0fe78e088320934b228b85106f2c9 +size 1918682 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000952.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000952.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd710988857c2d043c9d111fe9a80dc24e5dae32 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000952.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c132e94b5dc1a265524e845f0de9c62225a363cdc298743382de1678ba703030 +size 2008709 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000953.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000953.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d3126810cc27f391a2b3f6ac23c7e36f5de261e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000953.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd52195a3af2e2532586e64db0d4b41971312a90328a6626685d59d2eeccc0c +size 2362183 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000954.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000954.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f599f3c5a9cbec1c6992c5c7597b4e453d31ba10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000954.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799317a8f58263b370539c2b1113e711b81e0d3794d93bf0b9f80bb503f1cc79 +size 1750972 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000955.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000955.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e536be6b2f05ba4d6ea0abc5ccc9acf8f6101ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000955.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece4d20a4ad504384a2117600e12944071a67fbdbb3658e928a8a1236ad651eb +size 1879356 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000956.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000956.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d75643b6800f9ab4cd07b74f07bc9f1a1620229 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000956.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853e9fd119860b8031ea8e4ade36e9221c24be9f4e154ae37b9382d614e5211a +size 2555383 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000957.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000957.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d1d29b19d1086ea08989af10d7b91e6705f9949 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000957.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da549364b8db385fb68070f625c3505ef6b563b9ceeedb7652b2d752e2853d45 +size 2369949 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000958.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000958.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cbdd53c9bf3a1d618a96a607295eb67c86f143d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000958.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540617a61e921f11895ef7f46943706943750a099a75e64d9b5e3d777e2ce9cc +size 2300671 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000959.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000959.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b901a09676355042e810c50e6edda8c5ff697ae7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000959.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f95e9b2b49161dd004ee7b6040976c8ea35ab03a576f19430e97b0d86d796cf +size 1910484 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000960.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000960.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77e928df307a674dffb7c314bef3d6d4fd3890c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000960.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae5aad78255bdf370e964a674b2122afa6fc3c88b4fc0aef552ed59d5c22a46 +size 1927830 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000961.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000961.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..950997ad77c85db56f8aa7a3a7ca29cfbdfe7dcb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000961.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2665e4c9d02cd1bc3336e10575cec6bdc27670c3e42f0f24a49c7fbd3b881a38 +size 2690423 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000962.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000962.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e0f6914e378493769f666b65931922925590963 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000962.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a50d640cd7a5a3087f7869e0b169ed0d66b243afe8752014c048f27d7aa18d0 +size 2199367 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000963.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000963.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0db4e8e542620a5b337a55ea26da3bd129d47bfd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000963.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac55157b3f85b7edbd826355c717a77d1c48e8b17212f0428f724bf6cac8ca8 +size 2038987 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000964.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000964.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff17ab0cafdc3e76f08f5f5bf03fafeb15902dc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000964.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e18522ec12d81d71cffa2dbd616e92f529c3cb9d00643e246ad317af75b7c98 +size 2412747 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000965.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000965.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c57bf6965e34efad15c81eb46e20249395efe9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000965.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a690434f7f06955de10193334bfca6d4514aa2e7d72d45a478a4627d68404a5e +size 1790358 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000966.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000966.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35630d101c4bf3efe5cb2d4eb397df570e906e79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000966.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407989e4c9e5280286f56cabcc8ddeab647f563a3e19126461b98b70ebb7cb86 +size 2129789 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000967.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000967.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..29df6d7d71f00f954de6a8b9fd0696b3edbc4eb1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000967.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b157efc9dcc952b63a1d1f75198d03f7143beab230927cc7c5ede378cde4202d +size 1703246 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000968.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000968.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cdebdc5996d624464a3e13a28f244d24f837e4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000968.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97a24f3938596573d2d8a9d58714c4a247e434879e492c61a76c3f079565b3a +size 1987516 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000969.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000969.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..599d7e3b57433ceda81ee89c49bb294a3ae1d511 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000969.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252a1b39957c17cc4e33c7d29ddc81f97895db53d1698fdd7c91220a747239b2 +size 2103886 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000970.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000970.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9062fd4f2ddb434ad23b4e6f1a25700424fe37ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000970.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db797f7df35581758b66e6a74da0acfd4050ff2e922adf8e85a9af5a6dd76e97 +size 1998099 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000971.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000971.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0d1667a6be2e882ed3c7376d685b59e1013f4cae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000971.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adb8c7b9a736b595e3e570e4ce3704ead8277df9d6334492cc748b1af5fa6b8 +size 1922259 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000972.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000972.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b9855d8f09bf9230ec688e830dfe827b5c97354 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000972.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1901cfd37bd6ed334070d1b0366e0d40e919dcab2b77ccf1a236c5261e84ac23 +size 1722307 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000973.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000973.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8fea5153fcef6ab7c2bf62e6626d4468c3f6ca5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000973.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6928fc5b11925dbfd365984d383938eef64a900d99d50f6ce88fc1f2b6418b8 +size 1712463 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000974.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000974.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcb88d9e96c2b000b8c6e6230ec5258b171d0034 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000974.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3928e16c02076aca8680151b948bdfc90cb0b537d3eb12c6c0f45338693857f2 +size 1996978 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000975.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000975.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc1197f0cdfc2b29557a18c2ff5ac617358b7123 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000975.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2793078f6a477fbbe1127558eb531d795dd3e5df668f59977261f327f2096cf9 +size 1774280 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000976.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000976.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bedd696e367f0c279bce0f1e811c0533ebce0d83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000976.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9398edf7f35860334abc99c79db19e427247be8df5cb95df4302eca648f0305 +size 2054418 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000977.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000977.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25e4b63a73b06bd6cb2838f68e47390fd6e3ccba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000977.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8e4badc814974aa330e0056c2e8f14782fb3c832b1430544dc83c730ec8b55 +size 1851280 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000978.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000978.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9dc6f86129c6b84c46040f14f3b73af7fefe480 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000978.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef04823fb3408c78c36e56a00e7889d2084c7a24d4cdd80eb4deac7f1405adc6 +size 1815944 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000979.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000979.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4acd84a0de6861eed215afc84feecc2a110140ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000979.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebd80c683ce4a77219bf75db58b757d0c54aef66c5cc3a1456827dc2aab38ad +size 2258334 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000980.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000980.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..916893f4af1ca07e1bc6985bdfea33faba3ae589 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000980.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7e71a7d53c572763e46932fdcbad414c58542f62c4dfad72749e10b28a6bc7 +size 1631506 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000981.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000981.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cda29156f4ffebd23c9b946087959ebfb11ca5f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000981.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68b495aab78016246052e53cf8d0c702bf2c4047e5a356a60f0bd78c1d41ba7 +size 1531111 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000982.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000982.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..578a983e4cd020bc654f4ac58c0ca574d6babec1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000982.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc045933579159a0c53203d50fba01aa6892087461581220d8bd33efc342f3bf +size 1805095 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000983.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000983.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3486692dea3fb9e8550feef20e6307703227f25 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000983.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f4bc6aee805db8df3067c8243b3c3e8424afbc44f43b0ee9dcacd4fb3bf6be +size 1904239 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000984.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000984.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6503514fe418b98ad8e00ce89761e6e8e890ac0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000984.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73d0edabc9113f24f6a0868eeda1953de344a78535fee0487f82b45ecc8a5c5 +size 1365177 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000985.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000985.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a6b47fe42f1d1a2ba6e45af3c7966fa757394ae0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000985.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd1014af7a0b13387654870fa7534a45648d578a98ea62cad3671c07787327f +size 1745452 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000986.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000986.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e78ea9f6a632eb984d5b7075836de70bdb53f53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000986.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f0a0183dac0867a14fb936ac84bef15765a16fd72a28ad15327d9fbe3ac196 +size 1696455 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..76b0982536e236a6b57e3b4f7e1ca83de7294894 --- /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:7f0d24f557f055a5b1466789fa28c1a1a971ad14ba6aad79d42959d1e0466bf4 +size 4011763 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..1f67c6519d71044b60eae247cf981150300e4255 --- /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:2a2cd38f9a8f706ee588e89856dd737f9099dd4ffdc4893871e2058dee035bb2 +size 4002321 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..7b20486cd5b7ff2a37f2bf50972513c52ae9fc1b --- /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:11e9a1d5babb3cea5a9f0473f10f0acb9af8700aa84c377fcb6630eb29a92d03 +size 3025079 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..7951c908e65e07587201b817fa1310a1259fa7c0 --- /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:98669fb661760096b454b4d950e8e973c4204e35dffa38529263df463cf7d02c +size 3231428 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..df9d8729656486a1182d7159167eeea4ccb7f3ea --- /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:68cb5a1a4a8437e696ff0641ffecbc006edf178bd6914b238ccd4c5debe5ee80 +size 3464449 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..c5246a86dffe122a685ce50cbbd1dc0dccc9c4a3 --- /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:2acaf29716b7243983109c03c7f19da6a8216122c97ebd628a28ac6cf3e6b380 +size 3621846 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..1303e9df328571d07418a368dde6540cff4946a5 --- /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:238c64244fd40da95838d76e0d75aecd94297f47538eb457f9cb5b53b8787e59 +size 3756341 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..469f6ea1c8319e5e2a42219eef6c5635e0bc0b0b --- /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:29b978b7ac778df94a432f7f723fd462d2c09e4eb20261595e2302129c8dddf5 +size 4749120 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..1ae62b9b709679394fbc53a3aa12d36944d07cb7 --- /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:b09a3539e375ea809e05a8c8077b6bcca915eae91861f4ff716db642f8a38963 +size 4488929 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..edf14829a97f25835a374955a1da6408aeced5fd --- /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:d1352fcb685e2a0df40b17d55a565e2213d8f915aee5532439a1507532ea4bc5 +size 3894756 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..145d8434ddb1812b0d3c8ab2df3f20703d353f1b --- /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:8755d82d186b55ec37e0835f79d3bbba8dcc076b718474281a09667f2858c94f +size 4643279 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..031c85b09bca9ccd4bc6959b9055ba49f3f9a7eb --- /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:e1cafe94b2bfa86cfcb803d5077708f22c89183272a1ec6ed60952ed16297ab7 +size 3941793 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..35c567295d5ee93f4d0c48b89a72c1d7d23db06f --- /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:435d48414e4e02a329d2d33e192fb6aa7c0d2f2812e86f0ce77421963a33f6ba +size 3971151 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..5c67b93616ad5fd877c852413516aca9a50f4e6f --- /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:dc5de59dc9b45345385493835e37d99d2b0c41f6678432ecff2296f6a5c1a657 +size 4547721 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..e60f254a4b38e0a0c9f9386e069ab155d1e867d4 --- /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:ef2ec1331801c6437c6320e73ece0917bffc9d3ddf22b644030214f4851a2399 +size 4115044 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..a10f049082dad8d53e7baec58252ad9a5cb354d4 --- /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:0142b68cf1153cf2a767d0af413c371a84b12ccaa3b38606f68d9522c502dbc8 +size 3895643 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..f3dea496a3f188252a5713e08881b0e0912a1cbf --- /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:d3cf8452d1544b103e893b552f8b78d8154ed198ffe96672d648904469c61531 +size 4223841 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..27a98028cd28a0ec25ffb06dbd6195f34f89fb0e --- /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:15b76ff8cca97c6b551eb501cb2837d74d6c4ea232686190177a862782a2011d +size 4113627 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..88b334632cb766bcf8f2c61dc4af7518ca31cfda --- /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:2311730ae5d85cd5204a5679a2c3ed3a0cdc26602177e64539f1e732a0ed1d30 +size 3464893 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..38672df6d629169e852eabd030437c68cbe1266d --- /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:be3b37e65fc7cc462e216a56ece061f31bb34d9228ec3d30a18cb27ba9a91054 +size 4451527 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..bd7e3ba8dcee851344990a7d17736ebec7cd73e6 --- /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:cd24b8e501dc383b97a4ba79f47f52bef92a65d3f93eef96e8bf4619acf544b8 +size 5479603 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..d86ab04134b12226f97138d5bb18ea24887f14ae --- /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:e61f6f4e25d3d49a3b683d6b76fafa21efa0318ab9c5d38c8a7151ca38530492 +size 3891309 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..e725bb445a6475eba12c112a44a86c1b30ae1676 --- /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:4ee132f3e2b8125dfde450d96dc9d1d14b1fb48a7a85e47b4b928234db7248cf +size 3991520 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..049437b2916b3829e2a436a1557ac45e055cc21a --- /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:7de99da23d905af2b9ca72377acf15d02fcf0a7a95acf19e04a99af0a0de4048 +size 4279783 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..953e15d78bf8986db61ba334a1eeaa4f62d00a93 --- /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:b01c8cbd66f52f3e284ba0c3345ebcaff30362f98e3b6d5243d911a6da107498 +size 4126520 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..28b643c6e8c4fbe54d9fa2368714507415775759 --- /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:59a90de6f7dd47df96edd3f775a9367fd919776b886e5edddc953d20ce0ad762 +size 5634452 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..72ecb6a009068193ec9c3d906025afd3445614fa --- /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:35b30503632a6abef643d5ea32baf2fd1565df70ee556872cb7cefb10f2c1868 +size 4154713 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..10fa65b94407b13ebdc2e360683a5b1b865b0457 --- /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:830340c7d7611b2bcbcaf8eb0dfa01d7e33973437f4446a55a9548ea3618e510 +size 4050694 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..f6ad6d5a3b1889abb91b99a816a54bdd96e9df3d --- /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:9c4018575ee2b1b87a53758b53859a6ac6dd4c5ef5a6527e0d85047db64ce25a +size 3711704 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..47859746f576189a9f435735808e84202c473a7d --- /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:8e7324a9eb88055e4f50c11599640c1af91f9f0b3f6e4353d332374a0277f03d +size 3176084 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..3db036385e7256c4c484ad35b967a2de568a7a0d --- /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:4ae1eee9f47baa0edb547f050f198ef44e17c40cb421603c591bc6ad3a992e5f +size 3168808 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..02a6bae14fd196fee3092dfea1d3781e0dc36486 --- /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:b2054d755b750ff96fbe13fc388af5f72be6bc2cba4c039f03be99a2d0f09259 +size 3206408 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..617ded184b0debed0923b0a4154f5e02df5682ed --- /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:8c07150ad8f54850ee040d23aec392c27cfb480dccd788f653052cfa1be71401 +size 3295398 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..045830fbce91b0d7d8e410d1d16a552534764fe7 --- /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:6b3c2c433639da80288c5f3857ec13ee3a3af970e7ce6943576ac224cda4e878 +size 3105692 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..b5d144b818be03065dea07089aae386a3ae47e79 --- /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:dede3405751103f141acded0765312480c5769b44803030bd942bcebeb0f52a9 +size 2981976 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..b1ba67c4464a6cb7588b868de0764bb8f40bb680 --- /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:e144c6a104c5417860d64fe6fa11ae0d238b5433f8119753f39ba7b483aab43b +size 3255911 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..1b38715743b3aad7e7eacca3eaab280210b3a4b9 --- /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:64ed331993c100822d90d8ec5824edbc1287ae31e404a6bf4aefc05f437c03b0 +size 2904875 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..ac5298910fa41a168ed570c019b911f94771c45a --- /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:60a1c8c71ccfe03b5c01bb15acfdc6d60d2e18611d96ab0f00e71250cfde6a8a +size 2504620 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..dd4120a660ae22e61e838294b013af0b64053b19 --- /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:691004a28d736fe73180ca209e60b0b87b26a007bee5ab43d196e874000a4485 +size 3149103 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..63d4fa420d26ff403ff72ed73d892f9eb54d8e83 --- /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:20f06987755bc36beeaff3c7f66cc6517699f3ccc47c879b91666250181010f2 +size 3161177 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..3771ee52241d4938a7965fa91d172929d9dddad5 --- /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:cc096d2b9e73c8ee5ea8bf7ef2feb590477d9658ef831ffe14b61419598ccb0b +size 2907752 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..96b90bb5d5c2c9e2386f7b2cb68bf503f1dfd994 --- /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:154455d3d5f01f00b1e2fd8457a95346885174af4871c8d9d643bed1901ba706 +size 2751552 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..ae959facb864f9e9a9c00ec9e462721121ce7a87 --- /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:c56806f574fd246998360c21d4df804a224170f47de21d3014bd09f5a4668b2e +size 3123303 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..48a1405fe841cab85478ba28176a5f490b4100c3 --- /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:1ba6ac784891b01f23bb8a8e51dc09373e2176df101cf46428f3f1a0027f5aab +size 2495883 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..f03c5d7b2494eec9ad5233fdd564a6db08857713 --- /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:3fc39585c819d2aa9751b291d214269f28a40b5f8540af365a195bc2c07b92c8 +size 2627811 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..3d8b8ce7e8092642dfc831a032af73a55ca21b75 --- /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:28e154aa6fc570a82e410b5500d9999df437b533d155fc971f781a8639f310a5 +size 2602961 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..ab62a49cf06ea5f880eabd5555534f62ab7ac11a --- /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:8b75cb1c3622a75f30333679ac971b196a96c56754f1ad461d57d31e1f2bef68 +size 2324700 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..a8aa5545bb1383a3f1776d614ea6114c53135a0c --- /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:780b79db3d8493d6af7a1f1b059d7c4acc77ad26f5bf80f80693c6864eebbea6 +size 2421288 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..05434da6829564170ea1012d3bd9a83253503423 --- /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:128c3b27b05ba13763bc0fed745e757a15e6005ab6cd14e19ccf15ec54eb31ee +size 2533436 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..a1a6160dc9080ddd0a7d9bd0c6b3ead39759d843 --- /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:762297d5edccbb30eb14f8599eb56c8f2b8b3ffed10ecfab2d95dff4f1f95be7 +size 2732756 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..f910e9e629625e0c06a607bc4b87b5856f0b3f31 --- /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:4ffba76dbdff7ad3deb32fcdb9fe8b89b6d70827ce63e47c873ca5da076562a7 +size 2701181 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..f861b1d9e3d59015e4384297e11d134f731d577a --- /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:79136d24f8ad8bb0e639fce397e24a693ee048c5053bdef9739df6fac51af051 +size 2908687 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..2570cfc121e3a2f4b1e0fc78d23dd99b361fb6ec --- /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:76b5423cb608ccab28031ad1558c805e786dcdc73f5294d14eb01e1205597ec4 +size 2610797 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..5b30b338952ebd708b0199eac8df4656f7a34ce2 --- /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:f41d23809908879212976bbdcfc978260278e62e8cf4c812ce1460b9349a21aa +size 2924896 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..5753509fae4e86c024b72375161488a71dd0cc97 --- /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:085bc15975ce621c5a2335de9463b9089d289c6221d7964a8d4111bec63cb6fa +size 2788841 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..c94e4bdaab64361dc30d3c82d0610933be30789e --- /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:97c50a4cb270325989fb388ae29e63c02dbde424221d0421c36b5f18d8328725 +size 2846861 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..4923fdbc82ffa6b7feea9a20ce6b9987eb2cc0d7 --- /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:ece1a5850186932723ec0be9874be48d65b72f8d731809fb281a423bffdd268b +size 2527793 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..973310e0adaea0587a61bda7c12cb9ee2d45e2d9 --- /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:c8a4fdd609eb016ebbb46e88c7adcac3046fcf298efce33fb18ea5d20986e673 +size 2907360 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..08aacf8838bbe3191a47f5c7aac49ec2381e2f15 --- /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:72393869196b5424832be34aedd2c022caab59cf0105db64961bd5dc0ee2ff3a +size 2677821 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..5462b18b9d18686f61dad5c794da481fdf3bcacd --- /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:8c6e27ad7a746b5a227abb988cc2923d895d5e4fa713131579e53514fe091f40 +size 2572673 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..1693aad4f9ad2bed07c7a69555ad4c0b1b1e79ef --- /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:087ea05a1ca2109962209af0314c3045acfe8d0bd1296c9cd03e012e0622b46d +size 2618276 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..2e5a483429addfb2fa1d7e55ec5414897dee96e9 --- /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:f7c1a93be77f6ab5ebc8cc991b9bbf28db8950fe9f7778284fd12eac0d6b33d4 +size 2575868 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..8792c861db6e39691f67d6b0529acb05ad50b983 --- /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:d049c117a4190528879b87d29d3486e767452e55939a899f19a9b814eaa1f254 +size 2534530 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..a148b61fb8a5d475d2b2d1111bf5478efe8e4d19 --- /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:1cbbcd7bbac58320a3b96f4a109c0cc318757daf78d6c8500637d42ce1522847 +size 2390297 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..b8ebf44569393fec45dfa6b62712f7c3bc747c9a --- /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:4d6f09e92b116ee8f9c4794bd7dc6876f244c0f23d624984b6073d004a59764b +size 3013748 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..4010d6ca03bd6a8b323ed825478cd16234b299fb --- /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:239c4bb7b766b5aad7aabce16cf97dbf8a5d326a8fd18ab2f168d8443a9e6b1b +size 2186251 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..da26114dc7f1d36e98367065f388e70b673025ee --- /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:1071fcbd9d6f5dd055a40ab57736dba2e168d352bdad550f5a88463b42a2ebaf +size 2410778 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..68a9f23d78adf5794fb4acbdda5da6d1ce1b3b10 --- /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:dda8fc38aedf9d09fc06d1626937e62fb2819b91c7e065ba7d02315d883747fe +size 3005435 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..fc890c659800aa7b02681e0dda6ccc28e49259cd --- /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:9526298eef3a4fe527cf079ba100675ef9842aa9152d7756c98588483fa231af +size 2989886 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..be6257f50c5092ab766a74eec406cefc9edec1c0 --- /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:da5948d690fa45e8c68068cfd3b4f557a500e89451ee14fe12a48f8adf9cb142 +size 2771372 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..09ca27ca723ff2db9be9319a300add5c46e55a5f --- /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:438a7a0eab0ea2e8865b5325b18da42d735fa1f68872f45b31fd8064f962cd9a +size 3047359 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..8410d9587df5da5c4058e63d4af68f0506f5b65b --- /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:bb64e5ee0fe5ea5626c7c4b313f17efbf4e9042187d9eacea4baac0ba98e12cf +size 2681629 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..21c0908bfb6626400622e32ff8a1672f644a7923 --- /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:9d9f52f51b71f1685f741853c4bb672c643548d6bb983c9305690c70efcb97ef +size 2820891 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..47eb0db0ef7fad1634ecef4b4d0d9e8e7d60c2ab --- /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:6c0a68f11401fc900c7355abad79a5d5bad90e25609931b70b823afd0a9b9f77 +size 3051945 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..b5d5b72a314d6f81053585998ade21590d35b47d --- /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:8013b3445aac4a704189d9670740a6b9d7516f7847d48320920c4604c02746b7 +size 2903771 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..120a98234026e184dedd9d3960f0823b2cac29e1 --- /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:4e0ede68e9dd7d041ef9cf051cca66d60edefa70aee59e9f121e9f908556de44 +size 3092187 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..c3a741f17c6642833307fb13ff61bcf72771a81c --- /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:356dd87217be7f55db946c37530f9fd2d7b4e6a3654bb5cc08bc01990ea29531 +size 2844426 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..1f06acbf7e5d69c117999b13bcf4269cb9a703eb --- /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:1f50c51e9ef441b403e6d4ad58c84f32facea78ce2ec177d992990ddc61aac93 +size 2757792 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..1d174022969c7d1d45f7eb675932219906402aee --- /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:915e51ed2efca3d1345613c2ea4675254ede531ea2b85928b90c9a0b760462e3 +size 2963134 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..a67c9036c69ed3ad9d742a5cb54f745570fe0e44 --- /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:ec6f8612edb507e1f6cc83cacc1d018f977881248d6e0416fde851b16d13d537 +size 2775618 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..3cecd35e961327f797592dfffcc2694b19c26c41 --- /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:f2d184a07c348f1513670cd7a9ed2973a39499c73b17190ab11e2a9a01a8255d +size 3005861 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..d080da1474e4d80b85e03ba3437fab9e7902c43e --- /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:33b40c3409d7153d9e25d4824837baa6001e10566f3e63dba3ba0dc83fda06ce +size 3116645 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..f0cdb58cb247cd6da3edeccecbd4e280f2c26b72 --- /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:a7521e732ea8844dc56f5a331b5c24d686371a352bbdd569479080f15d1c554f +size 3011543 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..5093ae4ac7bbb8c69ed272e2a6a12cb9a199c5ed --- /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:3615c1861145e39b4d57a431f69a54f15c5bbc7bb914057e1d75473975f346d6 +size 2707823 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..43489c2e6a1d7b66f49b9b25e628447878196026 --- /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:cfde6cf1f77f67be1aecf04c2be3ff11e8de97ec8236d5c08807abee3d89ed6a +size 3085800 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..91380012e83c6fdd4a8810b441cfef5cbb511daf --- /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:1d89f9e83b8f83c2509926a01726f43959f68430bfb0af133607cb6e5cab0761 +size 3292052 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..de57817e9d452e2e859f92bb9e317cf3e0efe225 --- /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:c6da9062dcfad5b433e039164da02a5e4982fed6db4e64da392604d90298e09c +size 3280142 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..26ea20e696f61789711964006c4e90593bead14d --- /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:9fc94ae61b555642a6090567a47794800247dcee2b41f9611e03a568fec8e932 +size 2876001 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..9051a2be98d23facde22701f9f3a2e3ea0673f6e --- /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:3c0460696e1bcb68bc7a4e60364fdbf5870b8d8a6ca3d4338c1c3b00abb24bba +size 3244912 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..3ad3cf4eb51ee723b24780ba6cb961a280641afd --- /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:055b19da56b30051433d0c77f4b8b8a1bf6952ddd5d916b189451e9e39eea7da +size 2702479 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..a20d783f0627ca67842c742af1f409326c4bade9 --- /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:1e7c3fd5b742ce390927118f3e239bfe3a78c36d34e3bee2f2a6eaa54c6cf3a0 +size 3323517 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..75303972e93d3e58105d5883017267bc8345c760 --- /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:331fc7952a645b7d74142271dfe5f9d88ad4e4392e9c5db1b81fd223c959fd03 +size 2622772 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..dccaaa50f95d0da115a7ef32cce9d0c157dd0f9e --- /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:f36373dc750752ea536f52d73f021340df3198ebc7fe07061f6d237786553350 +size 2888188 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..47e36b842f99e93ddc94ca0f7a7f6796d5fafd82 --- /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:c775ed2d6ce095edbe7c83224fea4cead2569921fe9d9292c9450204f3401bee +size 2673053 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..d0a8e3b3722668bd5857247a91d304c65384c975 --- /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:2d85fd718fd4def0cb9777967cc9790691e35ac35788fa8f8b3447dd01aeabef +size 3089101 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..d9203638cca3e2cb29b927ab81c800ea5cb6aa72 --- /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:b01aea305f757af4c5187fa35a885447f5c01c0223b0fb8d9046715fc3f8eca9 +size 2589949 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..5594dcce39cabda6aa2a52a322f1b177973012f9 --- /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:9749670208b86a6c4fe445b7f65d5c675d4109b0ca8654a15ab7119a00de72a5 +size 2882051 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..5644bf5ca954fe56d00bfcfefa4e92edef6809d7 --- /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:4147a12c23eca4b8c93c870bddd0b3fe9c52b6aec3628a024a1379b2f6e79514 +size 2561602 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..bf8104551ef199dd1da2f607f62881b23af04d6e --- /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:c3b870f1f1e765fe1916e77a950b9b2ffa39f4ac30d619273af2434eacc3d0ec +size 2756613 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..c84f5b8f61f6f8de84d5bca27286b64a4eeeaf96 --- /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:eec147fa057c03c3addc2ef4abf204a4c01896e1c4c24d356b18c778b7585241 +size 2603568 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..e4905f4c95b97505dcf6656d19747da6f0f3acd0 --- /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:e142cf14e4ab194a1a1e5a3cb5ce5450dc37cfd98b53dda9ffaf5afbe8a36b26 +size 2636878 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..b535be8a1b781e5384a40cae40967e54b4ae75ef --- /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:7afee28e0dfcd5ed16d9c8be67f26198aabf0d309362714f0b51e1a8da0ba528 +size 2156816 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..4c401c68df461bee610d3bae5b29dd7f5bdbcdd1 --- /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:0cc26f74f86b3f423d3fffcf7b198bfae68ff83fcb667290574236f48ff34032 +size 1745711 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..512f89a7198c908f13027c93b67b00152a3bdf1d --- /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:f1d9d3cf8557685167fe4503a6ce62980b63045e334649321db2763c7d544a7b +size 1958824 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..eea40e3bdba62a16a2823cb742be2f6b4be08f9f --- /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:44eb7d3837a3a9c2538976161980eab0774d4ad0750939022756ed1021feb5a4 +size 1878339 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..a0ffdf99b1c80bb7a9f6d081135a22135cf78690 --- /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:f22c39052753fe94b9fddb629bbb63c26c718ed3e9a68a234c63fc4505c13385 +size 1876881 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..430e05bec87a5e07df72717c96b23c51f5eb9ec3 --- /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:89868599f43cf3c3f25ef7c408fcb3c1be1800c01715d3b3a1760e7bb2861edc +size 1764018 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..6a6ab654f9bf41024cf2d4f403221fbbf7efc1d9 --- /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:25559124183a221399bdbdd92ccf6259389e36482934e84d81df07bc18c16977 +size 1785096 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..3aba2874284b4014ef453a6d7baa5f23fc95531f --- /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:2c6267f859eb14a8b5a137b0f2eb6bb3e4eeb9d7971f32e827f0d4d4bd4de6d4 +size 1738391 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..4d72a24561766e4d4225538265585ac47103055b --- /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:053987c7312bce863d671d68973d8b0af55fd44f01c976d6652c4aa1fb32a139 +size 1681145 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..fee922a01c48d7b30a2908b431e790ea20276a8f --- /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:4e97d55e30f6e14ed68958cb012b48f9318e160d8daf9a9e49692d4d1dfdbb14 +size 1925942 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..bfa715d7c02896c433d5dd5cd6af35bf6c075fc6 --- /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:ffcb3268e9059d58b7c3fd840c143f144ea21587fd2ed700f7ede9e139040c41 +size 1928105 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..c6e57037c277d1238587c49021aef5588acc38d4 --- /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:3e5a3f39c3f3f990a035f7e1a77986bad7eb097b3ddba3345601c1623608e477 +size 1714699 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..4d24ef833bfd32be799a3d5c5aeb01c72bf898e9 --- /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:696072dcb4be4efd21faad3981b2b4b4b9634fff4c1fd48c854eb4e7eaa2ccc8 +size 1705971 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..42080f376e23cda9b62c04d049b059e4c9d07605 --- /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:448b37a7ed03a57e9661819e6267112b039f96d89f158b29ec530b04bca5c33e +size 1781496 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..9cfc16a63eee7d517264b1232aaaaaf3bef6c4d2 --- /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:d564af471abf9597176c406bb79d0e190ce76b60757f699a57b07f3996b08f19 +size 1546895 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..2a959edf09bad40f9f9cc441f115cc0e45563e2e --- /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:c34be353e705d2a5cec4b3e41de3862c9fc69801aa37e4c429b8cebbdf1e362f +size 1900953 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..25b87effb8af0a0db7ad4f79eca338adb7746d65 --- /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:8e9e7a8d3b7789252ef7dcc5dc8a7d30b47fa0fe2b7768b78527938ce6dd857d +size 1805713 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..8e30bbf6a42eaa98368df051ddef2c65b349f9e7 --- /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:d020d70d2571c7f813aa03f433796e515c2725d6fd846873b19d8cbc1d1884ac +size 1651702 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..9c34c6e9b4de405a1627f9452ccd767d6f20a723 --- /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:16fdf7140045ccd246c4926134096c43809f65d979fa7d44f3251b6c6ed139ad +size 1554814 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..013ee0b5297add417232567366778471107ca81d --- /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:59254273c5e988ab4f0f14155e2502d71bff0ea4379da318dfec6fda9daf2d10 +size 1845989 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..f60a28a2edfb91176afc9534b1d983f0fcc83534 --- /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:d6a9ccdb24a5c1c1cdf095472280650a4a7070990f783d1360a53dca68b6d30f +size 1547376 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..ae8ed1276c31db813c195e02c0d993627b13e3c2 --- /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:a8b16a245edacf352c7f5c4fc553d527236d301a5451bedf5d75db3be565ddec +size 1457124 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..6ffcba203063ee5c44c66331f5c7fd10ee17cc5a --- /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:cf9bae5570e4fa757b10b99257f45f83acdde5fadb64cb52ab4bc0c58aab0593 +size 1487290 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..d2b9b7022a57078273aa95b71be46ef622e2ead5 --- /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:ad2865af208cd06a4643719edcb4e44706ac5541a207d6e64827fd86c31ce58e +size 1677715 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..2658b88bc4812d14bb5a889c605b6fad8e9284e1 --- /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:c7b06f7cd5bee53340fb220920130fe6d8626b03bfbdb2dc594e26a6f5f85f95 +size 1750510 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..1b64f629e6530dc8e078ca36f04767bf6adfa881 --- /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:575fb70a04b72894883f6bd170a972441d05b0e952f932bfb7ff854d14fd4a61 +size 1639388 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..901850768c5ee38cca8a551cc1c1b5967fdcd672 --- /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:c9b29e5595c44bd08a4a7d22460236a9f0459339eed09485235fc3c22cd4f69e +size 1728080 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..0ea66c5749ca0fb53b83b894116e0db5ebc9312d --- /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:74977c2d8be9682519337be81a9dc6f97d9b5cbd890489f464cde954b8584c60 +size 1774186 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..7a1510453a5703a901b665789c44389f9055e119 --- /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:4f6eaf67ec0eb14dc954c86711bb293fdcffe22c1b5bf1316c644ddccfafbe22 +size 1555957 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..ae465c347f8b97511626753846dc513d13912157 --- /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:0adea62d04e46cab6876b99dbfe8b21f1a9cb47f5597f4d7de483b6ff5d6dd38 +size 1706092 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..b20819d09a403f7255230e82e4104668d96a3673 --- /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:d30a57aef7b132df83478165177b9f220b2c60b3d90a44dfe8eadcae1868706b +size 1616254 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..61f79306ed5925824e3c0a834a8fe8f8e66a3bf4 --- /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:a1c44464b6f0d114fa18f11b38ffc9caa5a340bdc6fa8edb22fc436720ddcf48 +size 1674110 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..a81f162d6bc575e241b32f5365128d44707be535 --- /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:c60ec0b86e84ea5b9fe44fe1ae5c1b7bcfcc33f4761e6f76e3494ffaea05a430 +size 1622217 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..1e411c7c8e1d96f9d45e70ce1f9f8dab88213915 --- /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:5f6c21680f3954e92f16d5f0879a9e9db4968363de03629b5341939f7bfb40f6 +size 1503120 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..8ac4d67a20d905a11d48a29671b22e210bb9baf5 --- /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:543c1df82bf107b776a5a41a8c35b878cc8ebfd12b0e8ed799c7cdb977f73ada +size 1614334 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..8934a0a0236eb1719bcea8655e2b5caa2fa3921c --- /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:1baf53c7cfbf080317ea84e523abff34653e6c0eb817a08d3b6fd714799439b0 +size 1935373 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..40604ae8086725edda59d30d05458c8d984b99a9 --- /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:816ef84adaec7e057508156d7dd5bac146ca48fcf94a0b82c8d8748153917624 +size 1751435 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..9d0cc91100125ac2f6e4a24d51ba6665bd1a89dc --- /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:a17777bd7dc508bf6181e8954630adbb0d8e570ade8d939860b142df46ab9683 +size 1566950 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..5a368aa6179bd4a43e123d67005a0ea3344f3109 --- /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:7de2924566fed61fd7c9482171efa9c024b933c911dde3498dfbda7a7dc81455 +size 1789080 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..07293dee33a0063147f2a218d0094ffe50800a9b --- /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:52eeb9f70a3f3f21606a437f09c991ab1b159973cc126800ab9e24cfafa98a6b +size 1680701 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..0a8b0e70bf5732b98095e7bd8a292c02a24e2934 --- /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:4ce9a549f288115884d5abe2566faca6e5fac994ce141a8ab1f0e059e581ee9d +size 1717118 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..9ace0f04682b081408c0ad9e2db594dad1314019 --- /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:090ee87108f80fd857d77f0a029ec18f1bf2c773ecfb9bf7046c2a2412b3bfe5 +size 1558693 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..4f56ef1f8dd48c79eea8bc19b6db818c019b5d56 --- /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:1c0974f8dc9af9b9721c8b26b95f74d8ec0f240694997c8051a6a63189964b7f +size 1640440 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..16b89901a41be22d389bde4e4d4dfd350711e3c2 --- /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:8b897b94a86b628b64bf71e90de5d053e7368357ce05333d4be8217fea019109 +size 1651858 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..5ce59f781258182d9a2e05425868438c52fc43b5 --- /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:9b3daf89cc8f2f87a91758e3d8a83700e7ca199f91541ca24ec44eecbb286595 +size 1745827 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..ead2bae60f0a4966063459d4f1d31c09ce617c4e --- /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:4b89c893812b48b1027c19ace2cfa03896fd60ce890acaf6d98eda4a628d22b7 +size 1882814 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..c27c85da12757a98e6ceb801e8d4e428b8501cf0 --- /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:1a4db6fc250e25f897c86dd9c0d303cac700dcebc30c0d48a2f9b78ea7574472 +size 1575563 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..ce91b2adde3b35ab41bd439abd74d0d3cdcfcc10 --- /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:a58b6711febe7c56458935f3f6067f3f2ad22ae9adcf1632745cec777c493b2b +size 1621663 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..85f3052a1244948da570a3b38f3e4f245498d0c7 --- /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:9131082c40f87520695cacf4406f52d83ddd46cdbd96bef99b5e45f38bdd3a92 +size 1551019 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..dd0419e90faf93f4c392de90b040a97c7e921ea5 --- /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:eb9bc8d9dab8014e20b9d9f8b34eb042092594bc075ff25c79eeb491ffc5f3fd +size 1645716 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..420dfd6ab212d804e7c5438df83ae95b1b5f63b4 --- /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:c3365a9c36a06ef8dde4b169384a1cff6044ae3e8a8084cadc89617c626adc09 +size 1610469 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..4a4fc5da7ccbb0a464cfa00e5266ff39a216dc28 --- /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:44a5ed17b511153e15f7061ac913150f21666977e3727172e65c4d6436e9c390 +size 1613119 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..7c50ec4235060326f446012f3d053238fdb61875 --- /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:9968a8d1ea45dca0214acbb81137b5ff024e73599f367f4b11b6f350e8bbd81e +size 1594940 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..0776a8c5eb04c651ef6f47c1bcd2499354d6e54b --- /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:83da33ba5524e0d1740bfbf97191ae1c8fb2657a3f34adbf018ea370878c4f7d +size 1724762 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..44c88fe8007a1452f84116056533b26904f3c9e1 --- /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:ee99183ba42375fe103d3428bc9f0c66e65dc899ec24df9864dd62a5c6da70a4 +size 1394475 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..2edad0176de1bc1b62ed3e8dfeeec7a8610da7f8 --- /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:f51e7ba48a70bd6a8c3484977593369d715157cab8adba01706f857f9e72fd94 +size 1651528 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..6782cabc8df1f17579219d783bd133d5c7d790e1 --- /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:cc4f458b3fa46affe3990551af7b4f704f7d8fc56296d9f2a0aafd0d835996d1 +size 1725556 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..aa75e834a545f9a30af17987c54dd01355240b51 --- /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:31dcec4d91fbdc4f1099ad27c5145de40009c3dc58b27a919f649ac40e7c5615 +size 1640953 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..dc423af778d5fa02f1578c74ea4ac59fde97e10c --- /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:07705f4a5b2599131505fda60ea94e82ee9a8272d5dc3d2757990a0bca20d4aa +size 1670020 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..3cfe66f7ab0e84e04b4c4c529165bb3a1317df00 --- /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:2532e46a1bd70e9903d15a2e350a82170bcbb2b29f56f98ce7026de8dd4bf71f +size 1716713 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..c44103dfb0c958942b4d3a80291499c7111e9fa5 --- /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:2a183f7afa90761d988e480c1c664f6897dfb5e05c5f0ffeecf5caddd3349580 +size 1925507 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..03dce6e2b41aeced085b81c78a9f238ba719a3b7 --- /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:9350655aecba148a6cf302b69c00ec4af155e803af9d465ff0a72f9e9c5d27cc +size 1400242 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..bac37cc91337f88a9f6dc5fd7b4c76d70fac45cc --- /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:7ef0f7a2bc44c1a6e612e5ce31c0584e2d6d23773b28ffc70df37dc3bdc1ec48 +size 1602015 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..62dcccdba93cfc964e2a107933c99940a33e7186 --- /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:6e5d0194f6cc9265a42e36041aa8bddb716efac98f89d60ffcef36bd44270b15 +size 1589679 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..6970533beb1f64dd45e780996743c02ca275aff1 --- /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:2d65c56b19d456751f3066fd360830dd374dfb02ae62cfc89a10e4ad4fd375f1 +size 1630085 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..4e3494c6a043180e5b4addd7d52dc7b841b26807 --- /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:9e3b09fec6156f83fb41b3d378c560fde59da94a728731e253c34454773087e2 +size 1928870 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..3dc4f41a80cd9e72dd31419620de5905d13a8ae4 --- /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:cb5461c3082b0125e41d812dec8ac0ef81cca4663dcfab4d204c3743c08a53e7 +size 1511558 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..eaac062d35ee85e28d3163f1271aa3ae74ca5648 --- /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:25d0916eb442cdc292835767242f3a8690a886c72001dce8a334086bb9f8c81c +size 1658460 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..0e8f62433f9450d67df283aac7d1aa0a8d89542b --- /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:588a020c1ac8870ed367a570a66c35fd792b5e030aa135f575b2ae5d5bd79312 +size 1539788 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..d372eae002352db4f0880098fc18fc1b5fc64e27 --- /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:ef4d3e688b8d9ba3f735fc49c3186371b2c42facf722c1f5f99ea6b26db54179 +size 1633769 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..41ce9348f12029582c39560d4a7f1b1609786660 --- /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:bd636c87924191f4e5f11d9727ff96d001e8d7a6e227a284c64dbd4e3cf878cb +size 1729654 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..4d31835e30612ace2fd8cc4d564886d2245372a2 --- /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:78700d867b84b49aa24436bc9028757bcd7b5574ce885812504499692f54273d +size 1616999 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..00954382215e15341ebfee7613d97c663f0eae18 --- /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:d8894db5e6503518e8b243a5e3d766d9b486ad75935f96a8b1786788fb43e1a7 +size 1762148 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..fb91e95bf17db11ef28393289a7dcbcf7efd1910 --- /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:8edf77f3b06a5d4cff267275e6a93201a17cc04af433bbda3b2b1dbe80986126 +size 1743200 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..7cc64c5875aab621e35cc39db18d959a911fd15d --- /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:651daf0131eac1ac90ded417a34cd3a4516163963dbfcdb4478cbbb37ef77b09 +size 1602196 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..42e3714167a91d34ac3ff4b4c1b60de0d6cc62fa --- /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:ee4f69446b9a53ab69727566f1dc08974ab038ec22a87fd42bf4a4ec05047a93 +size 1615665 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..d51726c263705603015a6aba7d723e51f4bb3b52 --- /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:f1a434912d056839737d07c10228c2e3b6b35178e69a8f7421efc3444a55fc15 +size 1797023 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..98f03b42f8d176946f871d4e4e9869ce997ea80b --- /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:a7eb4ed40f49f307a950134bf2bf5b4ee3c3017a9984298bba0b628098925508 +size 1636243 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..75aedddf080a35fb1db393017bcb5cb21d3d6cda --- /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:7c10626a0eec70661a841d303f8b8d1b31aa210b18ea69956629b4b2e0fc4df0 +size 1624017 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..85c4b7d7fa3609efb3f0b918acbaa9e0172b1ba7 --- /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:2d7d6b9fabff4947d954cfb5e0378fd0efc1f2917edc839e765747d087e41949 +size 1475013 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..b0f210afdd9aaa7823c35418b875b2b1826757eb --- /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:873edaea1596e5ee703169eb2289890b062630dd659adcf49db4f47cc4576686 +size 1740960 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..81123ce32980b7836a6b9df142b4edd78b4483e2 --- /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:4027acfdce35f56a41ebee630b43a97e3372ddd0e34a249e34071d8444fab44f +size 1496594 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..75c7fd08a9f2f239ef5807cb0657c739af6488f3 --- /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:8b03e12441bdd15ef6cc8d8374cae56c33a6606687c7d755e54732289fc0a081 +size 1766421 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..cb22a2b17fa5cf941678ab86ae08d90cf484af37 --- /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:57a3933386da18af5ca39eeab7c9502fc24f854199dfa7bd0728df15e9faea21 +size 1564085 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..6505748b4ec6189bf6cb32eb63b699eb0eb37101 --- /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:0575543a65d938640a64f83282e84d70df3633e8b7848c005d600716416591d0 +size 1654989 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..0c6d7d4ae51fa3a13c79295100c6463c9415f756 --- /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:a8150d108d48cbefa6891b7d388781c91b55a776b0a6fca39f810e02d4899b3e +size 1376927 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..d4ed413436c76e2e326cfb5e87fb9cbb59aa26a2 --- /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:11e083a9e4e6c6293203e33ec36432ecc53903a011fe11ab15bc31365dee3cbc +size 1397041 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..18b719bc3bebd1c97aafdddebc896038481bd469 --- /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:ba62f5f7e2b63c60c54575032255936dbf2e95f1d95b893db5b8609a61104c7a +size 1405029 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..19aa764f6fb6b2fed5e8b370c93bb428eb8f4555 --- /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:c16c2b144a96087a6985da193ad588329dcdcabfe53669cf6f8738cc9b2abe8f +size 1676664 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..39a274019074eda6e3652c5dde555af53332900a --- /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:55c4d18196a7f7cd1630be28ebbe854cbef618b79be73d38f8156a1541ff9a01 +size 1513915 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..0843f293b4ec589d027af531e08a3eab1a7c67e7 --- /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:b91004d971b2611900cbe89f0c2879f925739992d20b72f8f1ce0be808632503 +size 1508319 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..ebc7ed86e01fe4baa3e11aa211f40bbc1503bbce --- /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:e9490c6e44704c10f59bf9239fed29165e7164d6e12a57f4d0dacec28f6af77d +size 1366982 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..2ef23c1f3b983fd317139d24791f657efc24a129 --- /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:628a3aaf936b0dd3f5bffd415f69e65c708f8288ee705a212578fa03c0247f98 +size 1467185 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..329b943e9c81801076ea5c0caf26e23017a756f2 --- /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:bd65c919360591262fd19e918464c1a096f1cb11da8c48622e95a00b7c2413f9 +size 1382007 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..1ce9cadb2081be20a2f826442cb5b621e8f4d528 --- /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:7e0c1247acb27c5c4476f5e042978e3033bc6da776b2530a8aa2f36f22b2809a +size 1761253 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..82b36a932b0cf4ef23bd6100a478b750c53485d4 --- /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:b66470ea9a7d5ac20fb518b809bca3c24fd73557025fe8298f30c045f02abe98 +size 1653590 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..3657af2378c07ef1ca6ed26f19b1ee34b8327b09 --- /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:77046e12e9c9a5ec7d8ef04ffe914c976a9d841a71e9c586aed3a329a4726df4 +size 1640007 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..805d522dd3ed7f4b8de659ea7123c92cd136db27 --- /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:506b249c170de44318fdeddb07b60f6c98522112a8e3aa106f79dc45b2493ef2 +size 2084610 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..f70fab2d93f2ec6ad9aa2fbb1540fb7a8fe61972 --- /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:30744031bae8b434b41bdd816b47735df6b83940363702703452ffa9db4d8e31 +size 1585913 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..141fb685979c6973710138c91b5eec06407252c9 --- /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:a0e6d25ecd49ac23c29aff0f7e1cb7454dd38e696354b1788c806a54c756471d +size 1425571 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..d14286977bc126a6c3e124eec3507a61830b8119 --- /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:58f8f95ba9b65b342fb8ecef8a15d33acb21f36e2eb7c17c11df2cf4a6d2452a +size 1646955 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..71c8edf0e4e6e206af94831c148105380f962067 --- /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:b477a4861c3fbbb828089f267491644d51e8f2196dba8c1dfe60612b4ed0ac66 +size 1737611 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..cef8c5ecfea45c5e03281c0990fb099f3911aa17 --- /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:61c6b799bdadf5a21f59fe201481d131fde64e23d54938a46744fc7194dd2dda +size 1656969 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..152f50e0ec9ba953e321c09d140d5874ce1b1221 --- /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:8da953b02d3296fdcdc2ac525de12b56560c717aee83bfaf67564a233f57373b +size 3138541 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..b34445a820f5aa5f5324bf707df1df7e1d44b3da --- /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:5406090d6f55b0015cc09b9ba799047aee0f1275b1a658c42284c5dd9854c0bb +size 2097268 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..6bec95d49e0add08d51de73704ab7ad1655d94a4 --- /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:bba7329c40256279d44da3fdd44611d4ad2845a38bfef628a30371b560d1dc77 +size 2046891 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..67422209e85edbd2f20cd7091768e97e194d3191 --- /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:fa306836a7af74b540aa420a0c3457a2174dd813e990d068c3a823ff27a9a776 +size 2310694 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..6b7ffaa6fde612ab0581f7f1f3c89969de05a8c4 --- /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:fa27094f28ea2460b1d338b63d8ccea317b3fede21c795f07b32745e2a36435d +size 2351379 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..70414c4c21c54052ddce6235ef7d5601db5825d5 --- /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:f63d2fe77cba59daf77d7bc35b5a2d5f78da32eb5800b398e501bd9535299d42 +size 2157302 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..6671efec124d8bad50ae5f7881257a99034cbfd9 --- /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:4aa615d000f9d931c3abf6ecf4f0318440a319f9dd901c66c1693860378883d6 +size 2110782 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..fc588dcfd1fc1e1d5d1c5e116e73d18cd3377d84 --- /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:3d09c566250980cb2b3deef0831acffbb9dd224a2ad8e8e5be0fe1e27bc1b73b +size 2062715 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..e34c744e2d065dd8f24c1892bc1d3debb536fd79 --- /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:d5662d291d4eb3c58a77f4510d908af1a187e473fb14ae88a4ac16658820ddd3 +size 2171390 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..d168625063dc846fde3e427166fecfe832c148b9 --- /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:87ee385ab7499aa76064c7e63113f48e41e260b0181e5e4818008cac655f20b8 +size 2243059 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..4886ea315377240c28dd0f9c127c7f97f7d930fd --- /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:6f6e0ab440b4ff3ce532095db449d732aa9c4f1c4162eb9d91cd20b92328025c +size 2344472 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..2048f925232fa6bd690b7bb6512301f6699da23e --- /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:e7ba0b00761eeec1b2b2b540f50e81b87aa1ca58aa01b2901689f500c664553d +size 2162313 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..744d063b55e22f01fdbcc3a3c9a16f7e8b918368 --- /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:d8744668c3af11679bf91c7061366c7bc3db6093e06d2d4b06e5815975c5036d +size 2343749 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..a3936182b17a0d63fcd6f6dea4498c6ff774625c --- /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:8e5e2dbdba9b1a2d94e802c2ee2deec9f90d655ae85d671433b7f1291501bd64 +size 2180135 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..a48a928f3ec2e97a417021efea5a0d83f90cc7ba --- /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:5ca7710c96629ccd0559096d65fb4f98364d5e9546d11daee47543f453f8c007 +size 2127610 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..297c7749ea42d0119822bb9e558e7478d8e47d21 --- /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:6443b4c964333ac29af2ad8fbcbc909240d2f3e826a1d6fab1bba2b0758a9fd0 +size 2443411 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..e15a8a5aa497cd0ab83b728ba9ce01f0588bf101 --- /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:6e6008a12f2cff5c701e81fa20661581f87a984868d20346270876b43200c2dd +size 2518658 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..a9a481e8c814626b30b6c52abf397ec0c47095cb --- /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:5d0aa689d55da0c562c9f8f5dd7159455959e870cf6743d271a439cebfc5457f +size 2150369 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..bba8ca00a8660f076b5f3be835e66c1c7868a96e --- /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:e7da8a3c44121d55aab54cdd84c507da45cc4031a453b1e7bfbd9b5b3a42b2ee +size 2124554 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..9ee640127edf1e23d4262450e3f62008ad6e0736 --- /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:277a0bf30cf4ac914f52690f36ca4b0e825bac74f958161c0ece2c89ef0dd4a7 +size 1841254 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..9339f6f11feaf6aa4857a593c019c5feb48719d2 --- /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:848cba219549cace57cc44628cb11b08fa73fa77b9d5ff7a0f4842aac59929c6 +size 2178825 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..3d6ec9451cad5bef8e3e8b24a8f6fe22f1d6d903 --- /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:ee39937a063665b499b4ee132982991401ccfb4851960f06ddcc16d9ca782df9 +size 2139391 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..150d7af0dc00c785288f5ddb0cbcb185b4e4cfdc --- /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:cbd86410262a72c9f345bab60b5dd264f2b830e313a00b7153151df6120fa24d +size 2060831 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..8b4dc32a39865ce8542ff1be330593188fa13cdc --- /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:563df25ff6cde1f6941365b29e7714d1f2fc68efcf7be3361fbba227f973bf76 +size 2180857 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..c2ac1367a2121969a90b4e4dca0abbe564675da6 --- /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:ba1d0397e7e8c0827de07669e998ea0250361ce57f1e13f5080e7aa193dba5c1 +size 2276222 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..71fb4412bb6cc4c7e161eeb4b777e751bddf8702 --- /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:d40592026eba461f0ab20162a195a0a282e75dd04f197b9d786ee4cb8a8194bc +size 2071505 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..68f367f0bb80b85eaa63541907bbc913a6c42af3 --- /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:6aa4fb1f2f6bfab0a00eaf436d03972afd1cfbc38242fc66f4704ddf077b303c +size 2325666 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..bdf84ea499ac3d017eaaaf2e470fd8d3090ffdba --- /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:076504fee92de5be4c1b85f190a987c2181894cf6e46b8e57151ceb8f5fb2bf0 +size 2023771 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..da8c8b91dcaee94d3dd00d965c7e1c840d9603c4 --- /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:c8736a774be26c133552070ff11229e66154da59ee299913261d154bf66c98fa +size 2247751 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..eb034738ff22d1f3796edf966595f6c9d4e51452 --- /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:95ef2baedca16a02ec61084c5aaf033278355817216a7c5d1c4b9f755409937f +size 2177374 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..66bd1bff549478cd162341b84217bdae102410b2 --- /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:0317cdf2c3f1c51132fbbed5b3c6a3ae531508a41b7026452c87220427126cf2 +size 2344227 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..057f3ca6de0fa6997f326eccb2f767bbbae950b6 --- /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:1917316d41d9f06fc1fad97a288bb5abf9ab2622076bf51486614801c6fc1d1b +size 2938402 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..a076df830a65801d7417a0c22df5d312e8f9032b --- /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:a0e6da3d50647c6ec928302e8697fd2b23915d64890657213e6269723cd8d273 +size 2713671 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..3f933b3278e2813724faec77ce81688cef4be588 --- /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:269a3480cd0f5052ba00f9c544978268ec173967edb1ef335ad7205660bec4e0 +size 2161864 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..4b89f17be45fbf5c7f6eb3564f40a68dac2fff26 --- /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:8db0ca7a374ba36171513c649ef246df2f19d0fc1dce257258e459b155660842 +size 2333679 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..69ca48eb5f5cde1638e07662edba17e7ae9fc7cf --- /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:c8071cd98b1bd6fb252586197c2fafb3dcb9334a29dd4a0756b8db070ecb177c +size 1982202 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..3178bdfd338169dfccf705a0497f3d2b7ce582f5 --- /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:f31737a1731e18fc33bfae45dd8431fc5a569b82b144a8abf28fa6d01cbbe07b +size 2098605 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..e396c764430c41eb35b55e9064ad0143e3721169 --- /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:e7ba82487ba2c4a6b9092f23b576fde0db62501c07ed408d87f3b99b2962a73e +size 2110584 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..7047f8fa8354b87e8f2e09b95a924d31b288e4fb --- /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:32e6370d0ad0654152b77bc1c4464ade05f98d49651a783c9dadcd09e404337f +size 1992646 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..14a6f9bbe3907c6c058a2b4fac13cc96abe1a8e3 --- /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:eeca4a348e1755123c6597eafe0b0eb3a2168b67cae921142ec45469a30ae3cc +size 1938040 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..36c15d62442cbb3c0b2900ed43b0b717c975e498 --- /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:9be51399b108cfc792e13850bda70a23c538d984fd2991cd339d4bcecab1b2b5 +size 2181337 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..35d4e60c78d37ace3c4a8b9e78b5d331a5755a0e --- /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:ffcd3998f3733ea76084795e011b074fb763f83a8e8b04f3649662ed9b1723cb +size 2034662 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..dc30c2cc510c1568ce519c89726b5367e0384644 --- /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:acef728e615d58c628cdd9d8623a708caf418e09cd6258af97b58266c0dd9777 +size 1793840 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..2b58a66ac33a73533b32f50bf8a559a002f09463 --- /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:6f634f73f720a8021e9afeec57e58dda8a9661c33b714666220a4d1f22d03379 +size 2090467 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..fd9caa8865f2ac7df0f32c85b3f90e8a92c5a794 --- /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:b1f6b76038e2716d1175881407ed4e40628f331f9e85cb368cdefc5caa516708 +size 2697506 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..e85c901ce315f41335996dd853d17d1153c25746 --- /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:8efeb47c33a57c104e05c6bb8b72ece7cdc765c52dd4ca3dbb7af1f051c8db53 +size 2099236 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..47af3412a691c9006cd9be80e249bf82063dd6c6 --- /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:ecffa31ad49c5dcc4f5d6f2927ae0545de5f6caa883731f1a281dfeb8f38cdfe +size 1942112 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..b4f77b2b65e330d7f19b1e50a7df2d1d2484e138 --- /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:8a26fee6ab0d83fed63996a959524df0ee034f0e6a3f41a1aeebc265b8b3fdae +size 1982495 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..a1a3771968433fbcd341c0a067655123480fd1d6 --- /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:822b55d6b431997dd622a75fb01790845c080f59d09ec81481452dc271e69371 +size 2052988 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..68baf415b76106edfac3c74a0b9029ba337d5ad8 --- /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:9ec7caa9a99075aee29b0739f8427594e76f1429a4a1862b26411a9255344c84 +size 1993297 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..924d6995856d00aecf3f7f663e93bcee43191491 --- /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:66017b5a6cf1742a29868ea008ef342ff13d8f8e8ced89f3542a24bdff31fef7 +size 2060657 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..f868fb23656b73fd8c0fea3e9beda789238740b9 --- /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:f6d28f1282a569b2b382641536a6d443b2b11af738691ed3f7ac8d904ee80321 +size 1870695 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..30565065a65255cb783cdb2f985090efc9656705 --- /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:6e55c4e506f9268883eb1f50529c16c08f4e32e57c86316120957bc135a00b15 +size 2583539 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..1f5a6fe1998a651b4207c738a41fd93204fc3cb2 --- /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:44f3fa9a934b830cc9af42ff77d26fe02aa574f9b2f096b9b540173222d23ffc +size 2097997 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..232760299107a720190243690d58e4c21fcb0ede --- /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:997d1dd3d6b71567bc5aea85f7f170233e86f734ce1d1ab20ad498d74748eec3 +size 2185547 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..837438f2d6ab9e926f39df44c27730252e8804b6 --- /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:fc0658e08cd3a490fe74079811d37c4aabcb273e32d05cf031fc6027005f6d1b +size 2639482 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..f8cd0d4483ab295f31075c08b24c2d24538b5b18 --- /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:1f4c3598c36fe556adb34f9f359c8f388790ae26111b13e538e44f0827931493 +size 1968273 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..843c63c9994b12d2d5a0717fb9ceea095a6e5755 --- /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:fb33408842dba43bce52e46301fec42b968d18e3f5fe77a7d0db6326d8ab359a +size 2028308 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..9c582ea3617dec3790c03a47132c52bc9ba4fb95 --- /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:ab6a7a93c39726848c9c142620be45d180d866d00738905b7f8dca51b0e41ef0 +size 2163492 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..495371c907ec39de38a168fb699ceda04c71e57d --- /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:0b5e5d045ba407f15b3670f4f21af2c323ad52fa329f3fbc461fd492cb3557b9 +size 2323386 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..01943d3ae252b825d307bbbca5699a92789a4b02 --- /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:beb1b9253c40b998c86df86c192b13b4975670c2e37f5fcbeb99d4a872290cab +size 2485835 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..e91b29d286ead88b22b8dd2f602c4bc4e1a3aae7 --- /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:22bd801e419f37cd25af323b1f114d69a533222a1e4ee0c62f2ecd71a48a83e1 +size 2281343 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..02b513751b5d5e6a22ce091ba76319e62b61c4ab --- /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:eeaf577b21ac8307f5ee3923a1ac68a05fb9c599493dab9379ba2ec8f16b7efb +size 2104502 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..719f180aebfaff23bede82df8d5d8ed6d932d9e8 --- /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:497bc4ed8b20037ecdb6266810534fcb92e86dcec68e31929d97fc30da082bf5 +size 1906826 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..7a085ef9ff865600a20021b1e3f8198b13bfa002 --- /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:711067d1632e3121987bbc4c8ee0b611db4056a407c2ca3b6ddbbba2f36f3d60 +size 2079654 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..38633371c41c3ff4fca3b4ef2c702547bb699d45 --- /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:81e749491b2cd724f5441fc8399974c2381496fcd57276fef5efb909a4441c1c +size 2242270 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..53490bda1cba950572c8cee7a28c086db26f9127 --- /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:3d08828c759ae7c5987175da83cdfacfd89afa2c4b4bea1454421de0ac84af60 +size 2048070 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..5413469160f6ce08271f1fc6615af98bbd6e271d --- /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:87bd4a403021c88b171a0b920d855ab70624d26a5a7f2cf87dfa990fd45a3af0 +size 2129421 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..7e3b1942940b469ec410fb5722ca140a5286a7f8 --- /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:33f08888ef95f442de5229f00d7e533d9394876e79b8f8ef3898173b3015bb4f +size 2554324 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..40f6ef86d1d8539a8ef09b4adc00abfa02f7ba45 --- /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:4c4051f9ca9fa5de9ceba11adfd0f1ad6dbf27b871d5fbe83ebec27212de3886 +size 2643279 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..8412278224cb5853c4d1bb6862513d8597621479 --- /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:9f45126d54b4689cf6647630cc6fdeecf0088300e48121c6f40185f64ab06d00 +size 2203426 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..66cf18763397301d4f026ac7c35976310ebdf381 --- /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:f55f8d4ec44f4de89715cc3830c5977aa4ca6aae6bf0e4465bbbfe2e5d8b643d +size 1900890 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..b5caa241fbf692549fd3a81baeadca048a049023 --- /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:a24372ee5d59c6d08cc6bc1bccf8bac9ed085e2770ba9bf914aaedcffc820447 +size 1863180 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..c300ec6ff3656367b25156a4a8fc7c8aa4db18a9 --- /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:93855e95b7dda74c654b29238fcca80467b15207525c7059db68693e70717285 +size 1892642 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..74dbb27cded3dcd4044e0521ec917a6b6fbe34e3 --- /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:296b663dc341cdabc07ba82a4ae678022e788faa82f15d4992d2827feedfc97e +size 1927063 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..4c7ea49107e37ff2f8c3ea52db2d6facd9cc016c --- /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:49de264e5bd8df922e37dcd7358069918d5267c6f705bf8dcd2807473476efe3 +size 1974994 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..9465bdd0a5b06a70b3794aad12e858706cdc7263 --- /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:ae054344627aa10881e13d988531fb5b476cbbd8d7ecbb17467a80183b9f12ac +size 2488849 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..c0dfa968e075f84f4c8ef60e4e22a9671c35d8ce --- /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:d2ab0e5a57deea9b44b4c76af3568e77d98cf981b94296e334f4153ff61f8b7c +size 1773798 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..fe8a13f3b76718b0b541f7bd9570061a414b368b --- /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:44493e502bf8b04ada424e7a1b8b63f1531a7e2ea660ade0acba2c52ff262627 +size 2203320 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..70d869fbf3a1102603ea42ac1838a9bedf2423ce --- /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:fde7b4a9ae2ee5a2be1a2001ebdb6d770d994e61d350d014b35aecac721243f6 +size 1524948 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..86d50fa6cbd9107d35b1267afd1b402e1645f2f2 --- /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:f2225354754961d781813b311e04a5efc163400b09dd51793e437cf1395dd99c +size 1634485 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..0849eed053a54c38889f563f60452bd6aefad814 --- /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:f9dfbf0f2e46acbe5e637ce93605ee2e8be08ab6ba486cba68b55ba22ae94f1e +size 2189064 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..e94a2789ceaaec36d32335e07134fe80c412d339 --- /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:aed44e9c11c215d2d047ec32b8cac7e87fab1f5b9455e1de588a34453d1f5835 +size 2238226 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..80228f70126582081dfc3a335da7570445b695a5 --- /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:92d849e988f9a07e6a5a2eed8e231701bd328894607e92227cda45822f811fea +size 1867850 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..8a7a58006ea4d7da418481306f8c2c1bdfcb94ea --- /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:53555388b98760ab1372a5a228766a3bbbd4805d1bb2956f7cdfd136f69c0797 +size 1864888 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..3465b70e4cddea6db4e14e90040781a561a1b948 --- /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:edd3e0d290ed5b83a3a82b8f563dffd2ca6e16224ea920862738182ea6cfcd2d +size 1944315 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..da2b3a59f00907530fcf4539cb7f5f15a09c6803 --- /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:66b417e35ef4f90d17d63f638bb736e872f1eef2827f81e5620f90a187ea546d +size 2328085 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..7fb61b4583097377c1c47482adcccb854fa3cbfb --- /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:6316fbb5eb8dbea8e92e9ebf2677d2905dadf79d5b3208ef5298c6124e7d6cb1 +size 2234790 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..aaa7b193a77f8485dbc0519c3fb55861a0d28281 --- /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:2d3e7bd9dc7881a9edb1cce50bb3500d54f4715d5004c914b947d6883aae944e +size 2011151 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..dc96fcddf82ef51f668c72b05f6c310f072cd4a1 --- /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:1edd9bd1517fb35cdaaab741db7fff119680b2b4ee6e1e865f7712dd48be5a9e +size 2038996 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..19dfe0a15fa615a9c32ffbaf990f94df4879c91c --- /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:1a921876257d2f0a751e63a9d13540e52c95b73581a0cc128ff1ab7128a94391 +size 1890269 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..7e05a2346a7cffdd237e34594def3e853f71b9cb --- /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:a55149be5e6ef7394341fa236d477af6d0781ce4d550286cd2cef7eae15f5880 +size 1786088 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..83bbe4f9da790e729a8b80879f2368619d92f7d0 --- /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:084ead5d066d95d1f2a75458f3c2dd219f847779c6478be9b7b643b3af13d62d +size 1827500 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..cd2fe8ab484454cb7a195d1891b6e29a67cb363d --- /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:5a0bb354bb930f4c6701f2881a47d093775223035c75b3366f35497673d85b59 +size 2003922 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..ca5684b2af305230fe527746f4749547e633dce3 --- /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:ad232b06979a44500ca5e2fab0bf2e5f8fe44d37cbd3e1ce13da0a44a95e7968 +size 1962582 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..ba9274a900a32635380fccc4707862b77bddf6b2 --- /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:60903f5c2c8f3a7d77b3906f2c8b095f53814c91e96e5c00d91e43702fa146b9 +size 1730700 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..e655d1a661b10c79640943759ec59680bb0c4cdf --- /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:36c437401586b1d2d679ce49f7b1c12a6d88e410ac510b8bc761996bfb39b47c +size 1882897 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..a0fbb002c3867187c4cef9266007d76ea2ef2445 --- /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:d4a9f470c4ffa9e0d64323e381fd034e14934e49ac15a6d6c9fe2f1a7274c221 +size 2041696 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..1091c41a81af02f05f941cc3d5c7857f0c0e462e --- /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:c4c3c5b6c7383ffcda7e08fc801af87cfbbaded1096ab05f0546443b9b30616a +size 2081533 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..04da7a3555fab0c241da6fa4de78b92e6ca85362 --- /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:5e2b1aa31b74eaf0b904ad430d48ec09c48df3c3885c2ac5b30260ec31e2e26a +size 2005130 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..0f8263da2aeef40665721d5f214971f79dee6bb1 --- /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:1443c42672e89f495f8d60e31b5e9e081fb29da06af182c0523b097273a525a4 +size 2318401 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..23ae96deaafa1904c6e7e53d06d82e53e1dedbfd --- /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:0aad42aaf6433c6a7fa41b3e88d47388b9101be296d08bb66e403554f6c10fa1 +size 2066396 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..d8bb648fe70c52918596b3c35be0ca5da5faa5f8 --- /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:ea7f024375d980121f7259f7671a534147d543928b82c412143c8447c55838c9 +size 2319906 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..c5ee3704d2bd552bd1587ed370a5927ece78047b --- /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:9d843594ddfc0b5dcacea2ce98253b83d06eba9ca9466ae2580ae9bf473080e3 +size 1980177 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..5dbb481c059b3cdeee9b42c5833f286086e89a30 --- /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:bb2271f5d201c09e4de358fa4aa5648325d3f4a1203901c1d5a676fce505156e +size 2246996 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..46c6ae3ec314f71946fcacf98eaf9a561963b627 --- /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:6168a450ca292205862b570f0f932baf0480d14f3b4d2427a5bb0555ea7ff536 +size 2445804 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..151e8dcab0b742bf9c962d7dceb589e292e56e8f --- /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:94d7f753e08a042258be77e51f9461c5d994e353adb5b5a885a18b61fd5b4aa7 +size 2433257 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..ac63f1ab7b89fe3b0be24c2a53b53d70dbefc367 --- /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:255ec1939d43cf41b0e5bc845641929bf70c2c85d8e20f3249bbb4cfa707f99c +size 2477210 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..f31c64d23908b2bcf790ff8bc06212a5e9576bc6 --- /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:a3781457a81bbf6336b33580111bca52bf5a58bf39e026a06296cf6892d90208 +size 2627028 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..a92daebaee3445d46645279c89d2f1f604ad25f9 --- /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:dc804a694eeabe81f65d85c13759a2263cf8b0ac3db84dcbf55fba3eaae3cc5d +size 2795015 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..b1b29e8e864a45e691c5d832aa2bcd99ba7783a5 --- /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:fc11b4115f6bd1717b20be3de64426f19cc363ca37af2f1aa00f854df405a7ec +size 2861640 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..d00070c2fa7a62c9ca2b49ae42df73744633a7af --- /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:c1bd4360480ddd3a2b91f61b36c7d457ab08fbb69f992e1e1b2f98cd2938bb0c +size 2408597 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..94d5dee69baf1204ec7337e4eae44eac2b83aa84 --- /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:bfa0bef16af054ca6ff3d70faf4a137431a112c0071a0e1464524ae898cd93c6 +size 2277119 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..4c1be2d4d40b784a7a9a55baf499d436f1fe7b5e --- /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:644ae9e9f348db3ecbb8d9ea93a0dd5017ce1db96a92a41ad457ade0d54bb781 +size 2520114 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..bc61f8f1b854ff7a0035d9dd6d93563152bc017b --- /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:9a8c3594a18d1655696f44e15a7f4ad0c328180ee0815ddc95c9e19f87601743 +size 3004974 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..d5acc3d5bd5eb08adf02c16e515e0bc59b14845e --- /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:9ceb49a290d14ef3d7ec3241fe4c6227ae99b7a85d3b02a2f20621e85836374b +size 2330678 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..8e292c134f9cb6189a7905cd17e661d5682473eb --- /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:778f2dfdde2f9a7df724a606e611c16fdadafb2f14c2cf56c69c398d1b67c915 +size 2423327 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..ca6193f8e739c510433e68b43d50039c1c8f1f4b --- /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:de7cda2350578dc6a9fb22cded3c8250e1ee6e0125f74896e0da2dd2533d4d56 +size 2724355 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..40d0d7926384ede0aae95546eb2e028e2b790657 --- /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:6c26c6387cadf90a98044f2b9b8134ec5a5542a360c740344028eca58649ae37 +size 2783240 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..d565401d90f719424b10e197fbfe15a841e40bcb --- /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:3171781f508e6489435a92e5eedf5542cd4dd9023636c6477fb4cd895236431b +size 2359887 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..0ec1c40177203dc32ceec30b8a895acbd4952059 --- /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:974b5fa87e73d04b8be3ca565db52140ff7234ee58e8b056c5ba84c72ac278a5 +size 2452436 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..90591703137594436c4f33467950d9670d5611c6 --- /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:8696b8c9a8794d91672a6be5e248b4d724e34d0b09b2a9288117ddf483ae6cf8 +size 3487218 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..bf52c63b0348c52dcd30bb199abe0cdecfed57c3 --- /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:54708f930dd0300fe1665814b96148d8212ff846fc2ebc1ecd1ac89870c52d0c +size 2111135 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..2acd72507bdb911d3bef07015cf698b0d7dd15dc --- /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:c803a4643594e9eb949d9cbf39d9a15e1832b287ef522028d20d79c9f49ba59f +size 2394995 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..3f9f7fb13120c2bf752ccd89fcccf5879f71acf6 --- /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:f761b6e0263988e636a2fb1e2c5a8227617c4ef78dd985678707d14e5e521e99 +size 2577747 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..91738d5059d4d5b16a508079614f9ea5ae53e721 --- /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:b421d6f083a7ea1679f3b6682e147bb6be22d3e5cfb4e6705437f24702bf03bf +size 2139067 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..bbefc6c1ce074b8700014986b3c994c3c26b3651 --- /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:4b8cf32730621be6b72bd596651e9f83f09f98afd779bd4b90651656624c09a0 +size 2138312 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..391b588c8625a3e13e80083072913f50ac0cc9dd --- /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:3c754ca7291c9186099118767302d87d2db43cfc0eae9e760acab5c178e5fb2a +size 2570735 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..45c6e18427a2d57cf00b07617cd60a700f675241 --- /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:4dd360245f83a0a1c9aaee5df84a45e55ae055c2bc5299ac7a01b22793183b09 +size 2169984 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..bb0dd7c60392744dc2b6a8ee8c13ee64255dec58 --- /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:baaa9523314d02cfdb6d5bbe5707fa128620e0c2e5bdbbda7c9f77d3c8a595cf +size 2360675 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..51682037eb83c98813c9a2ffcccb090d22657dcc --- /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:f3741ab9e49c0b42163723cbf50b2b674e330e8c2574fdc0e7e662d5e441f63d +size 2289524 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..3431418a66065402ea0d27b5c97624dd4be9530e --- /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:74b53f334364f107a3ed9bf95941cfc3cba8fd0aa3ee5c0ca299c7f3d1332c77 +size 2111945 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..59d6dbda9d1668e1189449d11931f743b0625d8c --- /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:bc16aaea2b765441fa753a028a12481555cb1fce23b9d7137deafcd5c5706cf9 +size 2134377 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..4d925c35720db4f94748ddb62b74cb31504d8831 --- /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:db3a5f9b78d693f1ee259636227078c0c21144645fd2c5f0ef83aa2a68ac9f92 +size 2198430 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..1e4978416a82545837fe20fefdb6b93d3ed27fd6 --- /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:b14b10bda354c64ced971f18502092b0eeb488daf04a4264afe6253287782b91 +size 2740709 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..62ee0441822fc92cf2edf3cec59531b736f04ca6 --- /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:4c6bfee19f2b99c45fc68e0f6a9570cc5498a81bbf91909fae0bff56cacd0795 +size 2268248 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..bfd031018dd619a8f43c1551b0c36f9e55abee9f --- /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:ab8622f40dbc2a150ea3c79d4d339c84ece5f6b507de5da17af41b92ea8b01a8 +size 2293225 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..50e7f0c2f166bb26455f5e9d4842ec2b7da75173 --- /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:14ada89cdcc1ee51a83d0c5d50aeed87a4e2cf6976bf4c917a623ba8c140a01e +size 2442497 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..8b249fccdac3f08d4b321cb885a2dcce528784d5 --- /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:191757ef283f947add8f003b5836db9a32817796e909eb007db0a02ba277eea5 +size 2152290 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..a70d1809bddfb6bcf9ddae93a619895f702e0b4f --- /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:d9efb8081c8e8d4d9227419847fbcc6fdd9aee5f9c60af12476c945a144120d2 +size 2219344 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..42d39add000a69fa0f24e29a83c5ffe4e460054d --- /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:d7bf60cc8c37a7f758ebb086f19540ea026c3dc24eae4a18ed3e6c1d4bec9148 +size 2309120 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..8a4038139fd70ff9b967123d83eed7ad0e0a532a --- /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:fa3f1ab0a0735bb073c264a84b2f6d1dc5f4f45104cf414ee5157cef2f5fc781 +size 2223036 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..6d86b605ed320638fac66b30b1d9faec6d0ca856 --- /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:d0108f76143adb89bc98ca61c36f99fe37c4a1546c72884f86fc034c3802cbdd +size 2086046 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..b23d1a1e255e004987fccfbe03184c952bd14c94 --- /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:4fdfbefb78a09c8313fddcc4b75668ab65bcb8b346dee5efb1ad2800aa3792d0 +size 2481023 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..f34501ddd99acd3c1078452519a0e3dd7245e053 --- /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:e39da86355cc890429f0d6ad09d53383829ae912c688fda02128955d01a3b3aa +size 1880101 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..bcf47d946328cc91fe63a5c9db16fd77c0f279cd --- /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:594e8963e882e296d969bddddeed7cce0b3553425a9e3e41a47b40d8ad47d8ca +size 2290646 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..5ce1c04b504c34bdac2bda71e5d5af1cb56bbfeb --- /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:82abba7e27537d8e76cb6b5a36e1eb8ac45f098da24a629b0f57cfa05df4c5e1 +size 1928989 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..dc5215bb29f005f21357471a61c54fac43067ef7 --- /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:8e2099a4565ec3bcdc3db691c1f1026c24dfae26a9eb5209f64559a495d003b3 +size 2050811 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..4293a153c8aef2fab670f62ab1a76658f0d5cb51 --- /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:6601d644b1cd4a0a36d9b64ce3dd8813c46f01172fde9f26d40e59e3e8c73580 +size 2185698 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..35075d033606b3e41555a80a4bb8fa6f160e0e8e --- /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:ce45caa7d3931b2974953654ed7f690e641cb69f7b9a9791e518c36a48f60847 +size 2682341 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..b6224df8c5e893870b4f65e147913d1930a390f5 --- /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:628025bb1ddc96d32182de63520fcff894e85f39bb84ac8040eab1a0415df9c6 +size 2643269 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..837d29200e93d0342bd737169f96eea4f99e82dd --- /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:9889e35453cd16293a6c6270f92d7aec8fc4256a61fee15a612e4b3eed6abb38 +size 2020011 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..aefd32b366eba150ca51589760dbadbca37c388a --- /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:c0dced4ed5eedc1018194377f3d7ca8551d0ebcff8b6c21cb455abc5d2c6010e +size 2302746 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..a6019677267f576ee0853788f4f72395128e2641 --- /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:6a5571e1bf7a9ab16edd0604673e0ab18b4e3c63593894e6024fe3501cd9fb8d +size 2236265 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..cd886f9c563175d3305043dab7388b122777932a --- /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:ab2b86002a041e3dfdd305cfd6241edcc99d9b1715b468efad05dddd42f4acea +size 1923734 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..0a21ee44224af2b5e2176c1d445d604a42ff38e6 --- /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:4b094660951ad583dfdeae41b5e72619634b63a9b259850ed35af1f1bf6dde74 +size 1998296 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..d5405d6315984533147a51a80762ba2a2733be40 --- /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:55c4adfc4e1291fb30f0bd52067c3d4cc896318fbda752a8d1317ff2f61d4af6 +size 2959060 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..b373c4cdccc0a1b0a83d8807092b274d0da67f00 --- /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:cd0bd106103a0897ba3d6c4be302cc107198be4afd7d7350d2f9fcf36702b47c +size 2286327 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..fc08ff978c4ee74412f230af175b665041522852 --- /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:6825330a9e630e3708f999db630b50c16c59bf5ddb9ca10e10877c49d068fc94 +size 2413399 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..62d23cc86d14321322331748ac2b252663ebcc27 --- /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:c5ef14b72bfd1bae45449f5499a38887eb3e7f6ba60f6ae401b8556bffdc1ee7 +size 2301736 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..6f2672cb90861a328a4822d901382aad90bfa829 --- /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:baab13cbcafb913460dac5a1e0a169c74ca739fa261a6cb35c6483d68ecbd902 +size 4400280 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..8ecaf10df6370f3405bca9fe80bc7b156886dfd2 --- /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:584a2d4cbae406912e14e5f7283dad3c096ced79f6bddebe25d1ae888db4f05f +size 2056191 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..e92f3031462c99a0c70ea05610c7f02006b9162b --- /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:4fa2f705b89caa1fe48514d2a6e181a44c96a6645cc6e8d2025f271ea80765d7 +size 1927160 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..c8a66ed288bcc85fc23be26642e9ffe7da51dcb6 --- /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:f1e5ebf34b7b4a10db564e3420ebe7ab8fa01ac3633d5ad5c7f7248c1e03dc50 +size 1872619 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..0b2a7ffbb950e7b96bec2a005638b2bdf0bf7258 --- /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:caca770240d02a2bbfa1dec97bf851183b1763dd68063c5c03db0a9bf6c0a534 +size 1914384 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..c5e5e945e924ac32121ec5b638616a4acd85bf05 --- /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:fb2cd836b05f560066b4db16c4cd5568419c27a124908b7b4f86a0fe212ab45f +size 2140927 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..399b5cffb09edc78d811d2d0707a713528168ccd --- /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:38552bfc88ed38217e7dc907d8bfc45213c8f27b1ef41062f33204adcce27648 +size 2047805 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..13a5d6286697f51aead8110a52ddcd6de11d54d7 --- /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:b6c90a0aace1eb6d7dbe0e52be9e792c69efd4043e8d0b196dd3bc1950cb53d8 +size 1884933 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..656f6eb78d89f7f2e068870c02c2bc31d3517ea9 --- /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:6f0fa3daeb0381a363b585291682c3a626b032e52fd87f8cba1d771d634b784c +size 2010714 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..f3254bdb9b52d65612d728c26f87a3336083d41d --- /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:0da6a2aeb563f9b073fc99e276c057005590075af97e295a933c3a56866f99cb +size 2693164 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..791f426f81976a423a16fd0008c85e3fed27b282 --- /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:b8497d2a4c840e464b13ecf0883255a6cbe15fe90d673cba50ba34488c86fb01 +size 2628525 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..5694bdb6867074b683708aea8904315426ed3122 --- /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:40050bf5e48690b55e87d6a7df8a12d0a08a26ef6658ccd5225069d9d24f43d1 +size 2279960 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..6d4256d58363397aa7c133ede8e2fce56231ca02 --- /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:2633294afa6f1e770d3da070fc9578a0028f8e8c9709ada00350d35b89088ec3 +size 2277595 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..633a6373f8fc0c323264ec9835a6b308512b283c --- /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:c9b845b7a59d853d1a1fe6e85cca299d814a328aee63f1eca7aafac51871b983 +size 2036767 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..a99f8d203e6894ad1e7023caa0be191af891e1fc --- /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:4d6887ca0aacf1142021f8cc4feb3044c9f0a8dc8d9c8adb957c9b6b5071b4d0 +size 2353845 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..bacad87268b285b399ea1b8e926618a4c289056e --- /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:e54b93618f8a95de0ccbf0139ad49aff99bb294f5e3a40e913e476bc08a9b39a +size 2251234 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..647a804dd31cb9c94a07ab3c4ae2ad1f756e2574 --- /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:54e700172d09d1d6224a1478b0befc0bcf0954f8f3229f8621a0e2cc3248f0fd +size 2662896 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..486a433020434a9af14f430f940608a16cebef40 --- /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:cabdcbb9333603362e17825661b27d638f446051a2c8d39f6e7535c9cecce0fb +size 1875661 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..810a3f7dcc2b0a0282dc6b0dcca3a5f0933da57b --- /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:30b3b2eb81730b5fb8ca0efa64a04041fbd2a4a06db3581ca6af186920372880 +size 2122748 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..8a7301a2ee2a802dc073ba3084a7436376332b3d --- /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:c98037ec11df356f73949805df1a2f7f383f3d294cfb781eedad520c244826a5 +size 1891751 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..b95544fb51dc8de7c1bf62416f4a67c43f22cf9e --- /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:f266692d6df14b4fb7b7adeb5d16b34e6f2d268ca16e667f49671c9941f3093b +size 2100031 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..4d75527cc220d4f082b52161ab846a6102c1f0d2 --- /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:189eeb73fad60ec3dd86c1285eada9454fb7cbfd219bdb7b5bbb6c368ac6e004 +size 2172355 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..932f27c7d71091e498b877239d9114cda511ea72 --- /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:3e8bb1917428edfe503fa8a87d8e0e36cbcf769bf5b1a0375d7fed63d88b2b4d +size 2413137 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..08277d0d1a35a40ce9baa7681710191075f84605 --- /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:6a714b6b4f03f53a6d208b903dc2f777da8e65c33e1e2defd91ffca31ba08087 +size 1840621 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..672f0b9aa216d1c01cf94fc76a77613acabf4326 --- /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:06c5d758fd3d0f38b3f9195fb123c587d8985a6084b1fb2bcddb25cfa36eabaf +size 2150406 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..c50ee81b78bf26e4323cdebe3e0f1b08c2ffc81e --- /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:41cae7acd1eb6e797106a54818a38acb417f66db9c3218c6aab898999261a5ff +size 1977533 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..32b67a5e3453e0b77b9f0ef6fe47ba169a660930 --- /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:100ba3439be5deb8ea30a0e05f3e93a6485ad73bf90d7f4a3c37a46d5c2a2564 +size 1951144 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..a668be397fea623478bc20e640bc42945e2b822e --- /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:df352476ecbf2dfeb206e8b7ea388824ff1132ae4abc351e12ad8c74a39765e8 +size 2485384 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..48775c146a6edf3f23c20ddbb571e7846c005bbd --- /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:67354b9fe6268848457175434c83a1a9f337d806062357db39feb2bac0fd1028 +size 1889511 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..0cbc4d4766947c49b3fa6f1cf956a7a585f9173a --- /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:963ae73858574b5e65fe97e85f9c3d24fc3b60e29e067ade363a67f5aa6d7afb +size 2385234 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..ee471d29d6962375341b956ba0b01b3827e061df --- /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:644ccfb4926c22cf9a1ce2c2a8f8e5511fc19d6c88334c345edac791119b4c79 +size 1915888 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..f9a0e907829f2e8bf7413f5f4f0b45ab49318eeb --- /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:8103618d37a03bf534e6e004c88c39970870236383abfc29e10ac01f926f4bf3 +size 1740401 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..796292733d133897cb78b5ac501419c8c9442d27 --- /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:8ea829a5040cc3c899797685e101d8f4ea9b804b0a92772c9ca683244cca3ace +size 1897519 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..e14ef29e2f0b84da826aa4a51db53fc153991315 --- /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:e99bf8ebe2057ae1184af4ebd7744bbc35d9f9cbd0332ec337fc9e627c69e882 +size 2238353 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..2f81967ef7116adcdc2ad862390486ca491e7a14 --- /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:515e42a50dd87f7b026f4f0dddc9a7edfb3eb48ab08ec181cddb1c66acfaeb89 +size 1701391 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..9b01610a8b71fb3ce6238f593a949f9e17b5aa77 --- /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:4a19253fdec38ba290647b78fed6f5f62fdfe0e061e151e55f22f8d06c2525a3 +size 1780765 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..fba33cf59ad224cf11cc9616a85d73528539b71c --- /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:a57b09f3d9a0628ff48108122aa031df1585a6f38d1913234885df5c7148171b +size 1776120 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..fba71d3fbc4d22cdfefc40957a5597bf07a21910 --- /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:9a4ebdaf586560a34a1af2c56f23d909c3e8c99503c3c7ef99ed1b1e498ae3e7 +size 1980700 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..daaea5ba9a8ea3e2cd9b348e4fbff809cab2b829 --- /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:32e5bcec4a21fd305c24075f1f4ad28c5f135402a8608c47d9bb50f0af30c21b +size 2106433 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..dfa005860643eaf89795d269d8aaec1a29d9751a --- /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:f9c5dfb3264164e738076fe776c0e769a3d052bdf563f80f1c90cbebb92080b5 +size 1914331 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..5f1e9922ad592e96588111cc23467aad98bf26e1 --- /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:7e020d7436d39b906011c3af76712688ba73032b144dc765689526571ba39f50 +size 1879900 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..b2ed423862d47601323a62bf78e822e718840583 --- /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:8084e5e37b8aa39d443da7b98f4364f33b956987ab76b2f864b9714a159aa6db +size 1927829 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..4a2cbb3d9e2bdde434399b1e47d5f6fa9a294874 --- /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:0d283239b098a1be0ccfdaa043dd926489fc4f8f61a5b8f83147e4e7e8d6958d +size 1927580 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..8a68c27c7894e6d6b140b878766f3d38d0f29d69 --- /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:6ab0f237c377aeb5da4f61540d83094b256dc2b5757fd56c80a34b8785ef17a2 +size 2049893 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..f1fede45b369a8c4bb17aeee2d020ab4e2d86f19 --- /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:195972c904044cd6a86e2cbd805557cb6e5ac2f95ca2186b5d56b6d708fe840f +size 1854792 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..9f74d260c2db12ab0d30fbd60fd0c61cc827c90d --- /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:28b87c7b6f0c5db34eec697deeb276c08124b48392a33d21a8093dbbaec6dda0 +size 2001487 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..79115f776663fceea6a384c8ec70421c47bc3426 --- /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:6beef15c085750d57f219484641eb141357f596c3ce8fa6b1583c5c6de344451 +size 1880877 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..65ce7b4b0e18c69c8e975d1bcb050ba1afbe7a0f --- /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:dd2d94942184d04475c8a72cf0adee40e88f57ae921548f159d92b4353735354 +size 1940927 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..3df575479328876d153adc17134c31231ab313ea --- /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:ccdd8d84aeff317e7f74b6b1bc646ef5f5bbb8c1dba8f6cd0e5f9d83f4406971 +size 1766746 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..e818ac2c6d50c76836d38d90097a623fc5df1f23 --- /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:6f3f84c133dfabb4aa87f3a1c62e1791ef5d2cb17d7df92f48defff5a648a030 +size 1777452 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..7d192cb5c3b5172f7bb912eab0e6a9ee7608d9bc --- /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:370146bd08bf79b8f86eb1137d89c41d40505c1f46e572c889c6ddde789522e4 +size 2043929 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..287f7dd6e0e98025f64065fee3efb4d48e6fb593 --- /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:9acaed9584a493417389688937c06d4487b823a57ab26be5cbbb4dedd38d7ea6 +size 1941898 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..12414e5590a1d9289f64a345efa5c3a5f14154f9 --- /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:fb365320381e4b22bf19526f7c39add0a18b8c10c2d03e804fd09c6f4e04df7c +size 1822942 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..ae5b6a739c85019c83a25cbc200070fe0b64ec88 --- /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:da199a24964b8e91f4a3957db6dd979a4655a08e41fe48990f0667339717cc81 +size 1756464 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..26425c8b6ae9ad1bd8dd7ce0ec357384c9768b9d --- /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:84170bcd739f7eed6c327133ded808b6f0e58a7ba0f949bb34347a91a2640674 +size 2014099 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..6b7757da933fb8d53e44bb361f1dbcaf280b1bfc --- /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:73e2cf35718f28567bd92ea1533561662994a46372dc1db04d5555da3b27bf89 +size 1932847 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..b4d6ebb185f9ef30494136c764567569a97c6274 --- /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:adf4877d3875c4a1169fcab2931a462768f1f2988fc3a4463e367f7d3c825197 +size 1894731 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..46a7c233f93783f2de0d5eb234c18db5d4589b2f --- /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:833ba8ff455bc181f897bec908831f242b11d811b032a43707a587c2e78cc468 +size 1755767 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..a3fae85d22e1ed617c5dd3bea7b07ca5fd8ca26a --- /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:78103bc3ca085eece5e79f10c996d81a574cdeb8422ddbf5ef0f6945162b01fa +size 1879421 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..31ccf3af431ab2e5652027cefa387b4c76c828cb --- /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:7d6879882f4eed92920c1a971fe2c0783b2c377128ed5fc138d46823b7c42166 +size 1813641 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..1d736fbe44411280899919e865389eb67caaa593 --- /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:2af9a5b70cdcb55e86a4932c89b0e8766b616ba7e117895f9c13cda4fc61961b +size 1841318 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..b40e6f17d5c7aac7532c832e7d266b666625a3c9 --- /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:a4013fff1f22907223e32dd0e2dac6bf30ddd1d13f1a07cefa45c6b7f1440035 +size 1845693 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..cfa970e461e88959eb5472aad5268a8e45cdcbc7 --- /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:d3d540e76b6c81954dc7e49ab99ebf2b0d2d9bf5a3be9a52bab960f427988505 +size 1850814 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..5266bd27406a14a00472e05ea3d6f22bd6c47298 --- /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:88218820a2d4ce424c4811c77a67eeac0e2823da97ee4e1a839c0e1eeb9450f7 +size 1706315 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..6c1119096f3c4407a3c7ef84d5b97e41abb2ae5b --- /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:f20c86926b0b192f01e4be1a3bc2e7332d7c9ee10e336d6371729d704b30611c +size 1796002 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..c3d3e079b34def8fcec3a48ecabf1c29126aa0d9 --- /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:f0b78a50ac514e69d73ee5ecc1576bc0402442d9eb449e4b817fe7c168644e7d +size 1705061 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..7d21c322ec3c10449007ea4e3d37e5bef2ac0b86 --- /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:8261f78701343e7217dfd6771e9be143b070fe6d2e3b7072d179b0e5876ae25b +size 2003050 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..d5efcdf4f53119a0731f1c8f5267c3ad37510d10 --- /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:e8f286df674467caef4d7bee55803691b8a11c74dadb07bee5d857029dd12c89 +size 1782936 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..f33bae23d2645f44b33db4ec6ab6e03bcbd10c43 --- /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:fd457c04096f233be5c08bce79f1a8ff34423561d1eee3746fe4844435cb55b6 +size 1709399 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..ad241d045ab9b0a71734981d1f29b37e0a1bbf63 --- /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:c6e44457076012a1aaf30c84ef65d2a657f4421d4532172b4611ce5c3080e70b +size 1672605 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..ec9ed6f2a6a20cc00eaa3595f9ac5715c1583e61 --- /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:9d1bb8b38c8dc6d98a74453b91e8eba7d9c6bcdd9a15898f8ade621daf806b21 +size 1701207 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..7b18e6266dece2a23f0f1de26a5e2772a06099b7 --- /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:cf999d8757fc9e7312842c3d5179d880e7bd570ffd65ca3df47fd7415abf3c6b +size 1627212 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..4f6f7f65e558b64d8ac3aeb19f1c59fb2cfac8b6 --- /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:2ef23749c0567bc13cecc593dadcd59de4330a018d71c41d2a0d50711e81d430 +size 1737928 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..dde8c0015ec3ff95e1a9da68ef39975f59eebbd7 --- /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:3680fde72d48ed274ae5bd12bffdd7f7336ce1657583428af242c62174416087 +size 1746861 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..640ab5278ae8173001848c748fca25d61d4cd76c --- /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:27581e487b1db6af5ea091eb53674f05db5bf94bd71cea504ac0c8bce0c82d78 +size 1547934 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..5446969efc57cbee86ec995d9f5640d482eb9c50 --- /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:14b7cab1e43ce4768033157bcab01e05370fa821e900550effddacff084b5107 +size 1746918 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..dd29c70ca8cc220b66777ea8118e22d71855ae85 --- /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:f2abb93d0390930c9cb97753cd6345a2fdac5fa83eb1b2ade84d1fadb0aefb2f +size 1806061 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..76eab0d62e60aa7f743dbdd0252dd62aa8e0959f --- /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:d49001a31a496e9989a79df6aec819ea0edb217c8bcde807612c22a6de5195ce +size 1648599 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..77317bc5632d4937cddd04faf5e833c606328be1 --- /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:6f77d59c911dae1df4f755089fd264522a48bd7a5ab91f9921e8c4278dbe147a +size 1585737 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..f40a0958fffe60750c6bf818d6c8dede51c5eb8b --- /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:c5e16d634c24e876ceeb34ea1e513162df99a4cc1dbde55c48f040798cf634a1 +size 1715462 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..b43c6703c86ba37ce670464aa92f4df63e761e54 --- /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:5062e352e8c31a6d071fb394f7c17d683d4f8661dcc5b5ead083eb840a4a4133 +size 1744592 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..087d557200f7a546532b8c2a7127ee410350cdaa --- /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:0790c73f111f37b295e9b1a7a8e7b2ec535908c3ee2e34851dd30fb2f961120c +size 1634095 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..3c43eb98e9d871359fe3f863f99c59063c2de071 --- /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:6667c8d49ae4c25692a841c677d2682d1033270ae7bf2944e84c5407ac64015b +size 1603677 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..b072a862dbf233b276aff9aa6ab8b54c55b22eec --- /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:4649f02238f081952f907ac28f573b10b3984d5516832f4bbfc33402a38cb8b7 +size 1536385 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..d6c6384aaed3c799798acf41e63fd7bca64ce9a4 --- /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:af6ce2812c2c8a9f6f022530ecb506f4477f3bf9e31c03ca30a4416ffcc26eef +size 1600847 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..64ae9d08bf65c88e7dc8559705f8cfae6af1e774 --- /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:46e4fad1838567056574a270383488a8170b83749cc741b12517940c7d82f5c8 +size 1650815 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..3cf4c56d76a330c6edeea0f17a49809aac63e098 --- /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:66660c93e683cdfe4efd4fe098b15ca22b14613674ee834d9eaefb139ebe3e54 +size 1529921 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..8036b388b67e2a5cff9752aba4a044aef21ff3be --- /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:c9e0f227cb11fa52fc6437b7db0090440c59fd95d431e7a549e84ff08ac03bb8 +size 1632310 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..9d3ad50f4cc80d6cc69718da09b5e438b05ee992 --- /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:787fcaa365ab2a4433a75bc2af3bc9ff36bc15d66a1ec1fe696a76f1909ece31 +size 1535599 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..f0abfba7171d82394298422389afb90f228c8c91 --- /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:73bfd72d7d031977d55f961ad50862b79c2233f8447ffb47029e1529f2504dac +size 1760564 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..ec36b14fe1ef0eefc08592aa7bad33e773bb3ce2 --- /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:261b319f2623ac7b9aadbd8d76f4a6f94bb7e75cef5ee271a62ea4fdcf7287bd +size 1764782 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..3997249f2cf42f1f7c568187ec6e80df839aacba --- /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:a3509aa759fb28d88400e98799822ff8398c6f5e2ad4aa206a912653d94dc312 +size 1872949 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..4532107a69d32d6d99a12a277b00065c420f1d37 --- /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:37bd6aec6f62f2f94c20ee06dd51828ea40131a85a4060a633d4ff2344d4bca8 +size 1682024 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..fcaa5d1543983c86498fad433f4f4aa5197d5327 --- /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:bcfab73712434034184a7d487e8c0df3a10721393f67c8728a1f1084f893e72d +size 1632379 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..939617cbd2293478a76816e537cc25be62957862 --- /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:3c6eede19fc7e79605bd17cc5922932d482233bd8e24243361d3f46cf77d1de1 +size 1685929 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..cd710f008832bb495c85a9b9b513535c132ce11f --- /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:5db19e4701ccddbbf248a4d3edb85288b20bd92626c07e638f1270822695677e +size 1621468 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..9b6e0b5844a781e9599adaa7104b2fb0a29ba5dd --- /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:83a21e1865c4bbf66f32aa908f9d33fdb6e6fc6e7792b78bdc4c440dfcbcb5e6 +size 1744658 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..1765c13409715eab7ada58f8a415bcab535dd743 --- /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:a34bba1ec73da87929eea6848ff731df5ecf0009561f7ea9340d1f7df87268ea +size 1616893 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..eef796ac91f3930fc70dc4a2a2ba0d570cd78a3a --- /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:152ae8f3778bc7952ba6deffe037940bdc072cef720c48bc2184f21ca194ae28 +size 1615852 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..911f62bc240d588f43eff1156524af12c05457c5 --- /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:c820ecc949dbf3e037a75e8f9e3e2df9ee10207026cee904d8671283d7b70154 +size 1557286 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..bf9f15b07261349bd0603564a06a4a2e57d740c6 --- /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:857456a1c911d9f40d37d2988570aeb4458b6d665dd8cd6eda6c861b147939a7 +size 1702452 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..32ba421b30630d2cb16f137a13f17464145d57d0 --- /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:2815455985f244bb03daa354f741158d1e6b121966de2382b2b67c961c1da10f +size 1584583 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..cd8abb96a0afaf007a545d3031bede7f749ce81a --- /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:9b1aba48d694011ac27e5fa0ade2a6c5e9134ea15e76f71050fa790a50ca550d +size 1640919 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..bae22ce5fc1d59319190b5369a7f48bc7940a5de --- /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:9bcfb63849a017a293d44d2b49b1e8a75648b7eae8a05de82a85271f81d6717a +size 1666484 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..6dbc54e9e841ed67a64ba83738318501602dd47e --- /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:528174f65765f1f7f5377bdde76e37b7da1e13369b8eca212d39d6c017a3f266 +size 1484082 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..643194fe44d697fb3c017286d36cbbca1e140d93 --- /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:af6a54c3be32c88153d056cb60e4f1d7ffc5301dec317a21a8e0526d5f2901b6 +size 1498493 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..42912dec3872d304be0a97702cc25453e38e060b --- /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:fb885234e454b9773fa04447e92a0884cd522f35e1ecb0166a22aed7c93553f6 +size 1678307 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..6d68cfa4d3ce3914cd1050b5d0303efc3514fc8e --- /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:9d00c85749c15d9df6b818acf1b5449e81f0e5b316f5f9b5a817deb8e78178e2 +size 1541460 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..8ceac3d2b154d1293c634d2039092c7155616c83 --- /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:df336ccba3d4297255fd52c1b6e486f54a9d77063e2ccab9bf8a5b7b2d48497e +size 1619509 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..c748857e9d78c0e88a6183db5eb4bd6b08762177 --- /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:ab57e84da9ffe4494ea95d149557050b8889dc3174909ad195d0d42b98a3ffa0 +size 1579993 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..18c9c51102065518b655d774b9ac6c61feadbb08 --- /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:24f19983e7a6756766d70258e1a1540fbf7850ffcf0a857a410950ede94480f8 +size 1739113 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..bacc5b816dea49055d1dc0830d6eb0ef3934bef0 --- /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:0794573481bad251978473494d4e0f87877073304077b63e344af6454eb85d0d +size 1482979 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..61225103cf5ed1882e43160f9f57332b9c3245ef --- /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:563e4a8462fbb21474acfff6001202fe7896bc9c652dc90f35959fbf5aae0bc6 +size 1704029 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..ab283fe84263bc41374c4adc7c197e8da784a1f1 --- /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:bc9a310dd32bb0b2f5a8571b1e4527b50bf983bbac714860cc782647b5b027f6 +size 1698173 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..b69d027dbc90e2710aab8b71b9d1024f69018b27 --- /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:e8a38aca44227252d281819aa21dfd4b6883cb3ad466dd0150c5911d50195f30 +size 1533028 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..c0fbb0cefd681e3f37cc7ab37d26390ff690fc8c --- /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:d76ad49e2699229a84cda8a223c6d503855866838e16f119907aff47ade689d4 +size 1564979 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..2dc1c23a6dd1891cc41027828101f9fa031cc17c --- /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:fc030d8d9a813b9c8c1bb41aaaf2d2a3800286bb1139790b82924b07d4b36e6a +size 1621207 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..1b5e7c0d3c7d533f327c2ddf3bc3b8cb8d253898 --- /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:157c01cc606b23edd3c6ca4209e296fd98ce12a0f4bf73afc03fc5df3da9e018 +size 1541166 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..bcda68cbc966a241f5019add13c4b0f0d559a04c --- /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:59fbf4256261f16fbb001ea83318a80498794aca18f2cc1d159ed134e96c565c +size 1554889 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..dbcd257b1acdd25470f0feb79d099f4f4cd459c8 --- /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:d7380f24339de149e3bdef34042a8834ace422a8495fbe9dabcd4a9e03b381dc +size 1590212 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..accb27aad533f976fd39196dae323f4d78ab69c0 --- /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:a7ac57b5bbed6c7205bab802d30a0aff8b1ee8f7afee4c2cf66bc8a7d1f5ed17 +size 1539988 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..1ef8f06a016de8de50f414e61720fbbf861a86ca --- /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:2bd5769dc013895a0eb9e3bf908a41aee95bfa6e1cacdd39e43de9218a538e3b +size 1504960 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..82685b92f9bc489c564128dd26fbcd4eecac8131 --- /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:619a8ef0414ad12a18a64198179dfe727ccafa743042a087603c3fadd2d8597a +size 1646839 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..c567f53d2e50f0e23ec82394e9bd743b1e799e83 --- /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:d197b991bc3aa853e3c69971c13e52862491202e2c9afae5aee0d05676ac8471 +size 1618299 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..c156ad857ea9805c3ec774b064eabefaf4c8fb4c --- /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:3bd76f550de9ccb24b08774932dfe73269064d3ae3adee6b5c599f867babe5ad +size 1564196 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..82078741cd21ed7a12915e0e38abd22734053904 --- /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:7dfa497aefde6249ca3deb51ff6825e3faf45f4a776307a4ad721ac89e8461bf +size 1454887 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..5e5b67d63788c497e48e48e7df8a243fe0211a96 --- /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:e4d9029a629e226e160645b3320c4ea99b8ca3afce289a616ddc4c02aa42d181 +size 1635785 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..099d6d09ec379bbbec4c5e7462ecb7d7592484f5 --- /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:7caaf13040aba7d47f44df6491b0ba936926dc843861509bff8cf5a5c0dbd294 +size 1675326 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..dee02c00c6c963af5627f6cf620c7e799da4863d --- /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:b2e5cc0e0163ffe8e4ac4772b57e9c87855d20592898bc5b0b1abcd1342cca36 +size 1631773 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..6b4fb161d92204255127b1e3a082686877c7b4ea --- /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:6843d143f3869a543ccac6d4757effe4dc56cc98810a5030a953ffd6af5e93e3 +size 1587149 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..c88b31d0e7e26a3073b6b6c40a9edb0dfa7b07bb --- /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:26c71a2ec991aa34a617ff7ee1353bfa0565b2c05a11f80a82ede2dd2ba727cf +size 1722407 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..94708abc656e7da3503c19b7a847754929da6d2b --- /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:04fd0053903fa8104749b96b366638c6fce0172886ca4ebce9cda0b28637a16e +size 1634512 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..4ce65b3d958bfe574f0a4c488c32eac0379a5e92 --- /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:2e201c14e70f16443a8a72c013342c82e14c309d1d5042571a9dff283200da19 +size 1575811 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..59d3ced184f09c29edce768132898e536c89791e --- /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:e6f0557ae91c46efa6d3e5836c5fe64fb035ca7479901f9cc4f4203e07bae801 +size 1906079 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..a50759a7c8821e31385ce4fc455c68aba9600ce7 --- /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:3fa3ad236d7c8a6efc99034d69e234a87e21fbc4c994de4bfeecbf7c9c8a43c8 +size 2003351 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..5a57ad65d13b8b019bcd15383d871555bc0ad7fc --- /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:b1d6de24c9127689a0aac47db57e90be3e9eaa063b066dd54bef17f53a2dbf30 +size 2161122 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..0ccb4b78b0dbb9500f7c75cf4878326371a245fa --- /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:9093623fa9333607630eb10d22ea5f938fb680eb25d2752ca905567dad28337a +size 2008534 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..9b1d6756bd7d1e683a56df3aecefa196f85b505a --- /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:55c54f9e34097707c40cfff552d3d8e64bce59e0b2de04f9fa44ad9ac929fe0f +size 2092095 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..e2f43be0abe2681719d9fbff700a4ef5128dada4 --- /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:b162936d8d164b152a3cc82246c7e7c41f26afd95162c249352067ed8accf907 +size 2011551 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..ddfaccb644730caa502ae31e1540f4762b96729b --- /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:08118949f77cdbf9d3d513d1e128a8a59bdf1dfe018f32277375f2840ccffa0d +size 2080104 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..aacbed053a8e927e828a44f870ea4bbd7842c92b --- /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:18383ad754f9f75025971342c180cc8260b915076014c3130840f210a1a5ff36 +size 1998007 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..0bbe5a4b2daafe57b22ff46953e565f08be33471 --- /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:3eeefffb0b299ad9c0e7cad2b70906ebb0247faa50d3178af649c15d71872ae1 +size 2159431 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..1bf87c6fec40075c82be678321e62bb41f14556b --- /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:70d812716886a4e063a521654e5326e92008db35b0e00793eaf278dcf15df4a8 +size 2549569 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..7312caecda0b7912c24ab0d6761b126d6b4cb679 --- /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:f531e5d8a5c0de19b641c31855bbd8911beb836802374029404266c8bf4eda96 +size 1993822 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..b084c854bbe2d4697536eb20f2d1781c83a05ce8 --- /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:ff8a78796e9c112945c98da5f263dfc19a226d449261690bb7a548e6310da526 +size 1950390 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..cf9e98b1f0a9762cdd4374b52f7339cd299bf2dd --- /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:50c829907e57391d2de23b363cb8ad7b1edc9382c4d3fadf4a59ab1863f50f32 +size 2093177 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..8c916593e7ce935ab76c9ffeb4edcd6ae41e2adc --- /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:45207cebc275849ccaf3d023578b8b188edebff9fc4d23c228150fe4c9914911 +size 2165427 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..333bf2ad5311908ee91d0112b6192d10af41fd15 --- /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:b82381d96f3f8cdb85d7ea41cedf3ceeeb073e7011ef6ce4a4d8794200a8ab7e +size 1905104 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..6a5022c61954246b911ef4b70628823bb40ea325 --- /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:713ad35ef9568b4ae37ebc698f21575e2b078964f748a0b7e0b0b8146edb6e03 +size 2022923 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..affa42c37d090f38ff3148de47691fea8c125420 --- /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:53a320fa838f0dc481d458b5ca44796afe178de9b74364ea24c2495aef203ca9 +size 2130761 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..7c7cbb6b5053b3a93436ed5bd48d56489b310f84 --- /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:faef0e77b083be3ef28a1816a6ad65df8eeba785738b52833b89996d0a7447c6 +size 1924204 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..530dc6b15f8ed2b771ae59339f3873886de0d18e --- /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:a37c24bd673c0815078fac34743c06234a2c9b0448674da504dbf4175bf0e8e7 +size 2145886 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..ee8f02be8ba87307bdfabd5c51a477f73110f477 --- /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:cb1b41cb14dfb6b5f8a9c1ccac52eea4edb06b1cc47d3686e9ff7d283e27d434 +size 2391359 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..ad636f7f46bca94c92752a2f032a5848a96c7209 --- /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:201b7395d4706eb0c5f1a5fa18d7dbf31a795c98d776ae92b211bf66571d7024 +size 2253977 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..484b3caa0d090aec8664df03e7f033d06ce527ba --- /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:e43540c51374d7486e81e7e8588cb1235cd976fb1d95b8950e04a714b4ff6ff2 +size 2158373 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..c4613b22349f0b7fc73aab9407319bc08b87eebf --- /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:570d1b3550ee18f4238c850d9f2b5d10355a0ecf96207951d242f00c7c09c6f9 +size 2095149 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..1cdee19909c45917f72227bbbae7e504520b4ae3 --- /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:d12b06729cbdaac24dd951b533c4de3ca4fa7994ae612e317f4d1bb4334bbc28 +size 2149750 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..e8573965bbfadfba5cad1c8bc129a51a35e86c21 --- /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:2b8957eed6967a8aa40615014dd6e754a3b3135837ac46de69bdcabf0044eeca +size 2104181 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..788a985d8482bf8198a4c203d0cd4eef15914698 --- /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:d83000bfbdfe018e67f3fd1ef7b01863b03b62d14c21123f8fb100cb0f4ea306 +size 1894313 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..fca739b9453f161ffbfbc1cbbe297d72b9b9c04e --- /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:610755983a8304554f3184e48fc2f0ff95c4ed9b0873b45a8fb4248b2fc7aac3 +size 2198836 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..a4d186180771278d1894e085c380dadd77888b32 --- /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:6c12ffd304c3e2813aa1c888430ce7cc01c74783384fd7b95623056f293aa632 +size 1992560 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..ff09cab592eadc9da0b4a8dcd87f93d9dcddb293 --- /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:989a1a9700fe0f31fdfd1d23fb5860ccc21fb971534f6f630a2eb586836afe82 +size 2245248 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..070eba7436e77b20347d3d7ba76e3d33a72d27eb --- /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:88dc79a0950059db973ccff4e0e9644ff57a95555c51ed65c48aeec0e37b7e33 +size 1901116 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..976b21bd476a8faa3d6538366be113f8b25c8d4c --- /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:eb2d0b0d376656174a61424ac527d7c9d4e780c014a9a603a1dbe0e9b1e16102 +size 2215419 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..82969bb8397f3b8cd5705dc49a8eca5d3deecb52 --- /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:88290278b37fe9ff58a45fc3e5d6de1be86ee431c43019c19f62281027b853e7 +size 2766074 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..8a7251b01fc885ea600d1a5953c97251fe31710b --- /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:a2ef122272d917e858ac4468fb3e6fe1911720a7138c2fbdb24fb4b3ddb522a2 +size 2048637 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..4a5f664748510c5cff458ee8fe4410792df586ad --- /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:03d2155fab8a765dbf5d00dc19c45ced40209a54d01c5b53517e989c8045af2d +size 2275621 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..c7a57c0476fbd373b0d19cac83973593a0d5e775 --- /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:b398070675672db47bfb5573889cb035b97cc8ad2ea54c9cb847935438d9377a +size 2042773 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..0ce762ec205c17bb81614f2f84f910728e5eab77 --- /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:076d99b2ea819c96a95f1b0c7379a64b1e0cf87b3c0d58370bf2e906eaec576d +size 1921790 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..a8169965ee493180b009cabac1ebeb529f5753ad --- /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:4608672e243b58e4f5a44cc5b9cc02b2162aec8e7f3368f46e0c669eaf77db26 +size 2060602 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..a4f164726002e463a88d429c418d3360379dce22 --- /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:4d127d9d10cc2f2be5bb8be2e4bee8e16a55ac7940313c439ee5c32760906822 +size 1927742 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..28f5c4383f1a4c2bf6c778a37fbf4e1ab0a2ad61 --- /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:5105413f140d1d71349aa30dfa47f59b7215e13b0303dd67bc743c70d0bfaf4b +size 2003861 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..d1e7ff79f0293b28284de8287839918fa418fe72 --- /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:a0e8f87fdeb7161a1d3b5132a1814325a99cf548fe81ceba24e756b67be6021a +size 1931643 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..5fd594263c4d9f7ca0d4c19eb702c84894735ac5 --- /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:4d9a7d91a24aac8a3ff9a3bfd9839c58ba935365f3bd112c4729a5c04ffcfc44 +size 2048913 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..2e58bdf6799a7ff1121aee4690a467e1b0dc8c2f --- /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:fe944211d9eeddbfeb91cda9e0f8303b61b90f8b02557fdcd39c45bb39a2834b +size 2004136 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..378e09c3d230a849ed3b45cb406dd60d264c4770 --- /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:d93f177e1a4a3140b76b23fb455d1458861aeaf3c603665cd25036385c771681 +size 2006747 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..69674b0e8cc0bc82477cb1b6083e21b8cb79a74f --- /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:73b063a3a5448dfbb6eec7a5c35802bd5902889236daf17de3592e2060bc427f +size 2002845 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..1732aa696f9b87313aee9dbd012b434b09e82579 --- /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:0f37a77a8527ecf7c0696d338681110baeab72fccf8357c94ca423c0ae3c6d2c +size 2000621 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..dfb2823ae9ca330c7578a35681560404a88c25e0 --- /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:bdc28c0b44bdc3a3b08f21871b55587b688fcab3071343a99fe810ee3c8ad0b1 +size 2057165 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..988438ce97346c72bc0f37c5bc9c50c21545c007 --- /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:f3f6cf9f58600a457fa93f417a3b4aac841b86a28ca31dbc7b2df383cb6b6fe4 +size 2164387 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..0c82990915a6b96d90af8a79e86d798aea153c56 --- /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:df08be7ec573467a4256eed5e92fa5906d1eeff05d07842c76f9fb42ee2962db +size 2010151 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..99c66a591d5fb422abd9d1bc0ccbd761d4dffb26 --- /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:27ede60c329001e017e1091f6efda5ccd9b29633ed63b3a64af3489f6d645816 +size 2063468 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..ffd8f1459bd10ecfb9b79b97e9b68116407e9189 --- /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:13569e15d4cc9629977a3b22cfa11a1d2985e89d09c2b5480e252db4c804e834 +size 2039189 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..f2d57142af325e3b0903ee73859b324de4059f66 --- /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:caf934f36735600ddfca625bfc05db84b81217592fbb2c30d29e0dfaf196b731 +size 1907296 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..87231c97bdf6df6e93aaa750133ad944e4e9db3e --- /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:3277e730edad2ab8c089002d82eb8cd40ce48f3f6427e81edcdf169539ca61b4 +size 1858519 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..8e6ab392b382340fc2b96b20970eb5fce43b0e22 --- /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:12b41ff163648e4cf1f9da039d538c8e0de26cd4e59fecaf43d10be9e55cb991 +size 1831509 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..3bd366335aac1d365e4bac175d059842d325c179 --- /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:94b8a3624e4cc5d0eac7f023b8d18e5824b2a80d2b14a02d03e60ff1ffb100b3 +size 1593651 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..a73d728d103190f5c21636ea5789de207ad266a0 --- /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:7763abf2caa9292a30e6bd8080d0c9a0c5f4484a2723b40f5b7c165ab4440e77 +size 1777707 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..736da99f990073ca20eb4f0071c58bef23b1598b --- /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:8c0a7cc8f0b8cbb475027a9fc7a3ad4e117341edf8a4a030082a6c7ef77b801a +size 2112297 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..3f732111e4ec05221bf0c5595cbd24adc3160203 --- /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:86ec6c7d170fd885d5bf55fb56a50f43e6927a2689fd2acf3612a1cc9be0d3b6 +size 1965461 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..59617fa31af3ee8520fe1c569f947302a2349e4c --- /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:22e79950802457a39bff2a2494ddb19bfe5c86769b9f69a5d77eaa414abd4280 +size 2318746 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..f9be78a0f1030ce428a29cc9163afbceaad0e64d --- /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:f21ae0513af522c81b76327225f3f68e7ba85892b706c1d9e6b885e7ca0f9ed3 +size 1867548 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..44f5d1cb0b7326d9a68afddbcd65e39f65ee63c7 --- /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:892b4c5de42eac2658047c2e13e14aed74231a1504ba7695805c3487138f7f1a +size 2477085 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..ac18384cd629b641eb7da8eab879cb67a80df35c --- /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:0c3e9cb18849f51d922e109d10a992679b389498ea4f641eb28622873094aa14 +size 1876835 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..67944db6a4cfe432f4914626501c05f3934ca343 --- /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:6c766d9829091c730d49154c0ea6c346db13f56d1ba7e96d91f1ab2dc7f3f191 +size 2011337 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..99f5f4dff601c3d585be45f1d550b0d18bebb5d3 --- /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:597925804112a9ce20a12bd58fb9de766425661ea2360ba08d512043415aa12f +size 2247142 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..883c84987ca0f877dc186614990f5980d9a84bc3 --- /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:2e38fd067d7011963eba166ac2db6fcd58c30c9ddb6c12434f722a39cd020f2c +size 2048889 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..9ef93955c340589c3aee0242eea8b2102053fe3e --- /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:ebfb24e0b8541ac0fbdfb68f01e2bcbc74d3ec6545264594ca00a7c0b739ae92 +size 1911210 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..77a7dacb81ea96350fe86be5efd1e257d2eb0f2e --- /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:dbcb911c83aad27261be52873d1d78d34509d95e5c081fe87e0e293cf9975069 +size 1717117 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..bd0e7df252482545d08ce7ede447b898eeec56ff --- /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:a7723a06ead0c969d3978089baf560474e916da95ff440ea96e430005a193c20 +size 1976911 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..136767724a00dc9c8c424fbaac80e0b9f2a23cee --- /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:ca40768dde1dd0fb09dd84ef17cf59dc82c456b9226ac1cef883b5d09031f0ea +size 1998671 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..8d8dba1c7cf707e769b34480f32eb1ea93c22c07 --- /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:e707730a8673bd6c856e7fdc7be03dadfc044dd01052a987c14e8d2ec6f4b566 +size 2019701 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..48046254bdcd8139ed12e8a7433009ff98d041a5 --- /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:7cba3fba9f2e8a839251d302bf178de5ca6c2eaac9b6152d2f4b956bf61eea7b +size 2031660 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..586aa7a36a66fbd5f12858f8fe5fefbff71739c7 --- /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:43e806a226cba0ec50ad3023851e4c5ff58271188a4ec84eb39e613fecf54f3b +size 2001506 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..36a8f1d04e59b91ffa7dc3ae5dd4776ad6eac2ba --- /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:52d8664162874d4778b3d0545ebeb6b26c202659cdc5a6f58fffbfad40bb0831 +size 2175287 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..6c2482d6e690def0a264d533a09c8741d6b55852 --- /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:dd34e0078d3b7ac986887cdae7bb09d77a134e5a309988e12590afbbcc5cca0f +size 1914714 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..d348fddd56d86b43cb807a13a71669f6cab3bd01 --- /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:3ea8dfd94a99c4caff82daaceb340049391a6e8f844b30fae592b1dc101f9848 +size 1814870 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..70788c3ebb3d264a4a7dd926c4c0f42bbdc34856 --- /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:42a833e10851e275ff4cd8b26ad7d44940916e763a1364903e6edd82d3cd1917 +size 1752203 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..ff9a48c21c63354b3b526affe50ca5bb1b0d3970 --- /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:18ff10a5a7eb66e309d22217e4ca4b232d979d8af5e045a2f171fd8a89c26bac +size 1902495 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..85bdd29d6f338c8765b4eb9162a71c64fb162cda --- /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:b0fcdce591d1c0725402d6b16797538f3b1e705c04b75e3bd9e2d8ae87422bee +size 2597723 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..6d6672f5a28d2e3a05095db5b7d425818966d3d0 --- /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:0b4b28ddc9e0a2627d327cb34f0f790a9f89181b8bfc4f6d1c00c44be80e01b7 +size 1735123 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..6c39d4ed0f881644b090974e01c02d9c7e683554 --- /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:df13de05ec3b7c07b04f3335f0aa3f5a9991667569cca07b2aeec56802952485 +size 1962741 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..7418ed16fe8f35c76c690c4ecb9ec4cb128fb90c --- /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:13fc2d5c9cf255206d22ab718fe2b923da5cb6ecfbeedc87444afea318787595 +size 1874202 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..9d4890f3c6f6cc57f6a0e3bb01e05f770fff365b --- /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:c794adf5020b1200b5ee07299d08d5099a7b7900d1e125a32f480c24f8b90a45 +size 1970515 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..6cda1675317a23143aa14c063d4d5dee93b6782d --- /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:64851f422889b89b6163344baf1ef95a35a32a1286a51346dffbffc14323fff6 +size 2023760 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..732391214dcc11684603f386f256b3a4d5a1542f --- /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:e95da1018bc427ff07a7425ac047c5b56f713171affd4bdd308b6c8e3a1ee66a +size 1926470 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..7af8cf753a9ccba33f5e647ff525e0b3e2c74e88 --- /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:32b81b3e4c3beca565d18241e8ab8cc39563f3ae88ec009e2cfd582fb8fea18b +size 2065375 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..c87b9f173ecabc51d40cfc7e2bab412bdacd1e2a --- /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:0492839fb2738e6177fe84b40ef7be8cde8111d49c25894d9ba9fa30dbdf5b96 +size 2100698 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..8322bbfa9dee3c118b5772af5dd8e2a84896e1db --- /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:884f68048855db12d3e5f0a9823c73eb4c3af9f3eb3d1712c5692aed2a32ae9c +size 2197774 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..a9359e676b30dbb9b22115904f737dffd00e3756 --- /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:960f361939264580240753ccea0d1e8f8032fe7d66a96291fa5fd72495324b5c +size 2002902 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..fe16e645166a641786e84e1db543993b59fd3e47 --- /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:6658185990a35a6e7d9038a985d2a0f66b533b8b38beaf12f685ccec546f0912 +size 2028723 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..f63e77744edbf6db1324d42e5ae262d2580d7eed --- /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:54bd846d72bd836acdc7bb60a0c86be1c316905d318eaf5b119d30893213888f +size 1935804 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..75eb9cf92f0c14be8a2eaca499ef1f415589b79d --- /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:61f888aecfd12377b3071aab95eab8c2d19921ca4ca57d768df2c2260ff15162 +size 1981612 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..42473bdfdac8c043d24eae5d5da4ee4753e0f2b4 --- /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:3ab164d6da85c7d6c63b3f82a3188514038e9ff6b1e2637a7fe9beeef1248d51 +size 2181531 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..7c28a64c61d604edaa15fbb9a3c8d81e0ea5642f --- /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:5d5b43b423a5e6438328a21d2af8bed81286a2e2a36b9b84005f83635ca7476e +size 2059393 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..d9f61aa75a45e8dc90af63ceb090fc0f6815d84c --- /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:20ce24ddd9c0474e0f918750c84574bdfd640d0a69edef66237b6057c9451960 +size 1929096 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..f4b1525418cfb14090d483b31cec319d4695a7a1 --- /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:cc899f3a348afd530e9ac4983d1f3b0be1f557b725a53b517cfe2e95d8d5fd1a +size 2049397 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..955efab6d5e89c4f80831a0a64684d44801053de --- /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:655a3e8f4b0483f2cbdb30e503f5fdef11a41832fac43d7b2f167938bae08616 +size 1992984 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..445aba969bee0ff2660c3953c5948f8ef1f6fb2c --- /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:bb6d1c10b0cf3230a0230a32cb1682121be6b9a721058c47ad54768fc586e6f3 +size 2183134 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..46e9b319bc125cd59f2d2baa911992d0c61f698e --- /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:ef8ba52ebe11b115347626f0a49f08d6480a685ff4977bc8a5ea98792b26daa3 +size 1996309 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..bc63148a22da4e0335672d065c77ba858193b905 --- /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:b449ca24e0b0f83c2ee52346a00713815254dfc8d47df56148378ac61239d9a8 +size 2308411 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..f3ab9320b29622fdd468136515dad6238d8b4639 --- /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:9717e816c7d0bde45151c2830510176914096ddd735405affb30dedc317e800e +size 2302134 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..c643fc500bc603f8abd59017b7a217b73ab6134a --- /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:2d6dccc268187aa602a570784ed9d4383c99df11ff4c4d1b22cd60e6dbb35ea2 +size 2427797 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..b2e0a81fda0710b8d5176def2bbfc0991533d4dd --- /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:86d3659f07b59da0c8ce5f3ac25cf5fccf42a1334ccecafc7e7d756b05315ae0 +size 2298215 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..5544b20162d72c48d4c60724ebfec703ca043ff6 --- /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:8f6561727c1d4485292f2bbf7fb5e59576649825806c8c7c04523c5bc7cd5e34 +size 2618648 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..08b306c7988dbd287dabd8f2327f067ef70c8515 --- /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:7dbeca51e94c2986a9212b035e788c4689bca3f81275a28fab81c9c24635e5c9 +size 2487199 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..a400acac2089dc81a5008cdf47d6130b6d95970f --- /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:9c8b26bfb3548fe0b68ed87ea102cd97a1f99e40c62db9a3c462a13d5cd3becb +size 2275483 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..65ca7149aab7a3f8509ff09129763e822734b43f --- /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:c13707a284441afbdeed35a87469b7d507200dfe850511e6492b21ef2ae38a3c +size 2347581 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..d521e28995f533312b340565da392d37c16f1ebb --- /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:5e4a5d5a2cd39beee8688946b8fd67bc2354fbdf81dc1e58c06d70a324d2d856 +size 2463825 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..d722d34d9f83ca5ec5eb9368af0deaaf86a03bb3 --- /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:6651eb672faca01e4ac3d5feb5671dd9ab8af12fb83d1f1365ef7025830e4d8c +size 2433576 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..3df25ac562677e5386720a5e58f5e6d471941859 --- /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:738144d65291700b5a79ebbfd0ac59355b70ee0b5ff5bb02e031de62c6933864 +size 2405984 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..f9a892d9c4856c00fa86ece15c42393157c33c6c --- /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:dce2890638d75b9d5098c92054eff7851bd547f375c0c5894baf97ff7a70edbd +size 2643242 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..3c21136b0a7a0ba546bf2b4622941d26166c93ee --- /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:0ad6e8da152d9accbf0b3b03dfcd8ee5567c15d1f4623d96d1e84602f527df82 +size 2258360 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..581e081b3c93ba3587abdc18a8016c069edae60e --- /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:21374582a2ea8aab82e2c008dc75e4de0003fbf3496a36db7da26017cdcc4f6a +size 2770735 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..5b5db04c89f14d77f067950ccc02713403fd1438 --- /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:a4ea66307012fed7c5a7a4b318eedcbb7f703413ab494a8431da1c3383a8f212 +size 2529359 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..275db0eaab914bea881c98ffb53524a76524eca8 --- /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:540a8211a9ead40e7be0a7f64e0cd13dcd96ec9e4e651b6183ca103b85343998 +size 2430350 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..26fb7bf75c3212fe9f201a67489b65f9601779d9 --- /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:640a839087f6e8dccc0ca712394bf25b2504b29ca8b29849b0846ef5d3a02377 +size 3256528 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..743122c838e07fa4be883bacdfb244400a69795a --- /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:33f2c3aabcf7de251201fe57adad01b89ffd66a1c4b7cab4f550bc04198c1b86 +size 1980975 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..09e0daeab0114ba1ddb679436bf1ed4cd5939dba --- /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:31711a50e654a07aba706b86b0b108ec14c6a79b7c03a052d02f8df8503f3cd0 +size 2395589 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..5ba6857ff5666e30fd7dc99898e0e50ae221975b --- /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:3e4730399d4fd169185467a44111a0af622c0b97ae44ce3be8b438e8db1f3bb7 +size 2879701 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..4b700398bef0a0ead693e5ae2005abd31b6728cb --- /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:da0361d5ffd3b3b9209af0659eb6a8b5e1b4ab647ecd6673d4439e3a77c3d4df +size 1977687 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..acdb9c84acb48a40cc92d357ab3910b7e0938a5b --- /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:55955bae56fdc130b7d259268d0b6b07fdf94784c1fce58be34faa742968d4f1 +size 2266300 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..d5bdde3573ecc9a302f87b17dcaf43fe542b331a --- /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:5e0c9dc4c794fd6c2734b1d8477a520335ddf13dd490ae0d95833087d2ba3d4c +size 3101848 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..b61030e4280d5f6c422090041d92cb15c68ac99f --- /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:6a36b91e6394bc5d96e0fb3fa8c7fcc55bc2eaeb597b6daf28a0dd3345a56fad +size 2393904 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..e56a32d284ba61788af688a33fb48dfbd85506ad --- /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:4cd47d50b6fe47342cb4199d4e1ff0260bac842ea43ae43a2a9fcb84410eddd6 +size 2611294 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..1865804d098307ae489b229e481a54e552e8e7d1 --- /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:cd4c3efc73fa51179a0a20674bfe55021ffc896313059f976a198d877cbb0eef +size 2366936 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..67dc195acc19a93950f878b91a21f424ed82bacc --- /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:4cc296d3e281f198a03275f8ece04b39eb2eec94193f556403a7d1230af50428 +size 2394073 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..99610d693d6b8a9dd42a73bbd58857a4f1ea8500 --- /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:5bdce7058a106372023d9df7d7826d75d2fc9343d93b44bbbaea94dc4f997391 +size 2540835 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..89683fa46be60de9c45660582b0cb1b589652a97 --- /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:3196dff39d15d0dba2dbb8de3908744c73fb75658e78a12e2d76cc8d4f8392ce +size 2569299 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..d45a07027e52ce732b6f9dca619a237aa8c27757 --- /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:9bda0358a4b45d6c412817d6eab054ba9b037f62b2b2a3c641aec9cbd6fa7fcf +size 2588113 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..4a1ed52348e030a87e9683838aa58471923ec401 --- /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:2a764cd9662e1a924cb84e523249f52a379cc4c582c6efb4d9dfc98f75396570 +size 2913856 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..40b3dc116d2f530c3a29fb5c5577e5da98300ba9 --- /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:920249c9dc038af875888acacf61a766699189d3dc0a5b84e83ed45f8e86bfe9 +size 2514766 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..3eb31a0588b19a55e0ec16a2ef6490f80ce061f3 --- /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:5db4695e5a44cf2eda153df0371c1b8fb29c1d86cd2a7819cacc5caaaef30ef6 +size 2751686 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..abdfd7f8daf7251d7510e44dbb72dea5a2e90c9d --- /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:9bf8b50e9d04f5517cee06381bd612322e05aed4df2c619e2854849723995c67 +size 2903516 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..a267022493038592709fa11e6b1abc6838ca610a --- /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:678f14be707b105ba3b53cba65922ad1caed23ddaa9a043bb48045a8efefa5a2 +size 2694000 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..b6cafac6d14e71cabcf5e78dbaef904c81d5d2ae --- /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:d526f42bad68ce3509182d07e284ccb757dabc846d97ed73eeede23ef487f098 +size 2517851 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..1018b9ce111edf45420aafa99059bbc4696c6170 --- /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:127c83d21dbff88f0cf11831b4c31951a4e4182529d06304addd0a215ff10437 +size 2385942 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..129575e0de543008ef1574292f6d48a88f45cef8 --- /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:37af8f9593fb50808dacc139f55f69e43abb8165f80c257f74d9117c4abf308b +size 2405755 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..125a9a3624f6db277fa21582a2e0ce03caf5f853 --- /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:e5fb8d9a2f0728c28df36b232f4d1814533c68d0b1fe0f724e2fd19581a76384 +size 2527829 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..2060de77ce8224be41c68817a919e34b2350a949 --- /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:8878bb638fb90d823695cbcc0b7941ff94a8d0434b9ffdd12d7b78f6025de806 +size 2468330 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..8043e11927f9aade1a9b3ca4c1c9622fb1106d79 --- /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:6c10999483b4b99a931fa0dc11c8f968511f79de6cac83b9218f6645742bd977 +size 2413239 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..9fdc96e72ffd6dbde11757e736230a2732eaff18 --- /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:3f965d17307dfc1ee6649ccb60ecd54b2ff381132c45868d22aec66033242bef +size 2329730 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..6c2c612d31a5a6cd37bd95db682381e3064777e4 --- /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:03de2bb46975581b190c96b093672fb010b09e3cb08f036631079165a45a6c72 +size 2406315 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..cf059a1783a6240dc9001971054bb92ecf558d4e --- /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:1170e5732fdc7cd53ac2d138c944ef75ca6d930d6e206bb79ee87c49e9dba854 +size 2481908 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..bcd4b673590105b09de64935652ed59b1ff6c52d --- /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:218b6291a40e75f8aebd468272c4deec6f7c7637d6bec0e6b8e61625dc01cd25 +size 2391142 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..bb821d01e809a7507f023c00a7ed85544c698f96 --- /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:24ff9ec31cef5c8fbd463e95ed6f8528e1818c490b1947bb0527e375342917f5 +size 2501077 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..f9e38ec6ad8354ef3c7f86e43f480e7956d850dc --- /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:a41e91c536a010dd4db697e8c7e8b20c9953398dae6c7dead771835058d73374 +size 2292581 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..bce4db83a142b3621afd91e98f5885f50e28ba76 --- /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:6b500957221b39d3219b5a3f9cfe99cea3ec0c05ab2116c9cc927a2713466531 +size 2326407 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..3fdb7eca21c93015e01318deea29f98dd93b9d85 --- /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:bdbdd8a803834c91964ae04e567006a799cc304c2a438c5732d5c8e934cee99d +size 2277814 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..32f1353fd59ba0fe6e078309b797b63e0f7e9892 --- /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:ac11b0bdf4a3c0dc751982c0ba5c04d88da8c8f3550053e7d3e44e3e1b662e2c +size 2419755 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..488faeab270f8325aa38339187020b0260cd40f1 --- /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:1ce51bcee20dfef0ee9a0640929f4a78c97708f2b946306a73532ea92f1cdd74 +size 2566845 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..e6af420d11575d8847d66580dcb7a7d9f5494ebd --- /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:7fe8361a18e95ef18fb25638126c9b8f1b664202516da6d3c19b84644cf0e8b5 +size 2377642 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..ed0c3aceda8b4cddc9fde5fc3c9760aacdc4d185 --- /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:432546b59acbd825976017c01bd36db6533f138913baace5e49611b14a35e33b +size 2369183 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..bfb5ab9d779e6178599689485ce0844469df956f --- /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:e873615b12ba33ea75656e615748448e3ddafb68f91afee39ee2dcabbf04f6c9 +size 2550762 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..1042a67b41692d772a872c245194d20edea92243 --- /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:10731c716fa4db4f5114488baa5173581c54a885ef5ab3c273194c74d7336b92 +size 2487252 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..17e5624dda2c6f0d1d2008fa4e80c2e06aff7fee --- /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:5b5d98c054a245755ac97af27e32a0c6fb2998dd9ab941eaee788aeea81e2100 +size 2486662 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..df512edeafa30d6a2cd437a17554a092f7c31a68 --- /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:462cf73fd7170bdf7ec6c3e29de1e40b927de4de8b8cb39ab54ee0e47bb5643c +size 2987220 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..35302bb09db583a27e56761fb389cf8d7711b4aa --- /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:0f71ba6306ff20ab77d2e273c762db6bb41eb92f60faf5b044ee9850f9f37a74 +size 2759114 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..d99dbc1a446fb50f544dba091761170e300b3bb4 --- /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:1ba2085874a026071a4a15a7b192d47f683db7868417861bff992249522dc0b7 +size 2092122 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..000e72b13d094462b5bcd3a84a7d64865b09de8c --- /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:02f6f186dbcaafbd94bdf5a9a907525d476e566e2abb74a6b4e9631255623080 +size 2568547 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..6b6e62c9c20309cbb700f2077b5d2a2456bcd7ee --- /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:8904cde1e87bc46b109f46d2824a8ca638c11f986f1e94e1c49d40e20011ac0d +size 2256280 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..f6037279cfc84d618db8f4d1ac3ad0781fc5205b --- /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:b317c1e07dfe497592cfd40de43695b64d9ba99a4223f201881e0c03338690fd +size 2787412 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..090b5143cb5b2125b52802d4bb402d32f98fb381 --- /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:188c7e3ea803543e4e5e19cd3fa3ef3e71743b927d68699a50742545bde21651 +size 2494700 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..3730b2b3f81c9881ade63fe7d5cd379ce60e2d4e --- /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:06f27e58b029a4f89bd638422a1a9f12e2edd318511fa554f1ab85c5fb26f913 +size 2437753 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..b0b13b406e4cb5cd526a09d4f7891b218e5f8464 --- /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:296043578f304b802c7bae3c82544a2f3a497d9e0024fda657246336d8e4bc9b +size 2704891 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..46b6b598b486c9e4a4a77b86c91639f3f4b349ca --- /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:91e317082eec151f24eda334c62ea7381c18732e10b7269ea1f92ca537b3b6bf +size 2913517 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..6c95043b3c045617918b464879e1ec609ca16102 --- /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:3484869be5804fc7083ebc88e0fb93e0cb44019ba1eebf5b14e0740e151f323e +size 2582885 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..cd57af1cfe6e923c2b44a8151e3378dfdb70ca0a --- /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:acd5b837f34d064f8b6b4bcecfd01e73366226e8c600a4c84122930a16c649f3 +size 2356492 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..fa737c513e0095acf4ebeb508890e8546388fbc8 --- /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:bec9d1ce7d1e93a70988f384b09a77ed53a3c16658c94a693877c29987dd4cf7 +size 2794561 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..57c720371f4a098385e0f9da125d3ad44e9f3447 --- /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:9d9c5521ff49b4d004e3835a24c00644cfe9b7a6a38d46005c716844cf622976 +size 2367946 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..22af648c3cf71f166bf3fcdf096798647ff762ff --- /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:de90d2f4e02885101ddba5f52e2d89560dc87cabb9e3c57d47964bddfca905dc +size 2610347 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..1a993716e761fa964f7b671f1267d9718e91525a --- /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:e2428b0fdee30d8d64159ff14a54fbea475959ea6a163b12b898517a37db1033 +size 2366795 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..c1aee3585e5434795558add6caa51061011a83bc --- /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:a4268656c3701afbfeec1e1f77d07ce6968e83396d29487028bca358d27edcb7 +size 2406514 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..9274cc9b847e5446b1f3f680b757cf439f54606a --- /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:c987a04f158223077b8930261439c376020f5c2ef7b7428b2debf1e7375dee1f +size 2732307 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..a5a50afd335816c5e7852b5e8c2559ddf1bb3696 --- /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:72ba26bd67fa8b5c68f378276b5278c2c0b9bc69d9ccb890b7b2faa5fa893580 +size 2329928 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..8c11633fc8e13e748e5379bd3e8badcec210d0e5 --- /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:98be8491347714410646f8f7f77fd600d9ff12cee6c28074f938e5e1b91d761e +size 2509606 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..2c4b2f562acb54c551bbdfeea87eb44ef9fa6027 --- /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:b141848d4cf2e7dd83e3502970473df5682477e0d513650f032ee4358f09905d +size 2256437 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..1a0c1bba88fd2a1d4877dfc64ebf6ece1e927cc8 --- /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:be69e386ed3f04738d4182de13d48c412521a7c0ac8a42ed0d4fe1d76d69bb76 +size 2412096 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..ea302ad8f67c4caa6c19f57741f108063f4c948a --- /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:d06ba05d543b2e1407d725e2b2bd994a849c0c383b326a2a83a8740c268ef27d +size 2313576 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..f56ec7d7bb96c6fe6581f3ca8ab56cd4120453ff --- /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:9a3b871dcb001bad20000ae7ccccd015ed33bf658c8171b1c11dc81202bb2128 +size 2474476 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..48244235a800982ec4905193570dfd1b63dc1381 --- /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:8982b7d2db366a87904e8e5f865d6d4a6cc5e8b14a15bc31c68e76156386b391 +size 2538165 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..ce7dbb5fc431f60eac0ca76baf7714abc34f9ecf --- /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:5d5f7506508eda4d20b2def00fc4322982eda087c0f886ecc902934b2f19c21e +size 2458204 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..e303e72577e9a2a6b8abea8505f90ec465f9fd66 --- /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:af8111b70c1198373e00f5c954270b2a9be2ad344d481b365358bc416c738d84 +size 2318864 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..74e31a18365788f85895e3f6810d9433e84f6aa1 --- /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:879d41233f34b885b185e6753eee336353713d345056b3494d9962993162d72f +size 2581445 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..f2adad88da18dd9cbd1d9a9d7394087b21786c6a --- /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:3fdefc34b85bc16d6c3d6718d38d3b0ca608f84ddea2c39e6b66dee82175ad3e +size 2208736 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..a4848f474e5b83247ce5a54d8d7023b164fa1398 --- /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:ca789cc3fd774772d29ea4d75cd370c17f883818162fb052269d853ca79f1755 +size 2301230 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..8846e83091e16fc3efd1c7baf6a63669d86ccaeb --- /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:6f9b6ad7c8e67c8b9aa1e13f5e990f2130decf2397445f9d1f42762a9d53a982 +size 2689203 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..f1204db085171175397709fda72bffdb4fb979d9 --- /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:1333015db5445910965ace5a4dd15f93cdfac1a42fef7de0cf88cbd4e570a8c5 +size 2803089 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..54ed8b85c84e785b8c0840c73ba47293c881aeff --- /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:044843aebad60ea896be23583030a7fb4105dc49aaeada5d2f1133554888645e +size 2208604 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..b3411c80cb91d8bc46c230299383ab23512e0753 --- /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:553d8f6f4fb0ddd73d724d6d4eb5f4603ad95a06254c2157f52d8022cabbada1 +size 2295638 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..e52a85eb84679e7765f167b129aa1dd09aec0195 --- /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:f599db98abd3eb88f19b53f0faf236ce547224b3f5c1dd4f55370978f4179396 +size 2223504 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..4b3c6325d461353915e495dcb4992ce9d3a78e64 --- /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:5e4d9a0add7a62803a07aab3b6066008ab062afa187fdb4eb3a5f0e3e2ee0248 +size 2419001 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..2ff53f431898fc8f8fb36d4cd2ec7121ac5fd841 --- /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:203da4c3c8db20e19e2b57928f9b7c92ad8f0cee0ad1af30e0a1b4b33245860b +size 2380943 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..7cc086bd11df405288e1e33c1a3c7364652514b0 --- /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:fa80f86bad1dbce48e96b1566e91a163f026cfdeb68473c4153b3dcadedc9235 +size 2414700 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..10ba28dd040d0dcaaaa7bd45634ea05f347adfcf --- /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:f3007d8a8f7ef2b912c78c3f8a5c7c72f64d4e57f8e0ae252880efbc8eedc89d +size 2369075 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..e8425eee4d3c87a4a399f4bb14b303d06489a9e1 --- /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:ecbef5962b87ecc7fd20646bd8b67f8edd974635bca6fe2e8071371e205987c3 +size 2696076 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..f66b645235364922d6e73b4945839b23bc2485e8 --- /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:f43b019aedfbcab61288d386d5dafcddbe36cbb367143d70f367ef4f6da35ce2 +size 2589244 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..ade8f42afafc5ad4e75323c21f629ed3e066392f --- /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:25ad40f8f57e676575f7c12e652230bb2e2bb82985e16e6634f11c4797860fcf +size 2610531 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..1d5ce1563fa9594d51dbd4d0e1042efaf707545f --- /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:00784ce44aa64a2d57deea025a5423b4c94ee587baa2a8a771bf73f07d5daa83 +size 2313730 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..272b26fa67de62dc4e7706992b18abc3dedbb1ef --- /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:c739046e3736f089bd30d9090aed6eba72299838daacdf0c2a15cc91d388e8f9 +size 2427081 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..2dac9f8f54220bb0866b7b6a7ca75ddb7df01d0e --- /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:564e68fa63e9771dff10424afcb59efeaff2e021e3beb5a87a0542aca557f9fd +size 2438940 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..2f5f9d555678b6a1cec933ac3e2e0ed59fccba4b --- /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:b87f512ee1e093ba08e6fc5c51e5ee44ac4275b816926a7ae1ff09bf4e1b484a +size 2305369 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..c33a145bb1a9c61d74aba4a074fc5f8d07180eb7 --- /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:00fa348388197eec6d6de7834fd3e20710ec75ac337839862d1db392b93e420a +size 2207542 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..5041aa98ff184c96f00ade260205a4d5eaa5934c --- /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:d36000dba634a3d16028cf76082556bdd126fac90e0fa10f54a7ff89ba798a9c +size 2204023 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..4d5620655e5817d1924072c2819d1f90ea33d18f --- /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:ee25342f875c1fdf2dac6d7d503e2bb640feca681578e1030b06be49c8924e7e +size 2505917 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..e9da91f268861893ea91bdcae52e189061a42a89 --- /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:a49bb37d67bb911580dcaf9ea57269cfc791c93d3b2980b97a8f9a50d21370e5 +size 2237338 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..88ea68778dc2fc9ff21378bf1131fdf280811c05 --- /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:50fe8e448aa8aeb283ca6ced0106378e63290a217da844f9d05ab56e3f47f413 +size 2313664 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..3aaff9e3d35fa88f99ed7c9e49fbb765fff99460 --- /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:712f04af1eef7a622af28d412171a874b63804c193ea8e4d7ec714b982192a30 +size 2800948 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..76b72c093330057d6162efa304140c556eb46656 --- /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:7b8cae0def1cc89dab1e60b424dea79be0181eb68958dc1d4e22f17501365728 +size 3342958 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..7400e3cd13a1e2bfd366097e9bb7b6d0eb2e66b9 --- /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:1dc9b5ff8a120505907216b358152e13ab24fadb2ae995def4d017453f9702e8 +size 3615003 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..8f88aaac92f807869fcc5d09691aa29264ead5b0 --- /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:c5b34cfbdd03b5667d47016555bc20b6bba6368fe27815a987367e21cd8a024f +size 2377877 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..46cf5a070a6c7b25f6ef701ac14ee4c09a439e72 --- /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:77cfd62f31f64e4ac491ce58ce31b5f6a96293b5b6c0ead84657ea9d37f01b65 +size 2299730 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..f56c377a0c41fe91e6e8e6778d144be29b1c45a3 --- /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:1602a8605024780171fd07e4a2828586c5fc49f5d4032f53607035cd20ec6fb1 +size 1954068 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..ec876fecb3550f92e6bccab4992df8a55dad2b8d --- /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:c4f37fa76df5d73fac79cdd129f30e4fe4bfee8938510d0504161b2faff3cfe1 +size 2350408 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..19d541d6fe4cd422216edd80f3c00ab81abad100 --- /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:a9e2a2b8471025e8ba6045a3c502f47936fd0dc93b14df04d2090a0c36c72770 +size 2196147 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..e334642599e5dd5661729f64495300a05ddeae4f --- /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:6b725a3210f65246ccd862b2fad6edb1c2cc37fbd11a617895ffe3499a3034ae +size 2668674 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..ce57ea7dc6f35bffcf62cf92d51de4821a31fdac --- /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:28494c518ec9d026c2f22ca03c639fc024a231e74f1f4aab5d38c19318398146 +size 2309734 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..6596d65f21e7fdd9ab9738fa3aee8a824c0908d5 --- /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:39c79101073cb34ec8cac0e53250eaf5086da6239cc8b65512b1319ecf0ab3ba +size 2361622 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..0f70da1b1efa2626fa5bb6efee229eaca57b3449 --- /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:52b326646a0f7de53e307664b005f47d9da13a7699b0e4d6cee31e5665fee045 +size 2183001 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..c9c580262f9a6a30ec6f2714a3ef7995f6e507c7 --- /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:842efcebd9b81ed10b4066cb4283202b4ef2a79dd3b8764ec106fc6e2a5cbfb8 +size 2336254 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..8c5d2d5922f5e263e464eae6da1c33219d9fa3a5 --- /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:90da139cb033c03e4150baccd4c5352feed3786dc6e45866e1a66934322c1298 +size 2313078 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..1c8520302e6f004d5db7400da3ad6a3dbe4e89a2 --- /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:fc45a4c9faf52380a63d75bff07e12cf1ad24401759c623c86e726bbbd850642 +size 2491705 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..25c4ff0803ee1014f7d108490605c757b60d9308 --- /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:26dbab0bf0e89e9f425437df4d0977d6f3c703db01685de632397765bd51ba0e +size 2587851 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..d871207d449e5a3bfab8d97bc6917bb09a66b595 --- /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:f5b5f9a5dc6ff1aa257a65d6bb39e3a224428ea3acb11a257f1682198db3c7a6 +size 2325897 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..b6d66e787d4f84f830f9556452f4c840e79201fc --- /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:d6f29be4cf55e020bb8af38f6c50d0fb08d412b1bd314c7f3f9b6094ad5b6f2e +size 2376063 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..88fd24718797ae847a71a7ada8a83ab0e1aa6ae5 --- /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:fcda3bfd1b27625891934cb844b45174eb4b69bac4f280924a9bec27b01344fd +size 2530103 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..ffe180bf5799ebf796cc873e27339c5aa7979ccc --- /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:4abab6aa753919b405e53c58e6392cc654753ab3a2c519096a0afe95ae5a6f3f +size 2236327 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..35f467ab4d2d140691a870f3be1fecab693bc88f --- /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:6e1f3a4fa0ef9adf2b607c5a41bee090770d6d86f872be79560fdabfcfc645b2 +size 2254418 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..84f0d4882dd0cdef3d70050cb35875d46259e6b3 --- /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:2009cef4bd46babf3af8076e78e2ea6ac339290ed06e5ac4f3d897468279ce17 +size 2004214 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..8a38b82e9a3f98c0ad0a9bd8dc09efb7096b9c78 --- /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:c2ee3823370c1ccea25dbc6ddb579775ee3d2fef11b1dd0a25f8bc0152a81e04 +size 2060428 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..f060230a0e977a6282bc80d41b995fa4cb6f3a7b --- /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:0b76337e22c2f7361d16961d14b502bb3b6a558f8769eac2278c472035f725ac +size 2057585 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..fb94d18ab23105b1aa117ecd2753702bf3f0dc5f --- /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:b686e61142c95aa7b179eab34e9a3028bacfa3df3ffeffd03d82c9a6309e6e35 +size 2124904 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..8201a90476c0ef0e5e03f8a737b69c657cd073d7 --- /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:f8ba42f8455ab8541f632e144d1611d2f7467ae1bb9a2226101feae9df98573e +size 2203235 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..6712bef762f7ee167a2232fd70aac9f6cb4d6f38 --- /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:4b10f2b291383acfc74dbde656b81ce6de8fa289661e089b58d7890401f73858 +size 1903816 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..c961d99ba00443ba93d6c85acd1a1584bfebe48f --- /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:12d7d272bc6c96d5240fc6ef653b68445c065a4efc6e489a06e7cc966905b475 +size 2365653 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..a27526f6eaa5b674e31ed52476b19bf0805bf234 --- /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:70e75e6ba07dbfaa0b94bc2c983799a270eb138ac828a35e5f40816f828818d9 +size 2043209 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..111a74ca8455d614d9b83ae59de73ee7654b95d5 --- /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:5376a62858bbfdfd78d19ff5e8eabf0bb96b93769e65a355e36e751274442cd4 +size 2156954 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..5ab0aae2326ebf9ed227f2eaf09b2c00b261d4a2 --- /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:2362d28141c3153361667c34bf647b80b4fbb053761f0d7e42ec7441e9a32d37 +size 1961075 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..7d3bbc45870ec426dd6fd4c96932f89974be48b7 --- /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:fc84dce9c2c30a36fe6e635775a280bcec6ecf8ce1828f930c3600770936f99e +size 2087219 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..fa5d56f79b9027952285f29ae6adc37e6998a3de --- /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:198966db09fcc38654cb6c9b8e67166e82f8f7820aa39dee5caaaae8b1604d90 +size 2313138 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..f1863eb5403f596e54744123b104f7307f2c0d41 --- /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:95a972f3b35ac2e41b31a104729c7fc38584fd99fbcf2e7997fe828c9c0be291 +size 2128680 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..b56e13b064bf6e308a40d950c1820aaeed0b73bf --- /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:5369a58d3f7669548dd73917b92af4936e505f2367beec1121f43b2b51ff3a32 +size 2138297 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..a23b7f4608a7a726f58835fe2de3c77409c27708 --- /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:f20f4cf4b27aaa1e8132e0641ae38206741ed3cf6b69aa4876260d89f333b3b2 +size 1980532 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..96305903b0bee8e5bde5fcb4418368eac3ec4987 --- /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:da4b64070dd1946b8afdac92189d484431b2e285c0ccacb0242963847c2788c4 +size 2177747 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..0e79d5c31f83acc9ec7d71ef076f1d5b7a494b25 --- /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:e7e1c48da2fe7f767d2b2641ad6da7350c37d11986db5bfb60e6ba1774d0c6e0 +size 3318950 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..538eac4dfe85e4b8be594840250a1364261600e5 --- /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:4c440378941295c0bb5db8d1a00696b452563d95bcf4a318fb19a8b349c36d01 +size 2123442 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..4f35b8d36864e915cbfa4a5668df50873eafee69 --- /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:18f7a0d53426eebba50c4ef0dc4a514971096588451d468a0a6e38c0ce7627a6 +size 2132672 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..cd8fbe41fd853cd1b72c5f896bc814d594587674 --- /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:e094a2a18169d9cc048616a7003594bcad02af726f0d614782986e6bcb9020e0 +size 2154247 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..e7b59e9db8a714636edccabeb3578bc131690b4d --- /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:d72fe6d68f321334554f7307a441d096fcc7d87d02d903b3f1c9e039988d8887 +size 2021236 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..c1475f3b0979cc0ecfbf1bfe445da010af8215b5 --- /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:1d7ccb8c846e974a253884b05c06df5397f8318ff6669c699feff9ab1305ae9e +size 2090561 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..3054d531127ac7a768811db5bb6d84ad096be521 --- /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:f048dc33d281b3c6c4055b08b93067fa05f60b174998fbfdafb7c6880010c386 +size 2066343 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..21bd75c8fbf050e3c13060507ca3a95e9b1458cd --- /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:b25047db550562e4366d259f3baea6fcf865d1b875a3703d228d03337af36544 +size 2316406 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..0c56e888bdbd9584b4b10bd776442d71feb073e3 --- /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:f535968dab3f4afb6ec60dc00bc75154751bb1f13d5c4130a868e19904439d51 +size 2057642 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..9b615ea2d4503c1d482624673f9799c03aecb535 --- /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:94d72b17efb0b4997c983a9a7a53446f49e9339f9da088357c4a64341976cc5f +size 2242206 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..22bb17f60118066d9417a3f836f9e967dd9b1e3e --- /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:bce328a17a58922a73ea10e85387922a6c10f6c6e25892ca21fbb843ccd221f5 +size 2089588 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..34cc7b8657167490d2dee79bc0e73a9e913d9c46 --- /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:dffb83878e91aff17466b96c4438c0d6a0637a34592944588b44ad399d2862e3 +size 2351661 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..f0b15babafe90a3659741bd594e6ecad19d9adc9 --- /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:e1d3de71e9a9be6098c09052fc50c1c8055db9ad133cdb5f12cbff85a0dcf2fc +size 2076387 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..df383174c516fa85743f50ab70304729a3a2f347 --- /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:e98ede1ec6cdf67603990749c3f13d82d63154c79545908707fb97e91425ac9f +size 1998394 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..6b45fcc462ec1a496b12b8da332503dc20f13e97 --- /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:1545b92102bad6ccaf5c1aa7950fa25956b83e8c93f74406d18ad4774c85757d +size 2415015 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..f8eb6369dfc628787aeb120b90900a134127e5bc --- /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:b40dd5b8df4f0fa4f16adc2504605790a9a8e9f7c8ad877f82772e982e0c2b0b +size 2254151 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..f9693a341a55dc67289a011f67dab6d5a5f4d30f --- /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:2d2c5fac097b260a5e2a121746c6bdd923e8d248baa266b06d5284bac80b9937 +size 2258379 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..6a77793a05d65e29f49e9b2f436e80f730ae7b68 --- /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:71bd7fd56abe9201628e23dceecab663f2aad5e606d2de1aee3ec77d56f533f8 +size 2092141 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..8c8381a89bcfc73a0f9c531bde396e11fd530bc0 --- /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:3a5b07a75e8a4301974adbabb4ea1467eb8b13ad3f0f89aa96de79c6ea391207 +size 2116788 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..5e5ea6e05fa7e7353b53b0e971b93c27f8205654 --- /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:977a5c03d799ffa91f1d39165ad24f1f5d96d5138a3f927ad5a8fd784a39c520 +size 1913624 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..e8b7cae0b8c13a751587baae050890615d703fc1 --- /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:53fafcda4437361bc94380b25d98f4a80f6bbf17668c87ae714609b611b19db5 +size 1900391 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..7b73e11d909fa8bf8b8759ef5b595ed048ab1d24 --- /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:2243f0c63a7d3c5d733074a7ea6a962c4710bffa41eb8f82978b5815cb865d99 +size 1941529 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..def1e9cad67c70c2fb88a9d10fb704295b550b2f --- /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:cae69325060c916510deedc1a44f8cba754c88ee82f4b98dd0056bae3df44043 +size 2103182 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..b274a0c2e8ba6024b7040b754c166b7ddd50de63 --- /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:aa81c6f13b977bc35a7e2243d1d355bf7a2525a701da32372bc01813d21b6c91 +size 1882729 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..3acd413614ddeab41fb22736e6edd9f5107e8a8a --- /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:a70c66fa5959bc5e32a53c045fb11201923a6301e3205a6f32266248efdd3fa3 +size 2115682 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..f3c62d92b42b430018108d2c4a056b8d9dcfe9f2 --- /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:198ff8b01f0dcd60ad95c8948d68147eaa065c671a52819db28e56e03cfd1d8c +size 1967259 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..3370534c9791cd11d5dfdaf4a0dc6e38d606b9ee --- /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:f26ac704441c817d7f80148a1bf27f62bcad1fdd35205388fb8b3533559fa834 +size 2710948 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..d61829722cd9431bb24e91123f536b048ab8ece6 --- /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:0a8123b9427e417ccb53565a083df57cb84f1d81fbd60a1abbc0ca79d56a2de0 +size 2135454 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..88799617801f6d6aa4a33d107378c7eb62d210a7 --- /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:f66d97ef39dfbee71119a825e2f9e60cc47de309c1e108aca841c7e44c24966d +size 2332612 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..ac440ac7bde95eaf15f362a2abeef2db9f3fda21 --- /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:e13db1518355eb84e2fc939447eac320bdd1f52ae36701fca13b294daab4ccb4 +size 2159568 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..43510ac8cdd3ecef4be5b1e51d3980483dcf9b03 --- /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:612d505419cdaeaca881f0028b2a9183f7057bac96ff51d9505598d46b212114 +size 1986992 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..89cfba69f5b0f4ae8f3dd243e08f61094edae609 --- /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:9a5842cb4652314d5ba7b7d0c08e5f61ea80bc540f549ff8863724f28fb6954b +size 2318959 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..adaaf260915571a0dcb948c775a35e30b9b0b3f1 --- /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:ad403009ddc53e7744e24d6c3a9dd81a74542ed12938efe7f999d3f12e96073d +size 2047618 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..e37725efd09e6ae20291fb046bdaf7bc8a42e800 --- /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:2e91c356c3fe208c2ddd46fb0c0a617354b43167543bb26d8cf99bd0bceead09 +size 2028244 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..0662b0efd60dba7789e29ab57e4b9e0834d187ef --- /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:32db844decb2a567fd02c155d1dba8d5d4813f7f4ffa9d037e20478daea31a68 +size 1932191 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..25cce8e082e37193f8baea2aba41943b089f8768 --- /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:447fa29114e076f11e303b514c3e0cfa4525116c80b0227f957a9bd60fd56ecf +size 1712679 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..42249a7d10503e7e6ac194b4a957c69600a4628b --- /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:65bcdf49a6b02b3490e44187ce7fcf1a00055846e3dc24a93e3cf409d07d0d05 +size 2012317 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..c75317f0509ad2877f9efa99c8f4f2241b22b595 --- /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:c634787d299bcaa869c2d07e10113883f7fe5786846345338f6345f3e2bf9998 +size 2087306 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..7338bf8a509b7c73f196654e7f5febbfe241f410 --- /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:8d35bdcefb256e8650eaf0f13fafd6dab8bf0e40dfe56ec7946e37bb8ecd65eb +size 2175975 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..33e2c1c8d27ec033f591f45d674c4259a6a0c2fa --- /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:d6ffcfd63c827745e4cb3ee3256d3c9b857e0e896adfb1db4578d63e9c37869b +size 2158722 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..107c2620b1871e0bb2e47734b880e415544fcb06 --- /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:ec4479e511f659f4c110b61f8d5f50e681f5aaaff4986bd2cf8c18bde247671e +size 2079096 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..a4bb3d89387ae323735c8ff08cbce75f6538b513 --- /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:42cc3dc99cf026cfaa31cc4347ee65dde5ba88d2f7076d7a29f5d61d78b95e4e +size 1856899 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..0dfc54d57b33c5f71102d2a6dfde7cbfd70c046e --- /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:e0941737f32ddb03f1bd6954a6d63db8dd8c88081700eff8fad9f4d160477d5f +size 1871743 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..ddf891fa073420cabf651d11928e487b584bf294 --- /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:99e1e5a79be4d69b2d01c62d0dfa7d7a07edb0ce26e4eb0f20843a30fa7552ed +size 1944497 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..30a95a64ead532523221df8bb63be1f8672c8ef2 --- /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:58e6d63a9c9dcb15af31b97acd3fd2d8d541c814d49279488e892c37f3e282bd +size 1879254 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..c083a068a68bff442f9bf1a77ec4f162cb69fee1 --- /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:eec871384773259934292918ae8df523d8ca178c607e61d85b8c5eaac651696b +size 1951765 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..c3a2ea78c231ec317ee90fb84de48bda6854c086 --- /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:64108108ee0e5a1cf47a125f1cc6fb5b57b3f446fe61b4b4f2bc8707195668d8 +size 1816565 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..7c81cac60d1143e63b9707e2444e895d2ad236b4 --- /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:cf48e4cad57823b7f4da68616349d2544521f92bf15498f4eff6866b1206b653 +size 1917452 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..7611101be321b504ec355f632441b570358014ac --- /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:e5a4fa80e081fdfcf3e36acd3f050643402967d2a529868abef1764ace13c312 +size 1906674 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..0c18ad99d05b6c5b69ff907a74c337247ca211af --- /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:769c5a22d0d448ce5db1e66771c5ee4dd59ef649678a5ab876afd287352c4aef +size 1810421 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..ef885cfa0073aeaf17a54baa9cd21e026705b12d --- /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:c43d5d3beb7cd06caf0eb69338de88103d28a32fa0177e26259f1dd423d9915e +size 1594943 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..5ea4bc40fb1ecdc21b346f54ae2c0827b5b898e3 --- /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:f3d4832c4f068f3de198b84eca1a4c0649d53f8d1fe8775a29540ff58d213bd9 +size 1959822 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..1e82e7d910c7363142d6c61a7b077254b11f6661 --- /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:c538aabaeba0d321df869461fe64082f0c84dd6352f13c0c8623951c660cdcb1 +size 2167720 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..49dd4c61309022fc508d945b6a54353898d3e0df --- /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:b33cf564de46f948cd439f3e84da5105759988f8044298e1680f07f3d6a4238e +size 1884710 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..b6e584eb5ab5c4f7b3c249792c693e2fa079a58d --- /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:149151b69e0dcd6c0b1014bf59159928b52561f73512d1b4f7d3ef8c481f57b9 +size 1894766 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..46f9f5d3b95b42625db5511d8f8163b42dbe23c3 --- /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:b70623e8ad7a22027b5a418614144ae5669ba8e55911374d1998e11641b3dbcc +size 2145094 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..3a5445b24e2e11e0e0c41a0920bbe198380bc136 --- /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:35360b98bf15a5d21820df28d226a5734fb8fb60aaf25d9e8940fee3d2cf8ce2 +size 2077913 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..7b183df9613e1510305e05deb12491eb809a5621 --- /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:e39d25074eb4fab9df8e6b9b25e5d0642b8bc7d5b80132231048ee0be3039aa0 +size 2218536 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..0da4da6ccc4dbf269f5493b397185f3ac97ee550 --- /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:baafbc86d9f3476076c925acf8e841593de3230d9dba1dbeb0776e37876813a4 +size 1911624 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..9a8b843cbc7dc956d5168218337df5bcef210372 --- /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:446d45f1aa28a4180a7c5d9c7762c95291aa70a930df22aca1b009d33193f9a8 +size 2330906 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..5c644f9110c3b4999dab96701687855473968c73 --- /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:5a9c4f48798021e3f6fde5f0c42875d72fec38d638bffcc09e2b6f58a1be7072 +size 2567513 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..9a364dfc1b6f69a59ae937869c249cbe99ab1129 --- /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:f50a3650002aaee4ee71bd82406f3d7989b533623c87c0cdd23a2f88bfa08b92 +size 1962805 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..5e515288fd9b9b0c8be25c54afd6404a2e781bd5 --- /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:085ed78147043d04cdb5061e6ddbea5e6ab0ae86842f3427d3e089df452bcfcc +size 2132729 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..358cae36114f28cda1904df249ae1bd833ba0a9b --- /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:6de0f0e302f1f7ff1cad7e0325365c358a31b6bc2e1d8ed1ed98a4a614becca7 +size 2311132 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..3cc85a3a387fc3be9522b7bfbce1277ab9eb952a --- /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:6faa06941f771450efeb4d7f42246bd30a9c749f8934293b324f8a1fa95ff38a +size 2196348 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..8b61db143bbae5e437be85f45428c8ad19d77afe --- /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:d4b4f73b26023103920f9e884cf59ddd1c40f958b40612498deec887a1b16a14 +size 2112360 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..fe4dc1886b0102db8ef868ae4990b2f85e5849a7 --- /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:b4600d48def6c5eabc51c7371197ea3413ee668fbde3e24bae702e63eb9c1d86 +size 1989433 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..9ae4bad3b201e6c052cf2cb8d445803885436055 --- /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:2b2c48ca262b75bdbfd234457b506f7ee9029e329a74044dfe7ccbfcdfc78548 +size 2101611 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..4e6f69299b26d477055af3bfee9d5164135aa3bc --- /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:6d6734a386c0ff81c601228ce4ef1d7b166555dd8719caeb16e464ca823be484 +size 1876638 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..07726a89415e96628f63139948fd504fb6993323 --- /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:08b4c7fd3f835060a0a248924280007ea575bf593afb6e37cb9304c0a3e88851 +size 1783624 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..e9179e7ad6d143e33c78c4d5c3b20f3a71f59a78 --- /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:79022707611b45f09f1d6b327e794df92d9ab0e76f07f41d4b3f3b47e3dcd613 +size 1736990 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..536fda3fe30a13a357ebdd93cd0796cd2e70bbd8 --- /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:c65f9f440bc02ef0d6505304f39d53f778388318e220d0b179541b73f885538d +size 2119706 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..206059861ee1dcea7500f536f9e65bac9d44f9a1 --- /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:ea7d97bde62b9896e40781cd1fbb2188dfedcca0c42f97d261e6d60634f5556e +size 1802080 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..142e1aa9ecef9de5a428de45a2a2086804d74201 --- /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:b9dc7299a5af239a621fc820b2daa2baa8f2e085600edf91b9bef5a27eabcd7a +size 2323849 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..1f2ca1001b81158841de0db580080e50fd7f0431 --- /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:7f993965ed7febcffe66ba454237a9af66fc84078747aea37881c8a0ad0d9596 +size 3475632 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..4152c26f19d15c2d1913a32eda7e6612ae413efb --- /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:19f96703392e08d1a33e15e502e84d60d073c16700a8ea226669337caf68506e +size 2237521 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..0626b7763f075bf9abc1a851cac7726fd98a08e6 --- /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:ad24404b06fc0f42b308d9a210547a70820086f5f6e567a72ddd474ba3f4fbdf +size 1940539 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..c383b7123ae0d56ce4ae69dedc6e4f31097233d6 --- /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:26e3a40867ae49b4071fbc1f2b1c3f9cd39df9fc02d767da30751f6f13a6a7b1 +size 1903937 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..6ef0de3f3e49a65af33aa88405f38fc19cbaa5f7 --- /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:60039528e83033ad68cf4a034cb9b827d61fd2b20dd3d4e6e05625c83d574d6f +size 2098740 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..89c4232da7e44e408554579223765a888c7e020b --- /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:5e07ab0ba4ab8494825551b79ddd67908770c63b817962b181af289bc87ef22f +size 1821944 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..70df906ee12d888b1835bdc44fd13501ab009d8d --- /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:28a2891358791a54fb775032712da1124aa7bbfdc03480d423a5f386c18d6410 +size 1857907 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..4d18b176430cd403b15fdfdb8558e8c43a9e4b55 --- /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:3d621624662a357b8801a14d2f73d96c541047033b152f87becc26686c2907eb +size 1675341 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..98008235d1d3827e8e07c8f7168a7974460ced3b --- /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:8d9b2cbdc770e1c116e1270ce77035ed6bb28503ce05f333d542103905165bfd +size 1728954 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..fdc34177e837ed6f1d0ee3d83856680d0398dc88 --- /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:ba8a6bf75ece779c97af6986635fe9f1974973e80600e9157110219cc9e3ab76 +size 1976767 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..cdcd40afca575cd144e8d99fbfa2aa46ef8cc0b3 --- /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:806902dc620b71d50eb2c6fc37d3136854db2b4144924bde76c95682f276b8db +size 1652424 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..99aceed4b517b7258bcfea0556fa2783b2aa2b31 --- /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:da0fd094023feaa55293188bee015b93745a49401d6201c873fe34b14b0c5ff2 +size 1891470 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..942b87f3faadae6492ae04c07c43a29858373d7c --- /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:949e1fc99b36dc013318a16f585ca14431605b7866459681be766ee7560a603f +size 1958456 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..aca1d0a8938a580226140b21735b127c4d125f4a --- /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:282e094afc8e6c28834d725915d3e0efcf210ca0a8f054946084a83348d6de8b +size 1725655 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..f5cabad75c1d60e5a59e20c07cedb41a22b9a676 --- /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:8f76bef9caad6440111245618ac8fe9e2013aacaabd84219743d9a51a313366a +size 2346306 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..cc93ba05ba4a70477c7c03557a2e90b3f98e8bd8 --- /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:25b298b7f9fe0129c7b381cb3c7185f4e5411967663308fd2a2c982f8d5f8c95 +size 2139699 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..ca18382d72242cdbb693bf1ab19904b0ad3d3aac --- /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:00a9ebfb5fcfd696f57ea02735d5d58563794fa132c00cbfb35a5fea6b75c419 +size 3058841 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..2e8491df4700526f1454238f049334e130309ad7 --- /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:128aab0f1d74a59ee4db45fd2c259b103af8f4dd10ff86346b41df6b40cbaa09 +size 1883879 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..8d3b4591e88d47ed049f4cae784d4ccf3d5994ec --- /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:3ef536dfbe5c0ee515a01aa398a63637b9436cd2553f49d1f87e58e1b3509423 +size 1937502 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..cf6c50c9ec829a1e2dbc20eb5a78fe963006b8c2 --- /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:173c7bd2620b24475aef0037f5a66996d427982c481a19bc12c839b7e37b6cd9 +size 2029609 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..b897ca29ce80f885cc4a2c83cb3fff683d877e4b --- /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:a54fad3584cad72ff0f790dfd11e50fc08b2686b23cf74d299b8a8a930140f08 +size 2052384 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..2322ef4257b10d651ab8b2c7c84e5781805b9fd8 --- /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:5a5c999633c3c42c3abfd49116e80e5927b29caf1cbf07f4320f8fd583405507 +size 1822749 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..c3ec6d3246ff017b63ac921b3b40a4e24387ecc9 --- /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:519a23495159d0601c45890852ee663992d80c17a7508bde5593f5c09186ba1e +size 1960420 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..b6184a157b17a16372bec7c72312ed3953b7e01c --- /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:4a39302c5be0ee573fbc084239aa08238f1af73d8b7f471954ad4bd4e51a0786 +size 1879912 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..338773aea898d39be2ee2490856dbb75e4db6dc6 --- /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:6a2c9dd3fe88c781ec426a1954da451dfe68ca68dcfeb2f751d9025588bfa0ab +size 1942770 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..05ec06d4742129aa3c493d8e5e091e3de1e209d0 --- /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:c5b22a4a38dc8a50df6357f34d03487c99cd932b103af92c5705f178258b1448 +size 2175368 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..0b26553da1f12d10e258931a32ed65c44a93d05a --- /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:c5f218f8cd05ed0d461debb4d68f72bf10e4c2f896d22af30989b0e1b0179c00 +size 1788244 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..e902064a0056992469a9f614ead31cb662f71caa --- /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:218b44b931b2ca6897b3445dd1be4055aba1c88625aee0b5008c662c71f8c9d8 +size 1817784 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..126ced23d326393328e8d227d3b55e067f6a90fd --- /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:7d4cf76abb00fd49052ba84ad080aa3f2ac6b5dd08084020ed8eb692516e095a +size 2251068 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..ee8853ded28da61d9ddda66c9277e6b20281cc85 --- /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:4f07a2ce9cfc25b7e374d0e77e990fe633ae879a52abfce6153628b7d88cfebc +size 1915505 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..8934abd654f1a96682aacf49c94c68853d255463 --- /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:5ada3fb581b67071c2a9693e2bd171591f79f9de5214a9b1f1560b9d22323f9f +size 1839793 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..d4e6c8f1aef578bbf2bf0221b2ede50585cbe01a --- /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:4041784d456baf09067ab20f2e9763884a9e05b480e57229f04c08547dbb31a7 +size 2242870 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..54eb2b8e800948c20e8efda339c631c84c77beca --- /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:2c0d05dde2d79ff9fa1ef07dadd349b10702626c5508b0221333bff274a7824a +size 2037981 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..d65c6eb1fb21d27e51b2bf98258d6bb4a66846f0 --- /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:1c132524ca4f67bb99f2e41c785ebae562ac98b4565009d5faf1c90ff97dcd5e +size 1961476 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..6ee0c9020f2c2d16126bd72cf1b8569ffdfdb7c0 --- /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:be77ee9db1b457ec029b14e33395c8e3488c429d99458294a2f63f0657bd4ff4 +size 2000200 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..a379538b58df97aef21c87088c421f279043a5e9 --- /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:4a45763906687e29fda0c1eb6e57dd6aadb269f77c744031e2b9f53f8a166431 +size 1813988 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..63799ce151c408ca6d5e4b3f67f63d454926f11d --- /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:ba8b2267779d34f37d3f0c1bad2544078cac0f7f660caca7f98a582c6bfe6a52 +size 1743847 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..35d47ed83810b787220461278562fbb17bae8211 --- /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:7a2ab37f3e106df78248af130053e5372855f33b874d61e7b08006e69384f77e +size 1651577 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..d49ec812eba879951853f2b63d7988b582d05ea4 --- /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:080a4ddfa260c6e6a33a75394e3430bbbd488e710a30b5ffd8813f2fa659a92f +size 1848659 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..c75e75d63b74f3058e60ce8b0656b1c5971f34ac --- /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:f87feeb59b7fcfca6cd683323ce91e14fc9b8b6699ca862e94e6eb5d97489d2e +size 1694461 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..9136b4831e33b95b05b25a63a03c0ac47a5b2b5d --- /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:20c7840f910bf7ed90a53e6af430c88b2ecc7f16ec8c0e2a6660487806cf1940 +size 1680218 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..c1a9714557fee2d702e2e28db4eb0eaaf5376904 --- /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:1b380806bbd62fc38057e59fbaf523817b106429c8ff453174ae5edb5f405793 +size 1986587 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..73eac044f448fdf601ee55b39fea8a13ad47b2b3 --- /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:31ce41f649acc5a9af0747748fb74f50dc6d7efa0f8fa17c2975bd0c6abfe979 +size 1714575 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..bad6431a141deb3eae75c684c029315e237147a3 --- /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:017b98aab25543c780181f2feeff9a37ebdbd85e4088b3cf36e0ba915c299d88 +size 1768221 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..932be8dfe5a606c3b96e86ef63db14570e5304e7 --- /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:74aeedeef32ccbc8ea9145c30e67e69c5a53a90a4531baf5ac5253dc3a70094a +size 1897373 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..b17420ddcfff33cfdf640af56c74ebe04f62855d --- /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:cff3df3c7aa0ff998c74e5800d42f3eafc2f96e419e07175417f647228d1b28a +size 1679280 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..136733babcb29e7e4f0001924b093210de3ff219 --- /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:8caa341c17890f5ddc05426acf7b1ef4feb5610a0e0a4132097a4a9cc59eed3d +size 1785674 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..463064093bbac509a47ca0a37fa4a287ca22885e --- /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:1f07d5fec31b6936e449f46af13a08889fc3213bfe9c0824732f85b4154ae1e2 +size 1883931 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..f10f644160337e49d89275b9932f8ca7c291dccc --- /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:46b0e67a99937989351b5fc9ffb86ce42779b874207ff6f78d2c0fecacd79afc +size 1974060 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..546936c5c02fdcc196fce819cee6a3a32963617a --- /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:c2b69c61023ac3582261de8ac160f1a866f416baf4dcb45475961ac325702d7f +size 1928305 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..87d75b4b81bc30a2bc6ca23260509c70c2613655 --- /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:6d2c05dc8a30ba5b8db13e7752c5c83176870f03fe518a026d5199a72d42b98f +size 1685749 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..4fabd0af4ffa5130ecfb2432726743e180b2aa76 --- /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:c32402690d380e618b99ed7848cbd24d7237e32bdb1e547af082691bcb0fe40e +size 1857747 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..0e0b8e03e7184897a40df72a98b05626878613b5 --- /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:ae2a5aac6e0810285f290491a9297eafc7e0b3b11cf86a3817e652ab9152b22b +size 1675834 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..16b7b1e1efd159363e16df8fa7bf541436ab788c --- /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:6b000b28a40b9b1a9bb1954dd8419bca1abb32b0079afb0c71c2dd3aabea8eab +size 1838352 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..00ee44e49c3e129c95adbf1d1488b955cf578a10 --- /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:b843386ce04cfbb881e2e05d5d828778e5a6341dc1d25d666b389619b50d3fce +size 2050484 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..2c8f2dc5c7f584b81bc2589389636a5f80216161 --- /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:4e9cb0740ecf7474c499cb197c1bf3ef7aae003eccf99556b452143489b3afb2 +size 2092300 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..eea5813ae7ef6dfaad6815e70e5cd581a82f9387 --- /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:a643e9732d4690edea8783b6f1bb331a57dec44a10db4a44ccc31e31cee8d72c +size 1851730 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..68ec6be44c01d209f76729056daa9f4dd8b2c06e --- /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:42758bda3a73706b4146136de92241a8dde0ce1bd09a5a4231300859807186d5 +size 1982326 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..b8b5a5c63593b209b840326754b9f4411bff2e61 --- /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:ae36a3c66e5b9661c4fe1f7c0f53a3cb203200ae943c90998b48b439c8fa1328 +size 2078621 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..5d1a0e7ccfedc52fc97b429d8ff80117616ce95d --- /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:e88b4b5f409aaa36bff8edf138e6a1d7c8c00c637db60ac9b574ad4086e1a849 +size 1878929 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..8657916b5c6ccd4de66450817f959ad95039c3d6 --- /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:6ac28b90b1d29b2c5f46107eca1a5b197ba69c5a3847cac46008206d5393aa9b +size 1839200 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..86934b358432e8068071b0f431d15a6c72120cf2 --- /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:a3e4eb4eb39ddfc36400455ec5cad88fdb46a830513678f40ee8b8fe74523d79 +size 2103323 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..3eed5ed4748a868897a1ce1998217824c217018d --- /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:13affcef2208ff80d06c8e6b33527db2924ee3166bbc7ac42f6125c6de9ce841 +size 1631941 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..fdaec4fb9dc079e08b1b0fe6078890106e6e16e6 --- /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:8606fca4edc0799547dc8df497b2ba25cbb843cf71aafc2752f9b09cba90ca0e +size 1496767 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..a2162793f19a3ff4b96ba4dfc62e7347eb9bf0f7 --- /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:004d925898f0dd3744082400627b12b544465fcf839415cdd2cc493e4c204d46 +size 1710720 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..e3584ffdae917fdf702a9fb64b4d17c00d45bcd0 --- /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:d550b919714ab5e2144ad19add4ce33ad6ed9e213da7016308c232f417d5592d +size 1885958 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..d5a8a6bd8044e8f525411688be26a7b45c854ff0 --- /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:dfb74a3181339c5f66f19b8a98f4e90d3cae3a87c129472575df21d5441add24 +size 1744096 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..dc70d02cf1958cd398d820dde2d750f6b73d73d2 --- /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:89fb322cb878bca0a6e2e92a7e6a11bdde068dec10087a3246dff7596915c5cd +size 1770515 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..48ae0fa5b612dd15701aa3cb73778d9d9e4292b6 --- /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:7489ca376fac05aa3da2efe84227b15c0f0e2d7a37c3e5f25befc8c424e97339 +size 1688771 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..4c810b10f14f261cd9fc6cefabb135909ecbf2c0 --- /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:f77753e067a9086ca4f19fdc3c7f0ad7a6992520913520bc10414efa5d56387f +size 1710471 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..b0afe442b995081dc410ee0a5697221b4eda3377 --- /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:5f764706bbbd8fd318802646c0307d702bbca362d14ce0bed9b7df1932d75b3e +size 1799636 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..fda1fb790a7d69cf9ba9ae805a94cb77db5d70fa --- /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:90fca31f4171e374879539441958b7706dfbc97501412c339fd1c61ffa5af1b0 +size 1813224 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..91d0f5757ae008fdc9055f4a05637d392eba46aa --- /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:1cb75188200b414a4528b157de97bd172f864a8a7af06a240424e7cf578678ff +size 1824099 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..df8e890a6c751bdacd22c50d87ff3062a21b42b3 --- /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:261d315439a9df31f6a7d83181a362b4b9d79c8e49b169f8c2090152c4b07624 +size 1967435 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..aac032a004199c1a7b079826fef4c8f1a1a89b0a --- /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:73f2e669bb385d4c1094ebccb5cb5fa90891d4f7cb8bb615ebe4644bc87acb5f +size 1682257 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..d55caf3b7019167b995e78bd342c5cd266d5c0d6 --- /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:34997495a9b119462d7ad28a8464552fda8236a1df9fea2e9024dfe4dba345cd +size 1672563 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..12c810c1bc6f81829de5753bfb22957e9a44a26e --- /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:5a21c41b03e09610b12c96f74934d3ebc89fb7dbcb4ab4c98b44ff633a0f0b5e +size 1765270 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..a510eec6e7c31c0fce1e76e5598860c71314da5d --- /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:3def2d78c5ffdbe36673442dfdf8512fdb692bcd32d182818170c02244e061a6 +size 1912906 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..08319822f3dbcdae972ac3e4ad94f306b602f0fb --- /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:effeaa3e4df27adfadc5bff744df981af984906716a5b26ed1390347e1b392ed +size 2078806 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..e6be95b7ee7ee27961786841a0c7454ba0b1c544 --- /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:962509b0926cc368b1d7deda301a1629e14ea9085912a4f8f1687cfd3f5444bc +size 1838716 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..ce94997329813e70bdb38d8fc9a032f8ea198518 --- /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:77f30ba1a7efc472c1ad8f9b8c9dcfc5944a66e3fd53e9afa6c5a041ca11bdf5 +size 1939037 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..c51bed509cc50b5f4bca79bcbdca9ab41a3f4964 --- /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:26d630572a44c9e7d86280f011d5ec7abf995634dd15c68b7d41174b1d50545b +size 1679544 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..c39cfb14725bc90d6a121fd987cefa367ba65261 --- /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:b34890e13c121208246387a93b2544a87ac5247304fd0650c0f8855d9cda2997 +size 1775731 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..390a9b9a3e567071f9d9886a88c960973768243e --- /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:2407d6303bdfec4af8f3ab37378ce6e586af1671bb889a3f871ef51d559d4a18 +size 1816563 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..d5b75961823c35ae30bd4a29e1b139da78f61e13 --- /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:380ac289ee10803665e550f4579280c7b342b9d65782676e68d364cde8fc627c +size 1869858 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..c133fd78d5a97e7f335e347d0881c95825e993da --- /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:eeb47ba16d05e9cc018e469866480cd537736b261246939edcd4127569cca642 +size 2021483 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..1f91feaa831ee87b33721339d512773c132a22a9 --- /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:396348fd3a26110fadbd44d32d22030028d886b5768a1a3ed0713d15f148b076 +size 2283416 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..3727882c7cba630780554315a5a555e0b2efaeed --- /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:8d0adcc7989d1e13e7540fe4fd96c2584cbc1d76dd9fa19a8887d252a715de39 +size 2184857 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..a0ac585befe9bb1f3587df7dee9eb16efb8b9375 --- /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:0b1db666728acce8892576651219518f0069b2e8a98c50340bf8c3fe99df7d00 +size 1917473 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..ecf3c14e2f2ec2eed3e1b8111fd9261fe5a82fd0 --- /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:194be0e07023898cbf3b804a5d2570861c33b309c80d6ed3c53e89c0d0758cf3 +size 2234814 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..93a4d1f42ebeffadb0107a6f4f443795bcdfc58d --- /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:5f96e36659715cb55ec053e72f711444eb59d3a4582a40e786e20cf514706275 +size 2418790 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..0dea1a4451622c4e59587bd4801ed3737fbbdf03 --- /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:371a68b4d84fc4c0d987e4343d375af2f16562c5ca0290ea312c19b73c8216fd +size 2162944 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..16737340f2baa1e589438bfb0d381c3ebabafad1 --- /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:ad2d4b56e0a09bb1f9858a847d74d3b667f7432a02859acb4d1eb9e7b95fea72 +size 2213362 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..ed38278fb6b2776f4e9fb79fcaf918a5aad0a0c0 --- /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:674fbc4c2e54b4b74307e5f62acfe4a00da912e1957e075567b64c171608db1f +size 2099885 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..feea81bf75ea1317373fbbb75ca06765d4f15a22 --- /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:1a0fb08bca99b2be0def81e5fa2a7fe29bd8a1bfd12acb2e9ff2d6cd1a24b68c +size 2214740 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..ee236f5156c1c0c8657302496c247b9b751ac532 --- /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:d763d2a62941c3c4d22dbeb10be630168aa08e93972976ed5c84173a044878ae +size 2268562 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..2aa0605c8c387d73e978db957b3f8a49d4800407 --- /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:2dfada923b136dfb9299ac6b2bd38642114b6e5e84019c3677460c3775f27148 +size 1987413 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..46e0b1d647ce7b6c8d5eb11cf66c81491d870e3f --- /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:49cf0d67fca6ad663e29a854907f2d4d38e325f7a222f33024437870edeebab4 +size 1978893 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..d2112c8640b8256e59e51bca65355d79227f82a6 --- /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:5ee4ee2e3f6a15a6ce25cce35c9f0b32b6caa541d48cc299a28fb1e3d9783622 +size 1869366 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..c607be8e164cefb212a96b7a224f6354f83f0539 --- /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:dcd5e9f9bf6de6263dbf8ddd8dea64f3c69a16c933ef68387291658b4cac00fd +size 2091028 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..c93c77f279860e6a66720e61ee80289c51ddcfd6 --- /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:2173c4c9bb3013a7cf320e6a30946022648648d51b8cf7eb9f3010077e607283 +size 2031647 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..e0189b553db47a7beb9bd5ff113156f733954f23 --- /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:21347bb8fb49d9b7243cede1b0c69a4782e17d82ada0811350fd4ed5bdcd9003 +size 2099042 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..9e84fd3b2b66e6ee49f35e963a2bd87c8420fc12 --- /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:4250ec12b3f15ba093eaebe046a3daf665a229905033fa8e2b87cd608ebbfec9 +size 2159234 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..ed6a2057f72522f940ffe72974908ac9e09ce081 --- /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:38e2ed137bbbb0904494b7fd0ca685b4f76c09bd23b982b729a51b01222104a8 +size 2411384 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..66cc5249293d7aedf9ea0a27b444b7766fb1ea93 --- /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:5c26a80c85dd4a86b3dd113685d7f0a501f505e2b0f23260642feb2d64d9248a +size 2127826 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..61e31f19f0b00e67d9b148fc5d1693202b6374aa --- /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:dc941beb55808af137688a4652b68262e871174d0b2eca7ffd4413c23e3941bf +size 2033839 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..600b64c08c40b850fe9ecba5f531d960f5512fbc --- /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:d36b95c934580f6394a6c0143c7aae37fe216f32d19300dc37e9911351a02ca7 +size 1933575 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..bdbe98237b40317dce62d18d722512c4d31d00d5 --- /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:af0e3dad929c5112d92d93a418b8103fb862ef76f75314c2450e454c9a3ae039 +size 2279799 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..9ec4d90d46f701b5b20e958a10b29641d521ab8b --- /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:b83acd392112e57cdea9c8ce58379ca444482f842b903338f7962c2bc32189da +size 1874236 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..e8e996de7e10cb04f63d806be2c030e225690fdc --- /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:97218474346c4e73fd311ec94b4e7f0195a7241f6f99588d0bb85a54cb351b9c +size 2101734 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..b311f120624305f9e1ed9b16d1b262a66b1f2d17 --- /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:e7cff04ec749df0c0dbf50dfad2ddb0c4bdab4609354f919af831375cd61bddb +size 2392031 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..a829f66cdf26ed8efde5a28c4852470b863f2a7e --- /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:57fda3a6174015ca92e00c0752296873093bbb7ab6386781b8af85de93f62975 +size 2339443 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..4347ff4a95f056c7f93966d9e352b6a5f473f5f2 --- /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:b503d8cdfb6197048e0451fd7e6826d377caae7789400a62a326a8dfbf34f7d5 +size 2042805 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..69ec50980de1f04dd01ba06402599245e89adcfa --- /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:741f12bbe727496e9c9a50aa7543ce1f1c5b87c5c4ce2ecdf27d3826a3305c96 +size 2111679 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..e57597ce7e12f28ae108dd8e6ff349a5c6f2205f --- /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:aef13cf557dfa39ea138c5b5e9b1e8fbe1cef97fd29ed7a2fcec611bbefe92d6 +size 2014562 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..215ad04a7ce562df07a98bc6dad02b87ee3d2146 --- /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:1534dea21c7337d50282e4df111c14774e579a86217efe15a1fd02455fda6686 +size 2091146 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000928.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000928.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..243d1211e221e14a8691c99da15850b6d13dbf9a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000928.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c461fffdcb8f3e568ee1515eab37c9ecb87f8068d47c4e71a9e9f75af70617de +size 2503829 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000929.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000929.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0ac0cf70c093a600d0ba9a23b426cb8ea26e407 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000929.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1560671f92cc578cce6d428281b48c981d4df04bde01abcefd7dff245b5ee46d +size 1829973 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000930.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000930.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b8245a8c52fa6ef433bc9c6aa34d9777777bb41e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000930.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87e601abd5e969ccec7744250958d4a978192e6e2e9729c594e378baec9a99e +size 2217996 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000931.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000931.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb99b3a8948cb57b7cccc1a3a880d5145dec8f88 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000931.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cecba833ff999ac2170a8d95da8fca2f5f6a2c74868bb2923e0c551659594d +size 1988931 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000932.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000932.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35f3b1cc85aa8a43a91f99169ec70a557ce393b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000932.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb22760f98539570cb449eac0d642f79308463a204a561c3ef75bb65c2d41c1 +size 2175047 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000933.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000933.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e739b21a629c1d6dd0186c41d93039836c21d3f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000933.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c8ae322ac5324105d3f4d815909c70ac2508e4337b190a2c589527c2d810d3 +size 2030562 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000934.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000934.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f7f4b8a7612680d22c0e13318501b0dbb69b713 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000934.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae739c35e35f9356f8003aa677859e1e34abc9582caad7163d318d267f101540 +size 2017925 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000935.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000935.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..25b7e134541e3c93dce1ca7b21d8e4de3a576892 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000935.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d60b32a5cd0c7a37f071b622180e534d31724a402b62c860ded2d9edfc50683 +size 2259827 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000936.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000936.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db8ae6cfae439e4ce962709ed7131fcebae61ae8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000936.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d955ade88cb56490077f1ad72b30102d6b8b918db6dfcf3941a46bbda9b089 +size 1917252 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000937.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000937.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d96623cd5d2b05da29be2b792605e7b46deb76ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000937.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ea41ed10edcd7969edd6d4126e47bfdadc4eaf04cc37cc3e4deebc4196708c +size 1967249 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000938.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000938.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ca6fe02c0d4a1a49ab65f3b562a1ae38dc2b097 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000938.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2403af402f504391c58c5a533c4adf56946a42f4c7dfb4568c12722314c9ff6 +size 1747566 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000939.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000939.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afe9af7d0c249a1ce8c4644db87a2863449d5d9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000939.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5154cf3c1b6374eae0c43a0330e109e9171591de073dd18c41b32d1f5eff51 +size 3248843 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000940.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000940.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e467039027a0f06584363ea0c90603d6035a9907 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000940.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eea23d400cf94749b498bf0320a157917abea1a43c1f7381646616de2f2b1aa +size 2816226 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000941.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000941.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc249a78e0fb379e5bdcda04196189d2e952332e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000941.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c78f1d182ba16b17c3b9a29c45f3e32959ebc535aa5162f4e018d4982d8881 +size 3357790 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000942.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000942.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3e278e9fcdc0ab358f3337dbdb7453b3fb131ab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000942.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5940432c929e213af2edd06b48b998ead10eeff89a19bb519661fcc97a085b +size 2979707 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000943.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000943.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..825860ee611277701b41a8d03a257488040c1c97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000943.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab70776818420e021d7a6f4b0fc57abc1cd0c36587da8eaf45a537a681cffca +size 2905398 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000944.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000944.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..781dbb973451c472b05623ae0ef66e99484ac577 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000944.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279529e9f5e4d78a6a75404f6f49668416e1694ab15e487512428d4cffb467ba +size 2817583 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000945.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000945.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c4b50df819fd8e540e50d11a35cb5b38ccc5c0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000945.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999c3dacb518d2940cf61a259362deb8a13de78d233a6136241e4dd800593214 +size 2764409 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000946.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000946.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c5cae646a732e877ef7fd940f98a867a23a10f9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000946.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec00ca44a2c035e781d4959523c25d8f95454e2320f7bca62fea87f70c7270a +size 2932777 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000947.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000947.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..466e04204a1b46ef9033ba9318267de1ca955ab2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000947.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9781bd199fbbf5e6c0c2d61e4d011991d2ee2defc804d6c4274b5462ef57d05e +size 2325116 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000948.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000948.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48445da4adbc8205cb18ffa20f6dadfbe4afd315 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000948.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca9a9d3abdf14684afb9f7a706367e2ba1567ad71af3ad9690cb976bcbc1268 +size 2643473 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000949.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000949.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4177301c5b53d2a8e4b302400d76e14676775c49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000949.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae967387ce14fc93d5033cd425b5e77c5bbd63d1e4a5310381daa6ffad61169 +size 2651129 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000950.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000950.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c3c0b17e2e69d40ef73b5b15a3ef2500ee1ce3c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000950.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557f7dad23e017b50d2a837ca01279f263271cd92dbca82db3d9afd287fc7d0f +size 2881329 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000951.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000951.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f32c8c45b03de38321c4b9c1b7cbbe4bdcfdc28a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000951.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae959155aa18ed01dd90e1b9a65cf66d1f2a9b5f313650cc33aee690a9a8eaa +size 2392199 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000952.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000952.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8e4f2bcdfac35f131fb749936b8292cc64d0079d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000952.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1794561aeabfaa549d0d4a8b4e02dd6033254ef4ffe004dee52131d083db544b +size 2514348 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000953.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000953.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..730e2cd8cd17f05d3091f7bf592ad0a1653d790d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000953.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8655ec79b76c370931604ab8a92bcd529c9700ed758a80ae503ccbaea5640e85 +size 2969336 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000954.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000954.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a24a0e5b6fe6b672450280ad90e195837c9ff233 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000954.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2af8793b1815b0410f02527bef0bebb0a13b73a3b0971fbdf8067ed522627e7 +size 2202424 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000955.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000955.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ecd177b535e54ee454826d1189d4b2e65deeb713 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000955.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb987e3848a70e4375ebcd642276d95242d7994cf45420dafd11940f496988c +size 2365192 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000956.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000956.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..85a2f77f14b7bb61bab56740a38c587253d33234 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000956.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78583e8d3697051ad3955e392a8cfa71adf5d97d5fb0f216c2414cf91ded671 +size 3217181 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000957.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000957.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04a24ba43f50627a7c16e3284487abec486edb6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000957.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f67386922b363dd6a2efec24198c4a1176079747066b324bbcac97dc9172076 +size 3014625 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000958.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000958.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0ef5515fb6bda601d2c2dcaf3e0782c252caba7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000958.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2a8a539e79834062639da10614da75ebc274285a925fd3b81ddf2f69ae46ff +size 2918400 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000959.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000959.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..776788d06e120606f485d5501f496fa27bf23404 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000959.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7be19932cb2133ca3fbf3f70fcce27ae235861691db0b6c54b36d9d33a0934 +size 2393796 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000960.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000960.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b83d7cf8862590032e81daa0fc64944d0023915 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000960.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da910510df71ea3c10b713296fa55886a478e361ec248a8c2b10f4e388e4b61f +size 2394708 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000961.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000961.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4559a708260fc7e0ae434c2b1c1cca822c9f1e7b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000961.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355422e8279d4a229916e2d842a59ca426d7dac0d0b14753548eb3e7839e61b7 +size 3331625 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000962.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000962.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b2c2db6e81b0699e381299f7766612b503ef87cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000962.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fece6d71c4ffca3c375616fc65d7b5384a06e1058886036601a7162fc668871 +size 2754273 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000963.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000963.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2191697151a7547d3829b4504845231d3ed8a29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000963.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5616b4305d541ddd57d7660447f01d20b743f81cc8711bf102a5062c96ec400e +size 2545002 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000964.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000964.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..089a3218b6706592dd99a16e2be568b882ee6abd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000964.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8ef6af42fdd106ae86942b11faa003a26dabf23ae59bf6d9d418b90683edeb +size 3002383 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000965.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000965.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f34b9b97d34a4af5e74efc1420bb1eb035379747 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000965.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5c10789555cb49acc93467233fe9df2cc13fdb134e52b6fa64ddf8510f4fd4 +size 2252536 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000966.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000966.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d2adac2fd478f1c83292c864c426db6cb00c0cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000966.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2119cf1939d7575ed0f2e9695f10607bb5e934e2c470fa5dbc34130ada9217 +size 2630475 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000967.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000967.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a46d8a3427143343007a61cf19c35ba3c1f7b22 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000967.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6509de21936b948282a592bada657565d5abc45bb7edee468baa29533d44ce98 +size 2098962 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000968.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000968.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e23846e705e8a2d027f7349e954f5ade3aa787a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000968.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4ca862259c005c9cc63e0ea73b87042df1b83180556ab9ccad78e8903d49d4 +size 2442077 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000969.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000969.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b2a0400a5158eb43a9aa6b4f728b2bf0ce44558 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000969.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4c096ac5c7b596b0f18b7f02e16fe61ca9c3482086fead6a1b1c32d735945b +size 2586806 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000970.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000970.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f084f606080240f19061303b900085037b78f978 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000970.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0561b1e7945828c6d8888ea2011192b6868a5183abab826114267cafb0f1d7 +size 2465691 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000971.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000971.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8dc55895de62189064ad5065d65a39d61e2019fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000971.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e714f0c8285429de8af00216fcc68b61e1605d5af228ef9e3aa37f1c0fc79cd +size 2448304 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000972.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000972.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2abff718d275cbab963bf534b7914b245838a1cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000972.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b13a454c54e0bc29bd2ee3c0cbbb08c425c2db2c4dcb7205b8d751ab340b9e +size 2102855 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000973.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000973.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3b5fe7afff08e72b8da87e6f17db345427da191d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000973.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e652d92f31c842ffc6ca531306ede89817271a0307966fd226a97a8e0f2f21 +size 2068130 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000974.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000974.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df7d652b97edd1b038964958cc802ea8a031d7a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000974.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4e732401ca4e5f11a251e8f60171192493e3cc19f0dd5108338171ec9e2d10 +size 2456787 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000975.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000975.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..489ab7a0d42c5a9919c19e16b9b33c8d321ea134 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000975.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecee3e6a98d291c7a0afd6eb475b873ac8baaccca455f7bd6da68468862eeb0 +size 2187550 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000976.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000976.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0417369fa95294cd52bcafb370ae4d474abbb178 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000976.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766915b5cd20eafbddded0ee781ed49acf6f645a30c033e21c9d349ba007bd4b +size 2522954 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000977.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000977.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cd49c04f3473417500a4a77e134dc36061a56cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000977.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121daca166fc6e4d146c29d2635e6e6462986ae46da341f258e69ac9d3b6951c +size 2232778 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000978.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000978.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d4ed6db5bd878cc2f0a98de865bdb4c5458d72a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000978.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13e64b856da67c2b7064878efab6206936245c5ecec33e495c451fb6c36c7b5 +size 2184031 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000979.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000979.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cf70c38cfac49c13ff824fd634af81a40510426 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000979.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e5def8db83c43050be92a0479291bd6ef5a3ddd4d16cc7acf11f297c3155e4 +size 2689497 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000980.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000980.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1c1782c1ae5a01cb8b8527f941515457800512f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000980.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4db2dc841c9f2e13d6897d78a056c41db92389b3500397260653751b78361ae +size 1959975 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000981.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000981.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..510c51c80028c0562141e245aa55a3a40725c17b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000981.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3ba4d8dfd42b93e0c94137fa96d3eedd617059c29830cd28835d87dd30736a +size 1861523 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000982.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000982.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cda55bd1c7fc1d66934ab92aa9061aeb0c3f34a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000982.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f11aa88225a91773104ef2b459ccec4469ea71f48fb46dccf947da1b0bafc94 +size 2208143 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000983.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000983.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f141cee3cf493d621d7f7943447334bde94a836f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000983.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f425c9f8dfb7a500b8feb327d5a613958aa302fcfb55fe117cfe7a1095e00f0 +size 2343906 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000984.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000984.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7a129f2aa2351ba6a5d0ad66583c5abf33748f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000984.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3506ea8a3e8e7ccc742746509ab64f894d626be416041d0dfeb3e262069137cc +size 1652662 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000985.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000985.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1075ce0742221ea3d4c520b5428172517c2365a9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000985.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea462cff1829aef4c6dc9174e6581c1e26c3fcecf37502bf74ab4367422ad36 +size 2104223 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000986.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000986.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6f02be4810979588e1073b2a0f8acf480fbaa21 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000986.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cc24186701e8479ed0274f018bca7a0fda36f796fc1f8f9ff35514175f13d4 +size 2005953 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..aa555f8911900f988d7bb8e042aecabdea6ef711 --- /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:514360a2584906dad3a5ff772a6ec80869ab1cf7bae9180ad43e5e556ebc3622 +size 3275869 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..6c85831a8f63761db804867053310c508b17e019 --- /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:9113d11eeb63ece7ab3e1484b2b6dea4945ccfa5a6dab453f3ebaadb5d5af51c +size 3336576 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..a2ca104788a0896868513935350017c65ac43634 --- /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:db3cc16f4d5ac27231e759dc6e1b0822b9f9e84173a5bf91d38891eb78731b61 +size 2610227 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..42ea37c3af546a0feb89fcde0b178e0537b88b79 --- /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:6f6fce06abaa9f92a209848324f59093d302db7ce916aefeaa9b8eba85008eac +size 2724876 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..da5f2f03133b375a6a0865ae0abfe2a05a101004 --- /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:1b13abeb8ec9f5a0042b5983b2dbbd0c1ce17d8b85ffc4bf7de510f24af9b221 +size 2861633 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..fbee1b94c41a3d05b9c6841690edd419160e66c4 --- /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:a4e7a8a39c8e0259dafbd6cd33c99eb5168e4285e6625499c2508d57288d60ec +size 3109470 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..0c53e24b9d5718f6cf37e5517554a0e6776d188d --- /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:00605a37e81bf70ffbb6cf9313541f810fdda06893f8ed7aadaae4ad03a89d8a +size 3059405 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..f4ed8cbf347a6de9e1d2e89ee3b255d9f2cd7bd2 --- /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:c909a9b93f0b5595ccf31536112f95208e6d6f2f7dc959223954f361b7f23343 +size 4068181 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..7a58b87555d23f23e94dd7e91a9a9698334db37f --- /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:db7f7e81440d26ce8e5f35975e8f0d3bf132778d0e7e7b4c21359bf10946ca62 +size 3696831 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..19ac927a9576190fab8dd28bf3f96d694bc0172c --- /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:18cfe8c8b7afda7c1fcde46932e5ea227787387ba02de54dcfe362bf18581e22 +size 3130911 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..85fccd1c16b5fa63e0bae6df557b6218c2780e4f --- /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:5199ec33f0d3a92c1844b4bddfbcd6d49fbe2c59c19ee0edc9487f75972eb001 +size 3878867 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..689427228a203dda730abd685d664a6cba21008e --- /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:f019e99f4169773ba85943d1ac53fa96fe9009beda77d0532da305fe12580c3b +size 3520227 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..3ba45b8e7032d359ee9146d38f19bb6a39f75cc3 --- /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:89c0653f6fba3cb8270b9ac72c42c59f18af15807ba5b9d9b68d14cad9fa7363 +size 3496705 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..3984c6e4d50b7ae6664f44c457af496d170dc3f3 --- /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:2a1404deb07d40725921db5e37fcbc77add2ccde6de9224513c10e542ecfd7a9 +size 3796467 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..c34eb8014ed53043c30c5cdf436408425b906af3 --- /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:b7575d2f639455a125950ee8e0b31ceefaede9632eac079280a9d23734d58f2a +size 3434134 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..54283eca2d670e531c2e80680d2986d139228420 --- /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:c3b386fab9407b7f4aea14914b0746bf165043b0130596c56935cca0fc34f99c +size 3309063 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..b0816c867cb15b12485b52c04e8dadd450bf7e22 --- /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:3482975c0d74d1883bb3ffd59ef65b3541324e0ff614c16fcef319994756ed2d +size 3597114 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..e3e825bb1190ba8275414dab8bd3d0127a53a113 --- /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:5f71cf32a21c48b579b2d1eb5ab43628c5c691ac1ac4e85413fbd5201b557fcf +size 3540167 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..482e2341844777a2a75154ba8235fed2f64c5c73 --- /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:2f8bd2f6ebfd923758e2bea6080adab23e15f4bf7bf98c51907d449c76622003 +size 3040522 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..82718d66bb39091066b9b9832a368f266d32bd80 --- /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:ee3ad51956d913d3259e66ca67bbcb5b8a5e5cdc9b75cd79fcb9b529bce9eae1 +size 3849525 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..e67e6b7c5a32ca49b931441024479e992ea10d1f --- /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:fe6cb9e8a108e406d6b1e807ed3ad213fa7d3fed7961a16a43837a685b92fc43 +size 4747802 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..f3c9eba03b9e7cad40f3ecaa6350e4e94a7646af --- /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:5341d669b7fd951d71827b4a57c38c2f8642797fd37b278ec7df228c74b70f75 +size 3339852 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..40df12c288436dd812285959c110837cd9b6f1e7 --- /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:202b91440be00f42ac4092dd443d32169be0490858f6fc2853fc5aaf776989cc +size 3500656 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..85f689250e4f5c5789179717fd1f55cd375346c8 --- /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:a23327e932da848eb93d4d0e71f1e0c5af9885364da413bad92895fa2f17db44 +size 3853687 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..f5d1caf6e99c937714dc56f25c70d34d843e200c --- /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:c54f2cb41164817f7e9bbd1c23c608048cc301f445a4faa006388754d7a1d6e4 +size 3749440 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..a905a3ed76698676baef8a1d1cf32589db5d29e4 --- /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:6933b3f3cf9701bc011a7995def833c71a9fe2b16c558f1408106771c6a10a34 +size 5764914 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..ba37e2634bd88fb9adfafd15498960279d66fa28 --- /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:edbf2b01b15f4ccc320e58433002e519db1fe7cd8dfbb9b67c30e00210c8744a +size 4107341 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..6bbff93470abfd4c6fc9b462d3128cfd886e8fcf --- /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:336037f38cd1a9f23fbcb28f5f8c777f29bda9381b855d7d815ed3a6943f426e +size 3908537 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..7fd05e8ce3b7715a48d2e603efae4faba69430d1 --- /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:d2266d22d9c30511d7362558274ede73632266f40eb143813fc548f6f61563ba +size 3381770 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..92d9b2bce341bc31a03427a49eb8c4f5ead41f5a --- /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:eb9dc6d4ffa6aec7cc7a05abae17885d7dcef1c129885cc82078c9ef1803c3e0 +size 2676187 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..13106c78e62a8d8623dbf2469207d66e9a7ad0fb --- /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:74030d3898073621fbe2a70f1b59940ff23281364c6b76afcc5255bdedb9ddbb +size 2710698 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..46ce7fa7dad84c1bc490b29742b7026bfd08edf4 --- /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:eb2354d55c76fbc89c2d08a5aa8f7e229a10e7fc8798e94906a5e23eb60f3721 +size 2781833 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..3b3a3198837d6c10e8407aa26e80d1492e4bb6c2 --- /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:73c19b97044f1227a1c2066322d084bbc0df0d7b7537a8a92c00f122c975f512 +size 2939152 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..78253dcd9584e39d9e0016c8862905e309faee13 --- /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:af8c8ba92f368feec8f6a01ce9ef67d5015ebc77449ec745b3b612007c75e072 +size 2419096 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..af33962489c2b61ce7fdcd738fa0e2b53e865233 --- /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:cbae716ae5d24e305ead2b9dfd41c6a102df50ea8075421bbf47b6c4ca70a2cd +size 2374617 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..9dc05b2ed28bfab8031225aad06de143442a0956 --- /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:be5dc0392e932465940b8b441a593dabfc622ff744f5f8b3461199b20b7ad57a +size 2581571 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..43a61ea8105b19881a3e60cc86243a75670883b9 --- /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:78fbe8a4797c3e16f1fddf526ec7ea432f18eceb5af95e9785934cd2541f7cd1 +size 2319227 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..58f8fe65c8a0856fe508c25ff001b936879e13b5 --- /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:e6e8259ec70c312e8ab9033fa3a2caecdc374851bb67621e8d0f88ecb06f7d07 +size 2128983 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..725bd4531cbeaca220dc26f348f93e7690bd3393 --- /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:9929138457d5e9f275cdf3ac073dabbaa44ebd8cc992a7f30968660967dcd6bf +size 2729665 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..ea9747d8279486848f6a0d9b75dd56de0c2725c6 --- /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:13de587abe1d3ab7e26a2edb6fcc2567f59453d70ab1a8a33d527ce96f4e19b9 +size 2870928 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..1ec77f103ddc24d5a902ac1d3602d5dcbba98f55 --- /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:2a4d7d299179e61aadc6dcdcd007d524e94447128aba55e8d6094bc47ee50820 +size 2349404 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..15387c75296d351727eaa80fc52372012caa3700 --- /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:3d8c1398596afb2430408b3f45a4fcc4fbdd9c8145b31d120c3d389554b8a5aa +size 2316264 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..5a73e3209f1d7c76281f4c2eae0df8162677384a --- /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:68376b28fd092693575e587bf3fca41234de3d626235f3edc1206e352999a5ad +size 2681419 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..9864f212627c7f307b02b09cadb36f03ee012d16 --- /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:db0d0a046dee6c862ccde1dc0816f1128f901cbcefca033397d98a1c753bbdcb +size 2152792 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..e915bc0c5e311d1b3c8befe4f1cff4fb8c82e1de --- /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:f04edbb867047870ed68e8e6be6f6b46e82e92d9ac9de632c2b099a94996acbd +size 2290585 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..7f7129320adfea59186bb97bd41e360df1ef797c --- /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:6132ebadbc84acb27ca838f2109219828070df404af586e3414e8668ab906049 +size 2343461 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..dfb0c16a8f9d03bab93badeb8bc07e474995c4ec --- /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:baac4d9da634af44ccb64333a74766b2d51f83e42ccb5dd771f4cfd946126f9e +size 2118485 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..34784a87993876650cb31644a7b177a96368a7fc --- /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:5985708405281740266a22f2856be63f5577e9b250f380ea234aac7d2ab231fe +size 2237933 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..0499edd879b4218cf49c5c3036895cda1a00b6bb --- /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:7c6c516a546e39abe9b9db6448dc379108267863261df8c882374c8a02038284 +size 2372604 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..d54d0315a45ee0cd48e17f6995efb5fe8e35e336 --- /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:6d5d3c6c630db77fd1ca9d4df84c094d2831ce6ad64d48b86a1ca3517bdcf0c5 +size 2612281 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..869d01d5b1d109d268865e819b99678628093560 --- /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:eb00553f2e02e2607aa43b048bbe433a4ab60d26460f24e25afc4e2915d9e18d +size 2450645 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..d5988c4d83d75c60084992612e42ca9e549c016f --- /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:146ee8ec05d97b6c0cd1359fc83e93a1d839eec9c1374681cc2b1d0116e4c9f8 +size 2655883 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..692de26ab06bff248ca5add4895d35272de9bdc2 --- /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:eb3ef7bf3b10af3c4b9a17e7e866988e0392bb6c271595fa5c80538be16213a1 +size 2457172 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..e973b0eb0489c19cd7c4140769e043ad626a8497 --- /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:06d66880222220aa792b6ace13e0be8c2da4503e4f6d5380d3630f848ec8e628 +size 2766475 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..234c53d0803d4e4ad97648e0b1be500ce8cc9f6e --- /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:af8a9dd16a73d4123ce9cb7017a51b41751606bd8d438d17cb6f9de81d675d39 +size 2659695 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..3fc375d02426875a5f7da1636452ca8f99f30bd8 --- /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:710179f023282865896b74754d1f2eb0632fee0f6c248224466a9d06dc0bb79a +size 2475225 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..67c3afc9d75e2ad5762f1599dd027bd1c6992b2e --- /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:34a1d7af7ee7d95a4cc9700fb914ea3a0565b3a2c44c7414594859d496f94b04 +size 2305938 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..dc0d8cf0f8ded885b73a33bcbbea5f759ea5469c --- /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:ad068c9b898233223f64417b1718b8d38740cd84b632ddbb64ed3fbd8796a9f5 +size 2656946 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..ca6029f473505bc498587a49a14522b7c882c0e6 --- /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:ffafd12698b504c4bc8200bfdef42ae7767a9f6465df6b8c6c05d8d14daf46ab +size 2272727 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..b5a98eb41473ef5c4b28dc4a1e99adbf2c66cdd5 --- /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:f8619c68368939e58be8d4a09c92281c7c0ee717126f19fef54846a24dfa2357 +size 2240380 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..19d336ffff6f0eaad2eb654f289d29db2f18b0fd --- /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:ba9689d6ef1ce6cc06dad2f24a660059f4302869f7353e607bf1e45172e39b31 +size 2325288 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..1519b156495b9310c3ad5734c1ee4ffd21cbe512 --- /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:ad6803f597de6b1c3b0a583e4aa7b0227622828496c75d6995aaad4a9eb6fc37 +size 2366796 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..fb9d16d13a5dc6beaebfd71849e54330c3b55dfc --- /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:028130885a92250ef54b3195f7caa1ab728199c31d57f009cae75e5256d31a06 +size 2330864 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..c26dcbf8d5a8038b98b675ff583f9911f9537ac0 --- /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:2a2a4cae9e9c6a491e53cbb78e5663ae857e947176d86151307e7a982e154261 +size 2253453 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..4c8fa8fbb3c066fca9c37df57c0d77175a29dc28 --- /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:179256a14c980bc3d9f9cf7c173a02fe29ae3adbc2d4084a3d39892ec8c23ca8 +size 2855875 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..269127a50634b08f70507de872f874a45e6f711d --- /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:45aa94610f331c0f689bd82de12f0b0bc3718c2406b39420a422d6f4043c7265 +size 2127753 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..8a349ad167ab2dc876a81c36d851864c4149d396 --- /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:525c577bfe6ed8047b8c565ad9f6d4008429428778a7425049f8b6ad30d901e7 +size 2405729 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..3e9e21b098a736f93e96da36f2f57c3c60d70f2c --- /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:cfce7b6fdb2eff8a3b8226bbf53a139651cb9f6a52f15f5569cd4c3294228d90 +size 3012306 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..156c02aeee4b8bddc145a40edf7a8c6d03a0a061 --- /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:2f7e6ac56deaabb51f985eec83f933fa39162966b3f38f976becef5d2dd8f2f0 +size 2422847 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..9e9aececb003e9caeb108c22d14410e56f5febdf --- /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:6f0f2f71a9a5255f7ae9332cff6f2fcfce53343b48c5e8509c5d833cc988debf +size 2287750 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..74be93f48dfa0fb9a955f460dd2d9e7c5ee92d72 --- /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:6332a0f6dac203057a72bd696e6f2f640ab24b6eb7803e9f34b217a08178c14e +size 2524843 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..d64b8afe27ea35522c9aeb523c386235a9648d41 --- /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:f9f24dafd97320f2f8221ba077d244be2a6976933baf97621b3a76f07b4448c8 +size 2267188 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..8d12c4f1a622ca5c13a1f88a784ee104ddc470e4 --- /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:ba74d31f5fd575c723218d8726aebf6f66358b24e031b4df9c355f527f9c1012 +size 2446055 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..b12d694039dcee51da415228d281bc066579cb73 --- /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:2eb891d93f4059f15106c8fd2b59a3a0008e9c0ccbcd84d92bc1bf801ee3cee2 +size 2794959 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..1afa36f31e86e89d35b7f924209c6ffcc00066e2 --- /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:b4428aed9cfb07212aafdc7718ab90b1e0bdcb42bf2282d5e5e2bde7ab2adda8 +size 2644267 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..114b8524ee40bbbf3fab95dfc4f141fe09188366 --- /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:1d7c13481c4a0c3e5b1178367ebdeeb714d1de7a17419712faba868bee394a5b +size 2894449 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..50c770bcd56c92ccbf8b45c49f04f235b7e7c978 --- /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:8004f76362f9a35c975fd8602ff7e86f0b0ef05039c5244fb048d6b6f1120178 +size 2480074 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..d883b7b9b207d60996347886a58846167f8271c5 --- /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:c8e7d44a277db842f89c237ca5aa9971be3b593632a83cbb7f8251252c563702 +size 2486942 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..31f2f727eaffa08176d6e8a387d6f8472f51431a --- /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:c50d0f45a740998b1cefec030b79d59545f0bd20b1680f122de2b66ff165b5e3 +size 2773764 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..7a843a6f001e42f79d4c8f980cf303461c8134d3 --- /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:297b5c510abc539b4331bc91f10d22d381d301437e74dfcb51afcb3a8faee692 +size 2744150 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..776155971ca6d29f1e23922d8710ea3f7ef558ba --- /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:76a1efa6b085d1a248def27bf5906d4850e5351630115de832354206590ccd69 +size 2954190 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..8f45cf5d4ac3f1ff317f3193d78226928d197c99 --- /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:15dd3f3e078761064018d9072415ad9444aec22283e90c760d6a1b04c6f66afd +size 2602507 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..48a0b977d3a2c1b773d41c0251f93f3680164687 --- /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:a3da0771189b839aa9c3757eb554c7f005ec9015ca40e787d38aaaecd1e5f071 +size 2596534 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..defd2159b037dbb4282c8a60e1ec1cd667bff7b2 --- /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:69d99ee4007b262576ab3be27253dedc08900f50c33574b3360c1d4d7984f811 +size 2461425 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..42b910df31f232921aae075df54fbcb1b9ba9af6 --- /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:8a9ddb0478588b89c653340870e650334c8de77d863b3f9f8d3a6f13e794efac +size 2751037 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..6fafaf7f9606541ab2fda8467abf14625b92c925 --- /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:d7217ed17e023412662b1a82d917973b151d5052d7c175f95bd561daac7fff82 +size 3006882 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..833a1b8b095a932f1ebfab74725425e323644862 --- /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:a1d51632360d76159d195befc94b6df6a969393c559868b683114c86de3d26b7 +size 2988369 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..6d190d8f83f2350203ef15fa79b0fc5e87d30aac --- /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:db5dc99c63c395ca937506bd9d79229859157c9afd4e46b4bedcd2e234edb342 +size 2684906 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..c4974029808454f1b2c1813e92a1899aba1f16e4 --- /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:857eb012a2bf99d5c2586c8c3e018eb5d5b04c7a43bdeb37f3a438d9fa865339 +size 3024770 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..4e0bc19fcc20d6c1ace7d3c44bb1685090b7939d --- /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:6c1580174d31b5b6c2a7015d37b5ea0c3a59dfed8292e70967f2186b707f29b0 +size 2632243 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..75e2b401137c3492a142129e06205fac92faa5eb --- /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:b77b788d7f9199ef98fde35ce2acb455d82f9986ebd3e8e4c3d1d4ae30a690bc +size 3164633 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..7460e46290a3de67fc0607ac75fe26703a444c82 --- /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:b0f3c8a5333022a258a2c13cdfdf4d606d70e02d38be88d6f622cf6fd3379adb +size 2619391 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..e5583e4b0b3a01c6fcbf2951b0eb554f5ea43a87 --- /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:4db981402fc1e490ced1666b03795adc89c07cb103983c83e6d5deb1900cf0b6 +size 2855576 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..ee62c53a46afba37ad43f273a8085c4cee4dfc29 --- /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:a86d51c94de07703c5f98b77dec4c16c2ae09d89047905af04e2d156c812ebc5 +size 2689395 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..20c943d5ef6b6779a285d836298113bc6d198889 --- /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:40e462f28bbafd3afd2df15db36075133fccf539ae9d2c2ad940091f15b3d6fa +size 3170513 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..e48ad8f6de01adfa435e4e04d7a0f431c2867291 --- /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:0b89b0397af9f28dc421df83f60ebb69a32edd2fd8ffd3110bef5a1ee58a8a93 +size 2764922 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..9751985be675e6de211a5fcf59e01e27929f2801 --- /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:e423595ad38eb04e3b9ec6027e8593d8843b77d965d19e3db2cc428a20fb9676 +size 3049376 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..8e7aed8e5173eb6dfa3e37e703a0a1734910b3cb --- /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:d3fd5aefcff5954c93c8759651c7b1b9dcb92653421f4de9213694e81576096a +size 2651131 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..a79f8e47bdb54a5dbde3d7a3b017ccf317755fb8 --- /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:1a97e156ed9c71deec8618e20b6e80a1f1b7ba60f2765f8b2e42829dfb7283be +size 2941835 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..5716c94db41b775f45c0418bb5b6e21d97aad433 --- /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:a7cb4a80358c02ecbe29a6e70d5abb0fd9a4e5bb1c60864bcf040f3e469fe614 +size 2243368 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..e695931b4c6227915c891e81ad17acc5cc2eb9ae --- /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:239b1082c4abb4fc696e6828562e57379a0985348bc31a48e40653835fb25ffc +size 2336645 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..1d8e9c4c9762af84f61826c000614e6a3142567a --- /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:afcf243b82bf4e235f1d11fd2fdbd954dc8405f888ca26e2ab16aaf0f6c8c912 +size 1972904 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..529beb5bab0868b6fa8836521330a9f1d3a07635 --- /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:eee68b43f6a90aaee1aa237264583c798574f44e6f9cb65d10efb1f9bb66203c +size 1598198 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..30b967b17233c04c9d7003b682a128727ea637ef --- /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:9a6cb4bdeac27629176c271e5f025cc53ab9c83848f468419f6da96e21cc795c +size 1774047 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..5c1217e834ee3973063f3632453d0004da10d528 --- /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:a44235e76af51a2197f709c01d978a743dbc6f5a103017cb7b7851f47c43bac7 +size 1698116 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..57ea6913d41e567c6ca4dde3653df93b991680c7 --- /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:fae3ab8fd48c79dcba57eb8dc464ac1194537fbb0faba48c3950676acabc587d +size 1679764 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..a2f6fd83f595bb473d65bc48beb37ff34337afb9 --- /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:3f22f590fad949f42211d7d824182cec9a588f21f1bac8019bbce5750153f505 +size 1621148 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..f67d4ef7902599ff124cd324fc97e8d154d2b57b --- /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:b408fbd2a2f728d24face3d655b0e7c61733d6e255c6b24d46b460f1546d11e9 +size 1653073 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..9280bda2463161f0c73e86137dc0a14106e1ee57 --- /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:28960fafeded60dac5914ffb6f3c87800600ab2b313df998080989a6eb6467af +size 1577437 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..a882ae05e95f7a2e51eb00f701df2a2507a28b7a --- /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:eb2277f434aeb8114b1e0a1232d1accdf4fcefe46ec18efbc4ca8371ab542d41 +size 1566528 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..63bc54b56478eab355f7553149e94a572047ae77 --- /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:75cafb78de49c3d8566954d2189331fdb04c3d45bf6e9c471d0deb5ac8425813 +size 1759885 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..8c30ca37bb5afa9a8a1f5621614523f9f9022dd2 --- /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:85a8edae5c0e34b53fb18663049fc7cdad7c48de0bf9066ec8db53f4680dfb3f +size 1780952 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..4b7d9c62631c7217e5fc37673fac2540daa06eeb --- /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:ee5f22e69b39a7f6d5fb89d2393a1152ff85b211f8b9dc81fdd97be5e41d9580 +size 1571492 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..f2e1d1f5a0fea3285917f8fe2d292e65ddea90d4 --- /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:83740629be3d90b468eee86a76491d63ddcd645cfb096cab9a80d8a190f2ff24 +size 1610044 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..d55a16035d00ac936b892b23aefdf99dc1f5f65f --- /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:be2a4f7e6ed78090acf1a1036defc2f424e502d43c3e49fa7e2b2005d8e3f4f8 +size 1655877 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..0a62544e0cd8c2dbcd8b296e7b52e80f883786e3 --- /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:e96b3315899f9bd327503992763e5e181b57e4423a5aad641504058c3847c200 +size 1435970 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..ab79555485f2f86daced6a002895f51b5984e373 --- /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:860e8725d061e0375de3e870eb6015c0541d0443750103bb77f6384479e643d2 +size 1786386 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..b5d21f85c7b73dc3b186fd192249e92e13d89d98 --- /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:48531e9c247672ede7d1ddc8d031389019b4708570f30df070422c8d1eb0479d +size 1638401 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..182ceb1a065f48a2ed78b8d2d78aee9549e83580 --- /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:bfd68cfaec46572559610527c652b75d021e9836c62c512d88216446adff55f7 +size 1549178 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..20d58f1624d01728fbd85181969eb8dbe075387c --- /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:2ab5d239ca529d3356f221cc02f89e6f9eb8b2af0766bc9fe3c5ace8f9abf1ba +size 1488629 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..e9fac65015c9a433d00c19414c71a6c0a7806dbd --- /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:5888965e21e356c9bbf037a0b1ceee42bf6d5208e86dec15028b0c08f04308e3 +size 1773735 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..ac8ce6bfad974bd6e608428761ee834db1a9cc8c --- /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:f327325f5188b53388ad5818bc596ca2b319f20d9f516fad677e18a125356a05 +size 1464631 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..dfdf9f5cb6d9df311ce4fbae92f38f4b3384f8f4 --- /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:763866d150233c8ac40a2b152c7c52ab4d6090deb1917550d3003e8104f33f75 +size 1335728 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..d9d6e97bddfbc29bdaa8c330efc8ae72d05badb1 --- /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:1aa29d8e05a2b3603ce651c0e10168d219084b0570671beb557b9d3f369529d9 +size 1377031 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..34dd91a7d5bcf6fea0172f9e9453b6347fd3f09d --- /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:75c73e0d4d21a9ae88309a4e79b93f7c98504d52b1f83f721b5e3dc4fb2962ff +size 1578985 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..e21474b2c7465b369dda3d28125bdc9bf81b3462 --- /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:fbeccb8c1d2f42f5d84785d463f0bf85439697780e9df93e083cf4c7278ffe55 +size 1636898 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..5be3551ef665e614c3af1a3ff6550238807875cc --- /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:dccee8ec3fb06c9cd2bb6bcd3a4608104d0c3fa4d951f1ad97eb30e97df1d85d +size 1524657 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..e9a2c18347ceb503b66f1bb0425ff60f2910843f --- /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:fc5a8b2179adacd057791f10a8de07bd6b7d59ee056fcf9ded99df4a76cad89d +size 1599783 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..ac2df751f22f350800c5ee01b187890ac66dd4ba --- /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:17033c4d5903ecb79700c7247aff4e344cc778dc7e19665256d17ac96a8cac66 +size 1615475 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..1e536f1ec43b5cb5254d8d86c65dd779c6ce8de7 --- /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:fb1f457a72d90902239eb9f7c8fb100aac68ed1e2c3c80c49d1c6e3a9c1a766c +size 1404377 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..41cdab91819be8d6aedc1ffcbd79dfbd20c5da69 --- /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:0f84795ef96b95b0ccc6efa753ed6b67d2d4e713b89c7a5ba13716846f1634ef +size 1549129 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..73668c4f227066a76c59af203c716701e7390483 --- /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:5fb5245302d70d0ac636a6c9fb71f74dca5450b1c0f33edc847a658ac9bdf3f6 +size 1477684 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..1a68ce247474eeb2575cecab41fdd50ad44a6fe4 --- /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:1a31b3898ae5d1b50e7cb3b9516652eaa16af9a5a550a1fa4a5a96a7a7a5b292 +size 1508978 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..ad5a93451e3bd37dc515324b3351a83acbfb368a --- /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:b1809b1f962c598a02175ce92303a9deaac23389bae558db9cc4c1d7a72ed0d8 +size 1451350 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..bd675812f3a744bedcc8551e311e217079a8f76a --- /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:317131106ba43e7b146f11ced08ed16915acdf4566cf2c3a9b4a142cb0c5d44c +size 1405111 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..e57621f4b0f6c921363c6ffc4385b3aec15dfc2d --- /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:062facb801ca96825ecc58c887ab32f9a1124f39762fdd1683cc5ba0c6b50afe +size 1455680 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..997fdaff804c340cde4ad7bc9d6be3cc87c75a6b --- /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:480943bd5ace588af41ee8c371ba64480c865e43d964f68fdf267ac50247cb20 +size 1744052 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..faf01385a8d318c06e098f6e9b36cdfd9c252626 --- /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:445291aa2458287cd4032afa79c6030e0e4f920171e38f55cd7513db17fa154f +size 1581129 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..a141174a5f3bda4ee37b2febcdc50af2611f991f --- /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:cb33999138a900904caf006c794daf76b7a523f15270023879ee508ce6779913 +size 1399587 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..748ee1c27522d14a2362ab6b37495aa995440532 --- /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:5f2deaaf0c2fbd45c511c5370fad5413e3bbf005d1ca1f992ebc9c900770cbf4 +size 1601201 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..1c1b999a86fdd3fbca5a4b4af9e2d32f65b78590 --- /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:e0b221ec4b3ebe5cdfdf0e97ce40272a60e6a631c793941fc3fe94390704ba59 +size 1516793 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..2af2d2aebe9ad849d61867e928ba13121f731c08 --- /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:4e701491c6ba9a2ddb8a923b9671dbf839b5907da61c1602c0f477dead4a9b71 +size 1520531 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..8d5265ecff48ceb431f564d6aaeaba5aa822697c --- /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:556323be2d19396c8d69f38834a8d34b48bb27cd0c06586f416f6d274c8f5eeb +size 1367403 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..ac94e54f32da63f088f9916419e4aac86f876288 --- /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:30807849b03794c6efde3b9f70a2e3980bca84caa86a784297f844c851ebc034 +size 1461510 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..bad2fc2c359ea83460f764a8e4290c8ed283ae7a --- /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:85cd429cf4c200e6263d636a7c3b2378f71bc3b55b9e73b2e1ffc7c554c383c8 +size 1474382 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..6d82e713cf0ab9eb79bf065db9fe2d572b820351 --- /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:4ce2ca360996dc2d00c16b3e7b7b0fc517e48619cb0b7f977051a2c88161a2f3 +size 1567826 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..fd75b1b55f2e2919c81fb9971843300125325037 --- /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:ba884f3725bae820b431b6715a3bde403a4d51bb6074cd9d147ae0b2a3b73488 +size 1696443 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..dfa51cc6be198cca3d2759db46a8b0d0b34fb782 --- /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:205b30acf5f0d17805593fc1543fcaf5e905acfd9bb86e2c1d96854fe6e51359 +size 1415784 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..d08e24e12e0acaacc592a939adad8b68fe91ea64 --- /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:c73483367942e96e6f756d4c4b1c83bbac81260573f9bfe48bcb52b2b78f4c3d +size 1430491 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..8f363a5647b1c483b31eaa2cd8f82b1d1c8cc941 --- /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:b292ec675911b96b52a12ff3acaddb12cce2061ac3a4488fce47f12930d94aff +size 1398309 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..33e9f6e8ac371312f1cfc784304f2b264a644de5 --- /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:15c3f9d8169e283f75953e6327c88e779731b880fd7dff29a41618a50e88de4d +size 1484317 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..55fc8e2e96330bf4be8ed656bb47b485617fa120 --- /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:4f0efb04cc72d0b350d37b405400bf19d60d49b644fb272edbebde73617d8453 +size 1426315 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..a2b835080b577b7a7df550f630c51b97882c76bf --- /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:3ece40a8a64e3fb493e266920f97feafbf66d9520a061e2b2f55819ad1f1938a +size 1482786 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..49178ea7e3f4be0a77344b2afd3b57e04ec00f74 --- /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:66f71255a60360bdcb9721cfb4e1a220dad9e61d656b94714bf5b314e45ee156 +size 1456811 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..8d5f1aca816c284ef9e6ed072b97c0746f9e2a7d --- /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:de76a5d3dac1c52d5125c3aee8943d66c45f9f05f794513260ab45431dfb95e7 +size 1582571 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..9143311c8232d82022dec70a3f805408f9d18183 --- /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:df80de3f7f2b586e5306f727274bccd4084d9082d21e260121661c525ddb8008 +size 1291718 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..9de2ed9e0dfea140c2f3dfadb67b34825690af58 --- /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:c7eefea92e44e6e6007060430cb5d6acb5e5ef76518df4fececc14d91af21a83 +size 1538863 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..92cdce6d97820f10caf7137d28f115bea292373e --- /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:9dd0ddb74c881e21f50cbbdb69106da3e475797402d584b85372604af44c0059 +size 1521348 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..0232c06b1d6179840882c45767d680830b6aab2c --- /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:d9a896bb33f8184df488e4e1ec8ad68312e96e5396e70e65e07a225416c3b226 +size 1434343 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..d7f4a9188b954600a84047fb0d9d18083e491ea1 --- /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:a7474c988905906231cc2671f74e9d90f267ae24ea5a5d7ca1a75970e69caab8 +size 1450217 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..da9e19e95a47325b76822fb4c81d831d7301798f --- /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:7d4084110f5b3113d3cea127201a8e2c97d878cf4e917842904773f5a63326b7 +size 1491451 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..ab48eaa02c6b4f74893b21db6e9981878d9dea3c --- /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:237a91e2d7c4ae96f8d5473c5d62733b4ad54daac2b22e3bebeff3e31131f1ec +size 1710906 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..259ea1e1bb9725304183727cf04a2190bdbcf925 --- /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:2652fbf329d36dd77d6fe7abaebae1b3b1be77695721cfbe23e4c0f3aecdcc46 +size 1235676 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..078c4c204f697a790d857155d7f34e9a1038ee52 --- /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:766f8744bd555bb7dd2dfaaeb48b7c13baa56c8f4d06a7aeca1917effcbc9bc9 +size 1434775 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..a8e66fc936e61825930e66aa960deb5b78198a16 --- /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:a1a99e103621acca8cb05defe3d9551b5909016746b9aed33887a4b1dc08f733 +size 1375349 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..9b2ff0fd17b7e81f9456274cad6be679c091f1a1 --- /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:769193a5ae98c5a144cf791585f9fc799b1c7cd5e028b5c72418140779ab2c02 +size 1410514 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..88cdfce594519b92637c53b2fc8b488cc4d58a4d --- /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:e5fa32b511e7d8c59b6ac9d91cff0765e531bb4194b22cc9a1ebc5e69df4e032 +size 1791803 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..59ce60d783bea301b8102863214cd8e5fdca203d --- /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:75f15f41eba96ec9c239bff994a3c9c445f690f39c0119eaaf457e5373b0586a +size 1347489 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..73b4aca0686d463f934fe53ef3d0ac2abc796927 --- /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:07995ac51c8f93856111dbece9b39b8c71663ce218f9135637d39f109180d0d3 +size 1538908 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..b341e1fdc5ec8531b7d9f20c46e53467983bc55f --- /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:80324af0f3bb2622198ecd24e5a29f91754bb40f01a02a7739afef7681e8472e +size 1438958 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..865186dfca455844d8be5356aa3a33c48b6add3a --- /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:92e3cf7afc5645ff3600b313bea69e593574cfc134547ff41e4946c41ac6426d +size 1466236 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..20445f3527c306e7ec6d6e978f82a6d330e71399 --- /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:a8d0a8c646bf739ca61b84d714703330d4cd01d8c53f603db8b3c3c53c8b583e +size 1553744 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..8ce8b6c17d8f6415f1ef5139fcee03d648e96e6f --- /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:5345b9128bbd7f5576726eb32130ab86d6842a329301e4e0dfea730d5960f847 +size 1464595 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..9386d6914fe4c907d4ad0f6754c53216e7fc979a --- /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:614deec0a871b461187f7ddf41a932bf78487122bbbcf5b63f560e9ed54ba16e +size 1602354 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..250d3412c5b67f43d8494cd67e0c82437ed313b7 --- /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:bf31e77394169f8d2f72b6201919ce4f1da3443bbf1d9f0ae69e644e9de82efb +size 1596860 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..9a87c9171e308a1d1cc3afa7a4ae9ebfbbef690f --- /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:40b0322ccef8d5ed22ee210b70250cb8d0f4881d8c8b495a8b01ac6a6a168371 +size 1464267 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..44c03a319bf7c7df934ce2ba1ab42797a4445e3f --- /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:865c53d4a38abfdb2b64a7d4f39f61a71c4e5e8ed238e5c524f20a9ce96468f1 +size 1479870 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..47b1f13fec2ddafb57c26910b2e6023f8b9e5419 --- /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:8902084582de286489b7190b9ef9484bb5bc6df9e13687cdf5a73c83227de6cc +size 1651601 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..ca86bab726d3fd99f240c84e13edbc8c27a58216 --- /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:16103b558e3cd09a65c11f4752054f1247482e17545c688ac7c111a500c6e125 +size 1502246 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..639aa86b94a51795573360970aef84f33d49eb93 --- /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:4c4d227d12d9e23be3c073f721cc46fe2a76e70bbae23d282763a3fa93481538 +size 1531077 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..91c50d025d3077b7838037b5e847bb23421fba42 --- /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:a7c44163ecc15cbad7cdbf1548e19a93e5ddad075f5aa8dc97705f802a1377e5 +size 1388390 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..7ed3e6a9021b86a0b9d3d47191a56bad3d336f90 --- /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:47c59c025d26ce96a5d29e1e5fcf3dda2ca2432df25bb7379310f5b70fdc4281 +size 1627658 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..9dda0751d68fe0eb3c3e3990934be613bc9c4328 --- /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:fe7e20306eb6a8b2c6af61fd84cefeace758eda636f9567942005ab769ee2826 +size 1392455 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..9c441b0bfe965400253140ca6258f87b7e94d2a6 --- /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:ce083c9f8aa8b0b763f67080ec8a9880530ec3438ccd0cdc69c43ab00e6a07ed +size 1630199 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..a42fe8686065676dd8fe65f4f3c211646bcc6497 --- /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:e535fbd9dae45ec2ff88da318aebbed980c9e20400bd4167a3550f5854d2a6d5 +size 1443835 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..838dd48ca2efb98558dfb3728122db78832727c9 --- /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:307a250f8569d06b3698f1975ca3a58eb9555e731bc8f8b4ba02675ca77c5c16 +size 1529122 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..773f841516b42354c613f2582b050c8d6f22153f --- /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:731c4042a7489d4bdc405d10f6c1eb6876b32aa94597a5bc47a43f87806aad6f +size 1220606 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..df6f12293ebf6071ff8c75182dc4a84d62d1efc0 --- /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:f68c4d22f1fef987f57afd529c36c29313ed24ee6618fe5069e479026035000c +size 1167553 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..2b014fb18b5c033683d2d7ba6b5f1bb53778b9cb --- /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:4d97445a8b9147f8344acd08e5a6dee2fb0e7f67fbbfa64d55c19709805c61dc +size 1156993 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..d7e874b7f5183c80e96d705776becf5c6729fc4e --- /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:72e1fda0d6c0d8cc3b5b3e09f75fbd5626c5d8dcc99958db15283d54891721da +size 1427295 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..2b8c2432d60f5f838e8233d322a9ca0ee0686e13 --- /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:fad6e30e95059926b12b7f65fdb27460902045c9a43173f85014274dd8af21bc +size 1306228 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..763f76c922a583dc95124c33d98cf825e02d982c --- /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:6da2505f16e556ac81b0fae4a4606d37aa69d172024da731a6873defd8e222ca +size 1239588 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..bf7eccf63a886cd8170ad6f3e432b47e3328ae52 --- /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:63d2e906e4d3c2b5f0434ee880c0f9a1ee553a06ccf84b9ba9f60d503345b9a9 +size 1132083 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..cd9c4cdef14b336a02f169ebab4ce0404b06f7e0 --- /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:568016a2f6ebc1ce886d80053064a66c9260dcf966a7b78f9c39b689679aa741 +size 1266010 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..9fb8cc5d5b075b1eec81ac56925a4af04334b0b8 --- /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:0b0ea6cf0221cd621761412bbc7b5b2c8928d991a48919e7c83c9b5886a50959 +size 1133612 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..0fc15d882efde13375591de7ec88fbddf67ac085 --- /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:694ad7b5b56ac30081eca540c1970af7b37c41387f33a7b5d438806f7b89dd1b +size 1438959 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..fd855fe3b39b4adf8788744e6d15bd5fb5f232ea --- /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:07f28e885a3e38be633c5e8c8b0fca7ca363d7861db5f14fc51385a5352ecb96 +size 1379919 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..35dc44975dafd92696e0690ac1c0e9f4884700b7 --- /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:77f7e6e39c0f02efd88fab7550d79f8c0b90b90ad882f10551e409ac72d3059e +size 1371537 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..9b792ab8651bc519634cb354693f97228c8bf7f8 --- /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:877b49e0b946fdefff4554888327e56d6f6e8dcf454cfed037494436c66bfde9 +size 1735048 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..cc6d4301df388e87c40796be457610c28537cd20 --- /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:a86347d0a1706785ffd8eb8d76639e3530177e4c11c7246bb012491db451027f +size 1311114 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..8045d12da7b8b93bb92cfb7c1c93e7b41ab8d7a6 --- /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:bc3bb299413691317dc259c0a2af091c8d14320b26d68631ce3b0f82c112f853 +size 1200094 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..0ea36989208304a3760aa565246edeac8c892b8e --- /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:bf890fafc79ba188c2c73ee5a836653b0ae12603429dea4d0f6b7d26ab3bd568 +size 1433316 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..106f8b70baced6999f08bf1e98cc99e7a6568a13 --- /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:ffbc7dbc282faf45b6f343fb4edd18de9cfdee92d3bf4812540336cbc555291a +size 1458568 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..4580d3a3a160e058620b50756e4543500fad9f5d --- /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:92448d3a831b68cef497e46f98968551e8922f1369ff648e96220a5158defdae +size 1424478 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..267eb081edc79950ca788eacf7f3cd180d09df86 --- /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:2c17c4ebd01ab915726c5deffc9648a14caa26b13b22027a61f20968424cafea +size 2621961 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..d52c7fcc1c1044d65bed0017076bf2cdcfaa2c6a --- /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:040b74268581cdf799c8279324b99c8e55aca63aa6820571ba56f6bcc20d8588 +size 1836315 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..b97d21047980665cad9377b484bfc36e21f03c4e --- /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:1d1d08c82cf7dad79a9a93f2035baf16ac6c8f45298c14812430c442a468d434 +size 1885437 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..5da3edc2a5a2aacdd09d3e1c69c4caec81d86827 --- /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:b61213f342fd940e49021e235d9ebe845388b3228161b7daf8f3fe3f29a1294e +size 2142978 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..677452e374d26cf1633ecbe20fde0d32721a7874 --- /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:3cb00da24946e0f2f6894927ad0864c7313960f8c10ad0da07c155630b648715 +size 2147579 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..7ee5b51b4a09d58038d69f63787f2c3b5b11cd98 --- /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:9ea67d0d67bd10f2c182e58eebaacee06ae175de1a1ca651a42e08b054fb986b +size 1962387 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..85ee41214a99c053d473f6020c9867299e51e70c --- /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:683ba146b012a53e2792c096ac070a00f95848c25f407572d70d1333b56e89b1 +size 1961610 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..5cbe4948901b30aa9b1dd7090ce6180c7f889e85 --- /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:0f6f68770fccf98d015dab9b9bce33b2effa25091dbaed7db55817321d756237 +size 1859079 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..d1dff894784897a8ba17affc6b29e4e1ff85d55a --- /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:7230a7192d411a32b1ea84a73bd140924e253febfd80e130646b4f8f0f0bdb6e +size 1964841 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..545a6a6ccb1ddf075edf874969e0f13cb3e1aa44 --- /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:f9ef06e9e599c29592b492c602dc7ffcbb5203884865dc5344cd14e8a61d2a67 +size 2038509 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..d0ae08725b4e150c3e58f847e70df5a7cffdca61 --- /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:24046a2fdb06eba38209e6d922f38ca6409cb9301a448d23960a30144775421e +size 2156356 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..6e90e2dcda7a0750c09f7b0f71e80dc1f3fc81fd --- /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:793876a8e15050365d1f51cdf7fb58ab9ab9e147b314e13f8b1aa249ebefe55f +size 1990484 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..9227059d58bb8ebd1209ae0933d139ec3bfb3f52 --- /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:19accf6dd7b068371911cc01a85c3ebaf2638c436ccba99f6b30c89f8714a814 +size 2143899 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..2395e5003c07dcda234f5f212c771747762a377a --- /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:246e1ac69da7847a7ea3db870df89da1f2a33ea44cb1fbfb71f22ec4c0e028f0 +size 2029081 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..cea441fe3b1d5a8a8cd00680dcd25fb43eda8a87 --- /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:0bff6e89ac5615ef033c6c148391dd2781f82c4070c382caab7c6a52b7b12927 +size 1952597 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..a2a02d05088263c10d749c69b578fb76e104d460 --- /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:9fe61074b20f0b3ebe25025a79073f06703e3f28c823dd7a6959807f2f7d2495 +size 2259534 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..00497bb74393c7b6c60a1573ea527206ebd65ede --- /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:ccc0994c2fa0c0a8e21927ff259da6aabf6ae3fbb11c6b6153052ab61c4e7f98 +size 2220973 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..2a4a7052f84533f51d62b18dc74d1531af34c176 --- /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:7cb8f63e36ddf71cca93a3d5ecfc2a0bc419b2bf13cb34fb90ee5b7301a3bf70 +size 1937775 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..6cd25208eaa9abbd99d00b611691f006c4f34fc5 --- /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:53abeb705270ab6d27547d6a00e53fc8224d1c44db858876bc475a11690891a4 +size 1877272 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..27d6502bab92af0451c4aa524172559a9dca38bd --- /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:c87f734a5fea81364521fa5c4e038da044d032f5821a8f3b13db2eea8ef4067c +size 1672606 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..da4166f167abfe128c32233e133a7fa25cda42d4 --- /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:802669c9e0210f2455fe047dc5048df52dc4f713335ad104ecc8111ea41c5212 +size 1962585 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..fed2d4a1ccc002417d9fb47290c5e2215622fdef --- /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:c39788ffd66cff09ab32ec7b64b5ed36278b081604d59e0ba1474b5cb0d7048f +size 2047426 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..2fb75e0368c1cd1d6ed6ef52ff1bb841fd23c159 --- /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:e05a6d67ff6ff70d19ba3d0ec7be4e15bc48ddbb00e1c7439f0ef99b313e46ec +size 1846431 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..5948b66c1d8f7ff13ec65bade97720e3e70b502f --- /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:073db9bd9b61ff9e5c2a91d9c9ce95828b9ea13bf506e61b194b9d6c70070575 +size 1992407 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..adc96f0ea69048791546b0e97797ee8103cd546b --- /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:c594a18b04fe8b240b7127d0b408bc39c94ecab881b20b69d51a0eca29ed658d +size 2056777 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..af96feaf24362cf62e706ca7c83641abfccff320 --- /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:c48817603dddf71f23f67e36c103ab171c92cfb62d82c502757b7132d1e68c4d +size 1997388 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..21caa2b6e32f3a394a98b73e89496369264c7b1c --- /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:fb4ba77b692eba8ecd79d7e265bd42d2eacbed63dddfb1d2abab5c9f24ac708b +size 2153444 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..91783ac0268f14c1c4abb073ab3464604edfc277 --- /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:9f087bf4a5be5cabe4b22cda6d3804e33a01fb9e618185773c3444a97eb35145 +size 1932115 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..beb11c6abe9d0769f0531d7fcc744daeed674fdc --- /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:34c6c19c06e7407485d5b289e0b9d8ad65c05293ed850f69cea0213df266d24c +size 2174694 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..14c383da1ee2f1bfa2e914caf50373b0cdb2f38f --- /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:210d772ffdb1c38e34059ee03fd6d2578448e8a5df9da02caeb728aabda2ab59 +size 2089520 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..22fb8cc1ff716936beffc7251c2827de4aa688a1 --- /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:11e9952596b8545c1d829ac72069426272e44747ed140746d4e652f3e935f06a +size 2294043 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..3ab92a3a57370062c2780327d19cd0fc75639e70 --- /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:ebbe6d1d8540891c029d94a0e4ff87cea8908941c4d04771b15c6a05a373b6c5 +size 2890690 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..762f466890fbd47d86f9322e1e2e3ec6fb65edce --- /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:dde51395dee5e7552276d6090eed5110236dfc90b22439c4bcf49f2230396a21 +size 2775604 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..4fe3731c7c3b45f05d278c0adf40d718456872fd --- /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:fb7f126e0b3fe448c7436d2b61141a4ba902caa0b1044e1049b38f8cb9778667 +size 2184623 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..5b36cfb624183fc33d572b7afc2e159dd6f048ac --- /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:87ea4e5dc4935c486f8b23ac9032c0865937ffacdbf225e2a1aae52702f39d79 +size 1971738 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..790ddfa92962ff8088d3f186c6491a74e542a402 --- /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:e77d980c1a2a667db970ac41bc286359c8de021fccfc63e253a722989024078d +size 1735288 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..fb9f8012386ac594674cdf09cedb91d9accede7a --- /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:b6548e43396907af7082119bc17a92b05b93ac193fe3b30bce29fda20dc39496 +size 1801554 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..62dbdc428d2187aef3cff96519598b326f0ff1ab --- /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:8b734535390fc75034bdb40a6bb9a42257ea5103f6847548dc10f6617cd1fc54 +size 1840593 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..796d5db8447e7f05de1d3f249b21cb31c7766e97 --- /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:0622286fb3feb4d0cc98142c13a810889da4908fe1c056e6d409be1f6e0479a2 +size 1848594 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..c1fb9f1079da4bf5edf01fb7f857e7070388517e --- /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:2a5b47e9b2d25fcd57c7959fbf357970c04fd625599902895adaf83ec0f9fecf +size 1817490 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..5e8a555a98169b967f79de9bc82cab154b0f9fe8 --- /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:fe51fef2998ae8dd22eb74fd587b014b366a9d17b507098f42052d7f023fe049 +size 2028860 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..e89363c4b53e82be40adfe293bbf9d4d83a9456f --- /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:9a70c060a9f4f7e616fad08c6485aba4be62fa3f3da16109102718de359422b9 +size 1919310 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..bbea3aecc2aad58c0057aef137f9f0644dbd1602 --- /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:ad1abd4b1065869774f612734d4c30369663b88db420719379500c691fd79ea2 +size 1675450 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..3c1672f350f9183a0f5a19cdbd50df653c1936e4 --- /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:fdb6d409afaaac6657381a272c0c0119e3c6d65267c2f52d90b7d4e3a43cd8da +size 1946641 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..316529589a971c7634def547a41267fcd9c6512c --- /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:1e97be903af61f161ca796d075cfba6ee0896a8eaf61ee978c24778b25007914 +size 2544253 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..543bd62cfe3d0ff6ef7b70ea854de2c3632ec56a --- /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:65a9227fb16c5a22eacb5bff58b0714c926453243b143e6fdb242874f9f6837b +size 2018217 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..8d38310aaa73a8fbbd5e466ff761ee6d1776cee6 --- /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:9133afbd3acb392f1e2e95e74066798a0b41adbe4c70451b2647951c5fe523a8 +size 1891818 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..bd0d5218e6233e63dffb7ead653b2f8b788d4660 --- /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:23e99d5b349021cce7f59ec459716d3725d389dea0c185d5b9d97a7817388a20 +size 2002614 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..43e889310ca5e105d9e0d14081ea296bdfd8580a --- /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:e883dd93a9420776c79314926bdab5259f2b99078c5fda4d866ba8cd414259cc +size 2092688 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..3872e151be3ce544bf0fde5149e10764937adca3 --- /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:026361f83a74f380ef3e7af8aa27e65ef8bd25473dc213b144d782fb3a7c4257 +size 2014559 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..5324be22a25e268fcc962d55a5727e6b854e41c4 --- /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:adebcf6bbfb411dfaec3bd7a8833c3f1ffe0c363966044f14f466e81eb5d16a3 +size 2080685 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..ec5dec06b7f22351d2329b3b341eaeeebf4c3810 --- /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:1be2c289da83e1c174d1a81a81d8133bfa3c7debfeee28fe07d67d39e6db8a4c +size 1861880 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..7fede1de8d5a4a908ae4fbcc2d860162365057ea --- /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:640ea5184ebca0e591b0ab659c71259673e2394841701978fb2935b7a3843bc7 +size 2130779 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..aba285427782473fe7cdd417f4f8e3cc9088c22c --- /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:526f3134ce88686e488ca5e5e7bb4e8f0ce0302ed08e9206af8851a2cf8e7e25 +size 1675034 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..2a4538404e27fc61c087ef36df949f328e530e07 --- /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:a47c1df9cfa6953c97f93d9a2ac631bc1ccc939613960d22e525c808d33e8fcf +size 1769265 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..71ecb2ca4688ed300e4ea9fd5eff7568c89d38f7 --- /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:2bef96654351afdf94846799795fbf3d0ba5a2b51346d86cb904d56ca49a079b +size 2151755 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..c50815efea14d3caa5300fc6e786b4431db2557f --- /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:43e9dde3e775383c0d3a214b85918d709622d2fc2e174d7fbdc952a5ceeefafc +size 1620396 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..ca3118f377496c22d6b356d6f9c5427974b72817 --- /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:21ce78c228b043d6128ae976afccac9500caad1db3badb3cce4e31d64ca7aff6 +size 1725782 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..761725c3932b8ad3d3785d55c2f133b19990f565 --- /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:f5188669a3c443955177be578b2279b9d347905c6604e976b2b1db59d00278bf +size 1808927 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..57a1334b9749f631fbf41bb33876b7b3c30e024d --- /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:7a3e9f250597d9b2f6f8f2b2ed228000920341593978aacd6d1e56f711da6fe6 +size 2016315 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..2cfd2956ac5dfaed69608df3a118e63665bfee4d --- /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:fb055d1f7221719321c890504436c72f6dc99ef5aa23502c3a2bc68251b4c624 +size 2180329 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..5e4bc525b244384a08c7fad5a4f8cd05e1361a08 --- /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:0cde3a54d49509282d93c1524cc5e7e2f99e900aa0f201c7d69bf32058a1729a +size 2049700 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..5a5f4fb8c3cb1227567ba5e1c58d5cff249715da --- /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:748f4ced30a9eb31b64c51e6f1b1635b65d0e4a70b5c651a84a2a45f23d4f7e7 +size 2004927 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..b0523798040132c41095b50fcb0e05b234e5f85b --- /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:24e5d3d2e9bb408f632c3c88743af8c580310b9eea8d8f810c2e8c776ef85b83 +size 1812241 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..7e22754852986985d5f600772a99a443546a5d55 --- /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:e56dd0b7ee247396edd835e1f7baa94523fc68a3ae5267ac0f3925cedb0df80c +size 1905162 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..1cd60c8d11224300416892ff47054b8b67e56e27 --- /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:9a80750b56a1a5efe76d09011902072b86f2abd211d1147d26f1487c827abdd2 +size 2080548 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..00ea2e05d815d35795b7521e828628d75bbcf600 --- /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:06b8eb1060a2d2799c492cbcad34894d27bbd1ac16733bfa0fccafb8b0fab2fc +size 1914605 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..d348b01a2ce2f3ae98dd331ea66baf87b46052d8 --- /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:b492f41d930bf7f77499045806542d269c75e3aea6147cc5c918b445c0107525 +size 2005897 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..448fa98fd166df6371bfc8d0b9ec3d0d5c88167e --- /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:a4f213ceab4b4864baf9aa8894c3c76fd9033833eef52f1e16a73ab4659c629d +size 2380673 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..5e961d3d5487174be5b68ab479ae09f13f65f4be --- /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:12e7343edab385e0214cfb4ed3aa1905fdcefee8c5068226b4259b7c5383712f +size 2556802 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..940a698a902a6e53e378808ac819d67da6d08ac4 --- /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:5c7622f69d40ede77f1a57484d613c4f371a4ba98ec4abe6ac55dec5237725ba +size 2171523 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..a10e2a8345a4baf339b6e21b5a6455ccfe385367 --- /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:8b05c1bd5290e4d07698619918982ea6fea115197fadd1401e2ab08b3f82196e +size 1789547 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..b7050eff06927cfa08b7b438b64e371d8ef59a47 --- /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:d5fdf8dcf56b447791d85ff7bf09551c4648a9e1396d20659e0ab2d4ded73eb6 +size 1844230 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..fff9fc8237f11d5d4e7ec567cb228cc1bad4349b --- /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:b64068b0be852ed426e5df1fbe4fabff5211a1f6559add6a838e3b985ab2d964 +size 1568797 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..9bc1a4aa16c3028c6eac15837d6e47ee1fdc3c82 --- /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:9d0b3d745feeeef731e52a8676e3fec57dea3ee393cbe228a493f3d7e3a9fac8 +size 1646955 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..be2def62e2a4e2317a2545635b6a75fc5b1facd4 --- /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:2c7e9de00199a90b376e38f763dd030fa0b7d5d97b03d2184f592c24ea1c2fdc +size 1693902 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..96455468f9972cd06060d1a2ae8ed7f6c2500328 --- /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:be5bb81f5503bf2824c18e847eec40e9cc04e2c72d029f99af8e9482af7ed4ca +size 2221300 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..600777e292262d6d25d9301669127d9e4d196c76 --- /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:296edc14b2fb0d8c966ea3441e3f03a7ec7873dd4cc0a65375e1d78060ffd7b4 +size 1584581 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..160f4db2d7f3d386858b7829c3ee2096feffba37 --- /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:c2e3738c00d188bdec5abc09978aabfc460d47e5d1c73ef9ea8d390484fcb80c +size 1966154 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..2a01fdf73767eb2ae599a6bf1d84f7c8a34e36e8 --- /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:c40fa6a1c3ec88e66224286c70789cdc29229e05f095072765138c3bfea7c151 +size 1374736 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..5aabbe56580a23a4c7b9a8a44b447f6c8f5986f3 --- /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:aef7b50b89773f8c09e987643d82c36b9674e0f2adc5d5a229effabad80caa25 +size 1488280 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..5489285e6e1c1784e091effef34674b5be202df7 --- /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:7a805e2bf4f453ee648ca8f3b9070ac99dcd71a45fe2f5f314bc29656ba26434 +size 2019381 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..34bb719abeb3ddbb31acf93f936597cff5fe3b53 --- /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:c020222ce84f56b29fe708be2161c13ff6e9a70432331832997593eec32a8541 +size 2100195 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..64be5493a29bb79e6352bddbe909baebd5cba47b --- /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:d6c609be4ca3822104065de8bfc5e2172858fee3258aa47071f031bc586040e0 +size 1762009 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..4ded185a741e00d4735c7cea2d059e9463457200 --- /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:60a1d3481934d57370fe5b463658d39672c38e03cebad300400ed33c0f21268c +size 1799365 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..1f828d268248a3a0f4c4966888e2c15973935cf7 --- /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:435d6395a3778b6ce039db92c7bf7ed6f85227e96aadae3f4f3b2dc858b96627 +size 1815544 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..53e783162132ae54b2a1fdb61c9044fcbe159e05 --- /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:e29cf910a33c1e916f2d4e9292b4f81ba3e9dd974c30d551cadeccae895117ae +size 2098426 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..0f6c49346b1a47edd8d6ca308441637f10f826f3 --- /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:829012fa4fe1dba59d05ba138b3473ff7372c4fad29a02a1d0e3a98d9442a24e +size 2054432 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..217c8be216035a5af390367967704c9d981bf3e3 --- /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:741953bb3e9e9af877c378a9d120f393fabb79ece26289350669918a971a4179 +size 1905826 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..6e02025520e6aa3c0b74ef2c91286c689603ee12 --- /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:124c68d1484cdaa08bd1680f684bb65ff7573096a00887a02cd6848350d7d5ad +size 1953310 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..a6fd3c377455b8cc104367f900956c7d160d964b --- /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:7b1135dcfb9e8ba4c55a002700ba4b9e577a81755e2fc06c2e2ca7d81599a8a1 +size 1853709 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..3139a138d2a26ed6806d9d6ce777c86f71d792be --- /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:5c382fc911563256de77c8698dd98f75b4ce478e7a85b0a184746ed57b77f7e1 +size 1738382 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..378d32657880231a15d26b945a64a326bd3add70 --- /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:1e318f3abf603649aa2b9f90b4c2317407839d6e1959a84d9d1b5015cbd7425b +size 1846466 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..c2a6c74e17b049d579b9464c1aaf30a5edd8d79b --- /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:ed6596a10ce7cd426331793792599970f3a60eac169c554048e414b90a6c0a93 +size 2036954 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..0e839e6815a15c7a9e3ecc6b51ffe5599bd0bdcb --- /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:d764e7e81d027a729ae0906b2c3e4d623efa3aacae7fb83e5a8b2bed5eeb709c +size 1773835 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..26ae47a60730e94baaec12a04741237829913116 --- /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:b6de2a8b9642709f1885757421a1ac7b6fc0fce369771eb0e6b26e04e018128e +size 1558442 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..5a2261237aaea023551df9c81ba5a459483f4164 --- /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:bc04787d01c18bc6f724a828b496c004e2b5918ce684ecb1afc6b746d0c66a57 +size 1699501 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..378dd97872363b511614758102946479f4211e4f --- /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:42820fdfda2d64e746efc611156435e260232f3817b9a6043ab2a228c9863f85 +size 1844611 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..b30c9dfb96bebfd2b609f5c5d5fdb6493beaa878 --- /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:1a76f32e9b121843bf20a6c34d549abb78af05a3ac2269ddaff80c8acd58439f +size 1864668 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..2fc87b598a33520f25a7489347538959f4e8d1cc --- /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:5db03d0e8a7548be72fad200e60cc97e1ab7205ba09a6de103ae6134e44577f9 +size 1826427 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..6bdc2c9298bfeb30b76dea7cf16ee80924d8d482 --- /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:5f754988fa432cd34fb578da1ca7c3f4517560b08b0001da26e0e2dcc1d9e03c +size 1427508 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..09aa5eb14e314e7d61a7c99e9adac20f4775b458 --- /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:f765ba3bbef75890bea7af6d0035bb376690f3868fb118fca005bc529c22d9bf +size 1355630 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..206f070d06af7c9c786e5b84e37d12b69c142aa6 --- /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:6656e04638e638c02de498cb7af4d3a59bb0d39a4104f5530830aec6bcdcddd4 +size 1564614 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..bb2ce502acea1656c4755f5a211d84a9679c7862 --- /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:4e30ff4dd5608c09cfa02817e343e68dae51521698e5f26f97209f8bf355ec23 +size 1329152 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..db85b1a32a3f06e67dd63a1c96929f58f0e80010 --- /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:e82bf9f518b2e638880dced07f5aa673f305112108290ed1e4eb1ca39ac27253 +size 1540120 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..0c47982abde26b9c7b0d2a3267d6ef33b6e99cdf --- /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:9b23ee1eb3438a52bf6fa9cda838ec2f538a214d55e099c19c3652608115ded0 +size 1683589 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..8d5347e09f8c4131f92c005ef6138d03eac6e701 --- /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:163d86018f1d03f40bbecd788ceddf8af9826256e8e370a1dad3d03f57100145 +size 1703334 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..4e789a3475b1bb7a7e7dd09405582204694ec693 --- /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:73fdaded7c8309ccade613ad4c86559e23bedd6e5d292102acedbf0d7c73e807 +size 1702667 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..d8fe659571b7804cfdf55ea9371eb1c3cf00a295 --- /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:337d1e40416e7dc9a8c42a0e8d182cbf0534cc808ba1aa78596a9e8c80034273 +size 1814854 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..7c165b4e36ad69199d0c6612b4b0db0cfb382e16 --- /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:a60c6b44d4a6426ab509f26e65646764c123177d1be0a3741cf8443845266e90 +size 1798483 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..5be8c8760164a31fc3f102c273c293a61f2f6b84 --- /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:59f89ff81661d16dbd7517a768d96aa800090d531955a8de24bcf8c09aeaeede +size 1982779 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..2462c012901c47ee0b911a658d001e1d0fa0a774 --- /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:7f59b1fd595cef866225bbbf4fbd959b58a531290b4df19f6df0e3485d25c68c +size 1591478 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..d1cf0414e1507a687ab19d8b6f85234b111a0fdd --- /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:34a20125288f3c98234a02b65552fa3f3b51424fa7e311f67c393c66a270dbc9 +size 1467585 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..da8807676731f3590e999fdcf88e9dd6df500fd6 --- /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:eac14b0da711136326604aebfce8914e5013fda61394512a09a3efaf66beb015 +size 1679462 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..877c03bbfbccf0cd66ace61dd04acff5bd7c02c4 --- /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:9fe8401730b2b0618fe37fdddcdeacbf78a996580a1197e3b9ff7e2de86b4a26 +size 2019500 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..75294ed2c701bfdb5d899f61598751ac8d6f1e24 --- /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:849bb39c30a1afb11488557d26873a8b7ce9569c53483cefdf604bc49190862d +size 1614250 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..8be258037e32fe02622b4a6e6d658822bd9bc1a8 --- /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:2547e554cdd7cc06f68cff2726a6e9cd76d92655d69d4dbe942c3b47caf5295d +size 1711603 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..fc4217bd0a2119215517b8155bb0d11774547e1e --- /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:555a0ef98cd0f30b19e58e1998c94692a67f4c314cf7eada7fc8adcd1e01b6fb +size 1833282 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..a541ffb164634c6d63e462a3b3c0673e168b53e1 --- /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:d41d7e057f98a3bb32c853ae5e60425f321fad93efcdb3890a4845cea96f23a5 +size 1779071 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..26962f3a524871414bf33760969037e1f64d689b --- /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:d1c54c1613d6686b6d7573e63c91e16f924453136674ebc76954177f4c0cdd02 +size 1524098 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..1388f0a515087d56bb34a91ac42856812e212afa --- /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:725bc888f5e07b4ddefd3434b1e8267c66c84b7c51f2743c4970821eb4eafa16 +size 1577621 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..18dbcee7b2f36ac926a975fad6526cb6d691d88f --- /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:f8d4098daf2acb11a7310dfbd26db940196b5bf59a0abcb26c1d6bd48961eb27 +size 2115263 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..c1cfb47de7529a02a2ef02ece4d3292c9f8ff72d --- /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:94018d3dbcf468785336f5ef253da163fa76530e7895db096ca1820c99056846 +size 1286932 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..9659ab818a6828bd294c5b3bd17904770efa1c68 --- /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:d50aa20c820890d91667e3fc0430eee2081f3d1f88416d85049a6cc02a417407 +size 1544850 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..445266b772ee303d80fe651311e638655932bdfa --- /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:b956993b12deaedf92628ef6cc3c11e9fffa21faef1466f1ba09e2c09cb44860 +size 1692223 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..08de262763c778f3d7561528d624c827666627ea --- /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:059529d85e1d151a734190febac1dfbcb807f9391d101c8b4714541a3982d609 +size 1367388 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..99b71482da4b03bb33affb37716565730cbe46c0 --- /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:cf7d5644a8428aa257cf0909cc43e910d76410e7b2366220c9d8749fab1114f3 +size 1395408 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..896cb91fb6a17320c5fd64572ddb38799661410f --- /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:81a31527809137293fd674e548f47fe12301e530af4882cdb5345b777aa7c3f6 +size 1664024 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..16a25b59bebee8692a2f564e9b5866b9521549c4 --- /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:01c3c3e6a2be39fc3e32c645a984bdce54dca2acf610def39fe15c46aa54cc68 +size 1380644 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..faaeb85f81e4c55a675e649fbfec3699a6f01b8f --- /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:49d38b60db5d7d097b7e7b6e7f9235cd012799acdd5aa304c61271f3569cbbe1 +size 1501176 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..65a64f6dbec3ab691744c81a43b2ce5b857d0737 --- /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:081b8ce222682a6df97eafa5b74e8196d93d548cf20b63eb81eca8858a3f8332 +size 1509691 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..517f8ebc9f88cce75b909b217b8b84d704c9d681 --- /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:d853779ecb515b4553d6554a393b4ce6056abd841ac5df786fa5da37bd9ef779 +size 1426768 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..b90b939ebe4cf5f7ddc0881ad820b89a3f569eca --- /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:3e6d1e5dc33b46c8e0dcaa5e4b06afec72532e03cb92865ac803c00c18ffb882 +size 1471616 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..00e4ec54e61925b387db25776b367d467d7094bd --- /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:d1d8cb196ddd00b3415a6e01ff1e0be269a1bbb151bf2377386b334e3171b30c +size 1526181 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..e76b49b514c9f4aa7c32ae4d0c2f7b7cabbea112 --- /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:9066460220b9c5f2847388f1dd945eae9ef430766d659c69d2d30ce00684dc05 +size 1796264 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..71bdcf9072e76a91c000e47058bdb92fed71a0ea --- /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:4be8329d36f629a7648c8c2d6ef48fad0295b637ffdebc286e2090a0121f551f +size 1413566 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..58d28b43f4d7d303f948f1b70dfa402fd8d1fd8d --- /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:323d0a5cc6856d58da490f88343ac33c979fb15c9f5d8efe11ad1cb0f04b347f +size 1469669 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..00c455bc5a808f470f32acae119bdcd552d788bc --- /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:0267818a73127cb099455c67a4e4709201ab76b12d48e0e490e12998908c5143 +size 1535236 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..39c23dc002da43097bf7d579f88f2190e0296b52 --- /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:9b928da5e655ea643a9d4e373574870a4d1578d03fbcd841970634fcd723e9e1 +size 1400848 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..f310e292fca872cb1638ba78f255c42ca09e3669 --- /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:81d8f85201743c2d6f21bb029172f50b20bb5e5ac0c6f6f183bb9f8534fc1b64 +size 1449277 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..e50cb6be8bea09be34dc2639a9798798b0788913 --- /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:bc1a78cc558183df691f10bad2041be4f2413dc0dc34e71193d734e81a1e425f +size 1523552 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..ddf58673fbeb29be15193a43436c0d29dcb0df9f --- /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:139ef953a06fb80b976cf57531bfdf0fa672d8389a88a455b351ff008b453e10 +size 1387109 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..8856ccc478b0bab083a883b7b8455ddb070a8cd0 --- /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:4df9c3c58700a135fa1cb63bc10dc3ff81fd692befcf3b3618a8c475704b35fe +size 1318917 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..80e1e06966e8e9d173a90cca7eff70cda44137ab --- /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:2a6cfa59207bb8afc3c0e71abfc95b41a4f2b9625c9c65672e045dfed55d1a1f +size 1583045 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..ec67a14119707509f07febc9716a2a7ee7aaf7d0 --- /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:02e629d83916a6d7ada3e85671b1a3dffc1c551ad42d4badf36d8f6c676262e7 +size 1182664 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..5099c0a066c01ad7a5b35c0e8a6d1429d6bd6fb0 --- /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:9bbd91dcf7caf881fd776352cf9af1d7eb513112daaf4800b3fdd4f34f083b98 +size 1495924 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..9179b232e3e822b5ff115f61c8dc9e83a43de0f8 --- /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:8a42e012b7860632bcc2ee6d8e89751951813558b6a1c2e46e737f6549f65b38 +size 1249017 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..970f533491b0ddfdc589c26184fa8e612adab608 --- /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:af4e53f78e380043482fe63e4a36b55d3188587e7e93940cf220ebfefbf94eba +size 1353849 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..e46e2ba5e8facb69942c4c227304ba88238d46e3 --- /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:aebc85a370bbced2cbf88e52b317aa89002b9458132b1bac0942fca719888668 +size 1466672 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..032d9c911672d23e3148eb6f7c7c18293012254f --- /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:4484a3e4347634855a1f41a928f9152f187792eea1cb33613c480ecf7022c041 +size 1636970 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..61e8e7b8b2416bb55563a2eb1ff1beaf42efc985 --- /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:370f17267813cb4f32cfb2db12c57d5215bddf5a97928cf5638d7bd300358e77 +size 1646371 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..e60f3ab697490704a57eab19e9dd9d6bb164f36b --- /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:f0dd32a57e95df0ff9985cd687d162cb81ced8c923554bd4c8115ec7cd0f2c21 +size 1290847 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..7ce29e5e0798f6530973d0d553bb5d4f6d55bc6b --- /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:7bdf2789581e54e049aa28a030a796d745a7b0022cd952d4743d7c35c949dbab +size 1506053 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..5f53ea6c78fd5724c22238acfdf88c6af94ff173 --- /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:601af2a7eefb38833ba9241b15f7df4361bac6acc99c16c8aeff6c6e9180c3d0 +size 1514424 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..9e99a42221bc9decce5e8908803de386ae7df8cd --- /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:a28f7945c8510bb5dd33e7d6e80de0ebe76f1dc5e864a29541044501f9796487 +size 1277564 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..5aba40cd5d9a37b1bd7796849da66566667e59e0 --- /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:57cc70c10fcfff4aa6473aae2e64cabcedc9306ff572486613fdb9b4a22c5045 +size 1308998 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..7535b169ff77bcd9430d704cf0baf1d5dfe60133 --- /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:3f6fd7055808428ba92636fe380fed20c0a01676047f439b97ea1e9e5d1d0898 +size 2066468 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..3ad70339c277734270b326398f182cc76188b4a5 --- /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:21b5b9637a8a6c2825657d4ed368209f385b7c9b9721e85e102276f9ee87ccf2 +size 1631947 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..c6f6bd47289618138c99c621321f6c7ff517344a --- /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:4a966f494388b643ed2f0af6792c5ded7c1fdad3149bdebce4f2b22ea91a295f +size 1706673 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..ffcc9714b186ad54f0dfbd4b1dbecf4b7a3129fd --- /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:117ce31b8f8cac97539bdb1ad4c8c1bc1de75b6cf1c5deda8e87d57294a7e7d1 +size 1625412 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..a68cd6c40345d04437bdeacc1506f49f44cc5fed --- /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:fef26fb56ce654434816eb9b4bd921052a6686bd80ee2977a6692de0fdc439d6 +size 3038258 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..77212d1bcf0a9f2c543ab016dc5917282b127753 --- /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:04b2eb5caefd55286588d489306b44350c799e6bd669dd73e926f84c9c0c145c +size 1390284 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..ed9d8bdc7f3ce3e6e46289ae36cff58a29fa71d6 --- /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:b1153b9cb1e5de2d90db8a9ea3c2a20c1fc67581a1e9ccb93c0982d081a5e448 +size 1328487 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..d3a3f5a84db2ad68742bd3ce8d9e96c76d51eeff --- /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:1b005fd54c178882cb876f43311a08b3e9e6e7bcc0a712668725729bc3abcf1f +size 1309299 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..7bc7263560d55eb478d7c158494f5b6e20c4823c --- /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:854fce23ac98d857cd763fd8b96ff6a5fb0a468b22454e22837aa0d2b010a663 +size 1348325 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..564b20fde4efbb04f479e1fa433e851c7c804a43 --- /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:8e956345f19ec275e58dab5985dd9637983a8bda926cbacb5c6c78af4d8ea805 +size 1501219 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..4891affa8fb0953a518eb800bfe17cf95f41678f --- /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:05c34ff97901434dd35239d72e60189c7c86c95fff84723c5eaf8bbd0fb8a90c +size 1454771 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..eb66ac0a7b18307129d4efd2378e679a66a5eedb --- /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:6ff044bfc5d0c896a9e873be106f00db568d303d0ee7e1d6645995bb7e3b4500 +size 1331072 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..a8e89e38b47cc891036157a8b01d0dd45308f617 --- /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:d750dd60224e31dc1dee980a2659488a6de9d0db3822b2022081c948a7de3706 +size 1458064 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..0d06e6d7bc3ba0685da838ed8746167de5b7106f --- /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:929ed565a407a8a2ced48d8254b45fd379522cbeb749464a9a4a29569f1c4d88 +size 1938997 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..a98503b66ea39648317b746728b6452588e4043d --- /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:f1ce71bf0a0e085b4148085e88f126a06c19fadcfd3e324c8010677d7f09618f +size 1812784 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..fb578ed2d4b0b172fe3c533b913e626d12737bd6 --- /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:8fbd7a1924b8704588dece861eb8c7409e49c7ab83bcab9d6a977bbb03657531 +size 1591140 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..07fb6b6c86641d8bae31e24cec36a43f909dac2c --- /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:598c6c0a22e517154c246f867e45db697779a08c91cd57bfea40d0951fc5b34b +size 1642241 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..62c844adec5c28c048c01435e2bc957e3a0677a1 --- /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:fcd17340359e86948257e0d02ec06bb64559f1601778b1f5d167b96831f738db +size 1456593 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..342469bee73731f34f0483c3c26a3b37d9468401 --- /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:2beab0e4ce56df5b4671d541d24eaf2c43f6c00a49bf1d8d5d9294b7c992b8aa +size 1657394 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..0495d749a85bec727514cc94ab5eb5cddb0688cd --- /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:ea6fc4bdb2232820d40e1b83ee769dcf807b01fb1851cf9c384b81b51d2e1289 +size 1591896 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..b2137ac285b41073a0472f7a6bc9d2a3233bc62f --- /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:48b1db76ccac4431cbe19b259b07b7d309ca6e18cfe8536455e9c02fcb4cd621 +size 1903151 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..b32bb16f787ba8e47bfc25a9e8cb0d6590d5a896 --- /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:04417df638bb97032b5415b4aba0eac77596065de22bc62b6f6c5f6de38d2dd1 +size 1311306 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..936624c7bd0c751da7fdb6cd480101641a0699c1 --- /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:f82a8136b9656fa9c8ed131da3d5e64486b9fffbd1a90ec5dc8e904b4f41c7b7 +size 1489971 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..fa18901fc5b75d38f13c796053168cf74543428e --- /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:c1086fb3412cb77d19483d209d329767884602ace6f1ef12458caed3b0fd16e7 +size 1342668 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..2609a7e11360d2a7a316066f99d5d247bf0136f3 --- /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:8969087d20ebea768808c2dee072855101259e757c8504f3481bad9e75cc6168 +size 1531339 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..cae6775de88db084af9de34ecac9a619e6f764ed --- /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:484e5272a7c6912d3cf280a5df9b5047627afe0c4d6bbc1ef9ec649c6f50f6fc +size 1398226 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..8abc7f9d664052a76d25bebbeb612855afbb6684 --- /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:9ca00ece06cb50f4fa2f04e17a3b80063affe1a31656eac8a267ffba4306b1a5 +size 1533437 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..78c534e73396bff13adb834ed69c0834ae5b7a66 --- /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:c9cd3a02c2db0133f40f1abf3afd3394c494081353bbabe558011aae5fbc2c10 +size 1210391 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..5db919c5140e5bb613796bf113c12a4b5eb1b39b --- /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:6f6a6f9175f1c617acd37da83534e4d0ecbf02eeb52aa219e10d8c73e0479716 +size 1389361 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..3fad1008916f2c4a8bbca9918f3d9844d028682b --- /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:3095ea76cd763dcfb7f1abf21da68e4957e3fa9645660b8049938ebfd9457754 +size 1300013 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..79fc8bb89666a0b86b79da33c2e32e0063d0ff34 --- /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:6e9b47893e0f207e358ca47d7e34b5ee3272e9836ea1387e5b867539f60d7620 +size 1287425 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..da75828aab1a406c46994b2b7031c0ef97573b1f --- /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:e3219ef03c81094146aca01f7ad06e0dba858809648afe266affea1831b50586 +size 1619869 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..03cb8b093b83b368c6283ed8766628c72f56692e --- /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:e7e9b47294bf240c88dc83036ff48ac15838a20f62a2879994c8d255ad40acff +size 1236962 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..3932aa8e2d0311186b9aca3abe609fec8108950a --- /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:af72707dee6eb5cdd9ec78df8527325351cc3d754d800ad54e2819c1b936a5d1 +size 1622657 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..112f1ed861edc31c00e5e067fc6a964e32ea4faa --- /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:a8e87022a8ab0df3ad86ef8ec1729743a0fd975a0a243272d77b3ee3534a4a70 +size 1327594 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..8fdd72d13939092e14f632951beb1abd0eaa84c9 --- /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:7d14e37914408e5f436a69d16116def1424e6e5cbcfee3f0311b8c8c20fc9d52 +size 1217980 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..cf3902979f5edae97aad1674d8e402a1dff412c4 --- /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:9defb89dfce7d45088601bf7715d71ed38e7dc58c3314aa579cff4e76b173b63 +size 1348764 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..cd7a48b64b92c21d3a685fd7cfade91e151ee1b8 --- /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:8195843e0241f2cb65f87bc54f0755d670cfaed33f8dd73a9e81a52afa1bf4cb +size 1512806 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..8fd9e2e13f4f25e75da6b4391c797eba6a40e967 --- /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:d9ce3c66bd4988ef64de9b1ac5ae672436acf0a5366ae7a89461f0a933b657b1 +size 1127949 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..2e6f37b1b99c0609c77c56059a5bad5710e212b4 --- /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:c2214748fb19bcfb3d8faf68d854b33494e9e1ca01561a658b4969ce7b0164ca +size 1174646 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..99f3d532cc523a1c943a162c9e94e6c2d7514ee1 --- /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:63176fee4a9941722d0ff38581af63a3d6747f0542ac7c39bc55bf44bd598fff +size 1172610 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..a4be065dae450f313be4f261badb8a7c3c1b977d --- /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:58382e4cae223b9aedbfe88ab6690dfa76ba2b6801838a0c284fb8eb9e3ee339 +size 1321864 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..81c9e50e911753dcde99936a9c75144eb627a9f9 --- /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:1a3e5964536698e8cba95c83f1623f8774ff647335535aa3b178caddb92049c1 +size 1359744 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..465f13dacdd3717c0759d94a7c941bb6c2a9a363 --- /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:7efe330d25ce1adc6e89812aff04c79fea6b937e1f44eb7a8183c9d9b541c0dd +size 1266258 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..6f776c7e389fa1b62573ff03f66774ffb85f390e --- /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:6dec882f976b19f97d2e5839d1e3fe94787dac8582bf823bb8a5a12e86d23340 +size 1222748 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..5d215cb17ea9e0a8acbcddb4549e06426353870c --- /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:e171551966e7630061a59667d7f3cfd0aec970b9692e53a457a70381f7c8c0be +size 1267577 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..a8dd99f480d93c0c40b90bb43058b033943a78a2 --- /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:b556677590ea5d6d7ff613930b614d1f480a4d51c8f3d3a8aeec86414b1f989c +size 1264909 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..dab6aac7caaebf81bf8003655a2975fb6998a5fd --- /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:24f716cb7ba66ae35f29fb693da65b9526cd1f7420fdaa082c619516c601715f +size 1328924 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..2c696059d4dfff07b8e36a73ac7715d5a04d1e77 --- /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:327debc738582b46366547760ca260d244ee1d4798cd1b88b008708f4683cb8c +size 1197028 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..1e0a2887097911f0706c5a20d45a97562d5e30aa --- /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:7ddccc8e220984e5dc9750581415536148a476e9a2f39047ecd5a2538f7f7230 +size 1301441 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..dd39baa536bf637b0469682852e36621d3c6b583 --- /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:1f9bc96aab1ed53a5bd8f41487e8f106052874ef0bcfd62ab225fc81b2e98b08 +size 1228525 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..96a0309d8c952ebf4e1ddc49c723f5128f95ddb8 --- /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:16c4555d845ce3ca430306130abf2808cc3bf9366438f28b46c38407c09982fa +size 1239240 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..0007f80a4f2029b91ff2a8de3dec221ff3638777 --- /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:cba4696fde597e5d5bae1fb2bb1e72e6a783d4ef84a414d90499b3ed3ef8ba52 +size 1144520 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..65354a7796fbc340d0343d7410451ed3f5230ee7 --- /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:6a72ae264e34304cce750f943bc20876f5b42d9830ee087c6608cd3e52eac3e7 +size 1122526 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..1f8bb0e47b385ae51c40831a642fbc0fb1586ee0 --- /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:7e9ae0d9999b8c38638637b1cbf63308d0e1c420404e789de26e4c594cba7ccc +size 1323906 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..ce69c644677abd13220f53ff012d06218e809ecf --- /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:e12833f1f5766d8d268e52ad19fa5fb8ba6e67647826cca26348aa0e3c4168b5 +size 1265344 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..3acd4b74867d649eeb3c79d9c654d11e5cfd4e04 --- /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:15bcf782aaade1a31d29dc5220084394d60464fd55d05c3b4d37b4348e468a55 +size 1193958 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..21c84632226275320b7adb8597543d536602b6c8 --- /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:1ebb5935d9f989b363d403218518574dfdc4a3125c7da3259f5ebf27f3c6ccd0 +size 1179854 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..638877ccd4dd22ca67a544fe9c6470f7021d5cea --- /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:605200d9d0654e19626953cfac7fcc03a662f0f1003b3c761f10c868632f78ea +size 1330634 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..faf427a9c393c4a48bdaaa97b737510d273077e1 --- /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:0d7be834ff3bda99315afd478d563728544af61798c5518f6b5e8349c133f12b +size 1261415 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..a54df4a299fe40480301728d1281f4568708a592 --- /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:feab1eaab61efc1ad63846c5e5fd6869bfa595a55e0cd37ad74614fafcdc6e9e +size 1223203 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..da2fbb25f6d3d67d06987c95738aa45f4ed13b96 --- /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:0a18ff4199d94fd41162105e6ae8de466279b77488b637d719bdd073e28dcaee +size 1171127 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..c757962e1c88490f7c6be5596a7ffa0176f83127 --- /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:a5463a7c4065dffe766b48cac0fb416442c99f8b63e5e1d0be22c20ae797b737 +size 1247540 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..6bb20e2e5333ceb61328d519d3faa97894cc7a79 --- /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:679d7570161c3d150d626613b52f8bf66a356542269a6fb51d8715fb252cb0ef +size 1186448 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..37642a6f6cbc323db948ce3b7dea2637c36804c8 --- /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:519fd92c5f0421441c87fde9c907a443df29a9b5eb798a8171b58da05364c797 +size 1222814 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..0f4c263b4a955fec9dca05a461cc374df18c37d0 --- /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:5ab8d1b49785b12038a74d0815b37d6cd0e18efee9dab1beb51ec85802c8d27a +size 1206336 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..653e86f5dccd3f9ecab6ffe188ff4df840dcc78a --- /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:4def74af14f1da3a6cc5e4673863ae5609161d834b1684e9551120aeaded8dc5 +size 1210563 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..cbdf33c167962f03d3da439071cdf3a1e04021d3 --- /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:29e9d764cb1c257721825ebb58a7c767b44323a785a563ce896fd0b4944e5a4c +size 1142455 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..e5b4ed1889e2048f9e9b9bcfbc3856dba48f87a7 --- /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:1ac7662bdc6c6dd2282705252c835f9554c40fe31bccba0fad89c9c4b0aef5ca +size 1175632 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..2ed37812821c91e3063fc6e5f3856470ad91970c --- /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:458a1e5ce5c2d665abbd2a93d52a24965b602238e9a3d1b4391186d98db81d32 +size 1114739 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..5a3d86d54af7d097229f68dedee88fb9143282ce --- /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:09bddd33996eb4facb506d56bccd93487515990b129b656667c1ffa1dd578c24 +size 1301143 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..2e7b66b147d7ddb0bd29b21feed8aea07b3d92e1 --- /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:0fd07887b8cad1eefff44a8ec2a282000fadfca4056ef8276a75b10f2b8a93c7 +size 1168124 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..7c6032d42cfecb791e6c737c34cc6acc679cd94b --- /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:9386fbd73ccfb461ff676e9d654f1f48f5b7e04a8dca6fe624e104923a0a1e9f +size 1131039 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..87d0db940e9327683ec8751faa418c2c8bab155f --- /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:6ec0babb89489840eedf40186add8d9b8c40e7f73f9752e6db7ecfea3946e8cd +size 1101054 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..e51903bc0a3d2e7b20530b6c08a7ec15a5f31245 --- /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:fea4c0193b65f00dbcead1143908a9f9a6b5596b62d0af6140edb5cab216d42d +size 1126411 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..5ccff08b4696de4a0f7e61e0020bfcd4c5d60a19 --- /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:a7b17f62e3d4f068aeff7a26e5cef84bd7575d9d26843643f239c78bffdc1659 +size 1074506 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..5242dc14d9578e28d28f472d0adebbd7f9f082ac --- /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:c98822936ec9a3555d41d9c50b02c7ecf855c2019fbf1e9fc7e58476e63a36a5 +size 1149398 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..a51a5e069fa93f087223eb37d16ee9f5182580b7 --- /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:4b18d1b7e6603bbac16a0ca09aa62e12322dce5286cb51f3cdc19dcff04e9381 +size 1133964 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..82e3c80565fdc729a61e0b416235e151bdbf4576 --- /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:dd7dc84039aa7b92fedb323a8d5442e42ddf66473dc908bfdf1913924a782d19 +size 1018624 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..8c4413a29d8c1f6e2031d100480bdbb321fbcf25 --- /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:408f09e1cedc258b329e704f9b2a102cbce5682ca0d12a9d56adcab8fefbaecc +size 1158476 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..8cfe4ef49c02d7389c92eb09517da34e4e156cec --- /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:9a60d366b1997661818c747e2bdb3d7b27ef6fe2cf49cdc1e0438f7ecc5205f4 +size 1199347 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..30c854f6d4d587dd98e6301d85a4a08977ec0f46 --- /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:1ce307b17c38212dda8bf0ae6c57574c676fdb03e731c3464b4f2ff19fa3c98f +size 1087372 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..04df82dba0d1fd7fe53b34daad1fef507d3ab84c --- /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:8351d5d6513613025d5dbd7ad331105da298e1298ff7f526f5d9766d8f420197 +size 1037118 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..c1e81bf32c726869b9a9af58c39175288529b2e5 --- /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:441d9d4d45284c2fd0652ada5e299bedcc50bf928dbaee382d9f95e35056a1cf +size 1110395 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..d74d195a4adc2baa4388d59480b988e0a2002170 --- /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:0ce7ffc9534dc70793e055f8ca0f4ef02a32d6af046df72122fc867001846fce +size 1120483 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..98b0f230dc04508e94bdee5f9f3ae821d389d45e --- /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:74136dd8b7b6d86f8ad408012c9711207ebe61e2b4123f4d1ba12b2468b5da42 +size 1057434 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..e39edac139f1126a19b18876984729f6920298d8 --- /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:9b3d0f031df6f2d873fa663ee22458b4827af6025b59487678a923d951f57087 +size 1064776 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..d748d510dd55abfeba7d020a5c3dfa232e050617 --- /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:09aca22a64d50eb1f8ab5003abbbff264a846b539caf2a28a9da54e2355d78ee +size 1003838 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..9e70dbbe189248e525e94706b8ff0c8fbe4e00da --- /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:fa8a0fe79429dc8dc9c74ca15872fe3ca1d74ea08a7ee0954f27bd2d71480ebd +size 1060069 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..3059033c8d106aa1f775ff7ef2cc4af3a0e6d1f0 --- /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:5ea3658e0e0c24ed3701a22131efc6f6bd6511b9aff1387635ee5bb4a327e5cc +size 1071108 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..6c5fa8b5c4741d93615f8bb0d8906354c522c6e6 --- /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:ad73dd8ee2151f1a6a6952cef2917f92aa17d98aee310d4652756bd0566fa133 +size 1018490 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..4b265e96383043cb276425ef29e2808e02a53392 --- /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:eb989deb6cb9353ee568be37409834bf20ff74a0852865598016fdd63de4be51 +size 1075253 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..9961b5e5df6177ee16b8f68a9f7e0955eeea04fc --- /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:90777bdae6f8e275448f55e123682a0832fc14c54a3d5bdfca6c2a618fbbd6b1 +size 1020316 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..2a0da88cd7b8457d53ac2e3236abe62de9cb2b60 --- /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:85be562cba05b8179a803b054f2997ecc1b06654dd72fe7652d527403f6f6bd6 +size 1172997 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..d90652184432daf20001e8647f045e3cc282a10d --- /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:4f110c64cd83412e01838545c8156bf535c0ca375bd914c7de4edb61a4fca0e0 +size 1218392 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..93e0cbe4ce1504e3da928d0b5eed5877250cf4c7 --- /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:6b10630e968d4bc0aee460d25769b2801b5081fc48dbf20384f583c9987e40dc +size 1274953 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..edaa4c76376f74eaf53356127b190a80f9aab4b5 --- /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:6ff9db44ce4fe79a8de852a76ea44833099b71155a766a80076b2b747a186e61 +size 1101646 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..c2d20145ebb4bea392d5c1153cf6a9e9a2bd8953 --- /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:4496a09a7600d37c6aabfe01db5e9a7a12d0a195e21f7836fed31ac7a56cdbae +size 1090180 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..918d4ba3a434be38cbf018df09969c4d51f61c45 --- /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:b0db136f1972d4c8240a231f06a90fe2f7c08f60279abb1fd72a52e58e5081b1 +size 1137689 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..74c823307662d83d7470905a99b818a90c453bd2 --- /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:9ffd5e81aed48f791394c08e178fe7ceff284e0dbc6c2582d9a9a7fbd2db35b1 +size 1093254 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..65704a6770f2c42999b63d88c869e6b308fbf643 --- /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:64f53437d618439589e7faf84b76cf71e10123d88d287a8a4b3466f3b31ada25 +size 1157786 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..c90c3e04a0813aa8572a943f6b4fa8c0d1af6e41 --- /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:4155d4d30c3eb00e413626d60f793a689b54fa1e35ec58a4836c127321cd4bd3 +size 1069174 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..c038b4808496407fd5852dfadb853752be4c98df --- /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:f1fc21937f35ba14ad214202c239c2255e385228a24206416c89196ec4a6b318 +size 1062049 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..977dd601d122103e7c707436821fb5e1aefa205f --- /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:11f0db157cf045b32587ae53ede30ad660389fb29433e7c58254df257125f890 +size 1030797 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..8bdd7d96fefc44feef1db4e75e55e50962502749 --- /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:da5bd0a05f3beca3cce6faaa7c0cc50f64962d25fe0894ba0dc7b1383a72af71 +size 1136044 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..60864a42ba45fb3d2c27160d20e9efd5fa9a6019 --- /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:77354536dacd304226f55af5e644e0772790c8380789c560c05a7c437f71410f +size 1055156 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..cb61ee12736004f8b015bb405942c332d8760269 --- /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:f4e2bf18c1680e48b8468eccba296b6e11a599463de10c1d47e6e7abaea81d66 +size 1078747 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..d0a7e97062fcc847a671aa527dbfd47a16f1b5db --- /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:a94cab438b5785dae97cb1e66e42e1b8be9b6a4ffea83920ea65438d98e643db +size 1106837 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..619871fc7514ce96d2a5963e3a81d5e349d0883a --- /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:d4a946ecd65a1ad6126b60a7998b369d633595e76447c37d720880bd299cb911 +size 981903 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..dd680b87dbbf9a5b348dbcb7ac3667d58b38f682 --- /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:29c55548e16b22339189b18ca5bf63c783af9401316a4b467def5877e0cc3148 +size 1009303 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..a8645070a7c579ef58e07a9bde90eba327eea648 --- /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:9b800594930874dd23b25983ca0a428db892b8264f5d65b26c28e53f8e536b8a +size 1153117 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..abc0bc99a3c79e27fe3c9f689f66b9940e519884 --- /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:bc0555c53516fcc9e183aeb8f36e1a5d5837ccc8e82297d42bd1eac8ec99c7b6 +size 1039088 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..7d9cefa6c81a7e3a6bbd669e6f4dac4903233e62 --- /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:0b1819180e48f6fa9c04b016c42a80c953fb403f2efd2403f73abf89021b3d90 +size 1094764 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..5b0881b8ce14c160a7827ec8e4a47d97f1a33c00 --- /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:324c83ba70e5271872cc5be2da767af14d1304dffb8c2da6c718a656b1dfbc3f +size 1083322 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..34aebe2cfde0a1aa38cbce179000b5b3756f3aa8 --- /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:304cf394e5fb84d90ab86922ac8581d9b5ca47a257ea2a8653cfc2b0e4479455 +size 1181732 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..7d4ee5b5dc3dd1dbadcc1a41e1d22ba2210a7c48 --- /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:89ed6659f44bf2a26f17a4b15ca91a30fd0bb1403bac0d3d723643c4968345e7 +size 1006502 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..3aed807bb186399aa028fa841e2e9b37298ea567 --- /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:e211f9fd1fa8dc96a98c61adfcf508924f12c3e9c5c058548c527601f6424e20 +size 1162657 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..804e962633407ed8705d701ad42368aa4e73fdcb --- /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:201fc46fac0fba92b936e75ee6986b2636770a7358c37a570219d6f20255a114 +size 1173350 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..652d432ad47440d6e78dd5a19b153a392de65418 --- /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:ba6d2480101ae3d182e03ee94a463264a53d86132a1f7ff732e277bfac8e63e5 +size 1071799 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..a5df902caaea7d185e04f651b537da53cbb294b4 --- /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:6401a4779e31b8a1629f0db4d38a36bc214f87c41e540714bca218f539418899 +size 1099073 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..3a998e9675df0008e6abc9b558eb0120e663bb55 --- /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:6d03f912ca9ffc53b745a9755401d4f5e440a0886e195354a04655fb98cb6bca +size 1138919 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..2164b35d6ec63f5cc8f66099895d25a71b114dd9 --- /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:a375e43686a656bf1aa8c14fed49565fa14cb02b94efcf20290965cf9c99c632 +size 1072212 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..4562940f08693074c4caee26c00a5c3deeaf6771 --- /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:8886fb6a62e9ff68f7385b7994e88b3c9176ab59e6857311e9dba54b0ad11443 +size 1089838 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..855ab810e90dffb7a5dabf888b81b1daa6daa875 --- /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:a3860ab35f33a144392c4d9a52da6e150e5adff60ae65a56835c0380e58cbf60 +size 1072456 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..c847514be89d2dd610857f20f92bd6a006b3ceaa --- /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:71ac31ef3bff165872ca0b2a4915b297024b1d9d6b9a938e85c95360f3908fcc +size 1040498 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..fc161b8777dea63c0fddd16e313b8a166c6f6abe --- /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:d8fdd6233f5e57bf6e9f6f67f8129741a094eece94d45596341f82e6d098b0f9 +size 1026806 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..6972d13b06612f04f0e66880fddea61aeef5b06a --- /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:5abfa5a6271628917ea72c3fb1b710ea917fda97a4893e5ce59af0bde9892a50 +size 1107169 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..3c0fe7d89d347caa38e1b1f7121b2e84090056ca --- /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:64d3d0fc28608811ae09cc5e92d05639fba8f3f4a1fd0715b5e9295ef82f941d +size 1111083 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..9d53f57fbb7fd1036f829ea4c320d94536b10d4b --- /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:6ac221ff56b3f32388619303096932991412f54c069a0bcc42eace1407f84618 +size 1056351 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..dcb70f9468f307d8bb6113897cf2dd034cea6c99 --- /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:cd7b85f4ee3b34cd2fa187c7f8e61942db8fc572b89cd562d1497f7f66d30b1e +size 977167 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..2b8f0d409a8c86c9c9f1e9ad2b0475456cb47f2e --- /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:93a92e12d9bf1b51c544f51c728c9f34d1cd67e0f2c490f6aca14cbf8b9668e6 +size 1111551 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..05ca55cc7be05bcb2f8efe071eb7db92789ede9a --- /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:c6eb273d4b689f3986f5869a6f10f06239d6d603fde3ba532117d12d19f8f00d +size 1159697 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..f7e73c78bc339a4187ee0d1f4a95ce1a4d33503a --- /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:f56c955854ed999cafc8326b2e3409581ab4d0b207a0e0225907078f522da56d +size 1123142 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..6bd5ad7dc4f9e7562daa670ad461f5a0be446fc7 --- /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:56256d72446930b11eea151daf7729611a1d33fde7b01ff49b9465a243fe9574 +size 1083045 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..56b4cffbdee43867c81a49231493d277036e5722 --- /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:6657360187ea123224ddd346275890621ed4a313bd1e60ddb78860a8b8dbf144 +size 1212652 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..428ba7619a0f63413ac8286ecac2da6ceb8853e1 --- /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:aabb2353a7bf0846795ff427500b08b4e266f7cd1e34a5d8c27a684eb8e4589c +size 1119040 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..8f42a48b949e29e32b708300eec08dc4044d608e --- /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:fe8d56a6ddf76fa552e770ab266ca6d76faa7cd2a84b56c6e482e61588681acc +size 1069848 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..98526bfd78cf70b0e5d2addcdf7ec8e07a9d1918 --- /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:085ceda772df34457f7b47730b9c3f4d63a51e0e215aca3117d9f7e051b2d82e +size 1038399 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..99ffd9de7fd4f9a941c70f31e6eb19697a9c2925 --- /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:216a65ed256e9461fbc6bdfefb945e00c73e55915383d9070f2a1a7091b9ccac +size 1081026 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..3e72457ca68a48e2c2144e50fb15542cc6bd2476 --- /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:141c2e2d1961a341be7b7d09f3f74e97bd83c47e2bbd5b15840da4bd1d80308a +size 1376549 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..1debd93c235f7afaa8d24e23aab4d19d5b8672d2 --- /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:0e6f3daf3b3ca67b6d0bfbc0de171e9ac8d51e419bfb5193e5fddffc82c6df9e +size 1133949 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..8da4837f13b7262fe7ade532e2bad34e70adab79 --- /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:8c24904e3393bb6f96c74183a3380f5b58329fbe89a873a5733065e994461393 +size 1190497 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..15ff94b454f6d4ca87a105fb0c6fc40674675881 --- /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:2018707f4bb4248fd39e26d95eba7355f90babc6713da0fc7aff75d8ae556572 +size 1128601 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..df3decfc902fe4932ff85120439f0cfd6c75be03 --- /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:083fc8e54be93ed48a7e57761c1545a925d50ac5fe153a67e67bb914aca512fc +size 1152462 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..bbd4c5f384bb7d445549d99535aaccd8e863ca1d --- /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:d7799ecce4a4501d690fbfbc5acae1a79f0584f2abb4393c7c849a257a9f836f +size 1139395 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..e2f85092d32687f38dcfa36f4f8c64b72ff0dcfe --- /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:e322943594b09048569706ee9ea5958152f83562011ba136e21c21b16646b138 +size 1209937 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..0d11687ceada845b1c146ad0bf95f3ded93b0f0f --- /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:e956e08213e88425bbbf3cb9a10ca927c1aa558861231601763bc391b17e5a30 +size 1437646 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..39453135e02f592345ffe295f36da8b5ee332484 --- /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:0a21618006f475aafb43b6be67522235f2be71881e7a3b173ef1be915292a757 +size 1147851 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..ff57d35800d8e6c4b3a257b281af1fa3f4d2f3cd --- /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:97f2f2badcc9cf43d083da1cd72060bb936829fa9a8eddcc74399260a4baabdc +size 1153226 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..5c7246d158c0a9299ada4bd054f18a83d7c71807 --- /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:a706c9045344242630e3607248f105fd909f30d3005f325e286c2c644622887b +size 1214621 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..808d2b26b09d230a3399d93c44e3ce4394fdc51a --- /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:87df2cfd223236be191bfb31e2e9c02c878b2c81cd6f2eb66245f38f2eac16c3 +size 1237002 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..52b21b844f3004984706e0eebedd1c8e0d3eb659 --- /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:a6c13e8577de6b8bfab2b3bc829be047552f219ede046e8a89965bc4563786f8 +size 1119809 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..9a63b1de39223f9a24fee7c67e57ef9d80643a1b --- /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:1911090f03dd4714c0601b278c1bd773bbb2d4fef29131ad6ad53e91b85cee11 +size 1172687 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..4b7b92dceecfd8c2b76821bd7a95278a722c2fbe --- /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:604d3841ca0a6413a049aff8e33b12d40e5a70131843464f84384e4a3d53defb +size 1269399 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..93ae97447121136a9ab2472745f55b6f783f9260 --- /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:d58ed7ec0802b0c38b20a9e16c42f1b1e79d1cb56590cbfe5b9c6f4a81bb876a +size 1146733 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..bf1c364580b0b67d943fb0989afb41e61a5554ec --- /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:ecaab0726ad79b4113b018d4e0a6c0fca7c40c44315386320b28f836acd69f39 +size 1288202 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..60d1a0cc260aaf37ffc1fa379fd6fb9f1c67e29e --- /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:29d390ab60b1401a6cdffad8252ca421fba78317205de821468ca285acbe1d31 +size 1447368 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..66d84764a333f0548f343c4e4c30b176b14ec256 --- /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:94c0f8041d09ad47de08ae161c65fc4b483eff17c833437e6bea9b807b1b4f79 +size 1380458 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..4a9a8989cae33d1e1d2133febe35b15876c7192b --- /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:9dbeac798c956460fda57ba302d600e490403b0323049f7bc4693c65d99dbb99 +size 1328412 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..77af8034be98db29cc5cd492bd80f9f764d79e07 --- /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:f3465630e0189441c4b9c8c22474e135f35531a08bf7bd3909e9c2b36e0a8f37 +size 1261226 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..86c4113dc6b1acf05c719e0e41031e64abceb17a --- /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:0cedd829d34330645fc64896fdf0fa24b1c8b3ddba314860b78034fd48a95329 +size 1288657 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..572b5ee5a570a5b28465ac4dc836ab5aa6dd726f --- /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:33b8903c3306ba184232a7cd11d68c895998768c796702d068c45be84019c4e2 +size 1268279 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..9402b34b96e2cc684baad2e785d89a29557e0f2b --- /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:2c19eb5c41ac21b1644fca172d5d7caab8a8c168db7296783d318ca78b755631 +size 1160759 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..a59f3faf74d8368c860f3e0fc5d371f2a3be20a2 --- /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:31bc5de0857d7b03b06072e205a25fc2c8356e11de2756e3a396682d150709ad +size 1331609 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..6c2003e18f2f51551dfacd8b6f2dd3c3b9705ef7 --- /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:180ab1c130c578f12d47f3b2aa82d966dab6b8ed6cb2aa567224118e181ea75e +size 1259392 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..1464313465aa9a394e9d56548fa38574e7a61ccf --- /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:3e7a2661e140889821a28854819a0b5a994695be194d2674ef9d61104ac8a6aa +size 1395207 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..536a09d094b14cd1d39fdde4b3ff734b48adaa84 --- /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:3a65aef47366189024d4b3ca9dfabd0c79fd537745f3222bb6afb2253de93861 +size 1192370 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..c75b2c5b956db2098e708d860b41857167efd70a --- /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:ca12637d4b3953b3e3579a62335eeb67d2d4f9b16cec6fe9bca4b6c967aaa4c7 +size 1425419 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..57b07115cb460d3097950d66d855e62cdf86c586 --- /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:6cee954e85988274605817ff2724c6769508aa3bcff42764560557d27792bdd5 +size 1702344 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..e4248faf8df67264df6e812626d20a0189279240 --- /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:e5899f7e348ece58263b55f42c3f0d82b1d4d4b5d169a4c19c648b798211eac0 +size 1291094 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..f2d3ef21dc86fed851a5a01edc3f7705a3812cdb --- /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:6892b1d9da2c51c2977fe2a3afa465de5ba88deb8b3b291cc0fa733c74d821ca +size 1442767 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..51fb06c15c6595188906895b2f5cb4b6345da8c4 --- /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:248737fcf6d9ebce23daa93e6faca7e4700e9c15e15ce26e4ad48a32aae60856 +size 1284298 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..ac004cf1c91136a0aba5851e0a55424a1d047b92 --- /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:698cbe6b52e4d53f8ea2d49e046fe8a6d4c181a449e8b7d501dfa9d65e3be6b2 +size 1227325 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..0aa49e0d45ee8d37d770a8742d79f43e0dcc81ac --- /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:b6ce518ff17bcbb48e9434c8aedf4bad9db248a738e0f626bc2e89bd2133ad8f +size 1293761 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..9a24166bf209cea397291c1ed1d9dc5b5c922b7d --- /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:1d7e16733379f8849c5411b5dd87fb4565f83142fa574fa6a98de843682c99b7 +size 1213817 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..2c299f9824eaaaaff77561e187958ff069d97bfa --- /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:f02af90bea060e558a7a7a8d2d6627cbb78acec41c119274473f1c9dee919e79 +size 1259130 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..bb952d78e5f6c1a7f2ca3cab930fb126d61d0360 --- /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:66305832391be842d3c33329985fbf3c9716c48583d9409447ce0deca0cd79d3 +size 1236460 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..c902cdfa695fa6657145d6bcbe5060779ccddda7 --- /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:e18a36d82fecfd7eae1568f09b3aac5fa559d3a0bad1545b52d56a7890bac4ba +size 1309849 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..2e580d54ed15a5769eb591abcbf9842a2ce9bb8f --- /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:89763673e9be4de89943b62cc0313b99ac57100dd1f7b6c5054a4490de70d8a8 +size 1285266 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..23c3558052c20c1f8871ca21e825e2a8978afab0 --- /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:c1e5fa2f4b294fa29a3b13ed0d8d816786a3fcb6b49da4655604c9a2bddb24a2 +size 1297971 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..34aa33d7b0d2f4bd55f900a6064f288a4ebafa0f --- /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:363828485112d4d25394b053f970018ee73522f504e74dde3aaf69b66fc99fbb +size 1250117 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..b9cae690b6db3915d7ce198a0f30521b5b60988d --- /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:1579b263d87ec2be67e8494fb3fe7177d836d6689d31dc2e7f25bfd08fc31a04 +size 1262221 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..2dedd9a3155f774e399da78c6811c5ca47ce917e --- /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:591df28072e973c197b95985566158069c26a034e3fd1eec2216d7b2bec0cedf +size 1291998 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..b4233a51e9f844bf0a5314ce061ae7e66bdc02ed --- /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:1a7df27fe9aeb76773883a52448b21345f1aec7df1f7f356033e49282d458987 +size 1339592 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..db55ed8937e1a14ad39dbde0cb0c1a25ecefd57d --- /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:c942d2148d29cac5bff08336972302b767271b76552171c34dbdb0963eae7329 +size 1225346 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..96ccf8225991c6587ccd5e4acfed663c6f1aced4 --- /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:dbf4f362ff8a9b588f724cf10270af0f1d3f013f5dc9ea8e9dfdc511e0b5e4c3 +size 1282909 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..ff8889b6d0a01749d3dfa5657a667efb458aa8e8 --- /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:344a2c8d994c4b0052a6d13bbf840a82959d39084c0d77fb64685c67d5f1ae5a +size 1262522 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..384e0b9359493e21944343b5d7f9c6001f329bd6 --- /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:b0dc9063d7a91b647c39322ad183a7d9d63740281805239e8edc2397186ede68 +size 1182928 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..5597ff5b7bd58918ed52076bb14ba0716e980f28 --- /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:cddc7afd877a6664d593383eba3bd3423452f9a4c2a7e1b8d6d8c1639c19d871 +size 1159287 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..2d5aeb653d91364304c9bdb60fc50e1391dcae3a --- /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:f50503826c43792ac0387db927b1c45554aaf195cbabdfcb113f4676dd808050 +size 1134562 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..604130b9acba23a0141f1520810d9215e2b37ed5 --- /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:e192bd984983e7ad202c6aeb269dd125141bf2b45cb030c33d3dd7488f38d42e +size 1007158 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..0cbc3b5fd6c9cc0a1cdd4c09bb7e725be8d1fc8f --- /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:d5416b1bf05405914f02ec87574045abf6f5b072d937cdeab0bb0535eb53be2d +size 1130160 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..fb0f5cf33ffbf7d5fb3e1f4f8b44ec26b91564b3 --- /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:a9a1288d491b61f1e235f1af3191e8d75450095d0656e67b8bb8c37b29e2e0dc +size 1353029 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..0c0434bc7c3c210e85b6cb8270d526fe86e5c75d --- /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:9d7076f74ea49b5a856b9141b78a60633fa22791906c42ae38cdac3c3abe190b +size 1244335 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..6a2588c8d657efd5bf9d1556716bf51914067ef5 --- /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:108e4a75151719e27cd80a6f5398a1e38c674c2bd966c80591a521132b23b794 +size 1482333 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..109db0632d34f24c6cc53573a70317f8062b9958 --- /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:01b7d43a4b1ad7fb0fc679ab8bf73d8b28e34865f4839783c67180353e17c094 +size 1199245 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..5ecb7326fd18070dffdebe88d49473528a5dc147 --- /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:878ab97448d511fabc1cbeb5ef7dfb05dbd4d776290d236c520ea897bea4469a +size 1510380 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..706bb6388c395252b0de0f7e62d2d566cc3bd445 --- /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:03377aa99c1a1dc0425624828a931c24752173f1c63f640fc59b0b99f49f6097 +size 1172998 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..1162b6a690f413a791222d9e434645d1ce958fc5 --- /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:c963495dbda90e9c3303c5dfa85317af596650d330a008bfdae3b8ce5c0aafb2 +size 1257126 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..f1c40ab5a675e411f5aa433ac0c59627efb74df4 --- /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:43a96b3383f8a45b5426f8ced56c6291e97c7c417d2875ba23b314c070f4000b +size 1446018 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..c2785688844b56fc5b5186e9182bf8c7968eaa80 --- /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:e5ceb91789ff27b4fa7ac35b7551e1f8424ef2086c60572d0ce8596419b9e31f +size 1320271 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..30889296ffa019a41de0af17b06e6224cd46c8f3 --- /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:d13dcf015b23dba7a65db5fd8de48df8efd4d216bc6ffe95d849966962162767 +size 1277906 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..d513a5dc22d603f16c78e2014f0552658e92a3a0 --- /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:13524d6d87524b339c658021fad4ed0a49617bfe2ae7da6b44021c325b94d435 +size 1108136 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..888503dd8cb1ad87bdd7b4bede03edf06dc8bc20 --- /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:1f059bd7c3ff4e584609fc8c2e9bb353800b50b1a12a5de2c9fac9fa004ed500 +size 1269180 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..2737b5cc5d5b2e72cb546427ecc81154e6134d19 --- /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:11ebb0a64580f71ecafc15ce3cab44f76a063e3c08045589b1845877e78f1ed2 +size 1282016 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..e4c432e255d6efaec7b0ef28c7f320a24be88832 --- /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:3d13f4c5f1df8fd6e9ed5c1a2abe62c7f166f13d7d558fd9f77ca0c134ed7b26 +size 1208754 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..3065aed114ca0c39952d59d9f27fe5cdfb582bef --- /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:e15a70722bd0aab8a560df8dad510da355eecee4bc0ee6d04282204533630b3b +size 1206448 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..792ac7bbaccb4157f2df7457a13ec5a032f123b3 --- /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:e003e0e633e87c73d2e22fc5c330c630caef3f8b43ed61284eadd44d8d8a95ae +size 1211069 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..e51be3b8fd386819ba8f0c2e00be0bd4bc0fe858 --- /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:971a0643f1599ed99685198e0791df7f3b0bd71bfc0fad9959d3b38d0ff71645 +size 1300966 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..63ae475983fda8eac7cd700c99d5c579ecd6e9a4 --- /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:6edbe63d5a6019be5584ea2f0a4eacce8f55ac69ffb15d19b97ef541a690d287 +size 1152470 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..d95abc5c5de61f9af0df32b5e47328d2bf2af6aa --- /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:d92bb77e211d80d20af964cc3e1dafe820f5443901c019ddcc6f8931be498ed4 +size 1097501 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..9095b7b24998d0ad363f7192fe67a89623de18bf --- /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:d7e1ba0ee90715f9bd61c8984014a5e06319e3b0569d0b642c00ac8dbad92d19 +size 1046625 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..f67369e3cedd7f50616782de1a3a1344314659fe --- /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:abbcd29b498ebbef364b28c1fb51f689bf50f75a7886a7cbb45ebc0349ea286e +size 1147200 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..94467543f075071d4d9c22ff0e3ffd427c5a7905 --- /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:caddf7202499cad99abfc2bbac8a70e0a383a88aab231bc9e312f0fff7a3e74b +size 1553937 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..311ea81041435b96fd390607b99d84688dd6b6a9 --- /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:70835f59bdaf3ecc3f03d0621e434641df3cf0a19ad96a427f0da3d07375c32a +size 1049859 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..97d42132b50ebeede2c08337eb4552072160a4e5 --- /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:0868a7708a3ca3125655676caa6f9076eef3212ae454b00afa6b9527a810b3df +size 1189967 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..8adec96907603192a5d54acbb85d1677a0618096 --- /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:82615593d4044647bca4662e79e6916304e8f32dda918ba402566627d7d052f6 +size 1147557 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..53903fedae5a8144c5ec207b5ccf99668e3ab718 --- /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:52146a5418c411915509a3cb413e356d8a982e84ccb7159e099a6d71a6da147d +size 1208490 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..607c805a3765764d32e1b5e8a9a800734f38f58e --- /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:bb16c108c83a27f12b4851078e3ce6910ba2d9c6f077d5ee3a8aa6039cfed29c +size 1256152 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..ddc3cead9b48aa70fbf5daaa09cc1ccaff0b7e0e --- /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:f7432444b5597bcd84e45f1866ece3d4b944adbf2744b30cea18cc0436a2043a +size 1190511 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..c7b0e762d75932fb1886660189eb3ef20c478cfe --- /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:2a8ad3520d830b46c44fc94d6f633265184e187a3ed5a6bdec938d197fa1d5dd +size 1285052 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..891963ef2a1e1aad841e710ff4f2d2e542c43533 --- /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:95204085856a868b7315702338d310ae3d59be7af9d0560cfcb66f55f733d462 +size 1238727 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..a8538471089630cb33ec22c728cfff09d4febbfd --- /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:045c3d638bfc739a641ae61f9e5726e5ffdf8d9dd1d80d0ab5ac4b8626d78676 +size 1301676 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..9d7468e226da8a301b8ab092f3e0b19cce9b1e35 --- /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:b955cee7b327894a67baac98158a32eb6a44a270be49e2675400a7968c1c3813 +size 1196750 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..df3dfafe2ef902cd06bc9bf515fc56ef158cb726 --- /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:9192360a71c87085b5152a34fe60fd507490599d805dbb70dd7dd5ca8561103f +size 1240701 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..d3de553b9d6a004bb761645c114110d017e04153 --- /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:89b50c0dddfe60887542b38edb6de9734f5b8dcf1471357419a99d62eea57071 +size 1179864 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..2dba9cf8477791af5543a87fd50e7530692204c0 --- /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:ff6aac39d4a045047b0c28de6b8eff11388ff10d3f5846563e1cd3ac0652c4fc +size 1212842 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..a54897fd0b74e1066c930c9bffb9cdee6d99ec01 --- /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:7aee6fff5eca2088c9c6a6f7f751630688ef84acc73d8b25e957813e33d5e0cc +size 1357394 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..89cb793e68226cb31c1806cb9ed3026f397eedbd --- /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:819f509e2522dbe88488d2cdb97e1cd8fbf2f9f6e324e3dccfb741d44f10078b +size 1267583 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..8b5b9b77a670f40f1fa6402b26b7172728442cc4 --- /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:2623701f22e0964ea796fd778c299fca8076dacd231551e84d6a96a3ce72892f +size 1195584 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..e65c62e299525045d4830d6f1c43bf9fbbe722b0 --- /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:f38321bef4ea786e953bd928721c537f8d30dd7f8fe763b9586c80fe11a56e16 +size 1251193 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..e7a8f1777a28e005da774fd8e5a0ec372daa627f --- /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:9b62a8891c5f35e8aab015a86172fc4c1f0d8d4e89675277f3e44fb6581aa6f8 +size 1241705 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..c6758808953a145160e681183c8892ed276571cc --- /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:029cca708ae6a6e0d74503aa43c9065757dc0a18ccc2075641a998ab2081b2a4 +size 1345888 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..4c1f79a12763205835d3599cac9c43459c1c0c58 --- /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:4e346e66db58e290288ec0fa46503892a88ff751836bd7892ccc614826b5c28e +size 1233834 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..48d0a4e7af69ae5aa2a9eb3d1d1cdf6710ce772b --- /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:bedc01101447d221c482bf77acf6a085dcdaab2e4350925e658027734e7d22b7 +size 1433165 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..69997371f52729e737e0b5575e2b7aef5470e9b5 --- /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:f6d05c8ca7140acacb4ee957e9c39cce88be87cd5c8fe5c41c908c77aa9ad608 +size 1460981 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..1fee9e1e3a7e8a5c71ddf6cd157101b49355d6d5 --- /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:ba031f6a4e964fb9a5655cb7ff262f2b9c4bb1e581282f4599b4f2ae5c6d8fae +size 1576085 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..6f7b1508122cf801ce489e73717efe562fdef801 --- /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:e91e5b27cff48c177d2757cb97e7d42ad8b54d09f63d338e3c8086935cc4266f +size 1436681 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..774c58debffef7839438644bcb63446db2f78470 --- /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:b4910e88f1f48d3a16cec7c136c2693c577bebeb72f3132774ea734bc38041ee +size 1617026 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..852566ecc04a5856d6328ab8d30dc069ea08a9e9 --- /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:211774da3714a2e9e0b337a52635f9173a1c291b7e8719a85c6e1c4fc3578c39 +size 1532694 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..1885921b020002929ae561e1cd5609e5617fe791 --- /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:b9089e25d5b9ff7a4ddb004b36cc9e1ac262514d9e1a22773043cb33812c1c57 +size 1374826 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..5b21e56b19a3977733d20a7933da8866865d4ba4 --- /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:19f1db0486049c21c9be05892fe4a03528523e939724a5bcc9caaf95ee1d8cd7 +size 1420226 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..95a2ae9789fc3c980886174010447bb7d5dc8dd6 --- /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:68ba19c8505069b01f102f1081379a26e0c41aea2880d06263eb81b9408ab7fd +size 1470559 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..63b221408be7871136c34d6eb3c55cb8f3acd488 --- /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:f689b6e1ba45eba72a71c7589cdb64c58853f729bc9dc0e2798e6de3c5ee890a +size 1426903 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..cfa733b852dfc0d0dce7f7d40ebb287b9ca8a347 --- /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:882a5953cf9497922a17d2fb9a51e6db28e2e10f181c6bcfa4f4cf293f2149c3 +size 1425022 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..bcd40a89d98b6a12a862b46cefa46a44fdadc45a --- /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:abbb1d511ca0662c6e417d3709bb4a470a5df53513cb91ff2a3c5609b30e6b12 +size 1506647 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..89612d72c8d110ce2898d299b6bd1bce7a411a5a --- /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:ee49868bb5dc7b5d13ddb7ca15b5f537cba9aab96f9595376e7384eb869cb4fe +size 1343854 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..bff0d969be6929268803abe408eeffaa4ff8cc48 --- /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:7fbe0c927a7b9f5ca0a70b639412f671eefb6c3a3c15bbf5671a56aca62969d8 +size 1628682 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..0b71aea0b66721132e7eadf8ec62288aa50aa452 --- /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:1b41abe8324309bcbf7cdb53652a2370292870a8dc1e0c32d38c1e89b916b64f +size 1495653 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..638308476f036d4df6e27b50f31500b65a1712f6 --- /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:9bfec87df66f8ff21fb948b8ec8e9cac3f58da7264aeb73c8d7c9cc097372506 +size 1535145 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..5afb1d959c0abdc1df70c507c500b2780623b10a --- /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:b89d01609aba6f28a2b54f8f21e15c441cc7d93d43a8c07e7c179f11c93e70d4 +size 2065592 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..643dd64200af37b152fcfecd5d4ccd30a7b41a96 --- /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:da6801b85ed251cead6c6e666fcc46506d2ebfd7be3127987e07c9f8ffe0d89b +size 1281590 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..071ba2bf4e82bd9543ed0aa68d98ea4f35b848b8 --- /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:d41050c59f0f31ed195739171dbbd37260e8c9963f4c9679a788d4cbe62aae89 +size 1553973 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..96d720923ebaf5d1c70eab58c7d36310ef380363 --- /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:8ff0841901f78c10dfe8c7bd4986f4ec3f7d01612874dd5057dcb625b5253df1 +size 2011206 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..c773dc21d5abf15c7625aa8303228aa12a6ac62f --- /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:6d16e0ea6752d2ea3789933a1af0997cedd378267077641eebe14a6aebe66c2d +size 1402947 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..959748d267f82b2469d161c5b991f4bb6fa192b5 --- /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:9a9b4c2f68a420cdbb1b8f01a8d70fc96beac35c0a8d1a95b724466d0e360fe6 +size 1544397 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..a50fb138270db7bddc89367e7d6578836cbdb181 --- /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:69123a859ad485caafb9639c977511673e04b9bcaf478eb579e3ba79e6884fc4 +size 2203963 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..6696fbfaab8d3dc6d0c4857d4f60a230f9bd8ec9 --- /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:36fdd9dee0d79536f9225061dde61b6a6b7c79e8a30d3ef7024c819273e58c4e +size 1639157 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..f4701e9682b6d38378af321f149b778bf6219cb6 --- /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:4063b45483f271bc9ebe7d91f558e71eef66e12a086ba216a71d41d2ca610b5a +size 1866405 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..1ab18fb3b4537b8dcdad4e02c0b94fc8dab2537a --- /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:72e56803f68e26d9dd48951ebcb2f6c53772f21f4eb831059c0b02927c766588 +size 1742242 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..1afcc03949bf715da28f361227ca39c90c84cbbf --- /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:82670b34c781eb75a9a12bfd9c58a80e6e7d26785a4453bf6d44a5373d7a2f36 +size 1488107 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..f1dcb00af56a5a21daa7b824d0b8153efa71980a --- /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:ef63d8e052f07fbed27f6570b0edda0ca8be090dfaad36d4cf36133dc0578409 +size 1538747 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..a0d27e3320f9e962e4205467f717da52690aff2f --- /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:25f3488b6a20d440ca69af158d0c61987851f6adf438ead253e51aadb927d02c +size 1489133 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..08001d46bc3fb6fb161de88b4e503ab2b75ce10f --- /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:cb2e6d54e3cb2a61cb5f95e1090211a27331f55552dde4633fe75e33eebda4c7 +size 1489087 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..d4f12e7ebe668ac28abebb98683a04ace7c1c5bb --- /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:8f0eea4f60befab92fdff2905250457b963b6e3eab8b608c23e5a5582bc328dc +size 1676693 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..a8ccdcc8cd3d965bc9b9924c53d88145f1053fc3 --- /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:07c2263e5580353d0d53c38e4c38a55f4f80549ff0d299d4c76454ed26a7e955 +size 1468337 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..d3d55cd0615892709fe0db751e4194f813a60ce0 --- /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:677f6a0cc688edf4a23613dc3544779ec28ad5615d0ef1a80e530912fc55cbbc +size 1584259 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..93aa7d2ee6c94eece3867b45dbc1f579aac2eaea --- /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:8fb5f5acedce10b0ac68d08bb1d07dc61104b935ad3cf13878215355fa31f68b +size 1682378 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..87f6a7203f3de3e0df1001ed63aa66020502f40b --- /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:6001b94356498dc4805871675b3f7fb08681e508c4a71890a1523c1a94968a33 +size 1586934 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..fed3738af4ea8336f8dc971590186d50cf2ac807 --- /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:64fa3a82d671d04edecbb88a3921e3200195225c9b2c4b24e4ce4f6656c45e55 +size 1630077 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..144996fe7b094dcc5a6084bc125b950226918134 --- /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:dc2faa45d08ee1b34a358b7df2d7051ef583fd3cb236d6d8f51653e1bda7d983 +size 1612348 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..90accffc17b7a46992ea377e6972650940fabf3a --- /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:cb59cabb23c2572079dbb74e65764073953e826a02eb1b7416cac722a073980c +size 1579595 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..a5ce34d80bce4252871da10e36ecf0eff3b93806 --- /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:595ac432ebdcd5ad1976179f9ea3fcee6850c5260485282b614c62602d544c4c +size 1687272 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..39ade5508146519a66e39ec396f4069924995917 --- /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:51b404d9567346e56655cf5e4875dc93194ba0ba8c4038a96334c94cd9944807 +size 1673412 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..e20c8af9358e729bfc3024289260fe28cbccfcd5 --- /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:8f4d47ca7d81e9b3b66a76c9a9e980c23bae9a1e2397f48386cc25a4520413bf +size 1683017 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..8fb79abb759b6ec00c420d4925089c1a59cbebce --- /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:62d88f027a510039a29869b852316bf42a3d232a20a7ea2ed2a9d0c40a4bf4f7 +size 1664815 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..587496a45d838c4a6fd25525002716bbcc5aeb26 --- /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:c9bac1d7063ca25414e84e2d8d1956a8a1c29188a27e67ebe0f94d1ad5f6273f +size 1746275 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..4c750246dfc909aec16ed5f2607940af65bb408e --- /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:c704603532e3be130f331e557f48b7519e4ef943686489b59d28ba76bf556f4a +size 1862849 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..9bb143cd08519a309b5eebc616c8b9297c072a16 --- /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:dae1b192fd49be4cfc0bb3d8631df6551eb1db1ff0b2f929b5ca4ae0d9745390 +size 1883366 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..92257ba0e248c7c2141cb32ca7d1c2a11f2e7176 --- /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:5e6192a0d5b19d6e765ffa6b87edad603bdba70dc284dc5e8b4d9e90b38acb2d +size 1952927 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..5b5dfb8baf504cc5cfc7519d7338324a6d64a5ee --- /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:08a60596afb8d30c9807c06d6bc0167c51026f80ee690773cdea0ce66999ff8c +size 1330135 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..0b179489bb0dbcfd4b0bab608c7c72fdc0f0ef70 --- /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:cf5f9645dca1511a17ff9d608961925b9a3094ba6bd8782444519d7a174eb34b +size 1327115 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..f486def1416af13fc578d190e4b3a746451cbdcf --- /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:058227510edfbc83a5b84213154335e08dc4f72680560bd454e3304cefd2519c +size 1251067 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..1abe1612bfa4dd5c3fe5bd50da6ac3ff6974d4c0 --- /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:410b0c7d458ede915a358e92bbb7e3c08bc7209a681aaf1a2b422534b109e407 +size 1391882 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..718361a0595e38b49cef75fced83e662ada48ef9 --- /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:8edcf7a2faeecb1b8f01961ab116e5704fd681083f1458ef20cd291e29bf583d +size 1432341 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..32f4888237ca9889733f932d9ae3bc2d4e494f86 --- /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:75c46855cc8e6bc54ae5b4e167d2c46166f23685ba4d59f286641f7cf209f28c +size 1317366 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..f7f5fcacabdcc7ced3d1f8bece8403860f7b7cfc --- /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:3787fec8f2286108040c5e3b158587ff59ae5c3909cbf2b9ba5879f5616fa7be +size 1336846 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..7101e5d1d2a3f97e8a9827d7d4cded05f3ad340b --- /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:91b0470e85837e138575d5ff80d75731d0266b06805dca87806aa361a32f8bb4 +size 1420836 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..d0c471f290f6cc394e9937e1f1d719d22a4b7dad --- /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:221487a2008254669b3fc7a2face162d2e90a49c377d9dc878f5394dc1d97325 +size 1420431 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..024a1422e42de3e6dda55f7b13e3ede865a82cd0 --- /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:9f1aa6402d9edb87e6a79672d0205ca6fabd22c3c5cfb032575002772e607397 +size 1365790 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..94f53d102c7470790a539ce4a3eb09d9532106cc --- /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:f1d184c1759238261b48c9f569b0f921270ffd728c63374e59a56d110b4530ce +size 1645563 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..23074e3a01e0e81655158e053f96f4b297420c6f --- /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:3fcb4097c1a86ef583db77200a6b01db780c8db756cf71db14e4591eba4d74cb +size 1553809 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..23c060d16965f974ceeb260c311790e0557b61bd --- /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:4a5e1c0876ec6f492c04bd36dd1b2412888160f14087eba305a934471803961d +size 1202382 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..75cc5ba562cdd2cc3ce42d47ae6e635a9cfb2c3e --- /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:9cfc231ea9ab461d10b6cecbef996cf8cd532ee18a3c8cf153230d7a1d92b5ef +size 1533615 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..263512a68e895fd1140bf013232d84a94df1908b --- /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:044e7ce61fdc91feba8053506fe4a231d7ef4ee6a43a447d9ead8cba02efa138 +size 1355993 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..c2d6d845f48d79f7d804f1cccc5c13f5a725cb7a --- /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:aedb5b6334d99b1cf4d98581f6729995c640bd72eeb96276ef4b863438f1ed3a +size 1698681 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..69bb91ea9883e3cdff62e42afb3664db38f113c1 --- /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:441722a6895b79b6489bd01f9af26c9aeb088e0fedf9b29cd6887e1cdf11ac28 +size 1544350 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..970aa1cd909dcc21e7f40029f9f8a800ea053900 --- /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:84585c798caf3d13b7bd45317720ae196f96a393200d270add623d950b82c895 +size 1488081 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..e98e7aa042addb66f0763bef393a16b8c7046cde --- /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:cd0cfd27ce756d524973160dec53fbb6a3be73d0d8876adfdcc7999400c4ca89 +size 1737893 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..b06e1f6ffbd789a2f68c0fd1ff42be930b9313d9 --- /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:6b1e6e50146df4c484051cee1fc4ea2104fab03c217bb17440bfeda16f50e565 +size 1896891 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..0b5bdb8f22bce99a0ef6d79be9bbc7eafb9e0654 --- /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:f74136ebfed6d372c9f00d72e8bdaf7b29ec9fda25811d5b4dff6193d73e66b5 +size 1613858 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..a65987d2a348776e9756aa147ef44eefdf4885c4 --- /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:29772db12497b9cb7f0c265e45a3a57414f9d1e2ae8929d5028095ae62d3c999 +size 1492547 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..f7edb8cc7de980cfe950603ba460ccc596fd51cc --- /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:dde6dd25dc9ff2ca3267b72bf2b6ea141e6e5ef57c09a2340eb430244c34e938 +size 1496384 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..6cb7d666d5e1552ae2624a037528d326fb5f31cf --- /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:50533f8feff79fc11dcb5a96deb9a5d9195586af2c32260a35875b2ab3fa2d24 +size 1288037 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..f9d733923b78fee8b40d261e4e18da837c2327c7 --- /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:2aefae44bab8b601907e5598c6ca7baebcc521cf236e58cac099185a82a49d18 +size 1450308 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..094c43e02dff6252af284c3e577c1ea8c91aa48c --- /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:fe089777ef8f199bff2c315b6186f716c675229063454cc143d8a6847e6a38c2 +size 1305480 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..7eb20344e242ec6c607d0dfd699997b92444634f --- /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:102a7991a2e6c735674e05bbcf62746861f23fa6bf5a6ce6de1b60c043dacf57 +size 1354933 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..099a697d694850f9aead4eb0678d8b73e494c82b --- /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:f84e6f076a07e090fe42313cee830562e1e29e237c51f2f340b4bcba09f273ab +size 1528142 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..163272070577b4df5c5966f080410330cc6bde2d --- /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:80c080995df8d82e397ce95f19169c6e30cce82f31f3b5556d3bcd387b0afb29 +size 1310487 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..b940bc1b511a74d4368390941c61d4a9757d1fff --- /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:c4e42dde33e333b0fead84623d6be5e63455bb5c8d3a85af55596ecbb40c8c18 +size 1505269 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..745aaeaf2654a6de982f8259a1bd66052142bfcd --- /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:b82a6ce5e94c9a89ffcf6e9f442c23e9d3c1dea86b7a443aa06aaab4f8fefe06 +size 1321113 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..5eeda9eef198e0cb9536ff59954ad5be6c64021b --- /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:663b0843cab6a873ba67f92e8746fc241a4e93f7dcb11881c162130e9d8dcb7d +size 1499865 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..89f93cba0cdb3fe7f804494b0220d0b3b75fd3ad --- /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:ade1b9d75c2986ee406b3ff38dc6fb7a31cbf5c6726cf0e63d166d7bd5c3a583 +size 1371239 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..88c976d1879b4e69caa71ec3964d052ab790f04b --- /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:f2091beb5987b79999ff28fdfba0cb9e17758b2f40b559ccb5f8f5c1f79caa48 +size 1593268 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..01fedf7e7cabb415e887a58c3ec2313d0b9be12e --- /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:7948b6b5160b872e2c0b6d59da4e49556acd5777b42b17606906fed791b5cff9 +size 1474680 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..259749f8b07c56b612557d07827897bf348a4bb5 --- /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:d86eb1416cdac11df7b2cdd9448705c00a62202a1e478794197ca15e505b7a7d +size 1431326 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..98b4fd29a4f8a742af19abd38fef3fa80ff4f328 --- /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:d103f53a9e8fa3f1ecc23680859dcd8c4e34b679821bee008cc6e8c0c1250a15 +size 1414194 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..347ed707e44d2def3c4fbd6e7fd7bc30d23da97e --- /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:fade9917521753afa49a063d18d441ae43fca40773bf87d3fd14a6cf620cb509 +size 1524883 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..1cd97de042f8a64470abb2ce5a3d8abc186877ac --- /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:e6745c8bc0fbebe75c5bab2b5e2d27b92766a4a70c21629680db179f2c855102 +size 1320313 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..994799c482f0632febfed46970642827566ec09d --- /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:f6e10a4796b54478b988c82f94821df5a15ca67c344744abf67a2b3066fccc94 +size 1387817 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..0c8598a20903517609a47a015c03826e9f9c50b4 --- /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:6d3209d83ca528cc25c4da5c37560b1fe6f2954b65c44b7a6bd9475fe6bc8397 +size 1618835 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..bd5f060da7f05282481c50830aa06f49432661d4 --- /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:cbb55154f6ee3592cfdde548135c8a52f5d3e6898cb6f03bd93963eddc600b3f +size 1529344 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..ec5f2645c8d5529d8de27a3a019273436cfa904b --- /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:d07237819470cb34eea009ef0bdd6e280e37c71132afb8c2e273546a825ad7fd +size 1199076 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..d1712ec1a92cc26612b920b384025d4241cb5ba0 --- /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:17ee4d90a8dd600481624ff13c42a1cf04b17b15ecbe603d32a447ded1f603d4 +size 1259703 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..d03b8f4ffab18aa51ad4f6d194eb90f300960f2c --- /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:bf409b85da08c86501814fdacaab0f9a3f0c43839b2e9457bd52c9362c60b7e9 +size 1187284 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..13b2690644d41eb12e6bbef97f6a53fa3141afa5 --- /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:968adc5e40179fde82b14ec51462fed829303cea8f5147f6bd20875d6025ad33 +size 1347615 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..53d54d0e1f4a387dd3d0c2ac2faa826ae149bbf5 --- /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:cf10b5f29118803a68d183049f9785dcb0f071bbc9a33e0617ea828ada9dec18 +size 1359246 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..f7f0d27ef212998b6f69e5fc1bddb62fb8dd116b --- /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:1338ad9e64717154b681062b74194c7fab7a2678434d8be47ff3046e4ddd30f3 +size 1393478 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..7993756e3f6f6f84bd12e007156039939a9b5869 --- /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:95842abf89603b1b0eb6ed5061415bb90bbf8aff697d7eb25fb56808fa29639e +size 1344548 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..0f218e44398601d8d230219502c46a6250814721 --- /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:aff476da6b3bf4161d70ffba82a0165a76fd2d1725631270bf723d2757eafde4 +size 1544915 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..20ea2078bc720541db70b7c9d3b7a082a408b5e7 --- /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:ca5f0776d41fb90eab210c6d4da7db885e2cbc0f05a5aefd47fa1de194b67063 +size 1483683 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..2878b914026d8fccf61333534d89ecad2fcbdb4b --- /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:55db24ca8f031f232511e45408a9c8a9b3e513f25d48e55298a748e7c0a9e616 +size 1435007 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..a4592d31f3cae6865ea1d5a6acb6fe61b124228b --- /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:cf205ee54706eaf41877993155729eb85ae7bd9faddc2434ffdd0127ddf4ea62 +size 1308550 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..db42ff15c6697b544d7fc4855e9ca665e3f09f5e --- /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:821b66bd6e1df942db98f31380b143ddd76cbb91f2ce0c3a87d92074a1be78b3 +size 1416851 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..6f50eb45b35c9646d76963754d7795a4099a9281 --- /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:54ac5a9fd22c8d7b76dcac052ff2f97ee31b1e090d97558f0a08faa98e1896f1 +size 1444245 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..ebc5c2f7e1c2df7245916a9d050fae71efa26313 --- /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:44fd55c4efcb0486006f24eb7e1bede1decff299d53c908b5a725908aa328959 +size 1381937 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..ee5d129dc182f7452d37b43038d3f79fe9422f3b --- /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:ea056172c484bf738162e10d5641aab01e7cb15da19a4c3e967821efd8dfdd2e +size 1359765 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..1d3ac038dadfca28d88de34595d15c9f291d2ae1 --- /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:db4933054584c334b5aaae822479262a2f87555ffafe9d051017b7b2941b60d3 +size 1354111 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..bb12ad56b827602ed2db012a3411aecc826a6491 --- /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:aae4e779ec4f5e2e194eaa409cd574a6a5755a7188eef7a50f6415c84753700c +size 1542817 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..8dc86250fcca44452e1eb6a4bc3a064bab39ff6e --- /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:d7718655328a60f091de57e0fb4049cce4506b16130c3232fb1b291b475cb1da +size 1435635 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..36e2729080551dd83b5b09450db33a342ffe8a99 --- /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:8df0e1e2ea46ff1a6f3e65c7544c6caec0c7c0046e24a946fbf9fea8a588e073 +size 1611221 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..64c216d7edf0e386f3d4ef9d45ed7a61d8573080 --- /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:cd3593268240b9b7936e77da72900a7611828c8d8e8cb9a9d727ce212697c76a +size 1742201 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..92dbdfabf75694def9ffefb44d7ca20c0ef18f5d --- /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:4cb36aabf60e2c0b4e2c56f338beac4c410b71261f37a0a7934c94b385391a3b +size 2162487 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..60433c530f065bd7e9aab6107b7ec55990e0fc22 --- /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:176f59afa0f64a563e19391dbeb4fc22ce82b8a8f1e749c7a7b992f44945e427 +size 2401594 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..628fbd48302e3733c04a3c788171d9829c2e3028 --- /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:3a384e36e1cacf6f03eb70b80b850859d60803bc49ca0f092cbdaf83be766928 +size 1622151 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..5246b9ed1563a90351c042df3ee0c6ceaa8f34d1 --- /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:268004c98dc9ea2550a9dbe1a82cf45e1a95d862ad87c102f354ed33faf5a707 +size 1559967 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..940bdab8ad69cc00aef387e5947e0151b76d0118 --- /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:4b96af6c2e58e7ee11d6a97adbb0a44b0d6696459da4abc4412f9beae12dc949 +size 1371805 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..6ba033c2c2b144f889f0faa1a1ff64262ce8aa8c --- /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:cc6a904be0c6a6ee0fc6139813d2bd09d6843701094795d7efd211e218b6ea4a +size 1711267 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..7f56bc672635f3cbf65e15c92604da6b5a562bae --- /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:e5f1adf43772816e24486947fe932efb54e131822b1967d1912546c373d8af1d +size 1645403 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..162585312f000de7f7e55bc5c1a9c93cd41224fe --- /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:e516b4f984648f34804eb92a140e77b30502aacb9bbabc748e886cc1a6409fb0 +size 1608483 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..89cc8afa64df9fff57c3692c85dc470474575b21 --- /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:f1384acbbcf808b6a178570015abb38665e174855cbc2766ae27aefdb18677eb +size 1415511 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..76909949cecc9ec297c4b062effcd762f440c325 --- /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:0f0550f22e33a7088f504e767abbc3a7996cf8c61ede092b1b37559f918ad69e +size 1441622 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..edad5a415647f97644e0f517ea9d8b655255f577 --- /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:5567d1616cd7778a0bf079d37922dd836dc4d0cda2f06f7762ea1dee52987d2e +size 1328318 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..fe4aa8b62294c48d2f5a7c4d295ed9988eeba74f --- /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:a85a70471d298e5c2481617edf01ba20f5f18b3a9d2a464ed68b1727c67d4832 +size 1390448 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..ecd92c80e5d26274a2cc4008808e6a124d72cb42 --- /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:ce89513e279b61db650b853300bc16e754ce44178ed64f61e394e5f93dd35847 +size 1410139 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..2bf23aa07e1527daf35048d060f7f564e1e62255 --- /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:402dc52004b43c63c1c88ae36ea98110bb6c7a9913d680aa92d402701eeb42cf +size 1551135 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..3e1c70b05113dc48eec2f8c9e0962157bc0d04f3 --- /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:8de569cfcf6df70fe97465b488028302367382768c6459db4e606ebb2b578bc4 +size 1633795 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..7fd1e14741e8ce04273dffcf0da08ff87ec21dfc --- /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:4f1b50add8a787790c6a059c660b525c1a6e12c0a4b5aaa197020fe61ed41aa2 +size 1462321 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..69d97b19c1c541764311dbbfc8e8881ddd45ae1b --- /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:a592bb4431399ffa31cb890798b1b32981e4de86ea4f3d317061cafbff92ce29 +size 1524379 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..f88b8c6986a2a295e1c71b67d03a4ae973252217 --- /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:81779fa092ba0510cb020a0c5e7992636ff2009cbfa56069b54435badfde1cdf +size 1470073 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..c633da0ae10484567dccb8c0772242d6dfcd43a4 --- /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:98ab5484d7f7bb17fb6ab95cc7681f82d4514513980199a512f9296ad05ae2da +size 1344788 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..d2e468bf48d082b4bd990630b310fc1b2608481c --- /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:335a5755b8e3d5e72af2f415a77a7999c6adc4cbfaf2ebb0966cd482437e8dd5 +size 1405581 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..868b494c2d7802c77b7c070e2ef691d5a3b3328c --- /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:068af7d03ee40903bf2891701efb0640477cfe0d36c792e684b2096436f835b8 +size 1237682 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..3a202d379ec0034a68ed0118a071f888ba4848b5 --- /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:f5460f7c816165e75e211338b54e1bf2018889b3c42093dca55f2c47cd95c294 +size 1269164 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..28fe687b033c8ecea0e34c65fa2f39acf877249e --- /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:f5b8fba2e4304c6e9d02d7557781d5394bc0e8e9451c4a1e7ef6e150b91ff063 +size 1284870 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..9cc325fc2d76d92c25f15128c01844178cce14aa --- /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:c63976a6fba8e137a8c3dc26a45c6516e07242a80be9699366ef46f1623740e9 +size 1406518 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..61e81c6cbc55a1a936abedc2ca8adc790cafb201 --- /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:e29517fde9f2ae3d05d11c7d58543a178cd47cce497b875e66e8f62a4cb4f32c +size 1460171 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..9ab679546e2d824a98466bd2085d3c38ed15abcd --- /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:fbfc7f5fde5b38403cbbdfc45f272d14cfb4cbb13852de3a534da92b9619a28d +size 1275570 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..c370e51698b3f47e8b946cba90a26e3e2af76bb1 --- /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:7b6a53b52d818a40558ed58da51792a244e4b22e9b8a9510271e6398ccfa6712 +size 1464964 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..8064d617d863709f8bbf014280a000e64aee2b2c --- /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:679763c21d59b54ef91aeb5b053b5b103b0a68027a271137998c3d09e1ad61b9 +size 1265749 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..c7c5fec9407793cc5c721a8d1b1eeaf873e5d94a --- /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:7dbf3ef03a01f4745ab973b2f37cee2370969abd28ed9efcd8f703d1be908873 +size 1307523 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..47b8db0e608bb330ab578f33c44ba0eb3f1e4c48 --- /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:ff252fa76db91e15f9980e99cb109785b410fe60617eddfc7c5051d1f3076f9a +size 1201019 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..7e90aa1ac3e1ddd3b5824a21adb5380e143beef5 --- /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:a142cbbff2e52b56ef1ab77c1c2a48b1f59439fba5f168ff1bbba0c0f1200ead +size 1287493 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..25aee4395ee7b2bb19e89abf6b9560ba320e292e --- /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:de535b936f007c4f7f959d6ee492ff3a0c01d5bef00f4e3d95fb50a1a5f6de7f +size 1424929 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..c11ee4d8d9c60557a83803d07978a941e91b0015 --- /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:ee231b5ddcc3c1bfba5865ceda845a262fc594e59d1bbc3507b9db61f847805b +size 1322424 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..fff47b7e4d10d0fd6d65fd89f4efd561dd74e32c --- /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:121d492b9bb4a0cfe99b91d6b8fc18054cfcee3327daf4bdde3e8c2a551ed279 +size 1338113 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..fc809680ca775f9512e153b02e135cc9dc74d05b --- /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:88c31217f9269a198dd6f5abf9ba518fcd74671759827e38f7e8a077fcb321b1 +size 1245702 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..99758b3a0064818ace913d69317ca5dfc232a031 --- /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:ff80090b96b94aa1cd8d220422f0f4ccb3289772612526da4b1e207d63801d9e +size 1355495 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..8adbefae0ea8589f36a7510840bd47ee6f25e284 --- /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:26d84a4780b12aa17819e4a7a589d9683c3c0e2bfefc4c21395956a382f599b6 +size 1926275 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..eae460fd9e43844d83b31971324ec3596ce77802 --- /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:2201cb6e51d3d682c1ee37f04a99fed4bef5ad7fee30134179439495263da55e +size 1245068 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..f5e49d48adce5df98894c802e99955320f9b8ce6 --- /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:158205d95e87dc531112a4e8075ba8e24c9d330db98fe0be7981d5c14d474ab7 +size 1245983 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..6e5168cee3fd41d14588b4375da4073f79449491 --- /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:e5ec4c2f93d22522585555ddafe644f494a763f4803ed5c01e261f9fc32a0237 +size 1275198 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..9ac71b78a1cfd31073b73d88eb6997c0a35ac4e8 --- /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:907325999d94effb24b3bd4760a32411a17bc8685f1a7b363ed5f22102a3d178 +size 1211922 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..83eb906ee02f6c875d1f3f3fb8a49356de2c5778 --- /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:1a3cbbd752db1aa66425fae6882fd657443da611407666795b2faac3c36bbc04 +size 1277820 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..a4d94a08ea2ccf0d122888ec6d80772eaf7a2300 --- /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:a2746ba27f406dde664503daa85ae93364941683bb36e209c44b1a79c2cbe542 +size 1252674 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..036b88a65899e7dae07fdaf50863e5cdc5691031 --- /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:2a8236c717cee3f4b5ce28615a9851a50fe5ff328a0c4124128e8c395a595f12 +size 1447595 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..69608ea9f908dce293ccfadec6d27dbe78d9da01 --- /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:34fe53b223f48ab077f2d335ca301b55ca6a19a04623e8b3b22aed02c63842d2 +size 1263440 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..ae408f3d9f6683a6079cb161e1c8ac32e7ef1a76 --- /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:7cb64358daaebc9bd8b7d28d3c3addcb9cf838e5e0f39b8891403a4b809850af +size 1397253 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..8c2ca5bc03cfe4c44d8c1163970e1479d0d71dcc --- /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:6a7b2573bb02c2b25c11b4ea8d491e602ac7ce00b96c43eeb24f292c88ce6456 +size 1303758 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..0e5a8c1c8497ad4d206b87c04ffe62a50b277c2f --- /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:420c4cf274d60fb7cf8c0d5698a64e44d101b502d2764513a7ddb526af3e3ce2 +size 1505711 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..506631e7ff11c49dcd7ed8b6578a1b246a95a936 --- /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:9fb93a3b2a810aec98c560689acc0a63beb25be50b48d58b089b1cfdac4af91c +size 1286855 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..1921be8ff5d77f6c08b86adc3b205e57a1b03011 --- /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:5b54b232df21c21147ee3fd61a53421b73c0e8368defdb4159db2a8fd636274b +size 1295199 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..af2f53dd648f55660bc7d08e56a22cdf4a929519 --- /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:1d6946f3ae6d24779aa466c3491675d5e4a3978c21a95ccf4b286fe24a3cb637 +size 1537969 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..f7582f624697a90fa5977f2e36c17785ef8634c6 --- /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:a719c37fb572bdefc0d74a9dffad3d1268dbd9a25b407db515cb4dce1dafd124 +size 1432494 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..381e1e53d6c4aa59a453baf13b233fda02e509c5 --- /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:3740fe7c8d484404502bcf7638a9c3d3d3b0e0ea90a48946df517c42d2cc707c +size 1439847 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..5b43903650ae06fce5795e0d955f490011ecb7f7 --- /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:0c4a05c8eaa00ff53f0478a5e2737a1fcebde737e5e3f4f93633184cf920012d +size 1335183 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..3a3c6885bbea683528f90480a5f80a772995f412 --- /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:4766e0c499ae0ceea9acb1155fc03e6a70303b32fd80b81004ccb6f3b0e1e3be +size 1261074 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..7dcd5d573b3b566fec49334e724d65175c8b9a1e --- /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:2c5526c097e873bd7ec3a70bfaa638baf63b0088e2ee397342db9a2e499ad5b9 +size 1165592 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..b82bcfd97e7d3660ec43d7ef8b1ae854a537a3e4 --- /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:3c4ad5c9e4521845b3da476d7615250e5d5c980575768dc55ebdf1bee27bd15a +size 1137505 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..005e2008c823f581f56a0de259b89d351944b566 --- /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:716cf703fdd9cba3d7817827cfec0c1c35fa0dba0c89805ef3cb0844c06abf0f +size 1179196 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..34df47a01b16c0eccbeaa4486c05e09baf7c4df3 --- /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:c3fa6b0e3cef43b2f2ed22c5d00f6d44437d6884d4523fc4800af173ee74ad43 +size 1295393 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..d0ba7ddc8b195926bd5ecd758ee0a8abc51989ff --- /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:ba9bb34a22aa1122101c228c5038b930e81cf3bc424949375f0525edd6843848 +size 1159667 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..e401b99e1131a90fcdb71198c2cb81326fd6a831 --- /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:0984a8f0044470d43bec221735bef55fbb3dcc5ee7b9403b93e5ee5dc28b0101 +size 1303732 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..f508119daacec0f71def678cacf9462a1532aa6a --- /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:39d898d48755ced3f207bc815ab0fb38b7e2fbc7aadb5946f5caaaf72fbfa109 +size 1242527 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..43d06a59f80c89e6f1fb01bb4bcceae1d5b0d072 --- /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:be8c8f8b44e110e0bffcb018084082b4da4803a3c4a386bd0ba8fa434ac31bb4 +size 1601617 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..def2a1b9de819955331e3a15c8754cc3401762d4 --- /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:1cc28fd3c485fc67b780fb7cca3ec3520966f5d79c4fab92378941cd04a386c6 +size 1244721 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..9a553ca3e1721142aae0c6edba1bddbd1b28a490 --- /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:0bec568256996c9c231f3a137363fcce8bf426e5bc0b20ecd1327f3aba2c3dc8 +size 1423286 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..6699561f027f72614c3efc33443837aa554ab4a7 --- /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:51dbc1538f2b3a5cd12bb1b792c52ef7fa465a7fcc17067a64532cebc2cdbd29 +size 1318120 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..0391b24a61cee537288ac816880e78532e39845f --- /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:6422646eb168209d5974cb22d38b9180b928350af989976cddb368db789e9147 +size 1199568 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..7532ce03e637359af96bb5248b8707dad4bc21e3 --- /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:6d007231eeb70282e6861108b841762119db91bbe4ee07c9c6b45b27334b4006 +size 1382529 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..dfc394c7c31cfc1be7923084a9e155d3e99ffa42 --- /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:529e490f06b1cfa31cbfd9330f284a0ca4e6f54ceb11665a2d350d916faccc8a +size 1264054 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..8a650d1347fcf42e2b79de1e8d6cc1a183d1df23 --- /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:95025510c8d0b4c9d0b09bcf0f1a170870604316b968c86f9a9c0c89df3f426f +size 1249855 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..5380865941df99876bb9b1f7541d35708142946c --- /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:735b9d4940f96893841dbee7ed168124941dd29f5cf65868592ae696ce1d21a0 +size 1241802 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..2bb15c013be3a8ef57abc1a32b86a676bfb8de4e --- /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:094ea47ac5eba969ad25ff9f897564879d6153ac99b2c0e4b12b6308d4111b17 +size 1114618 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..01c9ebfd90fd412c6fcc0aa3e6368778c00a4003 --- /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:3c02cd556b6dd3e0186124deb15e0c01e121e204f94aeeb613ee2520e74ceba2 +size 1297681 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..0d419fd7e9e5ea9a5720b7ecfed921210d2657ad --- /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:f3e62eff85cdfb18cd147b55cc67d544109cee1e83766316b9fca7a0a4a8fe16 +size 1225257 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..63fdb1a5d6f6f2fe27021bc4e9b70258d8f04ef0 --- /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:463bd394e8e2173bd485289e54290c67d04b0285f445aa69d59b27eaa5f91035 +size 1332380 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..aa660c749a9c8e231b546ad434b17d3e94e46616 --- /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:da96f2147286d5cfa016808830dde0fed63c4163f876fce8ba4075ff5e53906e +size 1318124 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..428e2caf55332800b3d2d9233e246b1dfe3ad6ea --- /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:7b85ef306fe5b2768aa1d9a918316ab465be5f22bc49977aa0dca75c6a758332 +size 1254265 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..bb5187a3cd2355d33e1338ffbd7e6a24a3700cc0 --- /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:82f360c8179b00fe63d697e2acc973592d73426288ad83fce4275fac26f3b2ca +size 1159063 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..371ef3a16165968b8f7fb8cd48722fc40bb4532d --- /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:0e21d40ddb97b86a50cede25a04b6e5ecb3d8d32bcc0c0c313e63857c4c53dfc +size 1179792 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..a57994f783e8fc648639123b6ce693846da4c869 --- /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:492e8f8413a3fd5a071865fbad8e92f424456a5ee61baaecbf31161e5c3942f5 +size 1255282 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..026932d76fd88fa870bd2542c0fd7bebf74757c0 --- /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:05e5d77275f6ac7a604da1b7e95b9f66867304e5f3ae87c7a839c861b315a274 +size 1200541 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..2f38ff2ff9788a38542f59b5ccd484ec374ae4e4 --- /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:6405dd96e06afe4f390d5a1bb51d421b5537b8737b48d558080a50f5c2e593f7 +size 1261216 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..ace1c4074a15568f9a72e2b8a5ae0a21e2cbb618 --- /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:8c4f3796aaadde9aa28f2dd35fcebade3fd958f2d5106f06ee2253c9e8b7c62e +size 1194027 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..a84b02d42f5bfac687ba3cb72ce91a4837e9ce76 --- /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:48678dbbd04725b647dc5c4d7774bc425a923451118f46752b87687fad907584 +size 1233380 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..f0caf72d2d9ed9edcc496e5a346977252e8bb7b2 --- /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:e9102c0c7007f464c90f2c71ec811d264a8ff73e92d4c47beecab0d0a3aa1033 +size 1232711 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..1594504d7f3aecec610d2f691609c62cd2d6b411 --- /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:9c92c9854c962697132ce6d13aeacadc072d667773551f1b2c43d4cb4639569f +size 1181134 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..34fc69d4851a4b962ee4f3956c398d0c23307e8b --- /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:dc612acf46a5d897f58cc55f6ffb64c4181403339075c1a659464231c579ea95 +size 1066417 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..9f29a10b9249f4c0192aa2321b0e85ef8d3f012d --- /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:9cd14dcf367b619da1c871de24e3866f1c62bb77f8fdeac423280cc51467985b +size 1345432 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..bf2263193c8f9184aa0e83e79d43a9553e88efec --- /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:f3a9bf588f1c95c960beeec02a135075c7454e3751a37c4b72e88b8b8e972bec +size 1304469 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..6d16de647e967de90a929c1de5aea7bb850b2966 --- /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:10bc40819fbd3267b6914a129d34121530a964a39956cf338a6c4c0a695f2e6d +size 1122007 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..29849550eb53c9b01f92dcce56e890990721ad49 --- /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:83b44faa37fb6b7dce3e1a2a1f041eee94a4e24d5659dd4ed38a7c8630fc24f1 +size 1123280 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..38e288b593d94c2a8e29039c74924635ff702b83 --- /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:fabc42ca150b2203f28f09c8fe6f92d33fb61815eab9293ddcbe40886e309892 +size 1273002 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..a457d789d767c342241ddb44ac3fcb3ccbeed700 --- /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:d2743c6b0c45287ccdf00796f3b3b8e8bd6d461111e8f14b45c87efbd7cb74dd +size 1242542 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..69427a5865ad2bb2747d4d48728c8a3dcd9710c6 --- /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:50512a2ef2bd0c6623a5c0b81f6b778d3075ee22f030f5cfdbea07c61fd69345 +size 1337610 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..2c8c64ecacc9e4728aa2145e9e5cee9daad2e0f6 --- /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:5f591d4d843c02893b8c009486b55573c00f5c9aaad1c538afbff24217c420be +size 1176177 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..50a8a5903d81e6d8ed1863fa24545e3b9e1b4c5b --- /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:31a415a149f7f6e888a91feb45f0bd77157bf587c92ba0122f3850e42d1014b5 +size 1409333 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..d54380ad5c0cfa4a93c973a0cd519708460d4409 --- /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:62422397fc2956b09a2803386fcb7f12c49b135cfc2683a055ca857221760efb +size 1508953 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..3e85b20fc7bd68a5ed5cb0cc861784ee3647c2cc --- /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:e3e721f7f04d4fbd670ab207b72bbe45ad8e4142438e5f5673290a688074f22f +size 1156494 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..c2ca32674a18cf925982604683d89814648486e4 --- /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:25b756eb68d24c085840b0feae35bb4c35ad14c076f6cda0a523a8d4fcc5c939 +size 1247931 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..6f4c445266e383f4f2953d613b552d841c790b7f --- /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:70918fccb549bf2c7239b40f8027340f30a48d0fe0f6b68e48551c84949125a9 +size 1354136 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..6fdb391029bde8aaf1758352376ab9ad333e4e28 --- /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:7ed19f1633419f744db2bf6e0b6142df77b919340d416e530841186310aa983b +size 1317851 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..42a82415e57af737fc53f9e4bfe4d096c45f32e1 --- /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:3a1782b1e10dc26cc34ba0d7e02aa0b73ad775f262bfb581063949378d5b822f +size 1261219 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..d46aad47e2caca2292a9c5cd3c7e1ad3bf98b900 --- /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:dab4f4f39100157d781189514c279698e30d5b30b7e838ca365b3453adb3fe0e +size 1204741 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..a045dc7517ac562e73f117894c736a47c6d610e9 --- /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:747421c6f50255b2173c82940fd3620801e7c331a96c141c0ad0d48245c7d14a +size 1303898 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..21cfece5eb3d767c47f17937e49f474cd7c49535 --- /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:6e476ec0c0efdc3b9e876be05bed2f0e55d8d7f54c0b969fa89e264b50692e62 +size 1190727 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..e21616eedf0a1ed3d21e126948fd1cf23f8b76bc --- /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:4fb48038a4c81d30db5305f61a299da2eb86acdb16f1373c6c2009d48b0ca000 +size 1149409 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..1d66396c939cedeeb1368b6ea77d415e2e618c5c --- /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:dee0c0f700808adbf3502603d5910076895a5139f9985e0cfe1b9c08e237d557 +size 1094563 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..740e8b48b31ed44648e3237b62f91cf491b0786d --- /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:e03b6a4be0446972718a13ae31629dc23f120527a9d44a23b403ccae1e4003b0 +size 1330021 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..abc17f711e145ed653ecc3b338665e16d89cd614 --- /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:f001f365f11a7b6132ae160ffc0cc23d49c3cfc3b6636872be11fb09810a32ba +size 1162380 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..be1fd79c7d38a91f6d63358bd4d1fedaa10f6a69 --- /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:23ec6afc45ec1276f5762e88dd5e1d15cd74a12d184fd7f84d78d3cac2d4f265 +size 1398543 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..08537778802cc4d88c1840742268a28ff7ff2695 --- /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:df1b28e477dce7212e73beed741a952b5eee346821443e152805f8b8895cff2e +size 2063606 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..f78946953106e314811f0b7eff4dc022b3c4341f --- /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:3e8d464f545b10df0b6168855a49148cb1ac51684f8511c4637f3dc031a7fd43 +size 1441089 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..fdb5bfdc1f2cedd2c76e814a2944b213e0e31607 --- /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:a8527f068c3f5d413b250051621fcf0455e4a5dea561ec682caf5a3923092054 +size 1263613 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..0378a9543f0e98054f879e0c6a634cb8c50296d8 --- /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:e50fbaf59e1726ef583bd7ea4b659de7dc808538e216383b7fb8b02051fe3366 +size 1235671 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..088b40cc158bbc1be81478ed04a97e9de01aeced --- /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:90bf18ece72c7b09f4fc1f74d7fe8a0ac036abf99e538cedf0742df0cb3c559c +size 1384039 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..cf4e6290c0aa9e4eae1b3dd389a134d2387bc8c8 --- /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:83bdd890eeef5a0feda2081286176ce2ecad8be13eb92598e7170857aeb2702f +size 1203034 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..fda38be14c2fb7c6c5f3b29a499b28defa510ef4 --- /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:af93793bfeb68b51f016751f3afd2b5b4d82e4cc1d8047b6824ca3c950e09b37 +size 1245216 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..4a0c93ff580aef0f34def1ef97d38e621109a14e --- /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:2f8d4627726870ac6979f1324303b19174bc99deff4470b4fd4edbc08992aeed +size 1152510 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..db8de7e1944b377ed182a5fa8b94512aaba4897f --- /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:3ced465ead334f26cee719818ed02b77fddc81aca30ba626eb545e2de0fe91fe +size 1208044 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..6efc3ca0c3c12b30ca8845a441605aa17b2cde9f --- /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:78566e8a53ba27599e19596538ba958ae310ec1fedac8f052f2e5c7837ead69e +size 1340685 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..d608954277931033263a5a42dcf8a9419b320d8e --- /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:582886cdcc857ff314cdb212cf17d356ee20167ca302e751304e493d32e6423c +size 1111254 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..ab112b102c8e824d5b4dd77826c24212315578f9 --- /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:f59b7243f90410e5ec8f1a7e630a90071a0a8056b2cba93e0da789eae0e84074 +size 1269788 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..2d3b3448a6d81c279f292be3396f0b6983a92794 --- /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:e666ef34819aee75bdd0494357292692acda7307cda82909e7fb2742507a01fd +size 1283546 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..86623246abea898e593ee990d68852961c4ddf04 --- /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:a9ffe962f572d4938df3bf93259f0a7d05ebdd026bdbcbc5df416f0fd9fbfb67 +size 1139537 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..f195cbdff9d3ce7ef20b3f7259dfb800a571adf2 --- /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:450d0154650523814a7ba7a74695fd3258cf2bd0cdb844e98100f777a729f51a +size 1541313 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..fc44d1afebae484572f3148bb4812a01601b2b19 --- /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:7d4556643de7dfdac57b9319c02cf67f0863bef31875de83210310997c0825fb +size 1414093 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..bf9aad4135b09c63ef0e08d1a37ebaab6dd29375 --- /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:b5e9b01f5410e4b7d87569d2b4192d3cea70fd1ec7c58995d8d1557771aab057 +size 1993021 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..3a3e33fc98e2cd2ce676c46cfc4b16c0ee8bf5c2 --- /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:443b3e9da141a94043e4edfb2b9403c1abd081287e01e98a0ddcd13252a4e7a2 +size 1275649 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..d5b1fbceb169824ffbe02424e5c3712e9f0e2b19 --- /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:a741441ae2f2927b88fee0960d9f72051ddac730a6e8d1ca6dd77d753c1ef9b4 +size 1337148 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..3816dfc5829761c9491f984f990243aa42cd4ef0 --- /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:218ac51ea4a47f13e8e3ab8d1e7db7f8879da999d21135f9963e797383ce67e5 +size 1430751 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..1e8eebdcd47cde86b6ef9005ebe80db185c90523 --- /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:69bd8663450459a3820010560f173dda95e654a1f41e9b81b96892770e71cd0f +size 1423595 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..d40102d41e76d346796cd16075e8b58f1d43e574 --- /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:4d37239b2a8ae0c05354f27bee782f767f96c76591c525d57ccb2a84a52f6283 +size 1236963 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..e52912f053bcd642bbe8145f486a8f32c467ecbb --- /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:91227478f29a5274c61c610c19314ec71d316f69d583d98242b9f832a9cd36b7 +size 1304741 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..56455ed95ef6a29d4062ef4cedc83aa5272d31ad --- /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:51bb677ca6662eee57f632192849f725174f282e47a673b23d4a8639f5e3bbee +size 1248896 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..30d0f164b5c452f099691c0fdda4a6071c7fc572 --- /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:a250e4ecee9e812e0be93ff2323db52b20df355465c535d3e919bb9837819075 +size 1288140 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..6e3150afe5ab331ec63a9a8eb040c07fdc812993 --- /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:b044af44ce2f6d494b083bc3d03646b44b84fceae25867106f2f3b081f8b9c11 +size 1412844 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..d1038fceb937965896613d8ad4b9735babfa18f2 --- /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:cb09e2552d54bb13a410b4df7e549b56a0335ef3189dd7ca667f6998b0e4ee0a +size 1185385 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..72fd2f5b697c45f0affe8d1fe7ddb344ccd9d769 --- /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:5141792ca7502d8d0bb24ab9d50cd3be2679a3f7a6baf80ad865797e05eae6e2 +size 1259528 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..4038175e00d3f1071e191c255d526ed59941c388 --- /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:8159d6b70cd5ac7047465be4c0e7d36588657ab7addcddc367d806578144251e +size 1543932 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..063c7f4b8ae7f7fb5f4501bff6a7830dd6b1a192 --- /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:02f44be6dfdd9a976f27cda79aa61bdaed9ff924c7b38b9b947bdc95304ad4c0 +size 1344891 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..89d436d7d489dc92da1d351a4c255f9e37177a31 --- /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:eefc341145005015ed1a961be7e7407fdd2d8066ae70845f6c325177d5be1112 +size 1271980 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..8ae64d6be4ef7b2cf02fda0b46bf802b33ef07df --- /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:a7fa6c31871b359a5af12471b09418deac0fb730ad7420ade2fa70da228ea787 +size 1577020 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..c0b78ce09e5629782e6d23fd6aa50c8d780c016b --- /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:c7c274139991c08f442d6c0081e57c1236097cc742e849851efd8f3ec5d4687f +size 1426806 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..a336249adc67d354d574255b2d422fbee36d6389 --- /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:1b340d0fb2e931e9003624b10c3cea5a04352594811b7eb506b53614f05e15bf +size 1412309 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..418c27787fdde4375f0ac2c1acf7ecdf7f76b092 --- /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:314840501cf33df97f7a12df2d2d218d3c65e6d1312a19393af204da5bb99a38 +size 1405180 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..6190f0470d3ca23fd7e4b98c916486e34b47ca3a --- /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:42772ce2faf9cb8ae61bdbeba03aebe6f6136db46474fbd518135d13042e9428 +size 1293935 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..9d7909633ea9bf251785e6062c2b3f3c1c33bb96 --- /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:ad7a2e6809e7f758b0febb7fcc3aac2b6c6b0dfc4c160fa4fd40a3da6233515e +size 1257617 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..b45330d4a3fe2142f0048a585dc5f2e118b04421 --- /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:5aff39c6fc595ff96c19cbe6878389d9a26d2a0c73d4a49e2a226b55baea2dd2 +size 1184119 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..c23a75b3a9d8febf9424867e3bf8674eb770b2e8 --- /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:299b3104c8934ecf381aa20f388c02463166216a4f18c32c8127baa610eeff5e +size 1348795 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..e4dc7798b74afe97ece8eef4944cf4ddd96d6c7b --- /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:eb44f1cff7977e544426c0967d44d11596f1d76c81793b06acd9547e2a5caf3c +size 1221814 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..a09aa03e9cd0c130b865de6f22667d4883683fc6 --- /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:0077d0651cd7ec0d96af3039f43f5d34d55bcb4864f08b467384efac276df9a2 +size 1247138 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..721d333e4f0d410d9009b2b6a378ea54cbd57afb --- /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:9c7a636cbda55cf3395e8060e39ff3dc453bf0630fdb3ec71f98c448170ba36f +size 1468191 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..6135caa15255ab818db2179c8e74ca42fc09cd25 --- /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:c2ac4a57d7b40f9b40bd6e59eccf8000ff58dd7c67208e2b1a9616b2cee6d336 +size 1140674 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..f1d70467ccce6c0f0455115d80c6e6cf5421d101 --- /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:60d6920c0f4a3c9eeaddda247768c0949e8db6c152fc878045e1bf952c057f72 +size 1178818 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..7cb28db695a8e96558225794f994db1a40159a50 --- /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:fb6280e925042ba665b8499425491b1b96bcb669d6592958b384fd5d354b7ef2 +size 1258174 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..cd0e9530c394748deedb58038d773ff8fdafc2bf --- /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:a2278dc3a3d46eacc2ed78fa93c13abf9a4285400484ee8802bb2f7373915fff +size 1112894 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..3314746da97396ea56eb2e6c1f2cd2e85a7b06bb --- /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:3815a130071ff52b999d26977db3444f99b9b1cfd0dd0a4dd80fedebfb4658ca +size 1219752 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..c26421c47635c52adf34cfa2823958c5b4396cb3 --- /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:48ad1e65e7e04003e3a279bc9dca08f1d3acb394ba1dd8ce2557aea0f006e78d +size 1287359 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..9af9b04aa309c6ec7a62751b4eec00bdfb747f5c --- /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:6c46cd02d1c06ca8c5ce113fac12eda6cc7c2ffca7c1c08ec61516237658abd9 +size 1334155 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..db5e295cdfa2cf4f2823992b13e6326266e875a8 --- /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:1dd1e4f616cd751c6ea9f4123a948fe2d8be278939573bdcdf0c1409270fb643 +size 1306497 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..a24ab2a0cf35bcbb38cd88c16ec39e7586032825 --- /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:67705e3ef992f29e8adab1b4602c196d8957dafe879c9dff43849d1eb98e09f1 +size 1161336 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..f5a6c2ce80985b168a7fef9e46a558c83c747d96 --- /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:2887a2e5046fb52d9a45b50027e1c3a105fefb45091795f5dc0546763ff85f6b +size 1259182 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..121fa3fc48b7ea3c66d784f13de3372cc179b263 --- /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:207c5797e8d2db7dced19fd406ad547e882e8d3d8c9e986e3aad326e045f9697 +size 1101287 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..5ea6cf0e32e52bead40082b820be155a522ac53a --- /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:4a337c50ff97ded6b7d842324a0239a9f7c0b70e5a8ca9fcbcc02bfcbae5b7dc +size 1180393 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..cc9d5af9631c4df38bc7a0758a04bb7f56ddc8df --- /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:51cb89bf0a8a1f6e3f59153f59f3b8905165042c1b6f9737c1a793dd3e071db9 +size 1308931 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..ea1796b6f433fcb88ec0588a492d692826742777 --- /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:463bd6c82bd638a931f822d2b0d71a8db2a7d5ce1209ab04189f40bcc817985f +size 1326192 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..ebac6b333683f844911a753616c3c3f6a2d02cf4 --- /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:47ea69cbdd51bec43eff607e51e02d6bcf6ee948d080e15a0592a007c2994a01 +size 1187105 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..a2cb8ff594445dfa31acce73df53dc33392a0213 --- /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:a883e598af6d23d319800842bd9fc3760777b753f13fb8196770f55b32ac2885 +size 1303583 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..ff5d78814af0b4e5597522581e80437579ee2827 --- /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:9f220eabadc3e6cd654b23b2457323e581402fbabe9fe4b7491e42dd3366d731 +size 1332251 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..ef5f3762e0dd8044cd613b41a2c1f42d25e0cdaf --- /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:2effbe7e8f9edae7c39769126ebf77d82b2c2c8b81866ca3d606565727c6df57 +size 1222696 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..639147b27d46932ba926078a6af15bc09a2f4b6d --- /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:26ce7051747566f0b73d3128a40e2ae9fddae3f4c7ae7435a930fb0bdafa3d33 +size 1216809 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..49b9f0794d2aaeefc906ea5efac728eccad9649d --- /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:a4e6cae79efd743a1b628476478cbc4fd9444cafed97db7caa3bb4ca6519f782 +size 1363383 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..f873e268087c92eb62bf43ded410f78e1add0ec3 --- /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:5e6b856d57278f2814cc7aef164207cde042ee25f71112d511bfb789202c9843 +size 1111022 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..5143cbbf4df12acd9de765609602830a611f076e --- /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:11e072209ba2a0e1ef3f7169b8a82eb3edf9e370f9b2b28bed190fd3e46585b5 +size 1024879 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..7815afb8819856027a4865567588f9be3897f636 --- /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:9af4c748bb45fd71328462776131a0769dc60da932e69e27507116e2ac77dc5e +size 1201753 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..0c2eff03d751f4f4191afdeaabc89379c50ba311 --- /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:21a6c2cd70bccb2c3aeb29086feb306df1a7827d90d4e02e5d8f57f8cd4af335 +size 1287787 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..0995bf3f56b6cdffca30aeaf332dfc01fff794ba --- /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:f05ee2a2efa3517d27b38b22f6e2a464f90da18c2bfbf8278b41ff0816440365 +size 1191810 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..8ff7c560a4835a9cfb187ff92aaecea23f59c2b2 --- /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:f4ca2861265a55486aaa637e772d096da61a2c29807ce6ba7c49f22aa5bd90b0 +size 1211764 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..524c833b7ab83477e25fe6059999dba7065ab9da --- /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:108ccffa4e22cc083cdb5974ce4a264a5a41a18dd9f866599e4bac4c38765ea5 +size 1137809 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..083bfcc5b1610e02545756770cd61a5bdd0f5183 --- /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:fec41b81e8319571576c7593670c850fd28fb90f41424de428927894a922dc6f +size 1174917 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..248f542dc22119d38961b91b950241690a9e6a35 --- /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:3f9f44181ac6fb3ce8a124467bcf9ceafa0f32487e08eb28203f083d88626f31 +size 1293333 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..b64029678d59df822ec2d5cb31eb4800b03db8af --- /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:6a40ff7429444e4045411b357f8e9c636634a456e0e24bc91a62b78bdbcd94f4 +size 1300897 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..f873289c8588c4248e851b1a472c204bed9b604e --- /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:123e36934b3e7be548f520e08375b6936a85054d7aa1b619e400e2aaac91670e +size 1326687 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..8a6645021f0d42250219cde82bb09ffbf8ca3bd9 --- /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:cbcffa9759c7e6d01bc8afdad0760136b4541a9bb32a192430d50679388a4383 +size 1402354 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..57d4ea2feb20459640c9837948f927c11151e12c --- /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:fed75656bc79bc8f3bcf0c7a355d60d93ffcf53bc2db7323afdbe89b8a9938be +size 1246152 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..6e3c73165c786525a8d0a41753a695059885f08f --- /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:0ab268e314c88f78d33e63cecccc95035433797a69d637e5f199da4eaf6cb4b6 +size 1284519 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..0fcc80cfa4d5600d77abdb50cf84ff3a6cd4f4fb --- /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:ffbc72b3132f52063da1cb5c72856d7cc11d3c16b1e74c476dde2dcce0b6034f +size 1191844 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..805acfdc1e6eaa7df400eeb1f4e623528c2cdeeb --- /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:78dfb4e0588e66967c311ed2592fe11545970f85c76501cec5843345860c817b +size 1304294 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..252f881137c8c486343e62ab9fdd829e6dffa301 --- /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:79c8cac17cb7aa086ae8c5caee265e036178353b09d0376d009806f7f4c94a11 +size 1355404 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..2afdec3a35ac451603d5ea0dfc1aa5c3f79f5952 --- /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:239ceec18f34d2c84652417505fbcb25d10fd42a295dfeb9f4d9fa3407ed1e7a +size 1227122 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..adb70b2031114488bf615b3a77f8ebc42df65b4c --- /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:b8b5dfccbf569bbe79dcf8e9ecd8c2a8f180cab80a320c9be28a33918f837a6a +size 1297296 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..5b22f42eca563c4222a57faaa59862329d732a01 --- /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:14900ec5d739b3e7f6b55cb71e5d23a26ebe6ab52c7ce0d29ede45e4b5446a75 +size 1109153 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..e40e8321758ebba0e2e63606d1a10dfbef39db78 --- /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:c77aa49a884dd3d811b40f5cbcf4938dd0ca5560c8b09741b7ecb7a44aed45fd +size 1180597 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..f0203210e0cfe191f291baaf32d9e51dbcfe5e2e --- /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:d83473aea2c379cfca682c486cfefb96bca47eb3b9040fe85f2b7b760a78c874 +size 1199358 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..9ff5c7c363f04bbd5bb9f99ad9cc745c3cc4ced0 --- /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:917ff4d8f3d2855907e19c1be1d7b387037f2a82a1cf5ae62a362c39b9ee45e9 +size 1251129 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..6f4460bceec178ac5bca3fe5f242c7eab4d9e978 --- /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:7d8ea4a23cb68d264321f6a933b270f4871580ba9826d7727cee290761a7d40e +size 1345102 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..0ab474157ec1c129659066e47a58b76a940fb7e8 --- /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:c45a25def75091a2cf523b8bc70779b83331a635135708a8c0cbc82d473e30f1 +size 1341024 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..a40d2b37d48596de278b5f2ed9b2399007d8065f --- /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:f755f4a7aaddd2b5fb7eded66ad06e6266cce44894b5db2980d72adc1095ac09 +size 1292681 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..f89689a35b6110e00c261f3ff06c140233d301b5 --- /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:3dd3097547fbbc16a8d5717eec2d72916c469003e9339a57a1e157ff92a58602 +size 1167696 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..16bb30ec0c6af7600d44e0a3ba0c432ec4fbee18 --- /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:9303200f5d7eaa0b16fef6dc3ba3c6f1c7f560e610e215f30f558de11e58c851 +size 1355201 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..142a1b888ca54729decbf78a1901fdaa9578a9ad --- /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:929a3ffd58386bc088463eae158ae2a9f41c4fc69b86b4d8cccff52820d9896d +size 1436340 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..7429234535a84c8327db808b73a5c7bcf9f184b8 --- /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:bf43a988488fa2ac7c432544857a4870d391cbe60eaf95fab33659306dee9ef2 +size 1290197 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..e5ee4294d2709b62c44c629083b1e103abf4c9fc --- /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:8139dfe6c029c22911d8d9361beaeb45fc33cda7578855335b8696982aab5e51 +size 1327785 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..4a056a8b4195760df3ae8e0885028f8a8b89b4d8 --- /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:ddce8b9195dbc2729ec2d1d841820e20aad73b04ca87f42fdb428c8f172ce50c +size 1267717 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..6eaf780bfd60f15fdfad862189064dbd5fa53ee0 --- /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:e7a9318f6890445417963d54feaadc1abaa69e1e817012af8aed8af5082292bd +size 1348477 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..5e1c0a79c64050f708b41fd8a972234d985dbe59 --- /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:ce3e62c10b743235655f279e7c8ace31a34d74abf1a6c2f9dab892527d461afb +size 1364287 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..215128bc2808b8cc413ea20d72dc66271f39d747 --- /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:b81a26a4f8b07eb8f4d379abe5610190f2c32ec59d5c8de9afcbf92374025926 +size 1194831 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..ddb4051e4d87435ded33d73a75e0f943f1516071 --- /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:a31e7b26fe47e16252530270c682521f85ee1bd62ae98379a61836ad771c06bf +size 1186613 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..a7017cc7f4e88ecb72f3c253aa012c25f754cada --- /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:7bd3e6649c575ff62004aef8e1f84c7c4a8ae8c61335678de0965188249e09f7 +size 1111198 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..d702778cc73744261445b22a5e55db8b991ad0f0 --- /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:7269a4a5a0384ea0c96ab8df156504f9d490529960b9af11cefc8dc8e2ebd28c +size 1273023 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..bb8aaaa01b2c94db4b3259ae868f576cf47691bb --- /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:d6b98ad81c059b0234f5252be9cdb3111f03fa351341e4ed3f84c6d2c7dcd7dd +size 1252014 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..35cc8b86af0f34390f30440cb8566b1cd0965bbb --- /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:9a45e70ed598343ad46a21c9f58f414320cb2b0ff26960b7442a9c6da74e7e8d +size 1308383 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..54013d3b98242ef2aeeedf357d61fa7c22463dfd --- /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:61c3befd2c275f118fa42b582fc261e325059bdbb35939a6ef6879523fc759f0 +size 1387961 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..3185d89d891dea09a9648f465152c7ea9430cb66 --- /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:d44fa7799c7dd35b24856593cf8c183a681462cec25c99db0c050a75d413a0b6 +size 1456425 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..fa6dbe90e83e8b691a856e226821ff62f891c16b --- /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:49d5196e82f82f4f865c73f6b3b04dd81e2e5a80d8837366e69cc2857cf16cc0 +size 1199995 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..9b7f1c6d3005a1d889bbecde16b8c520d1f7862d --- /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:57c24730ce2c7a310203d7d6926d8f35b58e0f81f73690ea826bf644143760f8 +size 1155305 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..cf00c97beee99235ab7a4736359d138f42dc176b --- /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:c8e7832642c4479f10abf6c16797be07c21c52b6617f8df3801b0c2af645f06d +size 1133542 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..886ff49049779ff9c4b7e199d702ef2c42dfd67c --- /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:e6811bb34bb176af30c72504cbd0101d5eef6ba48bdf1e77de16ca2afa023008 +size 1315123 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..698b76c378a131f6858eb9bccc982af73d463a53 --- /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:6a0c491d40ff1bbce032a04f1e2f34595e822716015589ffb647ecd0b530f10f +size 1121638 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..fecb4bc64604f887ac73e37629e1d1462f03ba7a --- /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:9cd9d22de50cde4d95e29c5be0c3943a6906a8ba5c5dc1a458c244112cbcce59 +size 1327499 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..7533aafa09b3a467e6d657295d4cb61f3938ba46 --- /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:a97f3d32ce2949083a0f4868b59d3df37fe2df0ab02b0cbb7e1a9a1ecb6ab569 +size 1529563 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..40fad6420af5d77389671e38e1f0883a57fa5f45 --- /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:120a6c916e0f3df8715e47dc16146c4fe6e22af1d073ba217a21b527f915ddff +size 1387126 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..a4acaf14876ead1b7f667a646c52300775dc42bd --- /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:20e2b85d1fba2e7fd444d32fd5b8fdd4cdda67a216f78ac3eba433787221831d +size 1239344 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..6cbe677f1044113004ed5c161e8042180ddc7cac --- /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:f22511840dca9a40f3f393e3a74981197e1db2e5961b3de9d05df6597fee8128 +size 1295815 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..4c23008370f01039bdc24961f7e0a58aabc9ec80 --- /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:be9e1eeba52122f5d71c850b894c0b0029905e1597bc386d4c42035806405b30 +size 1302256 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..2be15f22f0b698e75ff8601edd5305d708cd1f5f --- /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:eb86d9c28c8b5131661768cff1d7fb28eb14cf052e9cc6089e1016daa60581e3 +size 1293323 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000928.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000928.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3becd2f9fa505a6a3d214617ff7ac65b1eff7cb5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000928.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ace6cecd8e90136fec5448bb24bb0b67e4d47b8bc3c861a11afc432859394a9 +size 1550777 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000929.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000929.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..56be4713450190c107310b4a9f2a0459adfa25c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000929.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccc30e629c70419dd1b090beccf38a907404014d7d69a892830bca46d5320d5 +size 1111055 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000930.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000930.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a938b5d411f8f2a9db436714f8956dd3d3140ab4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000930.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2222f7dbc385778a1564110490759ca1cf4d7feafd9f555a933ef423bc31bb +size 1342920 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000931.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000931.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26934e0f1f3ccd2be8c26f8bcec3ba07972fae80 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000931.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7d910f5846503a1211ab6531f9742820ee17ef179820c0415ab2453c634da8 +size 1242084 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000932.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000932.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9437e355ba135becdb1cb2ae688a392040fed39d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000932.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe38ea9a62e556b5ae1244ea3749109f297533649d0d7ac15add29b423a0973 +size 1297270 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000933.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000933.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51b7fa695e13d96e80938d48ec5d38b77e929d84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000933.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13ab32fbb87cc027f821ff1907062226dcf051ded4b7be47c0093b957ac6668 +size 1217700 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000934.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000934.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b6320f6a0a13499cdc5f634cb7efb1985c31925 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000934.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72c76b6118b7afd6eef98ae8fb7f09711ebbd9db70f2cd3612ce03c5f157a60 +size 1214915 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000935.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000935.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3e6759aa293ce69ba3666c3f9c9632babc7d990 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000935.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a2f78a874ccd4da11d108709d5a949c082c117c070abc1bb98c8ffc88c9c08 +size 1358378 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000936.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000936.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b35e3462f2ee0acf1b5bef241cfde7521f59bf3c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000936.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6737fc4330f27777ba69c4280633b9d3b62f8f5b287d6ac8df8e85be5f3a51aa +size 1160018 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000937.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000937.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e3af9cdf346140393e0049bd957ae215e99bbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000937.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaafd400a4c1918c563aae9ee19ec9568153cbcce2034daa5956464c17e71cf2 +size 1202793 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000938.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000938.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb3f8498b7fe847565d87832d78230d5a6d938d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000938.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6b2f703fb3a33ad0f4f70a920a159d3f969852e38ff45b478a3338e3cf8e4a +size 1102266 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000939.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000939.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f0e260e55c9fa6ed50f92ef1f7ebf49114ae385 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000939.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2930ca2f571cd046206feee11a16c67beff0584a3543425cab178f094fa681db +size 2231255 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000940.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000940.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c6a7fe417fbcb6e48806c5cbd7f9337172b5d653 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000940.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43d68c67ad7db19a09578ef3e401e17ccbb818c937cbb49766894de655baaa0 +size 1914769 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000941.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000941.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33988fba9b67b16a803ad686dd8edf70d3bb3507 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000941.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e52c671938f46b26758f2e9ccc7daf6c2d248b76318efd5fdce8925703537b5 +size 2317254 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000942.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000942.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8cd01fce0722f24e8a9e939c0d9feca79d188e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000942.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5b4e875e615e376fd3d4a0551a7592160eaada7aecac6919960effd38b3491 +size 2000683 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000943.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000943.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a2be7147bead2f7e43775255c75da4780ecad08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000943.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fffbbb3f23287a964360a4526a3f46a3224ac1c6b53ba4223f37e31f64f2e9 +size 1990112 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000944.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000944.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b65fc7b5059842218ba6a0dbb907173cfa2649bf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000944.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c822f55eba62e70eef96d93e03218ddb9b24c6f67d5053590a6eb18f474085 +size 1930210 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000945.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000945.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..107bc126b63b49fb45d94ed43945013bc944e210 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000945.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7520bda5f8647962bbebb0faad2071554789f6e00d1b8da483a16e8cc7d5195 +size 1913480 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000946.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000946.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..451285c302d17ce9f4e7ab54be6f6d691e5530e1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000946.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94c929963988fbe7506b5c2bb75802fa25bf756019f48854121123bb415b894 +size 1973639 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000947.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000947.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..383a01249d04e5431d2ea7429e8254573152bdef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000947.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b318242c3b395a3084ee5804ede725f805018299eabb9875b0f60a4b9e2e74f +size 1566052 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000948.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000948.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b2a165d0d90cc946ec14d3613fda7e78c45c4f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000948.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca53ec6f59c73e4ecaa099fc23be9cb8e734a898bb577b01285b125232887a0e +size 1830127 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000949.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000949.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d11d3def47e42f41a2156d0bfe3f6cc097ce10e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000949.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a9d1b29fc063a37dcb13ff47c09d8fb1a9f4f19d8fd93de45301b92508d604 +size 1815014 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000950.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000950.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1a202eea6057e341792352b9d5bd8f0a349ab278 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000950.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ab468027152bfaf28f0a2703dc50ac4109d026ca478d8bf35e3be533c61afc +size 1974668 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000951.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000951.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b74bae90204bad412322c215474a278dee5c6971 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000951.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa64115771d2f187af72e2a4197bdcae73fa5a94a6a4049b17d57a4261969b5 +size 1634881 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000952.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000952.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c061c81795746ac55d39746e3c63e01a73756578 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000952.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2a7b0e2f4d80788356691b547194741d3e27f446aba317336af7158cd635c2 +size 1699689 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000953.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000953.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ee8ce4c80adee1fa8b3958e005a899fe5603752 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000953.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e890ab201d9adc78554e5e0423086211b2c9d6ace8d6569077d5352f0b27062 +size 1987650 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000954.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000954.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e1c52a11ab787fc9a21fb667eb59a3242735824 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000954.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46648fdfb5e91fbc8cb6ae71f69d2797f440c7b88f5bb8f740ba8515620199b +size 1483441 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000955.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000955.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..57df03ef32fd7d5a13a8958ba8cf2952501e1657 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000955.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49511092d0475d90c2fd5b4daa2022de24a838ff0b5eac0bb1d159279f11e05 +size 1617161 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000956.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000956.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14970ba8e6be2c3828bbeccd7b595107db2b3f1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000956.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dd54c640362cecc74962e796ba2ffd06c0e614b3391f0b706822f07c068fb0 +size 2148988 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000957.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000957.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2afc69e38687d5cf51b182f263bf6baefe2c37c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000957.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68208f1ae736fea3c6438ecf7a5fe31a4340eb8424e8828cdc5d35973b712a9c +size 2024889 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000958.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000958.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a2ce5cffb681a7f17035ae10474ba3ef6f94cbb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000958.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff89fc442a819e2a3127dc347249ec27e4361b5c498fe81162bb5ff5232370c +size 1998393 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000959.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000959.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..106af8f5f871c03c1bcaf1811e9305e06666cffe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000959.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc67253e0b4ac4c0befa5aba4d8e509a22b7151e6f2e78cbfd497b21c8dd9b73 +size 1624911 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000960.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000960.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79ddcd4f53d8e4d544e445c8fcf8516e90eba736 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000960.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300be98bb56b118188b6aa3a2e84d81aa84e0a314f68c27a706785e1309b56e4 +size 1623712 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000961.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000961.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..851fc7912b5064b1610b1b762870a93831d53a5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000961.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c394d9a21739e33cdf854d89ef648c9bba9c7043703e47c52538c5f47dd25839 +size 2233399 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000962.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000962.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c20eec3f42697d4655c93207f1359d0f31c78112 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000962.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467fd2aef82f97510897da5561ec1a34db8236d6de1c24bf87c799fb393a973f +size 1830239 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000963.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000963.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c87cd461875fdc025b028319c851d88dea840af7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000963.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f225292ccfe141913d343b3971870c34eaa62a1b51b81ea13346cd9fa8481a31 +size 1702547 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000964.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000964.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..319dfbc952a8be83a92c0fcbe64bfe6086c6c55b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000964.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc6a11db8cbf59ef40b2522f8b6c7d30a46f4a5d14d9067ea04c6c8de1c1945 +size 1951433 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000965.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000965.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ba9b2720050f2334c77f9dad667ba11425ff564 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000965.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193189f3ae25627b5d742256e430a153fa2bd8509b7e4db51857eb0890cec41c +size 1501333 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000966.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000966.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac49c1f792c1449a843ca926b59eb23fd7a0165b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000966.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c082b5c5982c84a567b55d44ddfa96e8414e41cda38d27985091e54feccd43cb +size 1778766 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000967.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000967.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2370d9cceaa4c104af23ce486bcde86a8c20ab9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000967.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88d54269bbc91281b1659818b45bca551d542591d926dca2f44208fd678f163 +size 1431111 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000968.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000968.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..813f0a48a8b8a08fbb13872bd56acecc70f165fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000968.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcc56a3f7dff4207d4789659fba4e35b36589d8e390a0f7297bd781bcc5363b +size 1661129 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000969.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000969.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2646edf440d6a8a3556cb4ed5453a4955128ebe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000969.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93108631a7c1ffa0b10b0500ec0f9cee6597136c6da740f7a5baf5910796e1e +size 1748380 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000970.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000970.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cb4d384a37147ce2e5989f4a4bea7bd4192c0a6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000970.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dfb79141979517ed476a1092b29550fc9c08f5fcb8a09fd81150ca7bd6c87a +size 1686789 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000971.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000971.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c756fb343c2fd4f8476eaf50b86e35e13f90de4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000971.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60192f8ab153d64adc714c56cfc9595232553762769980a334d012b4f6e41827 +size 1633686 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000972.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000972.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c50f85ac1d508ab1e4051a6c784542f8ae90d31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000972.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599dda1d35ecb801074613ea0bcec51804a76b9b7b559840a8af6073973a740a +size 1442889 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000973.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000973.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc5c029f0d1b6fbd6aeff2b1b6b58ba5fc02de50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000973.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323b3a2ae39d2e4121d4e7deda8d3d9140285b5308c5cda4c8b71dd6a75a5b89 +size 1460725 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000974.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000974.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9db510fdb86d494918d9e6603d78059d950476b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000974.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e35bf5993d860dc29c05b68ed945ed2eae49d7813255fe6aa376cceaac12ca +size 1713663 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000975.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000975.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbb4c34c1c2c4a6502e8039e85dd75ff4b4d193e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000975.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a00ef360e8f58b47bbb94011e5c0e8f1726d590834f52d4b54acdf5cb122b96 +size 1498477 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000976.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000976.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8af438fd0bd56738aa5a6a3f0db09c5c8f74ac8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000976.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b79c91feac44a4f9e498344a939c06d1c5d28cb8d3f8abd55d7f208d1a401e +size 1727755 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000977.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000977.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..906fae860e51cf1449596e737a8219eef5fee653 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000977.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4abb40ce5812269a6030264380df97989a691c9232efcab290bdcb3c063c979 +size 1641824 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000978.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000978.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96aed4236249495188164852e0b32ee437487215 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000978.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf3677abaffc8ccf0d93771cb0c2b2a78f27d9ab9fe24c90b9e7ec5645abce1 +size 1567300 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000979.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000979.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1f47a1049468dccd577ec74925c1bf9a16a7f62e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000979.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399d4be517f694bf03ba9ea4842163a1541129046ad0a5b14033b47237789301 +size 2021093 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000980.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000980.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3821e9dae0f38f6f3c21ec72245fd09f5eed843c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000980.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2141a000faad8399c6c9799580f28b4222616e01f5b9c3054324980d621bdc4 +size 1463197 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000981.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000981.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51c0fff0589e7770d03cdf5b78c69aca6ca2b1e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000981.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deeddb075237252aaaedefed1252371a85a433d0e870a97f14bc1a969d6dfc7f +size 1365412 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000982.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000982.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1be2de23502a9f1dc744156a5aa3541f853f1bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000982.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f2433187c4c8e757326c4c902e6f5be0d9c9e15623096467fa2fda20c52fac +size 1594283 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000983.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000983.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b9d5be7b793cb6b6a12f0716c1ea817003b9bd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000983.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a243a2888438a5d5cf0869e577bb4b95870bcc86ab2be4a43daac82d80cdc75 +size 1692979 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000984.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000984.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..af0e0dc9d9110c63df06b2008e29477ca130c363 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000984.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ed80440f65516b7adde1f20b40b396a315cc8ec15252e6e5333e37ce7e3c3f +size 1215169 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000985.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000985.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51ab582c54d76d1e756ec848f4a1b5e0780f1842 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000985.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b751f52724130217ae0c9f1eafc1506a9ff3c240d55424b12101386e159fdf +size 1604876 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000986.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000986.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..360bed056672e632398314af98ce4493b93d6f92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000986.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cc670d9e8596b1810aa6829821bad9a246916689dade2188fdb9ca3a5cf0e4 +size 1445175 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..ce82ac831b1c6610f45f8b780ea6238f99c3c09b --- /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:d5537a68a7ba9ff274d107da3ee8a45fd2efa5022a9b2a1c0290b6786637d5e5 +size 3518732 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..75749263c89f7840eb755635db40f27a636b50d0 --- /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:332926927ed18f8fbe220c472b64e4240a0d011412fb455955efeaaa3367c1d6 +size 3459631 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..c07fdb91a0a92f96ef82219697be89a080999d1d --- /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:df06a28ddb8a40aefa0a54ab7482d95a1fd6c60dd324de8e35c6c5b70e637084 +size 2468824 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..45c166646ac638dd32d86e8d4dba3b9dbd4454a9 --- /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:5403acf66f601791c7a48d057c9c5114117127532e8b4a2bcd662e10765f35ff +size 2825464 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..d16572c11f3a1fd3993ad570bb6cb2e9053cc633 --- /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:862519a6aec552b86a57ee113e83a6915d741e00d02ac885b2094de127dec324 +size 3027543 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..46cd2b13b48feeef4ad6ff0f7b351bdec112da16 --- /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:0700fbc99367c6b0ff0db881c9940406029538dd056d946ddb8562831c29ee71 +size 2835243 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..abf4679a07db5bbe845da8316e5a0d75c2a7af30 --- /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:70e4b75c4c80ba880477ad47e5ecc86e762b3df418ea1100955ec1c2ec7e7869 +size 3415697 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..75f94b7e7525548ad2d68c4bf7797bae47330274 --- /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:56502126af0bde845016cdfa4088a628c63fa546e27be1edd12a091f40272b10 +size 4079529 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..e421155ec79bf97978f45450c1caa0ea87327da0 --- /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:40a58966fe6760ad5b3c37be1840d423852da64ec4f69b04b230e68b7f00f6f8 +size 4813191 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..2a0a7bd4af00aaa7b8e1583728f22a9426aa5f67 --- /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:80c403d7c7fa7b3d8df9cbed71d26ef292ea67ab433396321d803a1d465ae529 +size 3676933 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..6c077b13cb9ed3a24f924a745b5109fe24a9f307 --- /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:9784cc7b95fff01a8ff62e7e50baaa071dfd188141ec1e9c7ff9bbf3d3535279 +size 4799533 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..8740f259aaabf4f7ddb0876b94a44064d0bcc062 --- /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:3c1b99550263f15905d8130306eeab69ab5464cdc26bb5be2169f294190dec1a +size 4342269 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..bf89d0f472d50c833b9b92ae7f3486d2d02c4600 --- /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:f54b0e6290f2c874b629f17fe56bcf01d146fbb0b57aae997bb22111a9e4c18f +size 2635390 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..87ced592897825a4a2991914d324b4412abaf72a --- /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:96c838959ba86b47906d097bbf5accb6b3f2b6288c1fe4a6b6ccbcc645054b80 +size 3296042 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..44db01672e5ebc884fbe8d0fdd71c5fbdb040ff3 --- /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:de2f23067afcd08b87f5d46b03605c192bf1ef5cbc66983e03837a67ba413cb2 +size 3175997 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..29f6c6c90448f083f2fa97d32926020c40bb85bc --- /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:cc3f6888282a587e571e3a34d9f5ed92d620a3208abc02aa2eb19ab05ebd5955 +size 2935370 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..1dc63f8c04ed22950685de9d92375da7b708b83b --- /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:9734010fef4fb603c3481ecdd4e3f09f9722b979f04c977b10f198bd3099f028 +size 3320903 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..a2949b7798493bff66140667ff70ea3f41ec17ef --- /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:5af2a35cf9dce9be1e031cacd10792352083c843a854e1cbdb8aad695218c664 +size 2964802 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..60189378ed749dcdf5c89a07bdb23cff672b97f1 --- /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:107650b98d2d0db908ecf791f2096a2f964fa9b2ae7cdd810a500b85291356ac +size 2515222 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..82dcb30b43b41e58539179eed1f67be75901fe2f --- /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:a5c43c1a08265fbd9c0f7ec462f799d5374da4fd4c076f595719c3efe2893730 +size 3673177 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..0a62945e4b2935baf44e7c71b6abc1544f938d93 --- /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:ec06638bd233f46ed03311baf6c047c5270d938c54c9bb8311fefa1ca90e1a4d +size 4307211 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..f49f56a59260d233161377fe7982ad8ca09f7e02 --- /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:0dc0fb2c37ce03425dae2eeefbcf1e3aa2e25b577a9e4a872aa6f60f72a1ab28 +size 3557838 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..0e2bd0b8fbdb2201d429a388bab02576c3f6aca1 --- /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:5c4ac6ca9b7f4cf291ad08f2de7d37add265163d1bac5779e85dac4275f01e82 +size 3612170 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..4bd31c24d3eda293759e7f23acdc0333259d2de8 --- /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:83102a8b2db20b81b44e3ed79ac39e49540f94abdb0ed99c26110fc3d359a738 +size 3774763 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..bdfdb52e7a52fe8471c1f17dc7b9a6323acc6743 --- /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:b9246b216f8acd6717dc19fb98b949b641f72770f8da6c2389c8391951118ca1 +size 3489790 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..a43943251b144296a25892de4529345dc8247d2e --- /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:95df7972c1ece0a17c131a50670f4276d29d1824c0fb9088078b6f6e8e2965aa +size 4298830 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..7663ccda12d1bb57c80ee4db246939af75df14ee --- /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:1815a973fc0be9812a63454d4ab87b12348b0615c587fdc010ef32ff6b4f7465 +size 3654531 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..65c4deea825d310f047eddae80f7a5b0e15bdf52 --- /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:0c31fd1c0dcd03fa750500793b2918bf5def673b5c993a08f363b89d8f96318f +size 3761455 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..f2c4804683b49473701c367490f5893b85f182af --- /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:9347073bdced0fa2c8a0c3f52f7cf50488f24502200b0eff06d2d2748a4944d6 +size 3534183 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..915d3c8433a564a8b3595cc4f9ea5140ec013975 --- /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:3a41e81e46e74eda3bdeb31dc4b357e393327f71220c8bc3b07b636afff0afeb +size 2904046 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..ca32276b39f3866d834ea133e147e7f3e499ed60 --- /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:d71202ba41bed87a7a2b39678e81daaa6d6fefd597ddbb819441698694fda1e8 +size 3039808 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..51ce8b8f69a44ccdc89e97d08a77b29df358c05c --- /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:af2652c79cc7fd7110485872d972719db65f11a88246ac55ebb6ec4f9b1870b8 +size 3184460 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..fd19d63d18200305230d5442deeb4e3f8e39bb1f --- /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:c226a6a2e759a95196fbdab1601a4d5b17ff4286861cc6c301c662e5ea57d0ec +size 3347549 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..72023fa30310eab69b3861d5b9e316898ee5de4e --- /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:c6e18a5a5913d7e280c82b528287f3a27b8ff8dc4f87f3f06254b82893c05323 +size 2913594 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..bb9fe7c967bac885aa4c432b22b83c73cc59970a --- /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:bbecb7a565c5589efa0ea97b3a4bb86a00b1de02c04c144b90e873a0a8fd36ed +size 2829014 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..0eeb9957fadff18639e1a0fcb4d7176f0cb87637 --- /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:4a6d96aaeb4121942eafb13d9f1876bdc485cf61043d7bc6543844d2cd15280d +size 3017303 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..ba980f122ccdb751d3e90123c0cbd8056a1d65a6 --- /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:19b59a0265591b68d13d855c9ba0420065da2508bca197186b8bef11be8bd509 +size 2729615 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..b822565a5cb02b1d3104a5bdfa0c263dfc9cf7cb --- /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:768a8aa1235da9a5924533c853a80c82c66d24acd48c2b020b80213796c82b30 +size 2327722 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..514125db77eb31968fbb9e07ba3f64b413d241ba --- /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:0aded3fc1ceca5161e179c6e48908ea087b8f68f4eca26bb4cf853c76a7a605d +size 3056321 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..a186ba6a9cd0674f74c931f9b3021624db46e09f --- /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:0d8bab122cb2564ae504cb9d73a5189bef220f83781200818f6f4811c6604732 +size 2970063 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..ec183da91fd57a2078b2cc03f5b2c8feca275ed2 --- /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:9b104f91d10babfb163d12a436dbca9959f59f10ac9e63a5ce130cbe31fbc9b3 +size 2520372 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..7fd542dc7f5d1ef809c3a23db21c8aac691a153c --- /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:ad617c4b0772c685ae9878d136faff6dc351cadfd0675200d247b9c83a80a311 +size 2779364 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..6684caab6244e9d36362cf7ac52171e9509bbdb6 --- /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:d653a4081246c30d302ee889ef848d71c11293274aa323705412ea3f6f7d2f3e +size 2922050 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..f7eefb54cb8057d62a97cf678835911f6ef07ea3 --- /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:aa82ae7cc72a27ce329913bc52aa041e8005b0298f7a726de526ec4bed1196cc +size 2367665 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..d1c87ed6ab58a878d36079b38e109833c4da9c36 --- /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:3821569ec9b4329c23b520a686ef6633a07d1f26465ae9359bfa432c6f93e5d2 +size 2442793 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..cd06514cbc0d5b4e0e9a059db17056f289438372 --- /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:aa5f710a30ba1d43a9a3756ec85342ddee85bafc39b9fab26a0ac60f9f7c51fa +size 2516792 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..aa65d5bcd1d297e2442e20533325aa8a6087f05c --- /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:758a07eb8dac001ac4f71287f489ee4faf6d5dcadcf40ef39bf5175be7af4d70 +size 2243281 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..b89e1798832965dd7faf1a9aceb60d28f88f1d60 --- /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:9fc2c81c3af10edf3580ef6aaef8ac77b57b66eb8259fae21e2eac7612249c07 +size 2442266 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..0597edde05afe9e67d23f133f47ecbed16b54ff0 --- /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:935884917177aa5ceb0d6cc0436fe0328fef4429ad7ba4121910656942ef2a7f +size 2476873 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..8b02c3ebdef7d7ce34e4dc35051ebd6e0a734569 --- /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:b8069935118470a824a1670a9a9f45d716445a7f50b2256aac8a671ae0254589 +size 2886976 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..c15b8a94c1c3c7b3c76c26233ce136bc3d9d2775 --- /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:707bf725ce3d7e5ca7579ab59917afda090b3ac540c9d14382008b5119e86df3 +size 2693839 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..2f931a1522b68f5e842dc7b6420cf738d1a5b669 --- /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:954286dce557923ac7cb90f3ae4a3442ec4a70a4e817ae67b272f0daa2ed8386 +size 2814815 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..950482d2443ee02a49d5cb81c63b3b634f34be57 --- /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:c372a09a11788790f5447e54f20b425c177795d553ef0c6653943a574ba2ca43 +size 2503233 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..e4ac67d0c39ea42ffe98e16d7e63a73d24c02b6e --- /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:3a21a10bb27a25b310af1e4ee0445dc70fc4f13aad585885440305a3baa9b664 +size 2977675 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..c582ba61970ec83e13b56dee3928bbc7f30813ad --- /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:a595f0aa65953c01dbec857c92d5593f7c3eedc4743b1a1a68f8c23171b5e01c +size 2796993 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..079e381f9057ef278ab26b86e1e229dbb138bda4 --- /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:f5ee5ea064387555e7732bf4dc3847ecf0ec9c1cca714be6fef7203276edd5f8 +size 2662263 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..35307144004e8c528bd4cce49360c8ffe1431fd1 --- /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:1023a9b6239f29c3781fc1178f92dd0b852fc824a76d18030ceb438e926fff17 +size 2538606 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..7099c76a3fd7e286d624e44fbe8b02031f1abfa9 --- /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:3f58984f01739c1f8a93ff347495daaa504ccc05a5f62ba2f32bd7faadc6d562 +size 3233868 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..dd8c8d8228377ded2993bd778d582c425f2c1b36 --- /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:0569dafba75a682334c8598e4ffb9a14fdf7c68171ae90c51318a09a01025b03 +size 2690503 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..3ee6edf6dc66435236573aed5fe88170413ac81c --- /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:df8824b72766bca47d1f3ad333e84af936b66c2540dfea61ac132ffdf694068f +size 2544919 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..b943d145ae756c55858ae342c9908b88f1c83ffb --- /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:6f8d6915486052b823532b2570a62caa575272014e6b0651a2d8e162d0c2dc4c +size 2656670 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..4d5c5b46eef0d7c7c82b0a3ce031319c4dde56e7 --- /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:8e43e7ac4c914d0fccfc30f11d7688b8dd31c0ffefd84dc42f09b8ea2aadedae +size 2589265 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..4e98a3a24ecf078a6e77bb5601f095d678103daf --- /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:8b7aefe0b7a0fd6b83886416bd9d1d8a739767f912b54d388dbbfad443961939 +size 2641580 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..57cfcd1ccce123008e781b7c32ebb063327a8bfd --- /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:4451abc7fcd98d4e31241ccd36d727676c0472f0c9c37892019596b8589d9a64 +size 2540405 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..36213b8d4e7dc40c2b5da645b534542b9a909116 --- /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:99edf45e83c3d76edaf7ee2fee6b18f895c812660b2997415f9fa8eed95e5861 +size 3235060 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..65fd1f0dce424d4eaf90f419072b9e733d575800 --- /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:df16f99a3b23929ed8aaef1a84c6b6724816ebc0daf70132c1a9b82652e3561b +size 2426044 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..88e70b535782fe123592a6b365a1061c34269568 --- /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:d69612017677bd46ea68ae454ffe6836d9a4d26d122417f2a300187bf96d894b +size 2827490 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..7b0c6a812fc76d06afc69a2bb37f446746abb84f --- /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:de8a7798492f18e013517173d5ee55e6ee81a54a636c1c7ea8f487db411fb795 +size 3647648 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..5ac8886326145af78fb6f713ce1a07958725bbb8 --- /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:c9784d240262c8cd56c6fc32cfe607dc2286861c97f793a2795251e07e0a529b +size 2842447 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..fb931061dba36ff8a5179b4a4dd1bd60a4979938 --- /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:fabcd2628ca76f65c1f372ca608dec2e5afe091ab4e329393a242cb7e12d7da8 +size 2664950 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..d78a60bbddb0d65944a1c8654023735011965c93 --- /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:4f99204344b166fb5651adb5086a99f565acf49d3c3e6ea8d58c436ebbc697b4 +size 2932393 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..1120283085525a83043ef484489f6b7120859b1d --- /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:f79073aad903911a01be28331dfbc3520d32dade0cfc64a72698e705d2489abf +size 2550486 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..8d44642de00f5b9d3ba8595d0e0130cbc0969b50 --- /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:be051ba55a5d3b7e49f520e7d2c901aa4e60f52aaa7981081f8c17d683f395be +size 2893948 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..e6b8b1c5de8a93d0ea03cf3d4b4eaf0b421db6c4 --- /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:81f04a6720d6c01e99c03e637fef832d865c38868234e8d607e870e64e7ea186 +size 3280964 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..8dda45a9e5e252c27c927c7a42545d2fffa23821 --- /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:b0da914df39452f47a96dea3bfefefc6cec07418f276a98b846d646be05732a2 +size 3139594 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..5a8d67dfa5f829de736e64aec55a64fbd64bce5c --- /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:9e8d777f4a39bdf946534d50b9d784bca3145ab3f40d0b5c8d3ab85811969698 +size 3497803 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..989fe6a6cf19e4f7ef913dc0bfea278205302fc5 --- /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:68f468edd9a285372f6f1ffd977e0c3f623adbbc877bcfec4579f35a8a56839a +size 2803113 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..64e7b35161f1a00edd86337779523e02451a88a4 --- /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:e8e14585206b9224018131282dfb320d322618b0ae5a3fa412fed5ceb6f29f13 +size 2931408 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..c794e901f67f0b9f7f9e2f8ac08d03c7b87e3e12 --- /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:af7b0d3fe6caa0bbaaf56cef25ffcad74da25c0b6fc11bc99f465df0acbc0a78 +size 3059075 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..4b3bf69d114a6c7d28485674437cb228b595a3b8 --- /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:fc85a38954c88c4fce0098dc64324672ae0cdb83063ce94a7b99265e9f197ec7 +size 2956910 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..33809bb16639c70679d486f8574d77d71fe07ad6 --- /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:0b7140fba929c0ad555fe54779279a2b4f6e8aaf169c4e4d0a57f41d7b757aa6 +size 3326425 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..37aaae3d89b28965a407104e833053cdd0804d89 --- /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:8d80f1b502da5aab8a137cf0c5d306c1066106a2c6cc03c17649102ef9886565 +size 3258964 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..b1d81143d6cb15681675b2d9b35032d012a792e6 --- /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:72b5a280d09fcfe430596939c2a170ccb9ef8fb2bc8c78e4f2ad0f276ae6ede7 +size 3418334 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..4f8b11d7c7cf931e09b6371ee5b90826f3572bcf --- /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:3618a0eb9900ec532a623119f42d4cf03e99bb954e5f830a0c338e3712567681 +size 2912903 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..e411b70a17ce6533f45e165b5deed73d3a58b9cf --- /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:f3087cee196946a573111fe79622b768a769918dcc172fcbad628d3ca59560aa +size 3299994 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..ea6d0045e09ead23caabb61f8120af20bd32d4cf --- /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:714dcec76dfbffefa4c74cd26972b2c3a253b0cf1c1537ce29583c66e2c2e174 +size 3818092 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..cf92d6f1a6cf89482cb3ee867509af9dacd35707 --- /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:0a8c0bc65f2d772ae1f3d478b20a2fde3c211566dcdbf68cb236c7cc70d551a7 +size 3910690 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..6ca2f1c0dc8f9790502770314fbb40545a572fee --- /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:36376c7a36c5872b0ff67ddbc0e9662240b795c0ce99dcc9c34dc670194ddd29 +size 3362477 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..62aa4314038c183aecd3105ab70a34f9c46ae301 --- /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:997b326e056ea2bd2099f82fd4f8d560a04e3afb0d2e674538e3c66458ac8161 +size 3178631 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..238789158251f3f7a6a66118bc5b1f9a3058a2d3 --- /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:85d90db3d5ab8f595db6501d80811afbab9008ff789da0e10ed67f54a1c4b1af +size 2816561 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..682cd959e0aa40be44b37a5040bb4d24d94392c4 --- /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:8f0f14f0c906e42e2752a982b89f7e190ff7d0bd085d86e2f0ed8aca01af92cc +size 3627015 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..19e7fd08349e9ee783a13e30116d5b42490362ec --- /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:0febced3937f437fe82916403a536fc4bade433649bae5cf48c77e70782576df +size 3036057 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..1ab90c3aa3246c0235c847c14dfc82b37e62f2ef --- /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:334c1576fc3cff75546a388868788363571ca179e7909e875a1a07cec17c80d4 +size 3304785 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..863e1ce2e5868749ebe2cc9a2d995c8ecae263f0 --- /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:a8a7ab0ce9540b58a5eb45ad61d9d3332f57d9de531c442452343dbe18e199fa +size 3140530 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..699a9457a80f6c22d38c3ebc8b69da75a6b0cc9e --- /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:d9fb6829bf8e9170b1482471c55028e219ef713167d8d653aaa052d90c1e8ba2 +size 3768700 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..4f58783a630b51a7464063f2a38cd6601e5997ca --- /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:6f6c5090a89be5d88965e3619ae6352a45890773b53b6310eaf48bef2365ec14 +size 3450121 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..7d72edc70619d9913179cb6700f3f9a15b50184c --- /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:98bf83dc6a772f5e2ce6cbec1500e2e81c905ff2d53327ab19eacae96fc66fcd +size 3718951 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..2f7c0a501db1b7dd5b2a58b0681f9ffdbb0ba8ca --- /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:1ece5eb585b656adc0167ad155f2eeba2258665ccd9255294c74351ac16b83e5 +size 3139294 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..acf00538a06a3be791901e1826511656f6d8a331 --- /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:1e3285dee1febe4d88ea0defbfe7daeceb683b7d5c351b22991cec5e59d13dad +size 3509962 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..1630b406a40e1fe22a5354bf4052534e73bf7a53 --- /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:66fbcb10700d52621ad03c74e2d1e11a94b9cd72482558be6085f2d93c0dadea +size 2400743 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..be9aeb41ee72228fbb7913dc71eb7ab9aa14499b --- /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:ef89ec82e21fb100a6a045978f7f3dc24e18417b30d1702c43c4bd8382481c54 +size 2799523 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..b291cdced56c9a32ba2dd2377037e0683b6b00cb --- /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:e06a8e84f81bff335884d664ebb6bf3adcfed58d4d663f50b43bf12b6be85e51 +size 1707013 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..340ec1cbb86fd995b901f3a639af5158606dcd33 --- /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:b920927b7ee89ebf6d4359bc612e87143bb3b05d8c7e09c36b49a438169ce71f +size 1429451 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..79e27a3a19b425d0b6f6ba724a01cca54c85c5dc --- /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:4142f9484553b0f2b8de73bd9551790cc3cdc3a1017f5731538205b354c78679 +size 1598797 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..695ced55689cc1eddb458af285810c9e2c4fa373 --- /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:b43be15359e45a997acad77ce59226fe87806d5cf457607e95c68420bed7f850 +size 1566855 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..f85d0fd2bc9f33d635f9799b0d392dd5a271fc40 --- /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:ef597e135c3fe47b1e5481af9861923903b670afee14888afead239e311ac4a0 +size 1487307 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..f576553d975e0f66bf3a97c58085422557ab5d8c --- /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:3664859f65dd50e09d037cbe982d03c15dffbd62ed720792fb7f2c6bcb8c40c3 +size 1494353 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..4fa3e3f9cc85dcdcc5310bdfb191e9a3b6b38a04 --- /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:324604ec41f7fd5afb75d5d39effc1c7e0bfd64ce9b610fcb5a912c36a36cbd1 +size 1474948 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..3a091b4dcfa3127ee8135d2b3735ac92d9037f1f --- /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:5ec41c0b85ff6dc692209eda60cefc003d731454e006cd6587d5127fd0d5f5e0 +size 1399109 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..416294c2abaa8719b16bf5723b9d18490d131a64 --- /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:77fb79ea96cf5acf46699adcb8f85f3eb23f5c1afd31fb608a956b4c4cf951c6 +size 1358849 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..2e6f665c432f872062e2b18c1bd8192d31276d64 --- /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:55b595f00b9924e8502135bd6b2f61ac04ec5e07a4416578ffe65d4e0225935f +size 1604044 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..134f7b47902e54ef6d188203d75f6ffb046c558e --- /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:d7fe8457dddf10b5f8cde9d574a09bbf4795c50c9de7a1429f0d4bb4f7330e02 +size 1583002 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..af4cb77a2a31891a11013d1c6c06130966588de3 --- /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:d30f9db73c644f6f70016b640241647e7dd662dd3f4eb1f9bf324294173520f3 +size 1404163 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..b43d489069c95014386c8f4a44cfc29b90a082fd --- /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:3c831ff386a515a9e03873d401d41fe938974b4ceeb1b07e39e387f988810e5d +size 1411164 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..57a830bb3be1cd747ce4bd149a11da1c834b4681 --- /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:e08aa87523d7277936128566cfe32f0dd7b82076da3baf8107d58868314ae2ba +size 1416484 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..23a2ecc91f67fc52d8cc63a75182249fcfcd0e44 --- /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:f0b9626fbece6185cd1a83ac3c5bdd3455bd4b59ad899c915230c73183ee18ae +size 1297413 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..07954a39babf131a8dc8a2083c852b3103dd9647 --- /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:cd433c8b369f5a75b18f3752d59318e9d133c6b80956944ff417b312505e8aa5 +size 1565434 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..ff7eb74f149cabd366b53abdc27b4cb000bc3c38 --- /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:8b0a62a6f52d7f86797b9ccd85521cb7a1a8021fb5ecb8a2ae6ad27845c33f02 +size 1507891 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..1564813414f187a31682ff197eecc35c9d3f4a3f --- /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:56809870628f3dca2ce8d94ce326dd46dc31c2392a0cae0311b608bd4df9c5a9 +size 1409928 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..e89ec4914ffd6756977b971c34f94ce958ca4431 --- /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:4dc3922e63eaa3b0a5d6e9a6269f73ab11d32f33c344c1f6e8461e39dd467876 +size 1312109 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..78793cd64150acb6c47c6945750354ced3d1e129 --- /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:fba9bd9d8d1f18cdaae1287d115cf831b3a40a2ffc365bc65a4c60ca99b8689b +size 1488723 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..fab75000d8f3b1396126ab1293fd423173e98442 --- /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:18437575bdb87e0755801a36053f58fb852a59c292736073db7d89d7a759769e +size 1331714 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..2b7e3c2cc8f39a385581ec079791236fe2844f93 --- /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:40d35b4be34161e0735859237c530cf91dc17875d048d733d11065016450e8f3 +size 1222962 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..483852310ac669aebe86b2e6209ee5e866afa5a7 --- /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:fc7194a62302ea2304c49ce9ffa634a803c8bf713f4263d05a513fbfca3503b8 +size 1221575 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..a7ff580a0b8460f6aea8b5d3da2c2a6fc0332aba --- /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:54398b016696e142cb21703c68710be4a43a3d937b1e8dbcea63f5a3c6ccbf8f +size 1328728 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..5287c3671e276f3a3e5c7e2649ce0fa46e9d1440 --- /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:fdf11f4852556386a31704c53cc7e48bfde1c2e00f78b9aad414707fde9b0fc2 +size 1400931 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..3e1f6908af0761dd70e4738716951196d3cfecf4 --- /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:b04e995143e4966b5a63aa9face2c186cf244f36dd3bd30f5b1ec66720032b6c +size 1431662 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..a408588ea6315fc62423fb6ea525218322df9e34 --- /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:f300ef8e22c000776ab9ab7ed97543501453ffc7927af611e9ca8aa253629e1f +size 1473365 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..39a52b9d72d5887ab3127eaff59c2a371d9ca4df --- /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:1aa55ce89350dcfd8fe9ec330d641ff2f039d1cd593e870902900d3fdef547e6 +size 1578797 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..b0d9a3fea04021350f9e1446e6fbd8b448d7516c --- /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:6f42212db05c71654db219e799e9c33943fcc4374221aeaeabc117e80d709ac5 +size 1387325 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..e2ecdce13f858e9b7a397e10c62d52d80d13e6a3 --- /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:b283ea24bb7cf317fdb154830bc42db48a710c40bc0f6ce3be41d86dabd96a31 +size 1478061 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..414a62a743e1043ce9013a8cd6f40a61a9ae6f1f --- /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:b56d9150dc279f9cdc447831efae09d1a9ef0b6ab201b069eca769f96a30d699 +size 1343595 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..944cc5a1ad7436ab5c50388290dab4adcd9704d7 --- /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:e019092fda86da23a41cade3a7e29eaff7db55bb271a162aa0f0325ab6b778a8 +size 1405279 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..2a8b65f6632ba56f2d3da989a4137baa4bd69ee1 --- /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:7a451ea14d5ea0e3253ec92cee20ff0d5f96b03e66c6b888dc45186acf639454 +size 1409634 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..d3f13a9b7df79f07c5f1152e35f6e4b81e7d1dc0 --- /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:175ac59774e0c7752c2aa284968094f0dd846eb1df57b0c7c46c37e2d6b100f4 +size 1299689 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..40886cec04503fe4c08d9f25298de849f6abab20 --- /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:a5cda83b972e595498d42c23420387577dc37d2964bfc50763904b6251f489d4 +size 1429484 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..b84bba1238b83faa4be72b773f0ef4effc863f3a --- /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:87737d2a709d91302fceebeb869f0f83dfa22c19d4218904db19efd989ef279c +size 1661895 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..8c84f3d87bdfd1c69004c2c91897df3904872852 --- /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:7f6b5e6e92188e47ae79265936f204de94bbc55a6f44c82902b2a81b6deac15e +size 1469644 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..0f1805fa19e4a03428fd51834839dd5f5b987621 --- /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:589ba6555e05a7b617f2c599a9f0f38b31dca43ccc1dbec0503858fb3548d43c +size 1313771 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..bf2c01fddbf637488878c608fb7be29fc3249497 --- /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:4943859ff8ad3ab84bac6fbc2995cdf3b0961b00a0a2e59ab31439d79118c84e +size 1553539 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..675693820f21bfebe687ee9be8f9410bcbf054b2 --- /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:1df75a39cd12d8ebee0fa3c1a2740d0508771adfdbd092af80a6140d70238a15 +size 1427686 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..5c17b0cbb4775d1acabe51359c95a83b22331cbc --- /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:80f90ab77ea0957cf9df4b6df75d48185643b1b956c3ad5406690d021113a9a3 +size 1501273 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..b7fa2ac263836e0d196644e7899233a12f6978dd --- /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:d2c3284e72a9e41d0e890b731818ea858391ce51e65e34886cb500f5b67fa7ba +size 1340379 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..d58db0ff26dbe24d4573f78df46236a0d8e35410 --- /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:dff3c24107f4a421952537343e26de2685c3504f675cf6853c747c5cf917e401 +size 1396364 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..cfdb24f3f85b10dfd5169d880eca422db6a95739 --- /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:1bb12a820e76e40b8e9e545f67fea1951657360c08295dccb81657aaa33ae130 +size 1405984 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..5d2339c2a6c149e035803c0ac8210c64ece16cda --- /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:611fafdfcc6a13916c3bc6404259600c4f35e0ea468b41a2d330a43a73137a5f +size 1478424 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..b1addee7095fddfa671981148044b8b2f403e15f --- /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:c2a1d53771a282e3988414384fc148589f7f8e535cc53dfdc4327c76a654b35b +size 1600193 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..432f567ff7917d8231f1f29991e04e23fb63854b --- /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:0c3d5fa73c9d1a0115fbcae4f9c3695c07ad4c51a6eb2e187536a5b1aa1a219b +size 1327816 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..a63c3f04c4305a4b2b2546d89a15300888043630 --- /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:42da5fd7f85a35f67db21dbbef3aca6be9a4bec68ce1adefed11b0dbf41c9e3a +size 1401364 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..b7cb01fab649bcb312746020a10db628e0171fe2 --- /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:8cc8ba7b9872118988e279777cab5961e06dc8acea57de3e81c293528125f911 +size 1403189 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..f59dd763617bc287985056affb11eb277888da4e --- /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:52caf454af3bc5aa57c736fcdf41dda7d45899c20bcd4fb4b9d4c63b789232dd +size 1438828 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..dff84c36bca32be24defb5707a4cc32240b1ddd0 --- /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:4e90a64d370403183ee8ddca77eeed05425a4df8266867b20b8aa691147e586b +size 1403860 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..cd6c09368889a27ce4e7f83a11cef2b09412ab3b --- /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:e496cb6f03ef4c78b7e6bbb8ab2478898d0322af6e50db025d31ee3f2caaeb0d +size 1443747 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..5cb20839a94447cbcdcafb3880d0ea3645139427 --- /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:bcd8c636dc621721fc4e101e87bc05b4d7a10b8258efce9fa12fbbcc78cec11f +size 1431962 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..d5ac627fb422b57c181c590f94fd8c4e4ff4ff2f --- /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:a15f6c1340b937fb0b611bd533c43f3a1f1bd465008d5ce356f2fa9e0d513ec2 +size 1508060 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..10131feb81eb55302fd09c09e4eb91309cdd385c --- /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:fdcb2bff5c7bf30ce095d08febfe1529bfd5dfdece3bd8ca7be0428038f08820 +size 1197648 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..f48c5a39c348f14b751f911cd63eea7be9f90a31 --- /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:ac97a6f252eec4987a4f0b6b6a881befe4c46a60468b4365eb266ae5a336f7c8 +size 1418789 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..45b3ce83242a77e3e37d719f3b07d55faea64189 --- /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:78a10d3f4a1fd3d2cc60b5490491855af922a57365ec89794b485021668e2590 +size 1515313 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..21f356ac50c0a10893d3870d332ff48dcaca6325 --- /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:7b62259f39a9ec0bc207b189d3327ba7f3bdecac5c82034246730befda601816 +size 1450578 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..51d0006d3e704616d2134f52b4fe2c009209777c --- /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:87bec7ea6d4e5bd263f9bfe9d569754e46022dd66421abae74b435be3bd58bf9 +size 1510145 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..fd0e6e770f7dea05f0fe17f38e1e2bdc468e103d --- /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:2599bbc52b71a2603b1e1b9645e5fce43e688c934093aad3709ff95344a5f84f +size 1529027 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..e14efa034c1bc6f703d159095a284606b9f768a4 --- /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:aa0f9cd8bbffe3960e4556d920c07f754540207b5e6ab51c3267b06289f5916a +size 1638300 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..5a5f79ca99df029accc00dd38fd8d9c4092e5d4b --- /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:739da3e5cfa3a53da12e079fa4a626105427b50d58224d5afa8242a38ef0988a +size 1275774 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..7f4350ddd9edb1ee0b604f5667ef7c48f3dbf90e --- /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:9ecaa854c42d21ac4a6888b1aba52a42c9dd26d0d7ca6bf3b0f4e3842e97982b +size 1474194 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..5e1c7fe31aafda3998c23ba47668271dd3495487 --- /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:d0e9e687b2b5a50e116d514f16db49633266ce2eb26dd1919b9594fb0df926b9 +size 1426581 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..5c5118cc34af04d1555613e97c1b85607d74e568 --- /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:d060711e7d286249d3ad08c5a38707a5efe5c2a9ee928e4119631a9b8cc1f862 +size 1456077 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..04193fe4896fdd255dc908f964c582b00f76b068 --- /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:ead54ac2f7b0e273390cda3669e6e98049c8882b7754d73b92bc5b941744458a +size 1749779 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..2327985a44be07850f225628a0df54fa2b7ab274 --- /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:fc3557abee65c41b21ba9389c1309056f5aff02cedcdc886d56c4b7d0e65194b +size 1361110 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..420da44f2f21c5bfa40106e38aa8c1f48e1833b6 --- /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:e50703bb37205a815bcc7aeb7fc8befe205457259fad1ce7b6e02653ea18f4b1 +size 1524943 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..67cb16b0802fe232adb8f0a9fab93457caac35b4 --- /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:a9a41631beb80a43747334147fd0be2d4cf4279252720412cb905ff956e5f807 +size 1440505 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..cab93ac56fe166f37c128ab78368dddcfe9c98df --- /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:b37c8b0b22e88a08cef5cdb93c0fb4473224312eba45017517061efad0c7b281 +size 1465552 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..f7e90757d731743183b9da35d5244392c39a9930 --- /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:eca5d7fd657a4859df948a7ebd1dd3f3b279acf27ad9d92a56d00ddd2224a4f5 +size 1565921 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..6fe556ebe3dc8428d32d5d49f79ef30484ab3c64 --- /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:9b0dc74447667fadf2c06813914e273e8f7a6546e15d76ee841da6caddd3768e +size 1417082 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..e7ace18d6886da9d23e3291673ddabcec6d2007c --- /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:b7853e2413291cd2d27f672d153907642d1e6b209ba8fc4f4b175acda3e6733b +size 1609439 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..301ef7d0323a8a84b883c722b0f3244455509f4f --- /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:6ea4c004df30c57a152c9d4301e69ab68cff792e4eff179b5ef96cecb45a996d +size 1566631 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..6e786db8e1be535241b4b9cb99cef738aabb78d6 --- /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:ff6610ca8a2619e9be2182399ab36b06187845915247411e14fc111f615d4cfe +size 1401304 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..3aa0a60d9b6d5219cccfc1be6994ea6f25a782ea --- /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:9b1a168d5047b3a46d284ddec7997b2d8c5b67927437c81cdb8bd347f429d472 +size 1481284 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..25d83a670e1f81e1a78d70c77d40967bb46bf86b --- /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:980d1745222bf131672f83446e3007502da89ddd208fe4c0249c2c7296a68e53 +size 1607451 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..e136b0f007a2b211688928f9ef3b8d5f7d7efabd --- /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:d4b03b7ac9d2afa29c295c2149cc918cda7db7e58943d356efdca948651bf28c +size 1445259 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..d9c8675f1eb6f90b1d71aa3756e96418ae854953 --- /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:59d24101360faa40bdb5244d5bb7c4554d5821668e5c89769b11fe5b45164ae5 +size 1413211 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..6ac0ab9ae3c2b8561888c6f949c956d68460b03d --- /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:087802a60b81696ee4b09890c35f7d91678cecc8f7ca75cd086dd2f1f3c3ba11 +size 1321650 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..67f5eb98cd6872caf34cd3c3f2b18ba12a478bfa --- /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:2438bf2c39fec8860a849cde66e3ad70b955de6dfa5cab6f234bb0067135617a +size 1630525 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..900212209982f63ad376fdf2f7c5d69d81df0f7a --- /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:82170fdcdcea33211c08a11e445c610d4e907719f2d1d276a403d75cc66f5b25 +size 1377726 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..5ba33db141c09666b9d8fe54b2ec71212c1e046e --- /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:40afbb5231b6f5c840d6f8671c0b4d40eb7575b3003eaa9af2d9abfb27eee808 +size 1591712 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..db04f064c1d4a50881eac3e88351f3a23727cb8f --- /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:85cbe620757f0c1dc808828887037508319674b9a1fd5cf220293b20e1a6397c +size 1450395 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..9820e4d988768b89c2f3a84cb6cfca0fab468027 --- /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:59776243a886ac54d6acf4df5594640c2fc791802edae0bb0b26004de23b64cf +size 1525200 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..25140dd3d3c7b9d62347e70cbd6c6e6ec2b5da16 --- /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:0dd68281a0683feb53e8d44818d1a7a8d9fb8d9b4d9b4e396c7fe6c9fee7c471 +size 1148395 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..b2ff260d57df753b43b638e739515a86c136d094 --- /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:ef641b68283e1e1327cc7cce8efa2d0206356a4a19279c87370530184947fce4 +size 1056129 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..4cfe1d5bc134c5819b819251244e464d7912e7fd --- /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:18f0d55f008bf9df3636662c4bab82eda6b3e3e8fe60a016d3efbd40d4ed30e7 +size 1151836 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..226b055e8bd5ef8d18757bc0fd8d66930d199ced --- /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:3232fdf4873f38f43fd0616bed0998229ed702e2b4214286ff5bb74f5d2e6e24 +size 1268543 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..240b04944d8ebb90ad30508912fe6c2f04f129c1 --- /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:2bae58744e7d63b81e7f32e1a0bc27d3fd91608f3fff943bec51fe9f9e69b61b +size 1138262 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..573ff4ce6a533daef94c437e9600686367194967 --- /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:7da9e03ccc3cec4e3e8bc46a944f09eacd3d7232ab843ef373764eb351707627 +size 1242446 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..7de4b03ee248bad3f52e7da57db15138aaee91cb --- /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:6cb91a0f792dec7068eef1b7643604c0c348e85155e1b5b5ef10680dbc924361 +size 1142508 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..82625848d952508bc512a25ad714f1488e925540 --- /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:4e10b5263875ae269df202ee7ac233e466ef18feec247c3649631a887c8ef3db +size 1146749 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..cd6204910eecfd2619460b008b8b3c1931e61c22 --- /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:171e40ecee7d8937d9a7014d32c9676fdfc62e3ad58c99a3bc5c6e1d72d03658 +size 1126896 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..57ba7449c5f9b1aabfae75273b8710bb9ceeecf2 --- /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:2bfef46c13e4d58b6736ca6196aae6e95751c446d404bc0e2e2fd3cb42eb6ba5 +size 1531306 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..b10391ee8c8c1549dec58cf13777d80bfd646a01 --- /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:61cc688a6ae105fa7983998c3bb9768f2784d286a64f0cbdb9a8674dafe46c4e +size 1318461 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..0dcfe171ea2efeb6c67879c9a812fd15ab821f2d --- /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:3d6c2140e98e9786f9657bf95ff2e5cea0d81b4b837b84779ccfafb7e4cbfedf +size 1362043 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..893ca1c8be00fe9d59b2993373677dcf3e033f7e --- /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:f8883bd0c008f4a5cf1b9f023401aa7f93e67c7e865af54d7f80717c127b5d61 +size 1746347 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..0244aeb1892bf8a149b53c6e984f1503041337d0 --- /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:6430100d8593b611846842fbab3bf3c0c9adc8afc54c66fcc05929ffd8f096b2 +size 1232820 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..087a7f3e1570b30783c94b82a26d6e677e553608 --- /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:c618661d0084d6086faab33397749afcd1663a6629304a7c5bc6c18f28643df7 +size 1166428 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..219538dec58aaded83deed12899cee2e10a57e32 --- /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:317ad9ab51cf58de88bcee3f35df8c3ef6bc615a49ba817ba04fd6f9414b4763 +size 1345465 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..756eeb619e2e2c54f67292a638b6b55629bdbecc --- /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:9e30422e1cde3cfe4a962092aed151fc5e712e2fcf7cebbc5780c81103c88e78 +size 1434000 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..94490ff1e926fc5dd991c6f95939c6a816287711 --- /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:ad33ad5abb05148a8e741c61ba3393d24d37eac61cd5be70a9a870968864da25 +size 1309931 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..71979e730562815cc435bb0cff2f60b20b62e8af --- /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:dc33a4d39a6b1f2dc427a3581d1f82a50906c394615d0c4f54b27ddf61b15aaa +size 2390029 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..8df67583899de1f55d8028aaf798b5b0c972a2cb --- /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:7ae666e22b67df7caf718365a282fbf1103a4329903afb919b7fe47fc4164fdb +size 1589068 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..dd8354dd9aa63707556a5ebae3e1913de9455b56 --- /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:551a6e1cba7d8c28452011013b1cff175cfcee975af6de42c7ac7148c2191c9b +size 1551525 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..cbc4e22cb150f2f991344cec518c8a1a4c2480d5 --- /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:5c71477b6a746735995079f127305ea3f94baeed6453b8d9a7111dc81ef27496 +size 1808731 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..f693e94961a9fb39e3515830b5bcae644d5c6c1d --- /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:66d8aa77077f4fee71944790158cec3b5122da9a7318cbea4c4a9c93de39a03f +size 1829041 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..16e6513e2b551e3b2d2045f4be519f80cccadf30 --- /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:878bf1cd19e357abadc7816e289613878a34c0687fb902a9bbb45e8802b62ad0 +size 1646078 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..4474a0dc5ddb8ab7fb9d7961661d3d0c7e6e61b9 --- /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:d53ed0ea6aebd96cf6f9af78d23051a4619c9c3d3d42099f825576eb2ab9efd7 +size 1763212 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..7aa7d3e46a6a45b9e9357b430cfcf62c608d6f7d --- /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:dfad85068adabd7fa9cf5fe54fbebe8350bdbb5a6cfd1856c3881bc701ec4400 +size 1712154 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..b52631f633a64713ddbcad2522e43f30629976bb --- /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:310d642b4601605322ff59358421143b975ff5c559a55b65559c8701887e7f82 +size 1897724 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..78a7a5f417dd93e7522940981e0442e02cfd2a52 --- /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:7355a9876663716c638ebd9e4fdec2379599d26b12cc1e52128901579bc3af6e +size 1952710 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..e89bcedac728cccc2f34a64330f2a3dcf87a7aeb --- /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:8225c47afbb3ee10cf5ff2f2fba2d95734eb7c4f9ac30ca78b85a71ea86da2d6 +size 2052991 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..b997bc856c036323b1ef0e40b1e90cffce3cb997 --- /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:cda78ee63fe915377166eb240391e63b861089e6bdb27177ce7952fb206ea1cb +size 1922715 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..bde37f3cfd75ff1a5dd1796a4d546a7f2c49a105 --- /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:3fb03dd51e7150557d8898c3bd394ec0d2bdb92f4bc6a7f4b22a0f861e2961fe +size 1639527 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..94dab63ce9bb9a1bf9904c935c2cb32f69c5b11b --- /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:d5342d8e1e90db5ff0f1231273bd01b1aad0f2aeddae32437a4f8b3d5f534ae5 +size 1477031 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..01a5907ef7ca8147c9d5afa1547f3c3352fb3cc4 --- /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:1bf368d65347cbb5d64cf68e7cbd4256a296a9d2576eea2c26325912a52b754e +size 1470086 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..c796b02480ad5c6cacd1c9dfa9b0a855f3bfbd0d --- /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:b80b06d0a10692e4620bb73b5999b33784a2464fd6ad3ab7e3d5465a1f1d32f1 +size 1644417 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..07a3c36282889dc106949f4752b495a65f09b6e2 --- /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:8644f59d36827dea4cb58cc21de8d1ef4797d8d5f0455fdaa1be0cc993a14019 +size 2158287 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..c80dca0453a89428e2876a9d389279a15fdecdef --- /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:75badaf8540a25399012cb9e66d389c70222f5b4d1c8ad3c7beb2cc59b0d439a +size 1875482 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..7746df1140b61c00c26a73cc52bf40e2843808e4 --- /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:59fb9457f3c4a7ea58f9e3bc918af3c49183ed05d3407c1214eef9edc58a0389 +size 1963321 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..de8e23a50ff51e3599021c878d3e94a084f275a1 --- /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:6e0550b67e9265a91afadf4176ff8f0e0b5e7e9361b65561d7e5c3c35619610e +size 1580334 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..aba9c4cdf5a269acf2b3ca682a32e639cc36eaeb --- /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:6e262c7a3a6d231d4f2e73566f54bb0149516725e5476c9a0fce1b2f4bbe54df +size 1836618 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..8844456238c4f05e0a56d4d0f60fc2b733624ee6 --- /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:02dc3ceeb8f6505e8627913b28dbc6df7ce5db0204b9c7613bfa5be76ae96f59 +size 1751234 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..2f509c9ae2ac7b2606927e1013c927a6c4e05266 --- /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:0604e188ac00ea0125b4c7904f6fb6aad80ab5268e57b145c6d121d9194dd7c8 +size 1647435 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..4a9790fdcf3bb1a46e4afd4b1eec6123a98df7ef --- /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:92128abc7f82f3a732b91ab0f0074c178d2abcc68ff92e3fb2711644ef5c50bd +size 1714973 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..2b7130813fe031e0bf36c065fa71a9fd62458353 --- /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:1335486ede9bd96f14f025490614e5fb6bd8c26713ff8cc672dff1e33e8cc8d6 +size 1695962 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..08ca042e068004aca3e32edcae39f937ade568b7 --- /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:91ff5fb90f4cdef4673016a6e2697aa3eebced3aa09b84a8a66768f39cf86c81 +size 1658674 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..d5ea28d88cce61f23b40262f93fe39084e157bb6 --- /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:49cfd15ed668ededa9bd8aab0efd07147b87c8640f5e2645611664592254ab02 +size 1895191 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..7c4f519e379e6a6cd7129e4ca0b86ab9cc8544b7 --- /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:92dd879ba149aa50a6e9b944c9b1bc1b0291825b13764c83b1ddc657c9846ea2 +size 1604359 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..5273642177b62258b3023263fad73678809c2cc9 --- /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:da5fc3d2de33c67bbcb72442bed4dad0726cb6cc42e16010fbb385d504a42458 +size 2087279 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..395297d6f403e039b6494ffea14398efb461b901 --- /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:ec254e3c17a001639eb7659538e6cd17b514416d28260555fd55cc0be694254e +size 1967282 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..788f0ff24e8a6bf7baa54df87d32624055797d51 --- /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:eb47e3fae133583c04187251ad3415dacc913f83943c0ca520de983e24ea2fb0 +size 2126592 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..c4d100eed39e88c83022d136b1ad8a7fede5cf4a --- /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:04c94857eb7642667043a56640076779b4a3d8c973359c6b21b7679389aa5979 +size 2627444 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..945ea567e97a878af2483cd34fce7219bc7f416a --- /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:e8e00c7e77b43c05d540c9e28b7521c0fa9cf7877b702fe9964bb01635e6b9f7 +size 2334025 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..35678586cd52cee3fc5683ffd04d88f1345b907c --- /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:58fbca7ac45fd9878ea9fb239b4486c2f3b5ac4256351a8a8b15151a25e0b140 +size 2042841 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..1714b9fb43455def745cb7a85da9603d9183bc38 --- /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:4d06d2241cf3ddebab4d570f3db9999cb2d5bd537fdf7265435afc7475d3dc49 +size 1908190 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..bd6c2ce40d8b893ae12f77780f22a6e85586f062 --- /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:2a2f0cf6a883fb33d1a96eb7d44a193a31efe8e0c5482c7e8d75d79d663958eb +size 1743757 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..b1588525f491703e021d5eedb2e9111f4ad73113 --- /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:dfc1e767d3d4936995a3202a4812b03305a5030f759281366959a26fc4c24de7 +size 1749423 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..03b2bd277fe6873036f13656e9ffda11bbb4b01e --- /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:1aa39c6ae4774256c56c523788aced5fd910071b52b07f048dfa83741fd1be8b +size 1903363 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..f35f8ba352c9120c4a94224224e6ba4684e7a7bd --- /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:e762b0abf8e02dfe434a372a3cce96f629cde0ec970f3caff03c25fe86e9a4a1 +size 1805950 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..a4886cf0e72fecb95d97fb529a8f3dba3e99505a --- /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:8b9a990a30ef2f08dc47809e8ed37a2e2f42c1064cf43366e75e6397c5b49108 +size 1732704 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..55b245ec5aefff283028ea01f33cbcb88e48dc10 --- /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:915b442aba02620bb1e5f7c275e79143da4d87600c472aaa30a9ea77c420399c +size 1943202 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..509fec1be519f279e8ef69cf4321990e58fb9cc1 --- /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:a91aeced361ce3918c674c233765250a87900920fdcc90e3adafe238379509e7 +size 1944095 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..629d9b3a25d2267a8e92f0b972658e4b3b082226 --- /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:afd588fc00f0eca8c8078547c5f03e856eea67bd7421d4824dd86795ed65e770 +size 1669832 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..59e2131e907979934780ef2f00764f635167644c --- /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:85d7597198392d503cd2c718ae2e4447f54147adc8c2e10d90112a251b1b7ee2 +size 1973989 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..88f3e19611539300dd5797e624ac21d018497370 --- /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:3c5c17111245cb1adad7714ff2192a1a3e2a17bab509ff71ea82967d478f8de6 +size 2740953 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..fc4917def70656b54975a9b812ac2b343673cada --- /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:3bd95058923caef4242e0804eae3ef19cd08e02ced9466da96a93340c4ad3d74 +size 2066393 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..07cf930e1413b90b76c2de450545070c10d1f219 --- /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:0351ee22ef4426d85f9d4c932de7ed80f02b8b1c10e9b5458fbd6f34ad211cda +size 1834281 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..41c0962a455ae24da11cd2866a6c8aca18ec4baf --- /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:058be10a86ff1d3cbe8802c56f403dd3a9cb755387a79d0ff7d1b8e4ba080e14 +size 1938443 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..d8f9d5debc136a868cb60311a277a83b3bb5da1b --- /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:9dd64db85aa1ab8d0d29550e6427ee67b1e4238acfb579b5bf42c6f6320cd999 +size 2015620 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..4ef1f114d47623484770ef08ab497cf2e63b2f61 --- /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:0b150914a5937fe37aea1a8c7ea4b3bc956be5f61f3f3f61ccc7d5f3f4f867e5 +size 1926602 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..4e0e933c572cd9ca587e76c3c9bb97c01375eedf --- /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:1112e47b693b860766daddee45e10cccc8ab41595d1ae4520a1e6b089cfc045b +size 2043842 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..bed10e4ec71fb06e2f279f4d6e5d26a811803c57 --- /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:9ae2ef415b17935e360e8d33debf5f5ba891b2037353164ce2fe908f9b6be270 +size 1807781 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..5b8a4519ff759105ae32cc21c53ca7c61aeb1ed5 --- /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:159e0be32a11face64c64dd9ca125dd8ef9c3a6be5019f9f75a3e97a08e90a99 +size 1918712 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..339b6c9ad58f6fe486846122e6ec7d8ff628e6a6 --- /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:d91741715f1db4c79f43192781507dd5b81a7a32ca76d06a53766165bb164ed8 +size 1648146 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..5d09ceeed62f168f2a2c0c373bb64a540578daf3 --- /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:e0a2a58cf61523e5861da49b51383ffa7f33f2f829df2db1ccef90cb55edb6dc +size 1738038 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..2013bea6ac85b77754d0b304b23b38a5790829d3 --- /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:6fad3a6a84ebb659dd12c86311e62c647b54f3a34f91739e6aaccf454f83740a +size 2321235 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..9e18709c8a1a4dc21425de84d902d5e9ac919211 --- /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:0db227a2ac8e9d7c86f470d7f69ca31e75c9499e5f687cae3022042b53e71a08 +size 1670552 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..233e925268d5a9e95b22aa023ed8dce3fe11b985 --- /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:3dd1ca267cebe9f4dddd2d005194862e2509f0c6d4e47e1c5be591aff04faf77 +size 1767182 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..b42f66ea00d0f04cbb27aca9ddfe00913628da2e --- /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:5e53e89027c0b9876ef13e2daea61d658044aa7854ef62b4f34cc71b7eeedad9 +size 1941732 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..b91be55e177512d469b8c1280d25282e2331ab08 --- /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:cda27a59e30f3b45b79e4330a9b046da05151e127e215597458b1a5fc04e9809 +size 2046043 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..cec13a518d76e56abe40fe023ff1551dabbf1ce4 --- /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:deca525be24b7874708fb34b0b6c47e60068df53d19098e9189fca655f2e5771 +size 2326635 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..7329fc17e0c381518233870491e07b237b377aa4 --- /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:73a6d20daa409043c5095404b0147e8a456333f547d79ab091091442018b27ec +size 2293216 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..2f31e77bfbfbf9cba5de29140505790ad3f7bee8 --- /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:2c7b05f339dcc2b6adfffe90bed8d5269175e6975bc9c722f8ea2c014353f7fe +size 2087833 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..481e4d2123dfb3b7946e2e9505b9b715ca4f4bf7 --- /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:9950d56c8040118c349824ee5ceaa21d8afa6bfee4be502f4c04827594a47fc4 +size 1886834 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..983d7473c673e0db10c114c6b4a7c06054049d24 --- /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:0602c06b78b49143dc4442105b6e2a8dd3f8ded2567a956321654d2980e6b1f4 +size 1531923 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..69c26bd2718e501e06bf39d9e8feb67b436bff2e --- /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:e276bda2eb4599357c16bc377a991a039f72ccfbac3c4ea42a92a6a62575c970 +size 1762422 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..d8488cc858e0715ff2f9a999605ffb4ed4cb8edb --- /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:4f4cbb8552d955aef1bdf4af77b794d615862e6236693f72a9b114ac46bc2aac +size 1529161 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..3b5e88658e079f7270dd822bf3a1dfe247246ed1 --- /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:93d3b430a2b0cf27576f2d2ef07751800fbd3ab0e18f69515b6af65e4775c0d8 +size 1671267 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..0f01f1a2e110790ad1548f424e98611be1ec3ddf --- /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:2c2c24ba8c4d9e22ae650703be2580b8593a284b5efd8c0138b0304d7b43fc73 +size 1940567 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..f5d89da213fa01ff32498b5e91e98f15eb03aa7f --- /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:324eb8fdd88432c0c5eb056c30f78079daf79155aac4768dd013a729e502965e +size 2231596 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..b8c3fff479cb28ce86359a296f87bd033f6dc9dc --- /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:d3a3cd60d051df4d8f65bd8c4a3ff357d64c66184e6d754e52188baa0e08502a +size 1774218 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..02f6ca1ae63150ffc1df9f31cadb2a68bdce230a --- /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:fa82a4f5bcd377f1ef96575d487c7fe2e3bb52778aea94a7fa9700059fb9e9e1 +size 1543222 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..428e5e6bed6f767771c7b98e13487be43a0f5d67 --- /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:95fcd9be31986c163a31fc2ff2f7dc5d801c45bedd553b9dbaa7a85eae137fac +size 1654002 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..29e616b65c6b8e2f3e11fa3c988be87ee25ba172 --- /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:388577a257b1cdd5d3face41454d38ad040f05d742d4b251263c1b95d3ef83c8 +size 1593237 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..79113e51fabb13c9fc9f422714556e6cb7c26f7b --- /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:b3481cbeced902b4a2f2973be4009674bb3e11d6fc34da45f2ad63d6057494d2 +size 1585516 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..4852d5b6a61388f99bc7e90d2fce089da90106c8 --- /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:b4384a3f58045505fc667501381b07692d87043f15baabd642f30b58570ecbae +size 1712768 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..3336dad9ce21b92094f628599ac75c3ff43eafe1 --- /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:93bf7c6a3aa03ab48b71db600dc58a725c2ee353eb3b3cb4f6c3dfe9f09d1c51 +size 2095155 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..066ff5389f55e527f9d7e6a1fd8ba3c67ce70078 --- /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:60b48440b4410e9f340c33057983bb7db6df1c9670380c6744584a9a445dab3c +size 1550516 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..a6d6a9afc098bbe9e1ee2dadf41f58f36cc20bc6 --- /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:e243a7f11d059ccff41b8652e72f700f3327569e3f241f603f383525eea77b62 +size 1992272 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..fdbc3acc631e97f728adf4d824de058ac06a5358 --- /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:f5c7f385269992017fd531514db307c9c980d6cecdd9fa1317844955dc9f4476 +size 1393373 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..ba2c8c8570eb1e8efdf4abd53bd29a17532bd582 --- /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:9125a324917628a84cdb6d800b0dd41c27776d39a30d610a705cc99e164398ff +size 1417103 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..7c8545141f951e456e675e261f4ce41c430cb265 --- /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:aede271311ef6719d77c9faf7040148ba02c7577f428fa05317bdacdfbc6c847 +size 1969414 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..ea8b1f386ed5b442fd4b05904a4e6f642e4a3da6 --- /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:c6ad5ff7f2a29c247ec9b1663d3392cf17e00879107e1e69d649a8e9cc1c56cb +size 1959870 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..7215adab19529ac89ff4ac382aff736fa024d8dd --- /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:3693dd73972b31337925c263244b7ce0208af2c784d7c77b8d929ec4875243d8 +size 1654361 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..df884dbbf982921ec6b920fb5e3b4169f05b4722 --- /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:06a449611b227bbffcfa0707ed0db533bfb86cd520d87267d35fdfc787112abf +size 1721289 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..6b20e6fc6378762a2f718a08ef8e34f23a841f47 --- /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:85c52edc07f7ab42561898f21c4f56321a20b0974a96475228cc73d0b61a4e2b +size 1825584 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..014c5e9d5297fb0d8f97ccb14c092b8fbd4cf554 --- /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:d1375c9308c2c4dccc67099c483caa47ccb077fe05e73f40bef021e7584e8493 +size 2124214 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..b74b250b1e981a5a7fc0f41fbd09b12c9c1ab0e3 --- /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:0412bcbc4bc1e0a021af7dd352f9b5c1172cb3d00c110e0cdfca60acb490f2d1 +size 2045576 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..4a6c9e07f4fece9a9e917e4f13a4b3306acf01f4 --- /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:2a3cd2600f25d48524b5070c3194a93af4406701fc7877c2ee32f6343bb203a0 +size 1883666 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..9ef5653252b387970993abffdd569c37e02007d1 --- /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:25cbc021f94150f697b92aea4760c46ea3965ab1c5ce6342e67ed5e8473b623d +size 1863891 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..ba03334867824938681746581d37f46bc3c1115e --- /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:43f805c987323032dd066a8cf5d83b1881c2b127ed787e82daf28de22f0ddbf1 +size 1713699 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..746deb22a9a0b7ede9e2f58ac95bff55d4e7599f --- /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:9cd855fca032b293a1ba69136f70fa97d15f68f41247b9b373c50046ecef9f1d +size 1617430 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..de9555d9be3bbee494d98d0f76a8631642ee720c --- /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:4a430df2142615165b70b8f7f62d49b1a427bab9afe377d32447d661b36f6944 +size 1739347 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..b4b5398092d42c7661f47fc98239f7ef80fa353f --- /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:8a8b56bf7034933002ba412546870d4cc5c01b7e5fbb540b0828024d2a8aaec2 +size 1933722 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..c3ad74ae91dc7db4b7273f0d3b4e0dfe1d2f72f8 --- /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:353bf33903c1291ddbdbc9bc8ea6c5cf303f4e8ef9227636ce4652185c6799b5 +size 1922004 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..9b6fede196fdca3b22171e8482d3f27b3f2c9bf6 --- /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:1522fbae87096d3ea7cc65fc3493f347491c9ac19b3916c00940ce6968bd7e66 +size 1641673 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..3e04b59db8a207b0003517fdf4c33d82dc11bc31 --- /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:6577c344496a6cc0cf8bd3a8f1dda90ea177d34b19d166e95836aef77a10bdbf +size 1785434 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..7adaa98988759cc16c049ef4498bc6ef7dab0a88 --- /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:85a0dadbe757277363a56069460a51d6c9cbceac0a8b41fb147ea3c017cff6b4 +size 1955472 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..014d24e9b42dbf43b409b8b19ed59a4b89595f7b --- /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:047a321f810f57cf723fd08ad3a78a1fa77d9090a3c2ddca4d0797fe3b4a22d9 +size 2012513 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..5ace201162bb03a51d9b193a1348053542e0f390 --- /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:8a6ca8a7d7a08f8142f32f0c2f4bea4028b020db3350e162bbdb1c3ed7f66941 +size 1924503 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..58545fdc402fb1f24244c3ed75643fc407d42f4f --- /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:a2efc310601a4ce1ba1d5b1762ff003fb00b1c9b30dac47e68c7896553d426ae +size 1660432 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..0352b83fc7d91df471eb4e1b58c3e6a80448e20f --- /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:049ddc35382fae252bd89110f19810eb365eed54608b525efb954148486a9463 +size 1603354 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..f5f1a4d5994ac973318cbcd354b3b4f87a078320 --- /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:171ebb23b7f572eb8601f6e175d0c1bd54f6174475fed6575b31a84a3b84d6c2 +size 1873884 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..86e1ddd9b4516511f30f80a9f136c8f53c2575a5 --- /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:c5478617fe332a27407c0acd904ba412bbd5a768c3d51699f1400940e4f16469 +size 1514120 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..c4ab1b91ca026ef1db9e6dac8d19a452bdfd8bbd --- /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:44fe64f52095a49c0df7a4a59f4cfa91ba1d735561d335cf7ad1041bfface57e +size 1874814 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..0dee68c967d06c8f47a2b03f2e5aef0923aa098e --- /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:7bec8baf27b9b2665a88d4cf51f496b4fcac84674fe992e55945e178b98eef7b +size 1886740 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..f3048b92e26dc1cdc7a0c94b80780f31399af1cc --- /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:899bba74846196db4e8903397796a2c2ecbb8b2920144bbba990850b38a4f3dd +size 1980543 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..7d78176e1fafa7cb0c354400731855c8e013731e --- /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:f6552cb9a2f82d3bb5c8e5be2132e720ce3de50bc6a62ad6b7ff8020f9920cb2 +size 2034522 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..7b96a42d6e9c1b84c70c96976178ab4e85c0a574 --- /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:6013ad134de141772b76badd286e213c15da053487a74d4f6744806624e9d7be +size 2122728 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..0027fc96fd05de7b3cac8a6dc7baa4b60e36b0ee --- /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:9ddeb5db3dd42ceb347c2429362c47991fe940c39608fe924d0a43f1f61e8ff6 +size 2121849 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..b06007483a6160e7db310bdfba46ce96d27bf4a7 --- /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:8bc51e61a089e90983d1b5702931fbd4cb88415e28beff63d52c9a9e19f14743 +size 2183421 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..9ca9d50c7fc35efff53f86a847236b52398c1252 --- /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:f23a6394cb6d3f959309990b88cd7db46c6dece388c7a1ed48354ad2411f9a80 +size 1738599 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..6eae51c2e9db3b2d94e684c0ba788cc728d216a6 --- /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:f38545c30a7ab0b0d3431699f0d4cf183361cdb68902f91e069f58c107ce9f1a +size 1731963 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..27a11c5e60ba4ed020384f7627181975c4215250 --- /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:89b0f2ba5b492b12c225deaac72ea581417c34ec77b9dca0a0a8422d873a2cb6 +size 1933037 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..ab41ff4641c137d0ae4a20ff8e50ad76d15f29fa --- /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:2b36e994a1eb11e4988664f2572c51bbd957d0317e1a319cba3a0874605b2c1e +size 2351595 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..f60eea3518da2375def6acf90416b7bc23451ead --- /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:3262d760be926156ba3d570b5f3289df080572f250455a7fc6dbfeefb6c4b549 +size 1744609 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..9169a9c87cc89cddc7f70ccc77de0c75695993a8 --- /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:13e6e95f433e436f647aac8c157b8af54b58726680d308f096526ba803a5b91b +size 1853661 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..c861fbd3a404bd2f04d5e3e47e8a234680bcc907 --- /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:9b0bff2409e7051ce95e229afb52f8d8b3ff13c822037c04c0e57877d281c007 +size 2122506 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..3db8d2a09558dc18f13ec0ac36c96c7c42ffaba1 --- /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:c4c4c5c4f4d412436b2deba74dd6c3a6d9437de5465e4eadade5f3a1cab30efc +size 2100560 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..2214c8dc61426ae42720c714621264cff6b3f52d --- /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:e72d4be7bd41367a2c1735ed82701235fd9d476c048b6af40efe80f23e8ca865 +size 1777978 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..c4ae9405a2005e6379e20b919d45e32994dab8c8 --- /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:4f25b2e97fdd0b396486aa879683801fea7d291fb16c3764f1ece6e580443e34 +size 1960904 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..cd0751eff3609b408c1c64495682419d71e161fd --- /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:64514307675ae61e047ce5f5a692dc84bfeb139470478c98ca4e56c4902e7f5d +size 2700123 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..b209bae3cd7d5389160545acf5c4a7d604bc4c60 --- /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:ae15bc35156de9f5aefd312c6a123508f8f8e39d6299ecc0002b290b876b12e7 +size 1670174 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..b3c0c4dde0b3cc6fa8f149daf409ffee4d8f266c --- /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:c286cb021f8289d6d88c160009a57602f2270013e9e807b19c9bbb23f1b4b843 +size 1848614 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..9993fb49f931319e517997d71535c82553629bf8 --- /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:3ff9e00d5f6f1124e1f292add00ae4963b816c216525b39a0ad2daf91b9f8606 +size 2082984 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..6c03ee1e2ed1796dfce4ac0ceaa0260d8f003e39 --- /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:dd733ebfb93a3b50401a5d2fd55c10bb88f4b7daee15c7a9336aae23fc690748 +size 1742373 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..ed57104dc230582eca39e9ae54114e01e21ca8b0 --- /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:86f8195b2c1f1f134424e32db2c05e71745968bc39d49fc38231920bbe18bc92 +size 1690930 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..168f8e5e3aaa7817f726b20cf05478c6f9fe383d --- /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:7e4afe309346796666355e199686458fd7f8f058390f05b5a76a6d4908ec27d2 +size 2138097 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..c2cb7923a118b2f103541681e5247a8905157741 --- /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:8f5f56062b413ef3f8ee1942f2fec44f185f5b3335a26985b326a31ae51711e8 +size 1714259 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..11d4bafa48d284fe3a59d177090886cc7e6dc263 --- /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:c2b1226f6c5f17c171341f1daae26754eb4ecbcf8bab7698f3975898d434eaf8 +size 1898429 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..f57d9acb8707b5e9f9eef340c6dbe33cbc0bac72 --- /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:8ef2ae895f976d7a10fb4815a21f9d797f8ad3c40d65adfd1b7183692808a0dd +size 1729769 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..ba964f407b9352ef8b17eaa01bb2553b72a5441e --- /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:a9ee3e06698c25d1a5fe1e097ec795318ffe28509f3c4196cc5ce0a09f93d69b +size 1603384 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..a76f44dbfaa7f2bb0b2403c8b5c310f00dd8a785 --- /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:bc848e29224ec0c73d8b5d0fc8308f043acd2c030b5bdf941cde9a2e1434d51c +size 1657976 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..7347101729ec7f5080963e3141e6afd37f8c6ab2 --- /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:f9cad6d8d4832b149eacdb92a3549a18824d7bb27cd01500a790dbea1d1d262f +size 1698882 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..2460896566e3eb4645da417deea5052ca48a1ce1 --- /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:7cc630f63c6bc818235a513d555e7f7557d281023d907751d3b9cb39902bc743 +size 2266917 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..7d5ccbd73e2f269bce4fb0a213c233d4004eb7d6 --- /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:25a37548ae714a4ce429daf489683c964229885e3eddfba29858f7211e808694 +size 1858285 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..9b705a6765b83bc11b1866af6e2de8d37b42578f --- /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:60986bf4c39bee744c64064b79e3d820b7d37d3ca6af7fd0794337c897991c9b +size 1913583 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..422d07bb53085c6ed4812a22251380f7dc426832 --- /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:032ec5baf5acb9591eb8897d94506d7c1af6982d195fbcae8d5f9f8a198099df +size 2011238 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..c7738f0d40259b3657743b4fcef23997ad1393f4 --- /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:518e269073b3a072d55ba0c18d7d1c0f8b3921fbab936742d70ac38d71af0201 +size 1793854 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..2d3a22a0924507a2d189442cab4f5bf0ea46038f --- /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:e8c6b9653db920fde3ebf10d8dc51fe0d8654afb20a122a7723295269bb0bfc4 +size 1827798 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..cb02587f6c26daf40ea47368ae9815d40ae6bcc4 --- /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:302e05acab5ec9f03fad891bab7619282128a4e6ca4086c594f957011c4d329e +size 1900492 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..c598e0c0e6d0f2bff6bf0fb964476b8dc81d06df --- /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:e9683b23ee7400cba5ab0c03154d6d73d868dbcbdcec3f88beccc107fdc94b0d +size 1824483 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..f7ddcbbcd7da0356a4c57e59123511319becb81f --- /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:51e47477d4f0a4b983f1377be4535f63795d20e4142cfd9fac0993cf70fde614 +size 1734747 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..f09251c337c8b21291df27fb6a521d4b106829c3 --- /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:7c71417623e1e1a84eca354530f2abba86e05679804c361565ff68b613f4b3cb +size 1971332 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..2339c06f6d613121a608d201e3c3eed7d5c2c90e --- /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:3a34995df297be0c8a3b0ff1eba313d40f64baa2051662627e4f7fce56eadbe1 +size 1532347 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..f32d2d2096a10a321541ec61ca63846725fac6ad --- /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:001a23776c7d46635b1ecc94791ff8a41982ac3f74a7d73d34064be1155e3279 +size 1850628 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..75f6ad5c271b0932a1ea281cd97976e79b9e677e --- /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:c7136f65adae695390d2c7a2f50f71527e7f96cda0f8cef12b7d041575ffb576 +size 1592265 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..3a5576737137ca17fc1d16ef65d93ba581a41f83 --- /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:eb08f94afa473fdeb0192bcaf6270352db1e9c1d760b5ad6b1eb38ed59893514 +size 1663143 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..f94e7144d40d213bd6007c08e569e52b9083355d --- /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:a45744e96d48708659195fed43d19472e3bee7a6c739a624342f7de3b64701f3 +size 1824477 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..33d7eaf24db6a904dae74190c1d3f526d1126da4 --- /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:5ec0dd7e60f1685304a5671ece263facc4e65708ef63685388b8f7f3942f38ad +size 2067912 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..27c6dd322c54edafb117ec0fafbecffa78b6f5d1 --- /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:0947819f98febf054f48eac01dd889694565f1b2f43f21c7e93f491a82e60305 +size 2051455 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..ae82693616ecd41003723727ac252996adfe5a68 --- /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:253516027a0332b8810bde5dd29407edca967a042a41522df64ffda13392d4c9 +size 1594786 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..806ff551a005dc82fa531003ba649f53d8ef77a7 --- /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:cf3c9dcc6ab9e47100dc36f71a51bff4748522cb5454bc8756705204d7a2e049 +size 1871020 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..e0a91e11d0ddc88eb8ecda244753795513798dcf --- /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:9aec5c050f14ce093e9c9b5236b2b3582ae82b8bc02db8ec8973f7754e734cb9 +size 1785967 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..129b1bb71173a66c22e32670fc2741289a13d1cb --- /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:d371da4693598696501e29810cd0decd1bb3871707dbf6909674a123590232ee +size 1488058 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..c7b308f0bae85ed1a590b5d00e2089ec05b3af1f --- /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:7b6e4058223d36cad28ec9b47fb5648a166502963fc9f52fa72ed9de2ee8bcd0 +size 1633728 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..9d5c960089e52f122e7f5a65284256f1b7b8bf20 --- /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:a8f6ac21eaa3c3b0964bf3d836be4c968e78a6f7ea30d58a4d11474b9e76de9d +size 2679241 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..080707f3be3704f9be0760ac0e54ba1a7614dd07 --- /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:9f59cccf16c31efd1a8a4ff090a1c80bf8d22287035b91b32f43ae14bbb5a78a +size 2000127 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..03d870508b903d04bc11bb15966acd56e2150752 --- /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:366b3a7abfa9bf02efe2e70017ff809a4482ceb6a92dc0a6781160f2b503468c +size 2114637 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..e3ccfe07da9c9d0653bfa103825453c0baaef961 --- /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:f91097d45e61a1460119d1c5d1dfc42d32b0bc7293ce5d6dee8d4e4789a6dbe8 +size 2020854 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..b20fa92a6989e8c3abdd8eb34a17a7faff1df914 --- /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:cb4a4a8e9f00a871efb355a431d9b54a6d2e113981fe515d985b6e4ba60abb90 +size 3769296 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..1e1f2cd85cb2055ae9fad98abaa999588904c0d9 --- /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:198dd2fee777e082b5f856dae83d51dc61a89a22aa96bd6738daa87e0bd7255c +size 1752631 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..0cc58ce9403e43b8cdc3038b1bbfc02a1982b92a --- /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:694c47c6edf213971aff8735d96cec5866693a56a925be0933a2baf7f12d3ca8 +size 1603294 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..2941dd419962e63099cf4cf73b40a7de00bcae21 --- /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:ef7bb4e2fef63c19e7f6475d0f5c28b5161f42352651b20c72e1fc44950be920 +size 1551864 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..9c76122c55e9731a01bd8d7e35d4fb911d263e52 --- /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:7ffe654dad37f7500e42eeebea2bb547a50b361f6141e89f0c1582e963917159 +size 1574655 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..4f4e953aa64ca6a0c998b4e495837f1418c3ad79 --- /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:92448da750fbc78937d7108b4d3f266bbfad94bce2683e2028a88f3e249d39d1 +size 1842555 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..076aa0320bbf7b1b684d76145760d136c814d1fc --- /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:5ba1d77a6a7ca55e2a0d2c93302f33d10d264837a789b4ede352ffd459cd29a9 +size 1773849 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..9110e03867460a18d5252b94e653ba36b336844c --- /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:7765fcd825e6d6b4cc467bfca011805d3dd1b4479a4096bf5af2f877f7a6b2c9 +size 1580783 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..706ef27a810d8b3fa7792617f147ae159a60ae85 --- /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:eac62687bbe689d5420acb8d262cfd2c91abc966301456806b9b8aa5978d0299 +size 1756022 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..ae2e6a85f0d6c92e7fd2dd568d5aefb9f141a20d --- /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:d10c1132e2e84121abd65c3f397a1a65e293118ca69eef59c308be5cfd69fea0 +size 2432883 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..00697c2b1e1e3868ace47b520ed72abf0108c621 --- /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:56f3afaeb15d93d21989a6d9d512218596fb1bf031d096304fc096d29cfbff75 +size 2394067 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..84fd73376e9a4b78cc55667a23ae7e85567e3c05 --- /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:686157520af3ac551da7e240c242f1940042c1eb9d422074f7b2bcac536f375b +size 2116941 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..73ecebd1d53602e5fc9cfcb21fb36e7f5e8644c3 --- /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:50d7d4d86ed3fee8aef12d0542368d396a4789f8b1485f953e8110dc31239969 +size 1961781 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..49177616679958131c48cd4d142786bfb4615634 --- /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:92b6f3e27e1c6499fb9781755ec19179dcd02aecfc92cced597c3a8419af8dca +size 1789095 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..911d6a204443ceb95c79473421ff4cc7b102a7df --- /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:f59c6daa2e4ea70e5ffd366e7e207680adf0c5e32884fc32f45d003fac53cf5f +size 2149842 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..c172f019eab31d235f6b1b2d79490955c119a722 --- /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:fcad09fec40515ea05b61b86bf2e029a0b6265bcce4d95e88b50d5f36c53c0c1 +size 2079203 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..a9f61486e3906cfd1800928620162d77d0d90bb8 --- /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:5cb29e4756c3e0fc3033f9f5163111f79b18a26d70e6f829146dcd8ab19ec415 +size 2469401 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..7207f69c3363fbd166ff76b588678f2d27913849 --- /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:5fff85bcab0f8fb956b3c4b687a8ba06a4f3ff00397497cb776e18126e3c8fde +size 1718096 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..5fa2b799817ad64cd560b2c66ff3c7454c7b3917 --- /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:7b0404131240a9c710d5c82a784802733fdb90dedcb2b9abcf6e2b951b820450 +size 1951345 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..e789ac8c79aad2fd728daf9dc1fe3fbefeaaba30 --- /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:a22baa5880317d136dd2ef3e38a36d9fc37666095365ba662591b0efa2375f67 +size 1779313 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..535262270a60765bff3e21bfe4c9dbccea31f292 --- /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:3a57e30e41a618a2e76923fc398e91864097550922fe353b718bac86b515cbe6 +size 1905466 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..5e47657fdf7fed0bd9c6a0542c25c34e36fc1bdb --- /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:c425192f342350d852d4132c8fc56bc9ec6606a636d14f03759f5efcd311ab72 +size 1872213 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..399a8f532051e5d31d920b4cbeffc7109d512193 --- /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:df0664d35469f4c4fa70675d6647722cda976454bbbd2918ceb38c3824f3c0a2 +size 2108307 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..160a466d68b8437aeeefb2cfce8d8537ca8c6589 --- /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:f33a2ba162c52bd3c122400c5a0f02e407309184bf2359bcb2e22e19ed7d5ea0 +size 1607155 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..ef1bf838bf9cd27922d3dec5b9ff2ef25868b866 --- /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:c6faa889a32fba831ac9867d17408f3ddf3603c5da4230d4d075aef570ab77b9 +size 1880362 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..c883e9494afaf479ac3c02f8ba5c63de0b4fb5f0 --- /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:c7ba935f9c2c8d39fc970f0e98e5a01e64b316f16bed917d0e1fe490c61868e1 +size 1861172 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..cefb1f379787e0c0322abc6c69e07963df94d56d --- /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:828aebc2c2c437f990e4ce037e93c3b45c090e73e0ce9146894e1059d5a8ee0f +size 1803899 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..140d50288b53496d3364a1ad0ed1c2d00ac860cd --- /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:b337f8245b66592d9eea8f7d6ce6f0da05b246ac48d211abe9243500099a0a07 +size 2317405 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..f0296fe4bef2746ea92bf7325516c88ce00abf51 --- /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:c1f289f82aa28f2f9a4e18c3fe813e3e583688c9caf2771d56bf0129e9c1f0a9 +size 1734789 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..b6c10ed9dca088be6e69a9e69c9097e2bba51072 --- /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:6faf59106fac14a418c8c15df745a9bca2b88505c537d5ab3faa1ee35b06c8ed +size 2180205 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..5dc861c2b6d0d9770793643b8afa465476a5ac24 --- /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:04c4045d5153b3899848157835f9873e79d1503642b1b3160f4a2cb1468ebd84 +size 1681743 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..f57c9adb5a940def98b23f3e8bd72d302f117702 --- /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:4745deef4d2a3cec42538cda5f11fdc89a09869d64c92023117561e5d8436e9a +size 1516215 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..4e8ea8ce7826ff92e2505572957c5d099cf2dd58 --- /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:0b95dfd82015dd509f8484c68932945e06ed52e04da19b427ef83090d274f915 +size 1665313 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..2e234626149665c4aeaa27823328f479b9b7b0c4 --- /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:1ad3fbf07631c3ca96ac865131a08d91c815b139ad46c9f402aacba8e3ad0ed7 +size 1945450 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..464daebe8dad7fbba29309efc86a04fc4c2c61fb --- /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:eec854abd62247178509a9e1f9d0d93fb69d1a79c9c3f144d16232af61b58e57 +size 1505468 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..75596b9e95c53c4051d517ee633ddd73347a34bd --- /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:6e367299e5087907e999f417a39fdd2eabb98490afe4dcdd60b66c1e43a69016 +size 1530672 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..66ae15f6ec550d30a46afab26825cd2d07880d59 --- /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:ce4a6061fd868f6a4f4d6ab781084d8c051f84ef9777c4c400a71bdeb99dd5d9 +size 1528798 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..235454cef7497a35c3e9be5ce2e1f81a4c982955 --- /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:aeeb7b90a7ef2107fa85e937a588c0e8a36d2f6c2fe991e7be6d0e946e84e788 +size 1705139 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..61671946e032b2648f701fed02b2f8ccb44c8430 --- /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:acdf17241aaa8bc0ff7dc8911f18080984ff15682f2c0ec9e7cf9ca13fba61d6 +size 1830786 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..809ffb62fe7000c98b31794de6e31ba51e61f727 --- /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:f5b05e5de5e24a16bf8988be4b58a975d0581cfa5425a9c20dfac1721bf65170 +size 1624671 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..c8a59e9134217bfda375413fe5d51988917de0c3 --- /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:6a9ac924a4a454230bea0364c07235133aea3d57e08e58e494ceb0958b46dabd +size 1608541 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..c22b8d7ff55daf852b34472a93f9fc53e5f81aa8 --- /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:511f2c9fe104fee5d729f12ac2e17eae7cc5d1810daa42d3bb66489270a3f619 +size 1636214 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..9adb048fd8685146714c6a3f1b7f342d7f8a88f3 --- /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:42fef584f31a63f88f7edac22b7ad55b13231f9e2a0b39d5072ef6b93cae0470 +size 1632388 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..e2d86b622f9f3973583434b4067257fb7660414c --- /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:946f4f7716089446d298472592a821ceec8bbee99e316d2f6e35e71f183a7bb2 +size 1741762 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..367f1176bc5e69c1e18e1465f144e3d74bf535d1 --- /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:ec2ff64126328d793d67acdcfc7e7bc4ee8e7b22adb035200ef340d683dbe47a +size 1581000 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..443b50fa669aa87b8bfdbaff02af30206e7bc3ad --- /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:d28afb8a63ade3fd4ce6cca0746f5f92db691cb340720ace8c6425fad957bf44 +size 1708376 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..6b9045af6b427066ef167c1b856bdd37c34c42ba --- /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:7691817d87fde35439ca0686528026178ce8cbec08c788741132a4323a8cab88 +size 1634228 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..16ac41fd64c3e8959f5ddbc87e4e498f78ef1fcd --- /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:ea18587b1fba5a965103a30a64888688c8a3e0c206a41aa052346c11f7045102 +size 1676197 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..db04f45f44446d6e0e084f46dde83c58ae375106 --- /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:4259b1dc49bd4274b593fb9c568d0a8935d10a2f329c2d84269a48cca43f0206 +size 1517867 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..51c48f726e8ca352d7ae352de0e5ae2fa95774d4 --- /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:10e6b31d0e2cb8fe583e3007cf1f92465cd1bb55ec7a844e1d2cb7429fee6cc4 +size 1570513 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..656c0a7ad89b2a809210b8f3e7193adab88d4a6a --- /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:8dc3f1fc9afcaf45f23c1b7868d529d85150f6792489cafbfc2b0a5731d9a851 +size 1791738 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..7d0ed65dd413bf42b54fbd286fab3cafbdadef64 --- /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:50a97a5ec89f257cf39167db3e934449ef1bb8fb34c1f40bae9e7ab27362eeb8 +size 1679967 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..0a45cabe2561ce96c6cb96c3aa528f465109e0a2 --- /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:864b518ef4824e18ea161d7ac339e987fe6525ca97f9fa67d7c9e152da66bd89 +size 1604221 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..3772ec19f6e80004ae3f4cbc466666a75d4c2544 --- /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:4489647f06b6f59163ab268013fd1da18b21ed6eb8ebb92513d0f44a15883e65 +size 1669608 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..79c060f730b7eacd55a5d26435b8039319a1b4d0 --- /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:c1832d8fb41a9cdc96a226cdda4e4f142393364c558763d2180e058638825cd9 +size 1758790 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..d836873386db4c8b8a997466b14e3cf3c14da42a --- /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:6aefad5a42922d19bda619e7113bdf4411cce161ccdad0ed1eacd40867e8d81d +size 1717475 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..0c58fce91fe4338ac09c9a0d2d67a497546d5c66 --- /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:0656121a952534e3012759990a2abeccd44c0c340baa27604a8c1cc45343f94e +size 1667719 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..85a47bb57eb04fde7019dbf4958c5387fabdd501 --- /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:64da3bd10ba602cd63c30a9ffc67757aef1003e5c77fcdd79797ad55f5500bf7 +size 1549205 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..0fa49628d64d9b587e70df9881447068dc0e9ce3 --- /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:dad9e506548b1c05e2f2c2fcc9466c86e1c639b8b8d3dee58452ebb0ba117984 +size 1656169 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..8a818d430f786b7636d0e2c412817e302e3af757 --- /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:419096b887d65c189dd709281b2d9ca3d701336a5333f55793081c31e9befe41 +size 1603026 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..21d2cac2aadd61e40f3c37a85cfcd77d744b3ad8 --- /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:8e2e7f6f6e16787f2658a76c705bd1942481b2382685785f23ae80fa34fd9d02 +size 1607423 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..9b423a1d11fc36309f369a32e2acf1f7da806d9e --- /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:492d856c63bc8108a56984173def912a72a987299be129fa58980a1108d10271 +size 1615497 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..80c23c6abbbb2a9a1def70b6059378bf2ca969f8 --- /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:f937cc9720afe0ca6b68ed8882f8b7f24463908d3dddd373f57e5696b4112f0d +size 1654677 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..47a0bd7fe196058dcbf001a91f353e0acb9fc612 --- /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:2c7a24eb30e6b0a7c2728718908db4756db1e1300da5ec16be979f0a5bbc408b +size 1498043 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..684082d5a85cc879be67fa6f071a5bdf682d64d7 --- /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:229411c05b9c223769f126c1b9c4b4a525306a3cdcce44b81cd04a7e2b8f2399 +size 1585906 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..45dd69e6463af53f22aa434352b1507a1912c223 --- /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:fb16be6d681a266ed5a7717be7112100afbabc47f5849088deeae330184057d1 +size 1480082 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..4f7dabca07f970ed8cad344a35f599d9f284a291 --- /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:bdbf75772ee2cd7016b15e10bbe643a382a99a3e5487937eabfe474264041b2e +size 1746248 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..7a873b58e62480cc276578aa807e5469b86b8aeb --- /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:a6c897f23ba3c19ab7a1e16283ab6b37bc790b3dac8d6c80d38ca3e80112571c +size 1511111 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..540f91b54f9bcd61baebd6fe39d69b99c34df155 --- /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:5a813c136d809c54db39eea16635576edea37cbe902da7d597b2632d3d3e297c +size 1462472 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..28cbea035b28897a62fa250a5e6107bfc1dd794b --- /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:3d5d77cbe7560c2c4f2aebc2ec0792c67835332667561f519a5c1e64b1db332d +size 1461971 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..759035b21ad27f75a9bc5941b9ce467f72f3a276 --- /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:6e27e0a7df00577f549ef7d7c500ca6cdababd5bad83837fb9503be497dd2d44 +size 1448298 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..a4e520274b79544e16fbb2a2319f2a441d08acb1 --- /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:594274a4c3ce47ed2835e1bb6b19b745358e9c423ab2c01a5a0cee3181215bf7 +size 1438009 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..7e8d30d56d2ddb5bf67a224e771a4d193e0f2151 --- /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:64a49c25f3e66643e3ce30966c32b3c37fb1dffbf69c0672b8b481b12b532705 +size 1506690 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..ece2a4341799a3a1aaf7a260eb91ac99c5426322 --- /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:82f2b6c2df66e6977949dcba31a8cf685273016d9d5272319ee50793e1e2062c +size 1521472 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..0bfeaad34ef2533b77c58fa44b426dfc2614e425 --- /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:f3ba3220817eaf88b79efe820888bc117225f13b91066506b704661addfaf6cf +size 1404943 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..1702943f86b9d5709b29ca09fffa9eebb89262e2 --- /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:d429470238e05a5477528cfdacd32353028c0d6722428dd442736d49b9fcdf01 +size 1571034 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..3047838d6c771f10ed6a3ec3f53010a3bdaa04c6 --- /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:020f39a030e1d79bf2e391ebb403a78a5194e88ad6dd6ac03e47dc875234fe70 +size 1574865 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..127c020d6485a68a6634d8d48a8b76ee77ba8018 --- /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:819235b51228e9014de7d20e9e841560d72433c2714a31ce56f590415eefacb5 +size 1393232 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..cef3b1f9be641acec704ed2bff08c048fa48b265 --- /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:00be61280ebd39bbba4debf9eb6f655c93db232628f99d061726ad5f81d5ed7c +size 1417310 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..016dc7144e83b8860dbe88a5dc5359837e1d9a80 --- /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:01f51d74e09dc9b4566b2d0e67c4de66fb819dede8680ecd9ccaca71fca5becf +size 1535091 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..d04a96d8f45f9b091d2978a50604d538fba0399a --- /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:6422a7ba83163cc12db908635e0c03416235138b95db29e19c9c895072b4ac50 +size 1487123 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..8c085bf09577495a4208480b74ac6f6d5a4eb703 --- /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:3ec74c97b022ea15295f508574ecdda6a6e1bd35087698fbe298523193781b4d +size 1429507 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..fff8f3b9e44500ce74d645dd48fbbe3d93dd6377 --- /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:835675dcc54976f182019825b9c7bf74267a319657537edd967fb0d2fd6918a3 +size 1417538 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..8b7fe6553070d6aed6c36cbe6ee21c9c08171b1c --- /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:537dce63118e768945eff0c29b1931370b5af073246c76ab8ec7f5d213cfd72e +size 1352481 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..14d8c72f735e88c594ddaa781e8a576608eb1fcd --- /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:18a41d3a0d7589e5dc6720cd8942287be8a5372c4f8181bc94f4fe22af0243da +size 1430522 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..d7ff144e23c499842e9b5e39023aec1158fb5f6b --- /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:6505aaac55acb353130f7d07710f63a8d9d5f00de68d0707d0ceea6b07ea202f +size 1415405 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..1157d77d58b3db11d4187a0460053a2e201e74f6 --- /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:a483e5353460c7725a17249f95b254e70173b52aef83ab45fc6b8108f3cc860b +size 1366443 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..4d1e97487959081db48b468c5f1320a7ac72e9a3 --- /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:62180fc9abf1e57411d448e1d7d3562834d5ddc37bc8f9faf2d333859605c027 +size 1433961 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..3d06310a66fd1c921e726d169e3ac9951fb2ad74 --- /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:73d503e4a7644b04866ff8aa2d73af5ded45585496dffe04667087eedbb555b5 +size 1325850 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..2283238326d93256935eeb643818452304dee6d9 --- /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:5d63c952ef43c44f699c16384b521358963df39d1870c6c40a955049d5714773 +size 1513179 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..61c1966a410a964cca77599020d12a81dda96770 --- /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:6a87f840813fb1e6f93b3ddebbcb4b255a8757d579f07ce0979cffaec7761508 +size 1537265 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..cdcf6917710ae6a59446e2d2a228beccf3f3caa8 --- /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:8a29d69907ba71047e2e7b16f643f15c18de4c6d840d34631272abd45edb0a8a +size 1657862 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..d4fbc27311f708e7e3d760434a1cfbe18471b31c --- /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:445b848343097107b52fe85f2ee47a6812044437b2497a769d4a495083dfe7b9 +size 1508012 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..abf35000541622006b3b02dd8607555ad4504326 --- /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:777801fd56f9bd39bbc5ccd4118c03791a815727cfa37dd1865cb624417aa8d7 +size 1474802 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..144fc5081ad2baac8c437875d599527ba236b7f1 --- /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:f75e3b5886b6a8997cbb00de9ca970981108e2e9cfb22de6a05e06b7c84ac857 +size 1521643 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..ac2bbd202caff2b26b8625edec3b5091568740e6 --- /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:8515d4d3caf299fcf86a65850fbc390e395332238d70319bd790cedd87c51376 +size 1472628 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..85c63a1a26780af0ebc13e61fb01ed7af56bc815 --- /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:b08784961aa45b44eba39b064fa2768e50975a9fbac281cdbef71b0f91e80042 +size 1605877 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..2a0db3797e410116b6389aa2970230601e570376 --- /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:1bd390768857c775aa257f75612db43b97732a3c52b3c2e44b48290e4b0be768 +size 1473392 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..d8442bcdf566a14a5dba625de2621df31f15127d --- /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:7aad88b5f4eefaabbab0df51d28585f8d414264dee71ba56bde6be8295e3cf89 +size 1436817 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..aee845ac099c86b5aa2d857d1f5b66bc0900cadf --- /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:28ab2207e0559b3a3f6f96557eb6c6fd902147befca279d2aa94c9ba250f1b15 +size 1379020 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..2f4c0d6defa2ffb2e50f58000a2ed792981b4a5b --- /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:82325b267f9ea49e5b207da52cfd3362ad76cd2a8a0467d38ca5ff21ebb4c81e +size 1508578 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..8cb442e8e6717a131317ced3ac0e156f4da0d805 --- /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:927180b1fe900d9ceb152a63175d7e0c80aeeaad4f902a83a1c8b389a8a30e1a +size 1429017 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..aea815e6031799c9cf1a94c62b47ec08ae808491 --- /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:8459722773c046635af210f8e977d4dca20e3824126e5ed8d8c95abd868291e5 +size 1449438 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..1bc1a24a0e938528d0b1b9e089ae855df29e5a0e --- /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:7b9955fca227e6813b9f6ccdcf2b2138da9121eedd2f87bc980f6146fceec8c0 +size 1473547 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..78048bd5e45f4a56f1b23c9c218a134e917bfda3 --- /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:c58a9365bc969f5fe730e20baa49df7cfe022ba29b42b199d3234a6ef9d12056 +size 1296905 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..4e87c6b14ea1701ea56ee2bdc40106c41eaed35f --- /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:cd61798862a0be58fd7f3454ae0bcee88624207af3aadf7749ba544eb97eb700 +size 1313617 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..6867a47647626b1584fcd559bfeac30b813a04a1 --- /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:b57629337c73966ba5dc8c211d98af8e6a732889693ebc09790921f1ad431574 +size 1569846 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..5c837b53efde3302ec45951023f2eeb837ca11e4 --- /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:5de4dfd6185d1a7212d4ba6aa9ee6d07aaf5f0e9ef47ea993fec61d78e9cf571 +size 1394255 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..2e307f10e977e2c257f8505208b5780bbbf7a671 --- /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:055c7d43c2817efded1b9afe97cd4fa5f0ba1a3699ac5d9ef5d785ad9b52faf4 +size 1457935 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..6bdc1a6142c12f0ff4388c19826c9ed02f1d7be1 --- /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:59132d8d7a279492b58952139110858ac94dca556365e445774287b3d11dbe9e +size 1403440 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..174404f79ebe2c83fb3cdd9ea41bb482a6e27405 --- /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:d746d0afbb02d98f612aca74b404265ec6ecb5d47b6339d55933e1ae6bbf9b4f +size 1547753 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..4716af23ef010232c2ba0f4ddb2d93f19f06673f --- /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:a1088124bb2a332b197e3acd8c0fe5db46dac8acbe475226d6b82155074e5a61 +size 1364855 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..42495561a6d031750e65f2dfdfa8d117bc385905 --- /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:eab64b0ca1229e1752978a9daf80c181e6252a9578a423938c707cee6aa36039 +size 1530827 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..64f6bdc1483882339ca24f63785eb435acef4dfc --- /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:87558718d4b4e5bdd24f88eaab234c82c9b8df18ee65e14baf5d47496d819265 +size 1491763 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..9048d355cae672f89e647ff4513efd123b39c541 --- /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:fecaa507e9d4b0c20ba12d4e91d22dedbe4ac1272652b4f6390e9bbf73fc87dc +size 1418714 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..0e2ba0e76de6256f979674f1939ff1b2e7158395 --- /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:757ae8ad7c643a28956dc71239042ed8dc95368eb673880ff7e3d31b8e9622d0 +size 1397501 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..9b97b0eb50049cf9b016d5988b1ed6aea3e5143f --- /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:0ac0ab379457ff5e09b7daea4bd349ec3fb4954d21a8c0e08eb445b40a4b19df +size 1439251 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..c0df2f6d8dad2d7c0cd0ceba4cfbad2e4a4000dc --- /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:0d34300f38fae035bdf44a4c55b1405c07b76defdc6349aa94e5487ba292888a +size 1429339 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..b2d9fa9e294fb0c27659e0eca3e2bb67f4279a14 --- /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:504a60028d4e3fdf1b340d15ee5a07716952940bd812e072c9a57f87a59b102f +size 1381694 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..7f0f56925112558d45fcde975d9ef91fa989245d --- /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:d37da5192f92a04b3da40a9c195b57a1055c11c106c4f8eba74ec2de7d258bda +size 1485312 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..240f3d240e43c96483e3f7801af20472aae2da43 --- /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:7aaf630972ee50609168302f39aa3f2b772296f2af2f84788f6d1644325c7a2a +size 1408463 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..9842789010be984fef246ac8c4d68da88d9a322e --- /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:7b8306e6d255583ff0f8523adbb1dbaa501181c7f627a6ace9f0d1e7c11f7017 +size 1389837 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..27e01d66822b595744f38f177c366a6771bfd8e3 --- /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:a68eef65e21bf29a73cd0580099d2d038c4d36c663ce4b8619e526b40420b6e1 +size 1483292 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..7da8a1b925b859790d62069d35dd4a4772d8fb83 --- /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:08c2b28dbe81a4113b496d45fa82ddb0ff80fc0b018e129dbb90c8a133aca37a +size 1396263 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..e728229d27d155239530c3cb627de023d5319a64 --- /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:46cf571c9b87a9a137e2775d49018bb14e9c07fe94d6870642cca032ed70f722 +size 1338013 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..29c853cf72e55ee80adad10ca36c4db19da3bdfe --- /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:2c32b7ba7cf4d7563b89ac91790dda56badf287ac7c4f25c861068e91db8a91e +size 1311501 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..7557e31a04fa1706815bc8c248c00af36f941a67 --- /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:72691a2bea9e36e59a1cab199cba78160a5288418f41bc5524fc4019506a2c28 +size 1447801 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..c741961fdef28c464575386bdf3e3d6a5ace8968 --- /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:4a49f17b6b7e1e448482e0323188038bf621fcb5888c4e073b7bea718934d185 +size 1537655 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..0fdf51341079aa4b0638661370cae8a032d88f31 --- /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:785f9d4851af737e10e26d0fc60b16fe32446a8a636fe7abb4cc6e6601f7cad3 +size 1509136 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..790bd896679ffd83196431ee26b5b0511b9560ef --- /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:7da36fb37876a75a36e664bd5e64188d8ebb225dc853a2108078fdd265870e9f +size 1425467 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..d1842dfa1fab1391b476f3f236926032b00a49aa --- /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:ae637d912e9be2f7052634dc5f07a727f6fcf834618028847c02e17e101f5017 +size 1515446 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..efd5434d440c52911d69fd9a8bb26aec19dd7980 --- /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:153da8db2427c93604df188ebabfdca49795565e04549b4126fc29622e051721 +size 1439060 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..55d981e2ce909e3e7bee21895fca7c7a13ab6a66 --- /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:4a04dc5bbfdaabe027244ffabfade27151d7a6ffb4246ac621ba1468539ddea1 +size 1409395 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..a0b4f37519597e179262c6f7aceaf72377336b4a --- /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:ad0c5784d6df166839388ad59c8add614790ee3f7c0fa6b6fe18a69fc8e5f17f +size 1683713 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..61aeacc0059a4942f60cb5839f3146c040d0a857 --- /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:ae65fc887fe1e28817ea8f0a750aa899d6029e983da2fba3244b9433b313fa88 +size 1836025 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..31054cd7dd130b3cde3a02ce9c4bef155f8545f3 --- /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:29768e1c35cab6fa88dbd7963f573cbe9745b2dcb2a3cc702fdb9ef00c3aeb95 +size 1897275 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..cda612f96efb5f2f5ee263e1cf9c6631b4d04958 --- /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:300a8e2b303378c2017a79ededa3dcc80fbe06945cf390297feef4728edbcf9c +size 1596662 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..cf770eb43ed6e709cb538a224278dd91d7b4827a --- /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:325f5392ca66f4cc09b9c84a6f74738c0a903da813af0f48a9eec07cd521f7ac +size 1791850 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..d9137a94625d51228014ed8593082b8e12bf33a7 --- /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:a979a0f3774120cbd07cdf22067d6260d88842dfaedfa2b11ab1c1a99be1991b +size 1630472 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..7a97e40cb85d0aba12c4d748747661c57b5653bb --- /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:55384118128d116b2105c9ac41109e5de9d8086f8eb09caa14a49e8a2f6a5842 +size 1720584 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..c05a262e02b928d90423568420564a2533b12941 --- /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:0774c1d1bdb87af6e21ba991a6477d98bbf86684bdba79ae0ad8a4d2c7d395bf +size 1625467 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..733b9e7ecbe8184fbfa543f4d1bc7cacc3ce649c --- /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:f93bef2e9b691a30eb77c648e660aced64f44455f0f8dcda92f3c71c8c303bee +size 1820816 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..97900b8973ee81ed99d8bf9a2a067de8e6959264 --- /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:3c71e0423eb84c840432fdab1f52808ad6ecb2c45c85cdc8061bb85a38106865 +size 2124956 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..fbc47e5a0bf03e10beef13c637aafa2f65396174 --- /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:85073dd97e18f41a3e2a405c943a77b69914bde4463aa18c42cbe41ea927a5d7 +size 1728188 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..d48b035e3ff4c9a6c6111b0bf3aa0eb3121c23fc --- /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:756a725b90f814649165df7a9d5f4070f7934b6b496f80cb03a57412e9c49e7f +size 1603211 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..d5af0b79ea129016f19669cd250bd4bc1558c5e4 --- /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:d313a6ba0ebe2a1a1996f36b1e84841bbab811a126287ecaed8dd00c6ad0fe2c +size 1759557 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..2ef44de12126b3f64b94d455870b02591d332b60 --- /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:11fdde0f7081382c6f23ac25ed4c3505bdc12dd5804e1db6fa17b44b2a95c108 +size 1783767 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..0a43acc862f641841fa1b404f5b78b201a916d58 --- /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:0d604412bee96ba82ab9ae9c6110fc88c1e41be62ad515b2c02da7610c280dee +size 1630053 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..9a7db054823da1f1fc74ac900495a6f2894c784e --- /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:aab17af02c5b7676c9dcee4db2f3b1254e0a9c83e63de9b30dd3d9c9d7ff955e +size 1750240 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..ab292c352ca69128fbe7c15cf1f30d0e75786a31 --- /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:e7434fa4f9c404fb3da6c232779c4b94b5812494a7bcc62760c53ca28e9ca92b +size 1841318 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..7e51e9d2643d059996904ae2f7d897e1cc72635d --- /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:ab015961b24cef741c2c94829573627be671ff1cfdb8d01bd18a82fe7bdac9e5 +size 1595089 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..eb1174f8873c1be31f790f79903424e0803dc907 --- /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:1068e0b4622274cdcb54591e8f66c2fda2eb75e9c73c8cbffe11566ad338d6f3 +size 1749973 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..65e8d23d97ace88cdbe1316facdd669be41977b8 --- /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:06a3eb04f0756a7ac4ea49a45b96bf50ffbe0ce2379f1fc39698d3d4ef1e336d +size 1940922 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..b57a93709add50f732c63377d3d2bf46445ea428 --- /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:25e163f5aca0279c61c18fc01fba1179dcdb0905c4276d9524eb038bc25ef9e3 +size 1799837 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..a8e862bfa51a0f4b3816bd2803cbd1dec7fff539 --- /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:573a33c891b1257027c1b7abd70a90c7dd9c2cd83ecf8c92ba50778b77dbd4fb +size 1748186 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..8e7d8596edba707d862cdf97db7e1dc7c5ac463d --- /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:05892bb83cb199cd5753311f3ab74f5905264b82e1a4c4bf7110d3dbf926a2a6 +size 1747247 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..0a6befb5ff8c797582875cc82ee1255e48665c32 --- /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:88200d1a26068a87a9bafe162f57e9def3df0a21936632558685722758af56a6 +size 1807622 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..6148a33eb53ac8d4c994be7927eaefb0f266dd7d --- /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:6acd1e25249ec8aa54d7f19b81cfb1860a9f3162e9726928f606c8d327408a46 +size 1740568 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..8d65a8628211e8ffcbf0b0d0040dacf5e713cbab --- /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:1d8123075cc43a6658b1f29d6865dc5396eecdcb97968efe6e5d8bec8181195b +size 1520712 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..a227e2cf912b43ff5bf913734dd6183abeb59004 --- /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:b88378363bccccf19c7b9ef26273a65d90ad46671b35cd511fccf1ea0eb4490a +size 1782846 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..3cc1258edd5fb2efc826d45e8aba358747849db5 --- /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:3fc61c257f3b28c73670c275cea0c1efd722dfd4befc39ff9309901c92279889 +size 1718142 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..aba8d0c05d4298db15e80c43b641b95c73a592ff --- /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:4004f0e8d72879605f24ec40c48da5715ee172bdbc176410bdce556153dfafc4 +size 1976906 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..0264ac6c1f00d5b12efa7f494dba00611d1adc71 --- /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:c6fa3f3eb375832c5471bb1675dec4d579f71f1f76eb785c2215ba7fcfafec77 +size 1611210 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..28e2fb99ccf7b0e39ee95bff943b3b714512d188 --- /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:ce34e8f9abff22a3bc9cdb80cf8976482c3fa91aaa28b4bdc69c08ff1f6efadc +size 1918439 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..ce422c30e88f579f88a0ab7d0095740837df903f --- /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:2583716ff4e1265376a164d0bc7e2ecda53165d367074080c8d90212a3ef1ea8 +size 2318910 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..3e2e55ebfa6d6910220e0fdc6e1c8796f44831c9 --- /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:5138fc667196d187b4d9778d063e4ef44213770dc234b35ad6a06e63c2993290 +size 1733716 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..384cd109abee40d8e1938e70d507001ac949f3f8 --- /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:fd5e07cdcef483189d3687f331490ea276c8a3ec45de2e0d7833affc3aae94bd +size 1936245 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..dbc836f585874502014847e9010a074a0a5bd600 --- /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:657c00a6c13895ab260b4e5bd3c7045838facc3565907d1e238267205913b978 +size 1748965 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..8f8160bd50e4caeca5f92286f28cad821b5045ec --- /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:882f4fb613e1dca3acc2eacc1187beb38a11459bec278acdaf2c3ffc8a9ca88a +size 1649230 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..8a30095b7d69c07cb6e10a4c284c6e3aa9aa888b --- /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:1fc2be7dd610ae73abbfb9ee82b9054ae909bd77740c3ade142f028e7bb6c6ce +size 1821705 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..48bbdc8ac464ec4a51f64821293d2aedd64ecf0f --- /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:fe4c5a3be2db79d9981365e11a81ba4d2edfed2f7270428776f4025f441e4a06 +size 1678107 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..90539453e7aa7d2ef9e75450c08b30ca86ac5366 --- /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:196ac603ee06c0c28ba1e367e709cf1208f2008ae7ab08220d21cc93647785b2 +size 1716953 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..bb727a2d719d463c4059fa350999ff475add02c8 --- /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:7423f4100fa697952ef0cb9ff6c384ef10903094188b5d9fe6ef644562389894 +size 1665992 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..28064edae6dc873cfc350b803a00870c679cc849 --- /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:6dffa8036cfc6dd4c3c77a555f540d3e1ff6ddd8d9abfe16101f2a121b9f2a3c +size 1840830 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..12dea4d551ee785f2d690332fa4fa8560b21d8c2 --- /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:721b523fdce5ddc547a0e6aa36d68a494ad9ace96f80e61af00f5bea1a6256d8 +size 1726544 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..14e6435df0b46a647a1cd58861ff4290c6fde904 --- /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:dbf3e7b862578fe7487788d29664fa7d0e454e4ca26b86f1c948e90d0ac6fab6 +size 1771369 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..18b1757e84faae1ed7c7f766efabc9fa5d1a87fa --- /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:7448709683f7da3d5d862a00e0229086dc648a237f406f3bef36bfae7c625355 +size 1635775 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..3f0845c982f588c0443ba1c9691117584e9de119 --- /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:ba189495e63afe547b52d4405b2f2e68d779a664c0c04b64a0ce2f451ec4e3af +size 1652538 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..b86aae1ce08a971d18a3066c456cd66038d70e9c --- /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:ef9b5405f25f1cb2e892c9b19211c342afc5ce6bd57c9add8a366a2bf164160c +size 1763996 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..5e4ad9b7ed8fa3d01e5fcaaf5ff43dcd00360840 --- /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:d1de2374bf74cfede3d1112a5349ab17c377111ca9bfa6a93058290fab4e7ecb +size 1840945 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..730aabdd97cf2c19101079f4e9d6f5824c332777 --- /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:44ec81f28b4521a9ddca50b9d8f001ef9cc45a26c4321eae52cd58e35a5a6772 +size 1752296 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..112adc6ba3415915bc34aa451e3d1407a0f293a3 --- /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:912c01853ff78f031e3862d510920b5c49079232bd2c546393c264e05224c13a +size 1744220 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..a32a7046d5b032e3f63495d82ab03df771f54bd2 --- /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:edd75d6b476d522e18ccc0e44f7f1dcd95a0139e151e196f48f66d52069c8a1f +size 1756943 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..6fb28886cfe3309105c2559673f9afb558d36769 --- /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:bdbb6ba8aefd5dc65efbc3f6ebb11f0ab112e25fdd64185315c9475da0e502dd +size 1708997 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..2ca1f961ec66d7b16cb27449c0a25f8978342ec9 --- /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:dfd33d193f10a0a2b03d0e0d60414971c8dce7e651559d2ffababd6bd682b2ac +size 1661573 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..f56eea31bcce2164cbc1bb3047aa31e47dc581b4 --- /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:8e6a91b2a5877d2651412b40e49acbb56ffae5579db1a9467ee98974801cd03d +size 1604216 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..5e370e37b6fc92f550558c054d091b63af6ec32f --- /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:9d17f4cd76233bb3e79ccb5d5cdfc89835948d3814864e397387130ed403ffa0 +size 1355893 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..f5ab8b4f177d05ee09e38f436403561fd108b060 --- /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:48a6761d19ae9cc008513e9c01f9a0f806c571d48e39a63b98934fe30f41dc4c +size 1493039 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..cc0a86e2eebf7feda1c153658b17baa0f480453b --- /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:0f6783cd07c5f4f070e2353b571f35938c14842e53d8a91a2edc81f2b61ff35b +size 1800954 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..197746aeae1d5eaa66b0cd3d3de36089da31aa76 --- /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:ac8e88b25a34acc621482cc6e9b74b4a6ff41b374f4c546dc6ae6b53622e1fca +size 1763772 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..ac9cb91eb997735c1403e61d2ee1acd06a673d5f --- /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:76a12ad2bf4eec6ba6d4663faadda25b231546b82ecc001579cac8ad48aecd2e +size 2011797 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..88edeca221e178ad31d6579b617dc78b3a0853ea --- /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:d6ef048aa3454f73875bb6bce64c18b98efb8ede72edc759209d01cfa8876a9f +size 1677249 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..55a73491b94aecaa6f820c3a577a3d0f169a07fb --- /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:082afef9abd030e555447bf81ab5bd94548dbfb416eb73b4b336db22b93d784d +size 2140401 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..797bda93bc92d22632274b5ac52e281a485238c0 --- /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:14d5c228ec73aa3e3570b315fb3a3d0ce660ebf229eff7b7927ea5ec50b409cc +size 1616893 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..940735ccc9c30aa0c061ff8513621d51c45008e7 --- /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:22ab1c9b0425eba73d340bc5e4ff984717ccc09fcb9f900f8ff4c97f692e5e0a +size 1731022 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..05c2dd6a7bea7c4730b981f2011a4af062d4c7e2 --- /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:cb9be2533e5adb958446265468e62337a45ae7b456538c5a51a59ce81af1d9b1 +size 1950687 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..f252598a443589401479b0eacfea97babd30227f --- /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:18eaa4ed7b1374d436f5a31e7be300416124325179dfaf9ff6865fa9e3eac13b +size 1753369 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..0d7191dc99989e40447cf14efb02a25b7b68ab5b --- /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:c21454a29ebf8e6bde15edab47cfd3ad8f0fa142ee8db6bdedb46bd38f19a274 +size 1615558 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..3828c3fdd7363f847e583611be3af0581b94baba --- /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:15b912b7677a8b2659d28695d9c0848f93bad7a608d68b80d54a4fd4d689e5ee +size 1454255 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..c8b60b2e552fae436b6aefed1e6614d06a9c73e9 --- /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:2167f179348cb42a2b35cb67409dd73cb160eb9a31f5f344443555011f916147 +size 1621041 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..a9c837ce70cbd98ed26b300a4ecf295f5f2559b3 --- /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:6b1508c22e151573d70bc4ad92cb95c463dee88981b8583e0ed5eba7c9ea9fb5 +size 1704543 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..ddc45a8825932475b40754ec32389a5c0166e707 --- /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:dff1df24d89e337bcdaf7b94a3ec39b4025b2e40d0b686f05e38dc814ac39d6f +size 1687436 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..ca9799e1776f35a1f565479bb2d51fca919e8856 --- /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:c9b6b0d3d7f6304d40b9d3b5bbd4928cbe2abb62c93cb4377725fda9dd7d4b6e +size 1672477 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..a7d77dcd7959b6907743fb2a66a7aa89cb315a9d --- /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:fe783025b905cb5b6cb479bfea57d97bfa68047357cc75307b8c126f0bff0051 +size 1707107 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..adcf3e88656156513ee407d82543e0fdf98339fc --- /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:92f1ace197145c6ffb81a4d24801a04a31798bf67b618ca66e844e2e3aa6a756 +size 1779627 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..54f0ca8320a91d9ab371c50c66600711e6f47318 --- /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:f639c5b32b9d5f831a41ea81b875743f44528c683c76d11809cbac02f2d911f7 +size 1584373 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..b90fd0ca72086834a6ce9e7d3687e2377416629a --- /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:b4b5ceb32ca7a61960a18172738cbc69a5814c95fd6dd830948f68947d8c57e8 +size 1538976 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..a72f08ce38fe1a3dc014761c6a5ce98c2054c4c8 --- /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:811cddbaec7f58f40220ce8a5c5a0cbd4f76eeead877667bfd78ebde173dcf00 +size 1471302 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..551f3d66a11a0939e8a51ea1557fb4f54f6c3eed --- /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:6202ab65fc12cc2a899f843c2d227f4f822e7acdffe436a54f2c2e266b6a4fbe +size 1633398 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..d2895dd5e182d923ad0745556cbe96a9a289b4c2 --- /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:451f198341146a01888fbe0323a1efd31ba590f5726c985423cb8c715d80bccf +size 2251085 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..5472e034f9f76340652882f3dfcb7af314327898 --- /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:4a67298cc9022e0e0da78c277cd985a803333b51b1b43c46cb9e9280a64835e7 +size 1459222 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..0955d20d43b41354aab17f25e52227cd82882bbd --- /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:b50107bfcebecb1a55d02e99986ea7f98b1063a8124bd227985a471fe1ab1058 +size 1684592 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..836b94ec297a4adac57813915173e74583f97b8c --- /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:5fd9a0b413d364ff3477299e20d9b836e6523a0e6923d48ebb2f46025b0ff278 +size 1630336 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..8451f454bb437311b401e41310fe03598b9baa6a --- /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:6cea68a011c2ed4ef5b05c2b570012a2f8e7533e5f9b031db02966f2c874cd2c +size 1680758 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..c7fee62aded06cce5d88cd9388df52ad6cb2cfcc --- /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:8df40a920cd33a46172e6bbe94f215d85dc3a33db4a14083840b3f21548cf83c +size 1703283 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..afe9247ea7411bb2fa1ec3fe5fe7f9d2d6581495 --- /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:92ec456c4309a1568f4454d21f0c661a268d437b2622c01a89d68d2d87292c69 +size 1665072 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..e7c1a18b232bd57cac5dfcfa9f3c120fdb9d5f38 --- /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:6d65b326bcd19653f875175cb9a770582f209816527cd2944fa2fc046aad9e14 +size 1741770 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..9f9dbe158e22bdda91105d71cd6a2d23dbe8d882 --- /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:16199d58083656661675e538db7b55c7b72e822f257494c68bada39f9c6d1dd1 +size 1640802 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..706acb18bc0f173867c0b8190a3d4184668d8b4c --- /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:680aae6eca6c24e39aedbf7b95af13bf5f74bb5f892e7499ac8bbb36d4e62acf +size 1631054 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..85ea0da4085460b66dcf69ddd7fec0785f16fc03 --- /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:25db59925d10af134b41b139290931b3bb648331ab3ed7f32cd8592e03975d75 +size 1473427 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..48e71aa2782f45e0e9f4884006442893a8a5cdb1 --- /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:b71e086fddbe5a99b55c60e1c258de774c2aea24618a5cf1a688c25e8bda64a3 +size 1502893 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..0fded3239a72ad79f38c17b70e521be83156b618 --- /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:654cf8a9d4be37b7f34a01c8c0bba73268566d3277531277c9901585138110ae +size 1432846 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..a7eba9d6bb2b7361e622919ca8b2ca03ecc477c6 --- /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:b2d5be1837f89cdd96279acb19c62534c0f0c6f3d205d98a72fa8a1e85d44c2f +size 1555090 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..3c7fa494920b34594ae44807d0e42b56a5b6d2c7 --- /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:9cc32e3919d539caed3a0dd2640826508e672782628220d4426de3507e38a61e +size 1721067 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..e0daf39a5903c53f848cea482355a6ee6a787125 --- /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:5511d98af16c217154504a6b8a6463d31ad1203396bc974c84ad3f1ce0bc81d2 +size 1609618 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..fe843910f1edc328553d03f343aae31058ca8827 --- /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:029261acb292cc943c0c5363f44e1b13d39b167b765443e9d972de271b433f08 +size 1520937 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..0f96b6118da3861ab97b77f3c58c807c12c77976 --- /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:8ac5276a6cfae8f0d63049895ca3d114ef59058e72e083ba9b778991275b4857 +size 1650447 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..99ed9786600f265420149385a87ebe3f023fbee0 --- /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:22652fb935f85011f8f71a53ffa056b7d0105bad2923237a954a909095099554 +size 1680251 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..e989a4830872adce390310c7049d995e8e40067b --- /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:e1a4113fcc297f1e1529aca6f20c2f9f24608f29399d6250562fe00ed1e8a503 +size 1864524 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..e97e1c8f640460f402221719a116627bd14992d8 --- /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:be02bc5eb222c911b0a4bd1df867c5f20cba3579a4ca6e43b1d8ddd61d06c6ee +size 1632517 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..139abce311cb7e3be96e9ea0de6c5e350585bde7 --- /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:1311b94a9e47bc1337318acf2a9802c633d5b48fb8ec581ea237dfda3743cd66 +size 1934404 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..dd559243dfd1b48f1694d83e8989745b24e8ff0a --- /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:e204c2c68207ffa65d411638bfd7d0de6d765f5abd0092ba2ee6c1956df670d4 +size 1689419 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..0d9cf90b5fbd93e26e98540acba718858665f7eb --- /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:3acec4a8bc40646bd9866ec9a738ed7d3f66f822dbbc086e29af286ce738e6cc +size 1862534 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..f78f169212ac266720ed988acac56d1c1b61a53e --- /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:b7a08447ee0df95b3deb525e6f65c4ebc8746412d30a204d95d0c4dfcb1c9ab6 +size 1758446 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..68464787d13bf96e57c5a0a3400ab13616c3f5cc --- /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:620bba2971bb04af2c95228c579d21579a311a6f1c85dd5d785ae788b81a74dd +size 2073018 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..2f0a7e91a3bbfa1685af1e880bbd69feca76bf91 --- /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:9fc25e1cb6e722ee8af8d70d99c8aab8b54df84ff16693f73380d9b199bf73b4 +size 1961835 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..0f056df9fdbcf62cd1c8e29ee38139f2e79eb366 --- /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:223470577b91661de44e5c03665cdd0969193eee99ba66fd89771a41e2ee1b89 +size 1812128 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..a2eb1fc9a66f9f6b563fc51074a9923ddbfe4c2a --- /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:b0a28e1fc042407e8c5f133dce88fa7a0cc8b6f73677e6530516f53c2178b98b +size 1905511 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..2306827308773a3aad58e7f00665fea8ed7527d0 --- /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:6421903ac961ffaca1e967919be018579b20a4aded7efcf7092509a1d5252655 +size 2010087 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..fdee1e5b5a01cbe8b0a9a7081b99ee4841a30245 --- /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:432a21bb70809d46154a5a7ff1aaa3e4ad5bdb4281caea1d255d54a434999302 +size 1951468 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..6ad2d40dab7eff88b20b5adb28119972998ddfef --- /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:e54c3d49e7466b65f1575510b504cfb7eae262e13faf5b4533b92131cdd41ce4 +size 1773559 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..52833c72cff76aa93bb1188c0d67ccd5f90b8208 --- /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:f35847d35119dbb52d4d1001f9c13a3fcb8bc4a12962c3b39d7dde780703eb9f +size 2134946 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..5a7cdc1b4bd1b39e883dd881b3addd67c91ecf17 --- /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:931f1f508b13d72410b710443967d08eeea063c771fe6120e8f6013a57c5cf6c +size 1902243 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..85c8d6f65347cd0dc29eda860b14abfe5286c540 --- /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:c392a12c120e24e23c11d218df0be3e8d951ba46012c80699bc9e608c2f231ab +size 2439390 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..9c1fb4e523cd7724926562908976f4e817e8d11c --- /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:b9de3b4b6c539feee81cd1c9f1656bd241491a844396eeeedfe7323666b116ce +size 2331300 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..12c507a03237ab4a70a3af3049c56bdb691d662d --- /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:9e9774777df5a72a0e281ea4cb1dca1081d3c556198e9ccb38d5dac75f6810e2 +size 2175057 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..b8867bbbad5fe7a00982bf51bcbf67bb0aa14bc6 --- /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:8c6bac35cf5756705b5e08fcac9b1b767129e0bdd0d03e33c93a3897bac7d610 +size 3084453 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..2350d6f4f85fd4fd4e7cf1ddbd7f1f4c1359cc09 --- /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:60ee249d40704c609713289908d0e43301d8accdf91ca71f7c69f43e01c443a5 +size 1803844 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..caa7b8625875c7f110d32eb52a57b75ecc4b5598 --- /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:f55048213116aca222a4230d7927d7c5a999094c5ea6b41960bcfd3ce4130dcd +size 2133003 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..690a2e65951b032c89f76e10b1931461b0548017 --- /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:870147bbba1287f059d6c26a092929a2237d9dafb3cc686b5b60f5973b52f539 +size 2754398 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..f05960baf4b695b0a567cd8ff3acf25b2e7c059b --- /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:2a924b45005c60654a5839e9e62dc72b61c6273fa50f860256ce5b6d4f4fa8cf +size 1784787 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..e01e26e823a8ee4af5567aafda2cc1c645bfd2e4 --- /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:55cc4fe6924aa74b856ca136718193e8c87922497a89542f836046fe9a3987c7 +size 2277669 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..5730796d0abf55096962cb7e5bc59519176cc278 --- /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:43ef235b0048886f0b46324f41119adb13e7a64d42f4327da90c5e1fe9e64a32 +size 3173378 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..68eda2fa03e82f24ecc252d3b970b100f0ea2c84 --- /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:6e657610f4d90347a7d36faffa253356623be232be5e330f5faa51e79101c030 +size 2370598 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..fab254929c5ebb93f14dc23cc1be401c0d907206 --- /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:deb5eb3e3c9641d684d19d866a2dbd8e7e2dc56371551da515d183be6b2aa23f +size 2434065 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..90ad259678156a0239e835e14f9e56e1969a4e75 --- /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:0881d36b0e5b2c8217cc91aa523e4c34003b76a579d10413ab47ce20728921b6 +size 2387694 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..b8b96d6c03ff1d6121b59dec077cbc890611e7fc --- /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:605581743e74d9d874e340f85a7f996facb0e0e39ddce49e4ece1b0252f86eb9 +size 2034695 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..7573958b942ba5132179b548c65ab224e6fc6dd1 --- /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:02941ae4a34b236f6243153c953c6ceac28b20503dff41c82db31294cbadacd5 +size 2225740 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..06219281d30b6695a371a90f1b9b28947c29d6ff --- /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:429addcee62d10cd10f096f48ae13f9508b19fe03bb904c446d90f9eecf20957 +size 2197036 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..83870f8ae80891938775b2f5659ad25c7eecaf26 --- /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:2544bceca5f3df2cbddcbfb725d69ea3d16c764535f37e3ac2cd64492295871a +size 2198972 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..89c0be7aa48dbe070d7ddefd3af2e232a052bc12 --- /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:1984a14c7296a358012cddc67deefeac4907c91b6bae86c05d33e3dd0505c6ad +size 2373589 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..c870545b3a5e84de4bc321a51d54015b2804d54d --- /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:ae67e9c995630de2c067566f9109995d685f9a5aa80eef23c7d0ae5df6577512 +size 2054880 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..78ceb9b153e0ec6422f12dd4f6d3e7d222ecaf35 --- /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:46c192e99b883fbc17ea041adafbb04e7bf2deba433fbf5ad7b386fc84feca31 +size 2159065 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..09c315059531d120a7529265ec725d22d3c0023d --- /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:55e95b67a53dfb829b479f2c56d750472c4994e1f8a67c2bfaa97effeabe296f +size 2360324 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..8051de5635f7ca97e162db40a313506d2211f37a --- /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:bc16e14f3605f5f0f8b265a5b032a3db48d3257f97bcf249d487ca5e738679b2 +size 2059864 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..880ed4c10eb00c52892bc2d31e7003d29b1ad4b0 --- /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:45b76764fa5b77571b3528961090654361d0780b8d7fbef78e8c2210efbedea7 +size 2264695 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..fd01ad005cccfb8ae67c67b7be55ae382db7ee1b --- /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:042d0fc9d7d666a2e8e8d244d418b9b01c995d88cacef6a90dc310b1a6fd7b22 +size 2098363 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..91be24880459e0db806ce60f1559ee106298ad41 --- /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:90659081ee1ea426f15ba5a4f34c9d392e8956bdec435eb0ee59ff235979f9cd +size 2184248 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..607a6c688d7bb8105d0db300589dd959e2a46530 --- /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:531cd1584583211ae1adf459cd8141b571e2012d7640a85b0e84c95f1841e9fe +size 2363269 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..121ee90b866f9cccf17e88641bb1a9a2f73a0ead --- /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:b476623141fa97be45ec4f3794d925007e0653df09f811f612905aa4d34e2e83 +size 2266270 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..165598f60e66cd53b349e60c99f209d2dce5b95f --- /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:9d1998e7bcef19c6adc5a5faaae24c2e0cd9be28b9fb24c0ebfefa9fbb385849 +size 2262614 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..3b9c818f2419a7cc07994891ca22c92531a794a9 --- /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:05602c03946e932fe5d20e4d8d9aa6fb31f9e841906906516d247f7d3982743d +size 2250099 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..8b22cb54ff38d5e2a92bac3dbd9e23511cf547fe --- /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:86e5209630e15c53dfb2c7f58507dd743fa17bf9fb2e01c92574f5d693c29972 +size 2396619 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..2c858c6a92cf7934d8fb3580bef1924581dca9d0 --- /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:06d29d270aae56416fc78d2a3c53297834785105f3a35eed20add494ea4bcbce +size 2581274 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..57f20663483b5026def91c0e4a06fc1feb32ebe0 --- /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:9586c8e5307a391a876f6ce514f328b4993a2f0a566ce3d6536fc2f59b2287a5 +size 2445847 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..714eccb71d1086573124b8e02b780a89bd0d8fff --- /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:2e73962d12168c068f8a62a5e8599d2020978c64681b7afe46a0703345a0a030 +size 2419290 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..aa81fa03fc8ee5ddf318d7608dd1a5957929eb6b --- /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:412a98c7b37122a0dd03f55b7634ba7f9a869695319c525d4f4fde90fc5b08d9 +size 1611574 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..3d19abc757ec4a7855df5cd634a421dfadd617de --- /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:2095c6c567358afb6676e247001daa732c5731164aac16864d972da5665db8bb +size 1621335 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..1b4aa1203fa03ec065ed97a2070c5c0b5103a8d9 --- /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:cf2ddbb698c2cbae038375ad944f4582bf2888d79f3cbb270bf82e8f9c909c3f +size 1609770 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..baafd8ebff9e3fc96ee8f4a34c4a194902d1183a --- /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:1f7448420d5db1b8bb33607f40acd47b2a50178960bad8da7631f18c0a6488ae +size 1651868 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..aa57dcfb83397771f3f0f4b2dd7bdbd50f0058ca --- /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:851f7f4a62c370b8d6d3a2f3fb71738787ea7a206d2c4ee5ff484a07620389a0 +size 1846048 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..1da84ec4507f4db0450ada805d3ef5f8034f67f1 --- /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:7065119381015ebb7fc6aaaf4916eb994ffdf8f1b5e6daa96881fc181cc76ff5 +size 1720326 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..b7720e0efbba4ba58f8cf105b6d581f995dae254 --- /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:0f67fc8e9186c4f6833bba2bb29e0fee18159541c9554f8c03937575291d8652 +size 1609061 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..4fad6f83eaebd5434cc1fb2b82f56501d1c74cfc --- /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:b5f1add4a53c137604bbbceff72fbe027c2c657f6dbf1da7d70be021899d58ea +size 1716383 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..7be687900f46e8e2fb941dd6f97b1ccc1cbdbeb3 --- /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:3ae97ac262b31a2ab29afc572104b239220f1741957d2acdada9e5b9ca74cd2c +size 1734701 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..375201fe4cbd1855887f74f43b2d7867645195c2 --- /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:967eed7f46622d52b089fc25cd8abbe7fd9e7a42adc199255f56241a142c9b16 +size 1804735 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..5bf86c28072d98d867364fdcec439ac7ca6bdbbf --- /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:da94be3a05069eca72f06a90d17d217ceec4ce6f8faaf3504ecf7e549ec3475f +size 2286290 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..6575d284140fb645afd9c45f5abd8931363d5768 --- /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:6fe1176eaf17f6fbd31d115b90db96d7136e4d8340b6c9062a4205de549f1080 +size 2233738 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..9585ed193daf4dba6d7a22d5b397b80ff161e3d0 --- /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:e29d2283316cc09bba1d6287557ed48206bdcea22e516fae583f75e575e4ff1b +size 1664108 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..4c8019c3c1c22f907c4dd9cfd1d506c9cdf9873f --- /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:5e409ebb4e51923501a758a357dc6938825e169e29061561af62f76b52193330 +size 2041261 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..8f50623d51dc125936fc134df1a149ac133ce059 --- /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:b7806a9f4d6cabc6201d7b46f3913587c45b8bf35998579e79e6e9b938148c64 +size 1846207 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..69e44f5da2f755a3130673300877a06bf7fde767 --- /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:8d7111490f109ce861c92bd59e527dd0b470dacc3abbf349031722aa14d688d5 +size 2402265 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..f31b30f2c68aee4ece3d529bcc5a2570ccc88ed2 --- /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:317232ceda3ca51555154194dadff5dd9a3202fc29b1a719abfa0fb2ed206f34 +size 2064641 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..665b829ee08f81f130a600463bd2f8ab088a1240 --- /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:a3a43949ac1fe5952e36dac3f586acf538cf2f88bfc9ae2902f23dbf52943e02 +size 2139946 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..68afa32426bc0bc94196c54391e44ee6b3a3d3df --- /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:202e6d28582694b0c54afc944056d26944d318cef0ef78670ac3e767af9ca45a +size 2138877 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..99df74bbfe145f81cc7bfb6f2faf937d4e11c17f --- /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:dcfd52be6210bff733847bd4f83daf780943299299fc333a0d23c165307a5c9f +size 2330877 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..9fd28c1ea0684e127e52a2cb52f610e5616660c9 --- /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:7bc019159ca452043094886dee882d43def8b5c02321fbf09a7c47663372a7b1 +size 2305161 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..cebfac682d01dd2abeeb8b48e3a3ca6deb1343b4 --- /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:728f687d7a9a3acc403a284acbb25b52a8105c4c6b194a277c2742a328324344 +size 2120341 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..ea3fecdf6b2e12ac9c719057027b5b6d05f0c2d2 --- /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:5331ba4f30a2ad18fc3dd1d90e602c5431aa1b6e2614093eb3721cb02fb458e3 +size 1803959 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..0bffb013257bf2f3af2d1aaf6c28f7d30f2012ca --- /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:1cd473aa13f33082a0449d4f6ff096612e1a2b4c29049b73f2ae37f30595deda +size 1663903 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..5441af97636c4aa70ea4009a361af1344377a5ad --- /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:a6d315bedc99e7c2cde1f13564d8af7711f8ed275a19361de80278a446cb61f4 +size 1935567 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..10f7b8cac6cd4433ab293455b498c579eacb1cba --- /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:a06902068c29315fa1db01d9516197e9b6bb14232369b328000f577bae069d5b +size 1759232 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..47605815250c32b93d91dd96eecbb3e230c61275 --- /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:daed98c0bf60bccf3a9706c9fc95c0a4ff355004c0afa365e8182d1ebaeef068 +size 1697320 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..9d5a433e240d1aa2ce8c8debbd77b19cbd0eab81 --- /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:b8a31f69b80b9624a4299a1c3a942d7d453ef0a1868b6585d7572baea33ca385 +size 1991066 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..f3017e13ed9a7004fab71eb7a12374988d3a4b05 --- /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:effe156a29daabf3d100706d2e029d047542436b2889e9e16acc1dac827b564e +size 1843307 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..23da7cd0bad0a36a4b136d2d12fe76a2d10e6b0a --- /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:b863ff0be991d1b4f915e88bd101f3f28fe916427b65d5e2c263f1b869fdaca1 +size 2048260 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..378ca257c7e3e5d56ffb9888324ba133f566881a --- /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:1b3e9cb139ba3188a2315d5c88dfe2c6720d73efe600b5e2c08213fb749cf911 +size 1948109 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..f71b4ec7fff81d180df5e9de054c29b15be37310 --- /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:0556558038db33ab0b058ed438bc067dd5d4b34eaff3e4a6537629120e714440 +size 1862574 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..671ed38ba2226c15ac1e33e8e7d786d99edbde1f --- /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:030540ec8f4159a191954b08380dd7c54eab0ba82637b6237588675ca7c373f3 +size 1936955 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..f58d4338d958cae8f70ba8f3a43c70f4fb145487 --- /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:f58d654a93608abddf610a53af660cf69273e5a3ed6fbb35891d6d583b6bcd22 +size 1987815 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..8dc81941a82e0d879fb2e685351a4c4c4f9d36a6 --- /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:88d4cee8b7724ef552b99a54a6ecb88fe9e19353b96d99efcad38ca8040dad85 +size 2077503 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..122f33a847f6608c89d6520489f8a1f1f6a537ef --- /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:1b7bcf7664841768438ebd790e5dea7c04703a49b95cacf7770ed83672022a59 +size 2026858 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..5b34e10087fe827176704afabaf164b86af43672 --- /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:d7b4a3f3f505f7f4c20ff503321ee92b4e95084e9dfd88f64d3128c61ed816ce +size 1939566 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..55fc87ef7a2c2249349b2bfd604c2e8a67a0a627 --- /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:e89d1aa5a42e3abbdd1a4befc6d6b3131a693bc371fe5fa6c5bf6b8f133b7dc8 +size 2130115 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..d389251be763587b3fcf8c44c72647318f91f650 --- /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:53f5d49aad02fbdca6d15627c264730a93f89fdfa5b4868d663c5e74b805b5ac +size 1790595 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..9627448aabe6f785ed65e67f95855f3e4fc21542 --- /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:04409247da740c91dbe59fb359095da05b57ef8f975c7cd8f44bc72b89821ceb +size 1676087 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..f5cb8170dc6d37335750d7bc783ae1c1da592590 --- /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:5e33c2a82c18c863ac557642457bd30d326b3f10009ee71e907ced9d2e7fa69e +size 1704265 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..ac706c41d0d7fff8fbe69682f40f05a60353c28b --- /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:0fbda5f7c85bf5ffbf0b893fabbbe969a6c076d2dcb8dad7319a7906af85ff74 +size 1867208 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..d66fc0be4c407014b1d276b32b6c8f3237c875ff --- /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:2dc6bef6b947752c25dab923094866b8f5ea88ac4cfdef343bfc59fa4b63dcf8 +size 1580795 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..6ff9098327551d2f0e34bc1f12fcd9c9a9ae8253 --- /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:0f3006c7a0180c9f6326190dfb41b585ebb11f38278da3c08e086262e40073a7 +size 1591425 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..d329d479dce7d01f760866bf2f30176ae7b0d4dd --- /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:ab5ef19452e366d03b01439b90abfa1a5885f44383f55fc40367336017c908ff +size 1600634 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..5329983197d37beaef3ae259ecbf428cfdf7b164 --- /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:bded7afcc7b28b346ac2f71fef519a7f082ae5c6e62a93d0fd61cb6a33790779 +size 1659135 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..243845e44d575af22a9493bddcb557efeadcea4a --- /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:a905f4cf5a46f936d86b9d2e91801346954ea4296652c0dfa046fcbb0d5e95f3 +size 1766335 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..1b279dfdbca921cc1aa0d7629be66fad3fde6aa7 --- /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:61c50b54ccf572cefea91c53308bac09332c4ce8bf6b3d462a45a78b74df6047 +size 1652450 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..472eed3b55acd86a509a4d4860f55540b8741405 --- /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:bf5a8bf0a63a6eef6c7356201e3b598ad0fe09e59291c4ba879138fc79d45731 +size 1779213 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..f14f48dd26783e44fb4eed4c9419851f3c5050e4 --- /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:32cf837ebc0baa564755cb89170cf106d67b0948977d3c8397cd6b07800df7e4 +size 2063593 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..30c67d3aaa2ff19aa0ba9dbda9b6ff0f03b48530 --- /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:5351f0589747bb691247bca0905f5b6bc02dd02323cbc9ca773e38e6d8f48103 +size 1798302 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..a5a70a5047ba36a79a54a04f710945d43f55556e --- /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:5540eb09a297393035eabcff81d8b023d41e07b53f9feaead572d9fb9645847c +size 2210601 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..aa9f8d4c8f5d4a7a406cd1dfcd72e218969dce73 --- /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:c3c8f20ca0a06854937da690dc6f4da90ba51cc9631f4519c5a732a449ee3bb1 +size 1855961 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..cbfb35edb76d243b8dd0cff65aba45b3b5a17104 --- /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:5c7285575dae81787a99f7bec9140e208aab4fed0f422f7f44df0da2aed612e3 +size 2057054 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..5c0fe6eee018760aa382d0e99ae3efdf98d2f2be --- /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:44b7a4cb06d1a15603324a86ac64a53936101ed62105db0422a1ad4096094b07 +size 2162078 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..d15903891fed9c76b0d3a827677291b828d66ea3 --- /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:3fbce7b1a1855588568f2f22911ffeaffa3f8d59776f2400817b23bbc12f6a44 +size 1949676 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..5e0550c585de7e3d52d3d5ba0a634a96bf32994b --- /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:4d9e961485ebf4cfc252715f75051132b4a7ea48d16a2554c4b7cc13de9d8179 +size 1855794 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..ea8c33872dd6f55361972c549bfe23221722dd8e --- /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:f47fc3c196bfd4ba3ee9bc552b59878e3d3af6fd75582a248798a32d96c58fbc +size 1972137 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..c2c27462f6bc4e2ee07401a427a273c25782ce7e --- /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:c56bd9ecc546d82c2e26dade2c25fe3e45ee5cf9bde0146683cd1300572813af +size 2248803 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..7f5db14b0a25f0678642d872afa1ff98d20d4fc1 --- /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:1c09c7161493bbdb16d01ce9e5457abe76e4516812cb4330d1acf12ba38b5a5c +size 2210271 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..65703039a1150bd32d898e0cf935db8fa5c55281 --- /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:d42b956256aa713fcdccd521296f4c8d10039aee89e35eb87cfcc22e241bee59 +size 2260189 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..6af2b9723984dff89a31cb9ce7d7f9b8743e7c40 --- /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:4320edfe59bdcdeab43efd155e81c804a95f40bcaef0889ed289dc405ff36231 +size 2530456 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..20b7c6e3d83b354b0ce0a559a1b9adbe1455be0f --- /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:06d981568f304688154b9e5f534c25a5709dd2eaff6fcd3b6e27e153d2c9629c +size 3247513 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..4176371b5daee779009c76e6adabd135d5d11016 --- /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:d8d39b1a91a74389f15916065e3da0f7b70463b7a25cc154629d20bdcf4a0db1 +size 3009319 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..6cf7beff4c26c6e719286d6bfc35706f612b41ac --- /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:77eded69afd4559a6c79256d6be67395b1f0673fbaa4657b437b00a3fce08668 +size 2301842 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..f8daa4b56b19edd8a2480a818f774fcd089c1083 --- /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:ea429719d330edd8c361148d471e31822a14a1b566317edd72fd1556bcf5a8be +size 2230212 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..4fcf8034835d80b1e9fdbef5af7079ad08debe87 --- /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:23309b05b46f0d09aa1ddcce72639dd9dbcf1a3fb395e1d96f9d4422cd5ab3f4 +size 1941727 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..d73892301cef2ec1108005378e29ff53257c430f --- /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:01cfdc6c255fb3ca81a1181523640708246dc87659a79f1c514491c3329e5a12 +size 2354348 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..83e637ab173eb40273dd1bb51d2dcf1c37d0531c --- /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:8af36c9b54f734a1b7a009d98436fd66f09444a837870fd1511121db397c72c6 +size 2294167 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..5a739fe556892cbcdb94e0403cffec695a2a935f --- /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:56636dc34e45f7ccc4bfc49e5764cc3aef5372066b3bbc065abf721b0b8f40fc +size 2377561 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..0558a35a2704b6b5d1abb436cfadcbfa89bfa3b3 --- /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:92350327bb6243129c13029bb0f343f7c23698419910142ce607687f87b0b102 +size 2069363 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..3570de63f41c4eaf65f1e5841aff177c0da43333 --- /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:366aca9583e57dfd9b25e23de03658e22812f6a73be87de772c3dbc4e0e5f3c6 +size 2085052 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..321008b98f12e2aed5e821991be1fdbd2203d459 --- /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:1a7182f5270ba57a914d5148018f65532b99a5a9d4cd1e9e99f78fbcd138d1f4 +size 2015727 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..c3fb11565f808139ab5045afa8b0116c9f0289c7 --- /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:148fd08145f89d61bc8794284eb73a4a75e9d15717abe0cfe13001767e64d46a +size 2268573 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..c0a5a4cdd397dbac49fd93a919eadb98eedfea3d --- /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:a6370f776e05a22ab932c1127c1057948c4590a0dbbfe2b0bb1508f652b1b842 +size 2135360 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..21ee202829b6b92161cb6e689744b2cadb09c6f9 --- /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:05af603eb8e7521c187cd98c105455359f073b74f8e5f2bb314ce54266327c90 +size 2308610 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..2968adff407ab57ec8da7e7037afe4b1c73f7672 --- /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:c89b1d3c4ee627196b7d1eeba1ad67a23c884b0ccde7971b650b53d557711a83 +size 2454268 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..7aae0bf0977c50f2e6aa1c3d54b6374e638cab44 --- /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:5cb6575bff125d5257544f1b2a730e8b9381c3cae2bbdd3f2b791e8143fee842 +size 2217797 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..c14644fdb92271ba67939e494b12ddbab1480d76 --- /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:2734c23790df8151c768f95aeb9810572720ded5ba075ef4b92b433a16da52bb +size 2360965 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..85cc72a406cb8b35f25ace443370dd6b7f44520b --- /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:206238dcf232b1e9731a1cba133c973cc670bd23bf235d63d8eb7b72b19d40da +size 1986205 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..2c9e2f779f25d8fee466feb08eac90b566bb3548 --- /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:6650614a991c491ef2bd3b69b5b354702424a586be252c136d7a42ff0eff7cd5 +size 1751482 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..a8bffe1ca4363b80ae96eef284c8c51e733dbe59 --- /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:418d15b0bed578d155ed9eb0c2515841a4a79232026cb307b416a02620945f26 +size 1718307 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..6b901464ef95c19958a0071a39228f4e46d86182 --- /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:8e4c947aeac08c216b46948f9fb574128a017d79d5f7310a2eecd570e627b736 +size 1613880 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..53dfc08a43c0bfad0376dc24dd5b7730b3f7c2e4 --- /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:a9db27a53aa632925aae49b6dceded54e0a921f1724fafb75545d7ca64ba2bca +size 1672778 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..5a8f0e8b9d4b3003f7174aaf692368f0c3f4e158 --- /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:70ce363b364b788d0669693939f2b244dc92dc9848e602ccb94e43a045a229ed +size 1741098 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..fb56aab711e43afcea1a073557db0f18930d848d --- /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:4cd16b147171ee8fd2ada85c249f5e621018cb964a91e25bd9f5133c80a3dab4 +size 1840946 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..6944a3187ab22f7a3486df98653f2fea5e1412d6 --- /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:97f296d162bccadff5c5cc0de6e77d9f812d405a1d2185dadb5b2236a374786b +size 1804879 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..3d40eaf5540dcf11f9e6d5f8e3e538b2e92f1518 --- /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:bef5c94a157f7fea957db599e7dc793a6899c09fa3d72f20df68f614963ed0b8 +size 1607770 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..33f6e9d0a33463b97656f0547544c0336e57addd --- /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:9d08c187b8a01047854aae88749f58ec354ff3c520aff4369cd800dc33422a27 +size 1907175 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..854aab15a5edf5565b2d73b5959eb077716be9c4 --- /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:5e9f97d5dff41c4e024e09a6bc5b787380a642548a39ba9a07e66c139cf5b842 +size 1670936 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..ba9b027f1f0f712d31a287f451f934218b51a954 --- /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:e73c7385b1d364ead63d9d48e4432ac23af83efea6dcaf3aa77ad757489cf5c4 +size 1822389 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..85e71d8e8e8a74bb1d2c52d1bbbaffeb215d01fe --- /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:ad641c2412fa6cf52ab555701d8c5fd12ac9229ca1b91a596feb25f88ff8e1ac +size 1622392 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..8080cd272547b240f088cc60ed8d436990351129 --- /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:d96c1b6e4c44eaaebdea9cc0f2d838e745d613fdf9ee5f5c896c1c94ef6c0e84 +size 1718170 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..ad4e364bf2c44a81cbbeab167317ebae36a49909 --- /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:a0c84838d804388120f97f9141996876d3e52c312ce73ed8716b29d8c54b8342 +size 1851706 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..3f21b3d7983cd9e3023194c29d83999594fd6256 --- /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:55ec4c79d1da18143747b0e78f6fdb7d40f57db7caf1fe046aa59e6cde26a6f5 +size 1764800 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..494a38d189c49fa39fda7f7edc4f82d9ded471cb --- /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:50d203a8c89acfa643caac362240b80c2c72b4b7094803698137ac0db7b69652 +size 1723853 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..82a575a0a7d53bd7bd1b3c60b474e86cecc01f79 --- /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:60f75fae3dbd343e13cf4f3281824f009fd9cf771666047b5535f6ede54a144e +size 1615560 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..8d3f27435fdf0cb494b1c38203debe12594da838 --- /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:1a3f9ff4eb0c1b8bf424973075daed2331500dc9c74af289cfd5dafdcf54c426 +size 1796897 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..bdfba3b308d1806f370e8da227c0ec2580926df7 --- /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:590e482e08d70e149c7bbf76e4ffddb49a85ca49d8d1e0467894db83d54c2bb3 +size 2595094 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..df22da221c6bd37830115eba4e1fb2b961ccd76e --- /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:3e2e19c02f9842ce3138cf0a8052a8542b10a301298a129e59360d81fedb53a6 +size 1734312 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..2a0065cb55a02a0be0dabbc9f80ff4fd275db567 --- /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:7e62773e4f3aed40464f696aa8c5c0ee38b17905d5ff84ddb7efd746e743ce45 +size 1744607 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..9ac1c7b907f7b39ae87d986d01656a3899be0bfc --- /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:b5b6eb13d34412b6e940b3b1b3977611ed629d8965b1b8398b96efddcfcfbf27 +size 1799399 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..4231b44fdc34daff40e76376e6d092740c34b40a --- /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:caa43e52041821c97d0c69275a6c93dbe6ac3f85f67d2e4c6f820a8f25fc46a2 +size 1638011 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..7bf2a7a9ee2012d8b874b235f51c790235938666 --- /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:332908738ac31e224674e51c48a6f213fa9dd2f37bb94543a56fbc9c185a19d0 +size 1714183 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..0a0d7fbfed6ebbf5572a8455f55f0005cc5079af --- /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:487fe9181b8cdf89846e28500ee92342daf13b3fcae595bf89cf97f398dff679 +size 1729365 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..81192d62b8ff0fae37961320e5d6f627e79a15c6 --- /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:a43d55d08c483fdd39b89e849619772573b524ef43b33c9d05799aa013c1a274 +size 1915085 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..fdd5af92da7fc79a0994c47a4421d6f7c4fc918d --- /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:ceb8d52cfeb7a3a5866eb55a65345de91e43c8e864892f49e2537dae132f598d +size 1716166 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..13c2c2637c6b10bd648c6ef18a1a621cc6b7a295 --- /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:c4abfaffdb72497983767e155063854f3346e8fa0108eb43aea8ad803b19b37b +size 1845562 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..5b8c8bdcd6ef8d049709a44e585138d3fd6cea5c --- /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:e264d5f94f67d8010168aee5b25406b5271d356ac50c6b692bedd4a4972b24a7 +size 1720151 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..fdabeb36dcd3151e9f1e51e2dd8990aa9c57dab9 --- /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:80cc8cf2637cd088a84234999726dfa66ddd32cdcca9c703375bb86586ecdc75 +size 1954869 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..36e2fea32da30490f67ce79459eb153dac123e65 --- /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:15c33e70c8c105f28887c27033475eac62a5725914665b2d18a604ad515ab5f2 +size 1762955 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..7f1ba702d41b1a5d4cc8c6e1cd2734ebd46b2091 --- /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:0ba9146218bcd3de409950955af2ef47254e85059cbc65cf3f8b2ddc8e1c3376 +size 1673741 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..65c2e3465cb51152de92fd4c28b3364c6382b521 --- /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:9531e7d7c86897bc6083eda49187da8e85af5755ff2ae03925bb103ae9e68567 +size 2016149 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..19fb5ae02acf78167a7228863aed62b33e91a429 --- /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:3ddf54800fb0993e5ac7b15603fd70681deb06b0d41576529074d861ebcc22ca +size 1902798 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..4256cdacd8834544a536b48885e4440ceb065ab8 --- /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:8313495f40dffbe98b1d55c8836c3242bf170f778c9d99786a4b522de80bd7fc +size 1939760 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..67d60ff7cf9350dd0a30bb8ffeec6a62aec14765 --- /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:cab5d49570448dd2c0ba6cca910101cd786d503e1723b16a7342455d8bc52902 +size 1815601 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..21f4cb8b15440e4d6ceff7fd3f826c8720e56476 --- /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:31976ee2360b0bab89bc0c0f012a9d524f420f3f82b3c1c983ff42cbfa23b7e8 +size 1744170 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..9986941efab40cd6d39632fd65ddc64b808822d8 --- /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:f56bf0911f28401a5c5d88655570d56c7d38b2ee385bdb9c80afd0b85023a3e1 +size 1551073 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..01aa307c9b6fc4def7805370d642f38529d7e100 --- /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:490bb3e62d3c72e97572bb6ed133dea5de4f8d1595fd10ac16041313a7426b38 +size 1577284 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..cd4d3ad6be878cb5947636f7216cb500b6c8c1ee --- /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:3c7a5dedc3cd92639aea779ec652e1a73e5e66a486286ffa9451f476b1ccae3e +size 1693263 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..e36373fad1bff96aaf97a67439002b38ce9b3aad --- /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:9c89e221084305a9215fa9f2e0a05141e70e1d3907084d75e42e044875c29293 +size 1798730 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..10e33b4b175a7521cbc52f642a79cb0d66306f8a --- /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:dd632db32b4cd60b0423fec8037e7bdc7b5fc74302ee467df72bb6b22a6dc68e +size 1546973 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..1bc311686abe0655adec7a30057192374d602071 --- /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:391e6af629a4b5e9217c0fe29e36737d9cc40c691e68e148206d5791ee8c8cc7 +size 1722039 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..350fff7553adab996ec2143c5d279c151a066815 --- /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:5e9dc9c88e136435fa453d4869f34dad9de505b3d4739e1c73d817cd5d150434 +size 1673052 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..6f6a690acf0d2ee988f9533625621a0226a3e992 --- /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:11667089d6719828cf4639d9db4d8290f5fd84639b0fd1da9b4d5a869afb1539 +size 2152077 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..f77248b8433dbd4bdb28dcd07f6692a52785a0d5 --- /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:d1b9548c476607c45bde63583b4483e71142edb47b0e9ca3a15f416dd98927e4 +size 1785947 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..247a8b33fc1f25f502d234fe4c4e75b070526124 --- /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:328dc05b09af5c5ab48c0e4881c4c5b0bdb9670be5e930a65399095a16ae76f5 +size 1919608 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..134fc5c82425e1e1f086076b165aea7b57c482fe --- /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:983a58499215d367b7d8b722df2e0f8c309e1b96b6db6da360f6c0b9e10b18bf +size 1813479 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..5553d533be1d4e1cf5b59603bdfc74ab27f83e32 --- /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:fdc53663f7c9d7ea679b4a0d8162752401a6df738ad44b9bb89a916af474bd55 +size 1633238 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..ce206192edb5521e80aec3a5e5c8e48b15bd964a --- /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:7cf2a6a3a2520f84f994b51e63dc745f6e071c2285c769c00266656c7721be99 +size 1931807 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..d6297ee01e2be7eff0ac844607164c6c318beab0 --- /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:88d32a2bd98da4241283561f1cf3b69fe9004c6c989f23273e7aa21bb1433b4f +size 1707806 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..592aa46a3092069b139554f2783dc3e893b06def --- /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:99e57eb0ef5194f4d98ab5702698cc12f0c58001460ebc1a8b3c274d8de3c4cd +size 1703402 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..507eab36bc10e95fa9a2efa7a6fccbe1cd82e890 --- /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:a23e26a3ab3f61bd32d1225ea364899ee6e36a3488b56d6d4116b832e4b2402a +size 1640800 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..0fe96c3219494fb90ee8d26ab77a85a3534c6f11 --- /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:29911d02427873e05cf1981c654178b671e77e82a6027a9b78714aaa1c84cf06 +size 1483833 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..661fb6a5bfabbcb3cf0b25e2807ac35bac3c769b --- /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:05b8d6511d8337aec0cc6c465f12f949fd06a8e7ef84a27be26e186e561e0497 +size 1743874 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..a01e14faee051374ba2a777c78d8d10d070e0e56 --- /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:bbd895820e4773b96c1bce865548d1bcbcdda6dda394bd940896b6a8bb4118fe +size 1688579 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..2a2458f1a2d54c5f1c387b08ed57cd81ce329d2c --- /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:ef1a425857f097e6f6d377bf68dc1cf9ee4776ecfe189eeb68d51d4549f6dcbd +size 1801429 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..e507e45e3bfcfeb56cae6e876038bb6ff49f8f81 --- /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:48bb77eedc3cd09deecb596257d8dafcc5ba5da710eaa2449cb345067a586e50 +size 1802627 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..28e2db2ee825970f6f69479904077447b4411a03 --- /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:f00cdcc479040a5635185c4ee7425a23e55d3aa4fd532b744fd72cdfa09a6c90 +size 1693023 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..3fdbd2ab5628ec6ea6ed227dce3c1978b2e7c1ff --- /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:166404c33d56d07f13c98fa5ae16cb150ff2ff428592280ffc0bde2cb59212e9 +size 1540294 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..eb250103cba6e361b99644db2eb49fa381d68f72 --- /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:8698499c7f7f53fe844a8907895eedd48a0cfbc57217be8f9b3be8a141e77145 +size 1561259 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..bac8427f514308a517136c37f7a4650ba7089d70 --- /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:7700dcfd2f84c31a378ab1837075b223df68f92e5ec7556adc440f9a84bec8f7 +size 1651690 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..29de23113268afbf167f3199bab4f62b4c1ac504 --- /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:ce50b845db3e6c53950ee5b38ab0036eb83f36d0d6028f086b18c8a4b01f3883 +size 1595008 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..c5b9abcb72a5dd8e599b5c3211cc7e9ba9a0b8ab --- /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:1328666381fa0dc1289e2abcdf9e79f6ff343030aef4701f6530172bffc993a6 +size 1666970 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..622620e3f436d53baccc8411040f99932e2a46c4 --- /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:41591a222ac1443b270421492f04e57ab780a20eca1c27019fef05df987d6d28 +size 1540384 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..850750f0c837811984cf24da49b4cb20f52f7c05 --- /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:d867f863692bca77ad1eb655f4fbc6d7eb57b9d3f559c3f30cc2ab5d2b139b80 +size 1580329 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..90df3dcd978e58a2c1e74091614eb81659106f3f --- /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:a9b22bfe9ec7969053e642e4cab1195d7a380d52881dd6e0ba221e3224cc3f00 +size 1580171 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..1ca1eba27cb2c40487efc74484fe52d23d163055 --- /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:b87712f90bb34a63387bb602e030f19f5d665e8edce1e054ba9eb8cb32147101 +size 1501544 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..a5da52e33040b8292b9a95d1f85ab1ae0e80f0f3 --- /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:8128821b384c6fb8dbe4f3861e5d2b4cae82859a4da2177560ea6e2b324ef36e +size 1369442 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..febda48ce1fd8f0d0bc095278db8c0502291749b --- /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:2f27b12e4c9a9a3cb04c390a767ebdc5ab15ec31a1466b5c858c87ad91eca5f2 +size 1629349 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..acde08a7133af244d0a8d7e0b13ec97b5ccc3230 --- /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:6e8b2eb08bed7ae0adfaa7d4c064ae374a959cb81a69fcb5d406b6a0a64dad01 +size 1750422 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..85c295f87beb598abe2b779fd255f1ccbef7ecad --- /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:b22c00bedccb1998e46365df9ba7889e6f15faef75978a8029a2061df23ff656 +size 1501898 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..a2be819d3b5d48bc024400bd706e806da99bb13c --- /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:ba3c19b0d49f6e0fc1b0703609b3560c2428cec44bc3a77dfc98b997482b8026 +size 1538746 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..d05ddbe6355ab1c78f9f6226845b563095eba898 --- /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:f85f97d9ab783646fa4167444c01aea8c942bbeaa27c8848a132903c16fd3867 +size 1745110 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..b40fd20be621ed21063adb09e3093f5be36a525e --- /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:41d3e9fc55b3f45a85cbba173de168d023fa3780afc1fc83c55787ac159a92a8 +size 1741130 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..b903007ea2bc929bcf08aceb700d9164311cc754 --- /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:5a01ddbff646f1c461afc34561d65f5e10379a6c7fc81d07cf8d233f757fc794 +size 1812979 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..bc017a5fa5f54baef46e04673d5f7e6375d74818 --- /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:bc05af5027ee388653872cd44a14fc945913efc06ad3809f721b847f0290ad1d +size 1593969 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..9e08c4a4bda27e52b02f897f12683219d42b6075 --- /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:eddc73b7088faf2fef0bef7b3970fc65c8bc8b6db7333f26f67af1a02a433acb +size 1922986 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..abf477f6ca7a9a26fee5294a00293ef2fb7fd299 --- /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:4037946439a0860ef6308deb4c99c3bd4c25178228e684bec5218bde1d44fcd3 +size 2025129 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..f2f89a4c13e7007eb66844994efda281740370e3 --- /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:77e8f05fc2c70ac1a7ea4ed7d42b040a3818dc61d64e7e88a5a7b0a742aef128 +size 1567225 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..78828329f5072032e7fabf6d3415e908dd844f4d --- /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:b9ad353149fa06e2c30cc235019108da2f68b9bddc6d8420d7f97e37f74e4e9f +size 1709867 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..31717dcdcc75f818c61926f11cd71b10fd7db4a1 --- /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:66e173b6b48367766d59336dc3b0e31bf068a5b9b9258d9cea5ad39e58271f94 +size 1924686 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..7c14692da78a456582afcbfe52d203e3043c20a2 --- /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:9c38e39d443fee01d14da2cd1b0f6593324ba61eafa4232c54af01b76170f477 +size 1802091 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..98e8a4fc726f27cb80f99bafa7a53a19038444f2 --- /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:2ad4555313a33ad6a19fb778d44e14f7540d91ee188beaa800c237023dc6c8ab +size 1700948 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..4284fb615bb004cde0b353197028224b3a40f1cd --- /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:ee20e706979249b70b0c44986d62004f025cb3065f041389851e120c08f064c5 +size 1673969 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..41a3a6f001efbbcd7ddf4c5078a59e64962d9f74 --- /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:a9b212b116f94f8a0427faabaaa0267ccea7c94ce33f3b95cff3d4e04191aaf6 +size 1746243 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..a2ccb0c52d89eb760f3d62ad7916a6e9049a59c6 --- /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:03dfe841a40af58df8e328b2bb44e27d1b3dea3d3104f53ff6203585eec793cc +size 1510330 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..4dcc538690c9ecc54e7ef525d3184eb8a3a6a06c --- /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:dc44a0786b28106bf7d63e09d1e348fb74881f6c044c6cbd1da0e3d3887f114c +size 1494463 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..ca90bd9cefa511f32c4e2906912307ecd8da39f9 --- /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:aeb49417102cfb764e8c0d7584583ce5830489e9e788095a43a2d38f03f14b58 +size 1464906 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..e9c333b72751f7080e7cd21268155fb3f5bab730 --- /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:91b14285650cede3388fa66077c3c5182461c57500aa1bcf840a33278ebee206 +size 1774166 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..0534a3bd636d9c53b192a613baf3a00a6184f2ed --- /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:d08fd0bd95b87196cdd64b1d1429ad8bc881c4dc658ed72e0dcc876696941d06 +size 1528630 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..4affb5e30ebea0b848b4af291be2588584fe88ba --- /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:8b355a76a48861a41c6490e36fe938c3a28489d4fe2079d11626f20762e4bcfc +size 1853344 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..06ffb241402d34a63a1458017493763c1c2e811d --- /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:5d930decbc1763740729835e28b6ef1ccbe53e1ce3bc5e0e14bb7c98b5a97f14 +size 3042677 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..6c86015cdab3c97f04d91cba8cc887dfa98e6c63 --- /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:6b22e24d9ca27f3086d9ac3cd2d488cb8470ccbfb36856d425003f0579e067cd +size 1602182 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..d15e6488432721d6f2a7f2f88a6bf3de8fab10ec --- /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:18f71900353455fefcc1aecfee42784d5252c99a0fba60e086a3493ee2cf4933 +size 1376362 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..a79525b4df03eb08a31d3656d677d055ba31aafe --- /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:e04c429a3b7c93e73a923788d32fb95d575790194b2b7e3273e963bb84e9111d +size 1425318 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..3f76ace810180f3e7b330f6bfb88b525d2fe6f2a --- /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:0b1aafa0cf6be275faa16fad2bba2b4c612ffb9cf866f076ccdf6cadb57f27dd +size 1519356 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..1a4d606f92526822a0019364b2f2a8edf68a8d33 --- /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:d8f1575298cdde71da2339ddbacdba456d513b3b2ec50ca6e66eebde1780c0bf +size 1413104 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..90b7d7e276f54637bdcda0d340b2acae067e71a9 --- /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:d62489f3bcb92b775048fcc1e8207f5404f33ebb41863d7c322d790364a0481e +size 1343368 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..e6f5ca10db1bcbc10d6eed1a7f7d71099d02a121 --- /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:04c9858481964a6c08656835b0823ee1a69de2882eaee4db3bbc1fe49fe7e22b +size 1301280 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..89dec13839f0859db5e5ffb348ee8700638faecd --- /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:a6fc5e9bee5eff6e6e8349c74f925c86ecfa981f70f99ed87575ff96e0a52f73 +size 1276219 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..51f079eb5cec563872c617b89d1b6f8f5ad4461f --- /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:a1413114bd7ac044478ab2c73ec0d2e6d4e92931b2fed29e5557b0aa3e8b4399 +size 1605366 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..a5991985784388aabf2f8704d4c912dde1d82bfb --- /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:d586a31a1e51ffcd0ebece64ca1412093a711ec9566338a11b56b71aad4d1a89 +size 1291352 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..b37f9be4d8739d5a0ed468f94242fb3c4b2c2673 --- /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:e8c57e726daa11fcc17389779eab54ff662ea591256bcc364bf63e05d8ca56e7 +size 1353340 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..e10c54b744a5233218f103df026e752b43ac34ee --- /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:c52767b2380c01d9bb3ed4451010133c9e62fd4ae243ed457a9642388e64671f +size 1450666 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..d1c2ad7a2d7e9772c91d1de1a4d7e9a28f1185f5 --- /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:66be3b2c9a1273d62ca5c719b34ef2839861bce6fbe3ff8dfea87d50e5c5af5c +size 1338282 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..ebe6d4048e13c6ef524b2da983742590e53807cf --- /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:24b540a8e03fea64987e77c11ebff227abd01a4f0f08db24cdf60656de7e2642 +size 1823271 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..c0f18ad5ad98e172d705b161c263eae833d5e9d9 --- /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:0c875a01f6f70d290be7b1165d163554487e01ff15e61c8f797b01de7de55945 +size 1642031 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..9a928547c589e6a9e7ee8876d09a492cadefbe38 --- /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:43e2b0ee3f480207cc61543ee49e2f12ec2465f606627f18176bd07c258d14e1 +size 2392092 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..948a2ac17d01967864ac2d4f1cabce35b5e34920 --- /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:97f65a5a731a3750d7422cdc20ad039d32a7ec119c66eb81e379feab86dda6f1 +size 1389307 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..21fcf84523dc9c2de732b3bee5aa2dd305e42e16 --- /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:0ceff40a835a5de7bcbd6b512a15a74365c8861181f7b35db2491c23b7229d7d +size 1485188 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..7b449389f723a9f26abdf9afb509f4f5c49e4244 --- /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:b5d278d5f8d6862752daedbb6f90cfb31467f9efc1107ae8648f87da378a6b23 +size 1564816 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..ec61bfafb9e085485d9545678dcf4cf26ebcd23b --- /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:f83c8deb2f7c5fcebf0ad78443c6cc2e921e1d83b5c39eb51244bbd1112c7a94 +size 1629971 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..acec7592105095c5d22bd0c4fe63cf619c1435cc --- /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:f822abc7c01cc60c2323151228bade5c614fbf86ccaf696d4cfed08452701484 +size 1452843 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..d1e82ff966cd65113af017e209eeb302fb55e79e --- /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:3df09aeb5401629e4d9476885b89f8701eb850429ba41550e0a5c2a86a89d47e +size 1556152 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..d08542355e4ad024d413dc0573301d5ce8b90db8 --- /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:30e241ac48adc58d9a4a0ff6c428b63fba7a05d5e74408e6bdb010d705e79fe8 +size 1469696 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..c5a65ecfaa805ecb8b0ecf1175796df5e61d1bf6 --- /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:3b41e0b07c1d22ab13182a6826c8f4c9ba224ed0049477d393cf9a7935e8d28f +size 1517967 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..459889d5243261ee73392de249e01cc4b7ea3a50 --- /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:67be881a02c4de1733572c5bc5444257175311ffdaa67245253e57ee183ef3f8 +size 1750707 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..8cb79bcab1b6c4634514b84d023fe9b3a613d127 --- /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:3d5c8135fd897c76ab7c3f7bd22ff58ba526fcb71b0922688d9de5cac8fdebf4 +size 1415406 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..834384978642f0e0a2cbb0c0b8617e0a5d2d6f05 --- /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:0b7fb35bfb7d46b2baf2df0a30ba1ac78ab239eb88296992b2dde23d5874cf3f +size 1460380 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..4f20c980ccd2614452a55d0a2f0dc19b49d8cf2c --- /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:1d8c3d575875192c24c72ca8420ef8ad37a953661aeb403feded23eef33c57a9 +size 1776104 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..9260a4bfd87c5d505e25c2b21718981d9eb72ecc --- /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:34811c42867d260ae085c2bcfbea88c607e4d9d1d0d73e886f639c5c237d3fdd +size 1604147 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..969c174a025567d2226531c03e0066e9d138711d --- /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:cdd07217becabb9a2adbf3762a35d917cb379aa80328c96ab98c8069d05ebf7f +size 1548985 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..dea3cff62c7d9b72c6bef781bf22223edb695fee --- /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:9683eff2dfb1dadcead2a3e0b95ebb2f02363ac3f99e80a5ad6856f0bec240a1 +size 1908476 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..aa9c87d72347ac98e0776efe4dc9b52d5e2893da --- /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:96b27fb707140a29bf408279690002d9655833f7d2b9d675c6eed223c65eb034 +size 1699232 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..b6c150a62e7a64c22b9a9369dcbcac99fa978353 --- /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:f585166ba89c71364d1a809c41ae2ad6f5655a6f7d3290a55854dba3fbc60767 +size 1731785 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..e8180bb3680a5103c006fce4a0f3fbf6e18bf0b4 --- /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:ac3a6d44c5048da0734c3548d18296e23f38d30412f5c168a2d36b749526e7c1 +size 1692655 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..13cbbe20e04817ad061464714065caf3ca91b9d5 --- /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:1d39215897f006ead017ceb6679f2c00bb9a47017f374a3ade7aab23da606f5d +size 1572008 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..48ca5f3684a3289d26b619c71ddf063ce9113dbe --- /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:5f1372cff81d0abf6146880492faf0e5c4d62a3f2ece07ffe99f548afb3c3990 +size 1469973 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..4eef9e3bfbc4d17f484ca6d240f413deb6ad3c3d --- /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:d10cf8baa4d17ca0a4dbbd8be5693a7e0e9f32b2fdf49efd0031b6c0eab27468 +size 1384594 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..1ee3f77f09344f55b964fb15c577d757e59845c3 --- /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:8a5bb2e63fa3ebb235ca1f78aae69f40d299bd44c838746dc650bfa938a41298 +size 1532003 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..709c12458ee501f7249aaf6949b58b5d05fad9fe --- /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:a68d9f7fafe6bdab72028bdb6d1a1252990fa631323a8f486aef2808c9b36831 +size 1396524 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..5badc31af96c4853044afbbaf6f10d76e6a27de0 --- /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:2a282a913ba9bcb461bb1837132a763b5224600d1af83a3b48b937b2ae7ff7d5 +size 1384904 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..849e920aa32c51f4a2d9b9bc457e57a482669332 --- /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:7a3774ddc163ea20395c9d44bf34103286bfce0fd6c414cd0ea041cca5c2f91a +size 1585317 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..70726bf88d5da1d268aa15ee469b902b88565ef8 --- /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:8b1a615785c7b292b0e5436035064304f072905ac8e7e3b44cf79b7132e71a24 +size 1408969 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..96a5819f5569de522e540b04726097fcba9de2bb --- /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:27ca13a897c8d98259de8004081cbd95bb0d15b78695a96e2feea2f3c473dfb8 +size 1427486 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..af47f9d97d5e298774c79e51a8bdf704badc282a --- /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:dfdd605c100967ebd6e1e663c82c203a63b80048d7b3e742e47a7cc11dcbb9f4 +size 1546993 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..815c2804eb66573b0d5a335be978d687e1cf113a --- /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:827485fe06439be2b8d017b04170162fa7f62f5cb76a40d6ef25895067811b50 +size 1382681 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..d98fe35f3b850c8c33c84b4960998e6b0ecf94c1 --- /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:3b273cbbe93cf16d1dac87603e6ece8860ce9b3a31e9041dd6620df60993792b +size 1515818 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..051a7bb96973b3348cca7817703845a204118ade --- /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:fedfa93af93a0f4b25b8a0f23daf7f9cc4a739cc4a887941fabd0d7865bd985b +size 1580066 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..227c2e4d3e33b2da809924de4a5b9e3537e018d3 --- /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:6c49df13c2f5c56a78e21c31a7c7bd1f2dee342997b8819c5443d2fa8fb50795 +size 1600929 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..e5e59cc08ad28902c1d84ae391ef312ad5282ca6 --- /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:e86e40756e9eebe108708640ffd2e1a53dcd708bc921c7a2a74f5b54df085d3f +size 1543022 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..60c52dbfe7b6fb4360999a03800eb5ae30df998f --- /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:702f81fbbeafaeea994ec34b931264a80256f03688f2d88350ecd3251d2c08bd +size 1375061 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..13095fcd02327f42b2d60f6cdec1ca3941033a29 --- /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:120c1adb764650c214e8ee5feb8e26593059cf523be6eaee455634ca0ceb5d9f +size 1481400 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..547270650089135ee2a5470e5238eaf78afcf024 --- /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:9db96041a3114a45b48b515927609f1648bb4479e0cda1826f6aeadcc4441687 +size 1282966 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..0223b9376abd557665876cce84fdb05c7c8575aa --- /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:00a7c655650b4fc31b3f63d63bf0d93795497c4066ba727d094a20e24615a4ea +size 1379012 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..55a22ab1269c35c9df790623b98fd753f08ca53c --- /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:4ad8af3cec25eec0470d14dce68905d58449de4dfac9ea73d5493548c8a8a31d +size 1548187 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..5b835cda14c7ef53f7e2b4b9d519e8a3b20639a9 --- /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:d3c253dcf24060f7f4cfa008eff0802f71f7b034d6c1c042ceb4f2c088c91b6a +size 1552292 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..5387603997880af112aa8802625e8b6b3b0200b4 --- /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:8d70ac8717b4e6c372e9a1fb88c946322a8f8ac711d683fcb7d3e10d2dfd6eb6 +size 1454178 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..a5e60eae9b2c4286628794e28bd1399338f47dd0 --- /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:c37fa84d2721dc5dd4cf714180f67e49648db595ada9c08ff48645c7b70c8c10 +size 1537005 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..af7a85e60621400e8820cb01197ad2c7332fc5d9 --- /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:be7b6d6052d9b6a1c1ed2d57cb333317f2c400c1c6f4a41af0fc0602f3795478 +size 1577950 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..91967ab815f22f680c5a5534b5af598722b40409 --- /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:23bc7b84d8f7c117813b036d07054e1feb5f4e9a3e266d3a8ea334266337e1ca +size 1425641 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..34f7901a81b16051dc136eaeb5665536dff8be5e --- /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:3a0d02b06d54493dfeaf9b6b6c39a7382615da692a641b7317b4a551a45b99b6 +size 1383333 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..c4063c8f08aff1dcf12af8917da2e34ec02a4fb2 --- /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:a3c7eeebca77bc654052cf12ec1c235eefc4f599126bf1c9f274b787404fce16 +size 1720276 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..fffee0bc9d5b77585fba6feed7298cb548bc676a --- /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:ac47b5826d9e543f2fff820469b383f4964eb85aab1c148dee8459a8591b62ea +size 1283394 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..e10fbb85fdd2b5bbf34a494e9fe52f4fb1b24498 --- /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:d37693a0f10beb670ae2c8e7958fccfa463cdc7d0434886fc795d4ac98793247 +size 1195282 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..4dd282e276b01b76d1e842f9a257ef0ca46a7f17 --- /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:bfe821e216b371d762de56428c2350b9dec957f2fdbf97ed212c5474af3c1334 +size 1387545 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..5d56460fc374195f56f8d452670c8d9ddfcfccea --- /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:323b09ea8340476a40167f2a1216f49bfa6608d3d39ddef75c7c63f1fc281ffb +size 1467575 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..bd78f80cd3f8d16c9446612ffeda2c1196a9ae8a --- /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:b26398070d33f6dd5af32c8f5d13fe475a3bcc9aedfcf3eaeec96a60d5714cf5 +size 1410509 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..0fcb9ecae6b3fc0173838e660f6d186fcd38ddfc --- /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:f58f0839675d98201868a5e11c4c965417ef00f58a3cca62578b32bc31bef0f2 +size 1422252 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..6be33f2203d9d0fe5b7414785306a2b8aee5bac9 --- /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:a9fff83345d2a69187fb713fef53b9a98a93d22132f541c940a0ee021d716835 +size 1350794 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..df5d95170e3da1ef7f623d14d93104e87d93b9c3 --- /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:a64f85e6e1ae7840d1fe18ab29cbd5fa5f85596146218a1acda134a027ca38f0 +size 1367320 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..ca5e20f7f1a6158bf37579521e1079c62e0cd120 --- /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:026bd26c3e090d71ef7b97028e4e85a36f1d3b6fd8821914f35a7714cb862995 +size 1465345 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..be4d654f35a6bcf8632e23c53b7305712c876cbd --- /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:75eb433fddf37ec27af38317729613bed92399453d830f611a7cfef78ef5725e +size 1452503 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..8574bca2dad3e91758dab0fb4b7a56bdff43decf --- /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:88229e34d039f0108802b831f720884722025753cf4336f9323b233be6cd556b +size 1499018 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..4bb4c918f33db3d009ed033e0abc56fbe2a70866 --- /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:e71ebc138feaefc38d68bcf6e89418c3037b59b06180775dc7a4b11ce0650e57 +size 1647323 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..f3c29688a914ef54c39f44b83f78b9c7298eb6c4 --- /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:f184684e25b8147567c70ca0c83f431892aa92e04b7b9120c83ff4e48eeb4616 +size 1340123 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..800f3f41381abd07b6f3a8ac928d8e570fbc4f37 --- /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:8159fe0221564a888aad4c744fc4e4f5b0a119fd38bb128839fc348aee473b82 +size 1357962 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..0dea6f49243e0ea6bff2bf72811d8384ebb572b9 --- /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:d373f3acf8ab84293749712a2d479069951402ddccbbb1f1d24ddeee5857f115 +size 1362439 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..8d51303336e12f5ed0f9b5d966957561fa916dfd --- /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:d67dcfcea64543ddfefb57ad596e8e617305cdbdcc6901300ef554250e20674c +size 1475125 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..ed6bdd9138f861304eaa50271941fa89375858d0 --- /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:2e2e1c4dbae9e2289e8fff2a91e4a23ce9c1b0df2a8fd0ede528fc535d8b1c46 +size 1547807 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..07db510a48e61a1c90e1294f53f3926a52e989b1 --- /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:e397a1cb981c378410088edb7e6cc748c7653f146051d141bd8643ea1bb702e7 +size 1300713 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..a26dd2360f6be9644af51e5e06ba765d4e858ba4 --- /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:def8d6d694a8b6c75bd199bd35df52f4fd4fa4736101f0814f556edfd95c81c7 +size 1473152 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..4d94bfa5308031eb51f146906794b54bcbaf3e17 --- /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:037fe45086c190d4cdb5b9732db471c2d98764c2b1ef645023058950a31a355d +size 1292924 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..f2c8b6375b58126f47a68377971f7c814106e459 --- /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:849824a5d14b1f0b8f0910162c69b34341592659d68de8e2f66f2ba10df15023 +size 1427172 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..2177609d03be8aa3d6519b56017ff5d78c9de0e5 --- /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:08b0b2c27fb84469716deb6a6db5ad1a8d6cfe0e3d078d8d0cd035dba3b9c3ef +size 1439378 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..2503e2f1978fb3d06d4c5ba6c491fc900f59084e --- /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:9d4c164419bf085163cf45f3f243f5ce61d4c63652aa84d0d656375862a33967 +size 1445441 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..b8b4f91753f39cdc7a00d7c864a850b79b233da2 --- /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:0aff7c953174ca4c664cfc02c0137e255e778cbd421846837b214ffa90b915bd +size 1596890 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..e2b662818775dae0cff81b53d967d425184c4d4e --- /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:e29e08213dbff809d4f57a812c8bb2a208fc0d298d34c9c188b956164eaa5061 +size 2154532 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..167a8a0cf5aa5166d973e73bf0d9e3491f9bfa0a --- /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:16bdf3c5af282e9f5d149f8c0a09270ade17efbaa9ef64b4e62cbd5cb07e4590 +size 1970972 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..df5c2522c2eaba1a6a1f4336c829779fd08b93bb --- /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:f33664dae100f5bbff6efa0060db5537b353dfa49be98be86507efe3e87cb42e +size 1771791 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..338b03ada7e0ef35fb1ef22b13802b1e7f80d579 --- /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:4798158323201388f9950408cbd5b9869483898ae7c0f63a72c31d6c632f09a2 +size 2015490 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..9d233bbeb7638a26543a7d036aec947ef5dd800e --- /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:4ea01488d487d81c53db709c6c2ebadfb8377ebfe19f108b0ae30c0bfb18ea4b +size 2088385 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..328328f891bb14b6d4881501bc5a665ffb73bb6a --- /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:da9f80cb57bb371e45991d503cc846305abdca91f0bcfeb851646bcaa1708470 +size 2016564 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..94f922d99db2d575fbaf998cae2a47d3188d2e1f --- /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:277188d5662d55a6b819c67b85b142d6dc8f22ed2678772702a4c33aea27d0a5 +size 2096143 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..436bb38a5aa47a61917afe0b26831fa1d12246f0 --- /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:f614d9bb28435184f728348df447181856f80137304cf7fbb3299531ec9fc0b1 +size 1983221 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..2647f3eccba334c2f503b7109744b87ef05faad2 --- /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:a58928bc09f712ba2f29d42e5c4c26020c1f0c9d38159d423ea44b4abeb0c272 +size 1974483 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..af0c55848c595075166e968ea0161c85d3ea50ba --- /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:133eb2de1e17400126e9af256125c41f4a6a578df23099e05a24f1bc2534f157 +size 2006492 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..fcdf892789e15a9182f64b21c9f7c7d19b265ad1 --- /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:491c63547a02e817b672460355d3fc524fab86af5f5e392d12a5cacd2e328a85 +size 1737454 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..164c67cc2e41a1578553c25ea8ae5d5523bf0349 --- /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:4c64a51a0acce1f84d55c366de1dd3ab97ff368e4a81010fc83cad320c1be9c4 +size 1659454 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..73ced949ae560127c8c16dd919f932d814879852 --- /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:73f561a02fea353d3be02351c18f87e3c0288cdbec6eca57c0259eb1a568342e +size 1556995 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..d413a794c244db4aaebffa00c1cacadd27418e5c --- /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:b74173c0755b1e355ba4daf1ad3bc174a060a783e8cff58bbcd1d150fdbf3102 +size 1810739 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..9d97a67654ca05934feb1ae39727f33c553213df --- /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:4f36b5a5b7b5b4294383704b5866649775dfad13742e84cb90dc8ee9068c6f99 +size 1798277 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..45718455fd9ca64dbf7dc24dbe4ab389f267e232 --- /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:e0db9f12c6530e6d0c68f8a907ac6172d9c64b578895a1a99340d0bf2330df0b +size 1863794 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..b80d6f3f86b93f959c7960bfc14e05c493476c8e --- /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:84ff2842c0cd69abe6e8d661c4f740a874f92420598bd6ae15922f6ca6d6eb79 +size 2067598 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..5c1ea627b537791894f50b7c49da3f184c153bc0 --- /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:5ddf4f853568fc3cd214403cf3ae775ac60d00eae847faf3aad5ea553df4b16c +size 2154712 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..4c855f10bf4178c35093b9fd0df6e368d59f3bd8 --- /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:ca25489a4752b16c6a4fba2291c641ebdf683e5207e3475afb8880a37953365d +size 1873486 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..43eff369ad212f72a0a0af85bf4d539e2d13380c --- /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:794da02da640465679d68f1bfe50dd5bc1ef0e37eb721b360adfa20e7fe21fc7 +size 1748380 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..5811c40d3ccc7e35861fce796a3497797198f6f3 --- /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:17636dd72ee048c57fc48d459da649b836aca953a175c49056330c9c3745cbde +size 1707170 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..dfe5892461e76c2f9de5988a8fdcb1200b99c0df --- /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:28d287a172111d9a9ecdb8717151c2f790a0c6aa9823049f4db792a5b8855e70 +size 1938544 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..c58ad398e964f9cbee20155469a7f05d3fcc0fe5 --- /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:e8d755fba6136bd55d4e51543051078d98612bafa2dc63da7174fa3cdb866fe3 +size 1738281 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..37f7f0c2282e2fe637af6a3419b45817e5ba12c7 --- /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:604ff92dda04e58daa93ccae80107075dd7e20440beb3fd81c64ba028182cde1 +size 1872131 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..613dcc2e89d3f663996f58281dc2fed2578a149c --- /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:8ac8ff79296247c03158283b228099125fadd1c36e1049e0bb0c1779d822ad71 +size 2344970 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..d758394df09a59d96a3dec2f151465596a94052a --- /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:24d44c4376a4d99403109285aafa7d5381d029a8b260a68d2cbddccf3071c971 +size 2003486 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..c18bc8d00562f71b0b09148e7cb972c2b6fb36bf --- /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:d5915042f9fd5d779d9116869e7f9ac07a1b876585fd5dd908e340d883db7b40 +size 1867918 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..c0e3c299d54311d72458c2fd2a877c28798b110f --- /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:86b6184c360a6aba0342bac84412fcd564b284086a06af8c2d9e1b89ca72c9bd +size 1807350 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..640470b371864562a83d1df26550f5fc8959f447 --- /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:d58dd9607bc0f1795f7058a2e7c8b442666239d0b1f69727ae3b135877424ba8 +size 1744379 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..76cd085f3c4d446feacec5c4443e33d3b7f1ecc9 --- /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:b112e0a9d90f3c10b4d2aa8821d373045c91e7d410053ccd085112468cf01738 +size 1899335 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000928.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000928.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4767dcf81d2ec1291fa715d7648e61ead35d3c04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000928.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7acffa06da9e6477c62d383c8d8712e92656781848f234371a6abffd0e0892 +size 2182610 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000929.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000929.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5bb679864ff376c054e7429c382d88f341a109e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000929.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30488586c5df1b4d7253054512cde81f9512bc15ef40f395b4f4c0ec0c1d5e8c +size 1584620 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000930.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000930.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34879362417924a4e67686cf3fe909a4b6eaa94c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000930.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03d16890cd244b2b0c44b0230f6bcfab6250133342b348628ff98fa0598b7c5 +size 1989472 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000931.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000931.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5be718e292891f7d4d5010e02e8942c4b00a771e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000931.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd16fa99812b3e32455035a12620333ae5f48af2dbe1968c21e4ecd8fb6595e +size 1755225 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000932.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000932.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59c46537dca1214b81b59ef1a4099c07b28e9993 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000932.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec0c47986628a03cb9ae452dbd3f5bd4a295a059b3807e6d7eae7c8f2dac592 +size 1914131 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000933.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000933.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb2aa0836492a6bc5ca208cce04d5c4037b0d25d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000933.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160799e12a3179523f38a01fe62d7cdd478a350aba813dfa199de6174fc6716c +size 1828797 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000934.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000934.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acf355984ec58fca826e0c0654e8f8f8a234ab40 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000934.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f58623931a9ac974077fde45e6f3f9000ad2a685b52c059c7a7a12251badf0f +size 1799565 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000935.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000935.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..515fbf365075f98d3100e5cd8fb53b5b5015e7b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000935.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde5af1e7bd1b90495cb6b1b4fa73bf4c950bdfd089e1271344360b0adb070bb +size 2211463 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000936.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000936.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df6c47846071f826515b62495ca4f6a5f496aa3f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000936.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55405b094a82c22d15d103be8fd836d4384a647c57f6de59cb4661f489212c8 +size 1848174 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000937.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000937.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f87a7fab7bd7e24641796c008acece336d65909 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000937.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36f1e95fb32fd685163a48955eaf7a4ef4243b34dca617a2151edce3951d45b +size 1865103 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000938.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000938.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f2941c1500487846965e549c2d2ff121966d6da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000938.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c02aa69288ab6476d23c5a0afd2548b85f1ed0cb44ff821bddf328e1e36c50 +size 1762337 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000939.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000939.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0df865501ec59f0a36823dc8769a7308b54c5f49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000939.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634a6cc0a54992a50ef043342a5a74d22b6808d6be8d2da20917bc58f8ad737f +size 2697469 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000940.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000940.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..66a197de8cb777acbe77bca7662c1433b2d2c4ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000940.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea7578f16a91c792828bae9f1923b829f01a3b981e2f70b48b88752a60cd188 +size 2345843 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000941.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000941.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0f8cb5682c339a9d7d00238c1eb5efbb53ee436 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000941.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c377241026d5551463b3cf09f013cc2d30ce2795d3aaf779117c0f5e129b72 +size 2712210 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000942.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000942.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95e606b03ef130e2a14e024136d227b1902f3841 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000942.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285d55789a63b7e97f1cb39b6e24c8596bcb8060e44d238873fcc8e874916c56 +size 2411483 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000943.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000943.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a31c203f9dd2ebc53b27eefdec6134e94c7075ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000943.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce213cbd5ed6fba3808d9a40229fdfbdd7bb7b5214c1b6373284527c94ee230d +size 2322271 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000944.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000944.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..444c3bc9df0eeea1563ad07c07a6f1af8c49c642 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000944.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b893555c570686e2aa11fbb7c0e73dd03319bb6711704dbaf0e908cb6b55bb +size 2164871 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000945.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000945.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc2b204192b5cefc70ec77bf69c3670ace7ae86f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000945.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faed0782718cc17064617189942a48ded198646e6e24a73ccbbb5f1df6e2e1ee +size 2178094 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000946.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000946.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42f549b514e3303a67dc5fd5927777831c7ca86f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000946.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf8fcfbcb3e0297319bbc38ef479dfe01cb6845ab82e295fd9f4a519f3166a8 +size 2379581 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000947.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000947.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f15654e6c8f00ace586bffd086efaff70717c04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000947.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355a0a8f7993f4f0541f2473bd0b83b5a492f78f792e11ef294e7f0dbbf5c10f +size 1769054 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000948.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000948.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9023bf14da7b23fb1277895eb3c9d8977c930de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000948.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b249b787bf6dfde1e06d8aa572ce947cb0c9c40b56d1d0db4b97bcc988201240 +size 1993721 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000949.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000949.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd38a3bcc52ca87dbdcad870a344e3411a9aa80a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000949.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52f45ea13a20e246aadde48c15869e6e6927dcb637f67c2179a075c929c69ff +size 2136137 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000950.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000950.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3646a95a11ce6b7256daf1691385b40e44a99cf8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000950.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39ee44aff7f47fc81f4a72d13c33a8cdc970cd4e1ab0cb35cbec81b03884d31 +size 2393833 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000951.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000951.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4129ced86ce42e6225a522e780bd6a5073203d06 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000951.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3564d6b90425e3f8c24734b6f999831dd5bdbb96c3d0715ea1dc4014d823a7e8 +size 1887483 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000952.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000952.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff1b171e43a67d39ac805dbfbf1d8790fba7104e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000952.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de41e01ce066451fe1f701a265b3e38d2a0991b67209886b80c05aa6db80bf3d +size 2022601 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000953.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000953.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c5e24f539667f652f1e1548b9b18d76cd751eb8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000953.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d1917380e8a30ad5db7771d2c4e5e683fce1105cd6c13509e4e4652205449a +size 2343017 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000954.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000954.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ee6f892c1f84385906b9562a7692d929ac22266 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000954.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb95db57af0988f95282173ce68184a3c5fab398a1c2ae72e6ab7ce00f019a62 +size 1641825 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000955.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000955.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a0f909f8306de6faa193a56f916619a0cc6c920a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000955.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7204442a72aa27a78c4487ef5d732fb332bc7a1cda3335e53ca4345b4b48f521 +size 1891125 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000956.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000956.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4db1601a3f2de0081b3285599b3fafa40b62a73b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000956.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebf8261d158bb8aff6f699cf4f9341d71441909558ae4f4f92fc44707fff251 +size 2470424 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000957.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000957.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e6246822fb0194b28f7b6808cdbac49a34685d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000957.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da88cdb116c37341cf2c33da70014cfe2645ed6ef6efdb05db38c409337be254 +size 2407710 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000958.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000958.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5120087995fd57d113accda1dddd02719a32629 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000958.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99566f3bfce24add00bb83d58c63ef9f4b46a15c745adaf9028e3bf4862b3e82 +size 2328135 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000959.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000959.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73b079e30e45ce293dfc9b7bec33e4eed3d102e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000959.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181749297b5ed86f0bb4a2d6a7e938073ba1df2f42d906394614f3e139ee42dc +size 1860864 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000960.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000960.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43ad0e6d4315096428c82a921503eb1d0f728f8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000960.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b9abd59417dfd33b47e2ca878b86839a28d25b8c70e08a9b90ca857d3e708b +size 1816204 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000961.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000961.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62cc6f6cedac9f171b6b38426e0a4ab85b1cfc54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000961.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1e14c643a9113d31557e4f11ae45564eb1a7c02a59293cf193b52c999f0415 +size 2511938 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000962.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000962.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b78ed855f87500610acb8bd9337d474a60095695 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000962.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4362008051cebf77494383dfa3c2512751f579fc0c6272b948d7904b324d0d +size 2232992 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000963.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000963.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eed3140475a0b0504faf0ba61b6ac8fb353cc790 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000963.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b98bdbb8c89c3a105bf1a0f2afb4cd92317aa949dc90d800a757d6d4a4a18a +size 2021092 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000964.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000964.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62e5fed776dd43b6f41479786ffc06db20391b37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000964.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bbe834ee3f35c1f08e9de745b426987c1210eb0082734bd9809cf90201906c +size 2441461 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000965.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000965.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c586ba73e79118e32c80e39a7ed5f533a02db9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000965.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343938d0a90cb8f382b05064787de6dc3b8f77f5a01e5d1edb6200f8f31ce25e +size 1802608 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000966.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000966.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f70e0a4582f67989e89065e4c899c2f07dcc2d9c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000966.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56c7a37935147429c14e17942abbe18be1932bee428f7d65c4452f67a892181 +size 2023546 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000967.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000967.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4dc072e51a1ec86991b1d69941d2be1d7b7a2a1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000967.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c240ef124c65e3f0cf360859f03ad1e99bfe6a7a6a1ff1096448c8dd7e261c4f +size 1618172 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000968.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000968.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8dfb12d152f2b931fe21722a92e193dac28351c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000968.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a8796e22e38809add1523fc0955606cc13cb9c1492ee7c1ca54771176f2f0d +size 1975493 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000969.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000969.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..520fb35f76a3f3a24390b7e29113d7931f8227bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000969.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e58303eda555fbce0d4448bb0fbc6ab73b4d9f54cce2883694bb15e78fa2fc4 +size 2016850 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000970.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000970.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fc719057ca5cca0eb59ccc39847b63a778440c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000970.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8136170126ff0877932f9d3048b788a547df21757fc7f68f72e8a2c8a485eb +size 1982574 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000971.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000971.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68e5d2e7579e0694173b6434e02dcda34278199b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000971.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9d27a394a17919e8a6764f02f2fef3b1c64c8a7c76693786e2cabf0ada10e4 +size 2045335 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000972.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000972.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0d2bca23dec1ec1aacfa91a705438d93ee18dd8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000972.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb7b338c3c4729265f829b515b973fc1faafebaee63af7a2e08eaf5f3af7cbc +size 1660230 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000973.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000973.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f1b3ab0d0128e1b051d182313afb4c2bf21ba5b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000973.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ae724291d780a058e372d75585b050d7264a5d7c43e8b0db96cce23565babe +size 1598797 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000974.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000974.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b082a13acd1ea7a07137bbb29d364ac4ec1acc81 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000974.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65260bf5bf9fc0242b8b6a97dc5447abbb6906f08213bf2e51f963b3d6f4159d +size 2108796 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000975.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000975.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef5fd467bf86bba73914f4565d625e5627cf15aa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000975.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52456f27c92d6c5ad1f76d2a828d1b2636f2239463fad880acd9a566ac18ad06 +size 1789330 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000976.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000976.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fad027ae8172a18c31ebf176d4eda7f5d722675b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000976.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb1e7562814de5601a00dc637516016272bdbd68e7d377caf73b1c1cc83c862 +size 2055180 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000977.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000977.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47407bcb3198eaff3871a1e02f09bb3f7e7f621e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000977.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3c73a2b1daf1233893eba1467b1613c8153354b3bf8fe9e0214434a6f5eb64 +size 1709742 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000978.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000978.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..145007d3b011939ac1fed717d574c64ad9008732 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000978.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a903046253f6a0e76667800097c52935664e6be4ed5150e1255839c0dec925 +size 1659273 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000979.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000979.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d22aa27bcb5ca45e59c90644b75af70223bf54d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000979.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b83f9a8aef21fe7f4d6d6df7decb8ce9645c6d2a4c031e3925915b8bcfa0d5 +size 2133692 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000980.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000980.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6889c0903b5367619bc9e5a4ed6c920d0b8da0b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000980.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e4489220dbc78f984ed93d6a42eade239766105f74d91545903542a473c7a6 +size 1550458 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000981.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000981.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4486566a514d69f1f3112ac6cdade420e699a3ee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000981.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d53f108cf442c424155508d014ce9e8fdbfd884638229c45cdd091dde51542b +size 1486432 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000982.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000982.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aabd44b00be1d7bd6c557e3ab621b40bbee301f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000982.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c711f56c9cc4fa46ed353c8ffcd5441a370aba8ddd99c27c87b7f6bac8d9c8 +size 1827814 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000983.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000983.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a42ef1234c34e4b0e0f739c06ef14fd745e2a7c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000983.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa6d5c37b91e15a705510bfa100e675f1f303b787e0222f4057e552d9338826 +size 1961865 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000984.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000984.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8c5d16f188e5edd18cb4664323df4aee840b81d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000984.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f263e7dc19af23aae165023dab276c04b1a5d10bced917ac000dd2d9e60e1d0c +size 1274790 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000985.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000985.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..663b1b05d0213affa9f4bf4e3538eab1c4bceabd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000985.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2131a1eeccac24ad412a11105ab8f4620b9ed2b36a2fb13318139dcf008006a9 +size 1656802 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000986.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000986.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..287197de0283eaa53bf6bc62cc1b53835b8d8ff8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000986.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031527c110610197271e8e3c7ca118b8c9e60882f34ed3c722a98d7aeac95ab3 +size 1473040